# Sort by priority (desc) first, then by created_at (asc)[{"priority": "desc"}, {"created_at": "asc"}]
When multiple sort fields are specified, the sorting is applied in the order they appear in the array. Documents are first sorted by the first field, then by the second field for documents with the same first field value, and so on.