Data type SortField
access this type via: data.query.MultiSort (uses)
Specify a field to sort on, and whether to sort that field in an ascending (low-to-high) order.
Fields
TypeField field The field to sort on.
bool ascending The order in which to sort (default is descending).