Sorting pages section with multiple fields and boolean

i would like to sort a pages section in the panel using multiple fields and one of them is a boolean value. it does not seem to work.

  • featured is a toggle field => boolean.
  • date is a date field. (do i have to call toDate() ?)
sortBy: featured desc, date desc

Should work if you remove the comma.