Represents the parameters used to configure sorting.
The union type of valid fields that can be sorted.
The direction of the sort: ascending (asc) or descending (desc).
asc
desc
The field to sort by.
Represents the parameters used to configure sorting.