# Sort Order The order (e.g., chronological or alphabetical) in which results from a request are returned. ## Enumeration `SortOrder` ## Fields | Name | Description | | --- | --- | | `DESC` | The results are returned in descending (e.g., newest-first or Z-A) order. | | `ASC` | The results are returned in ascending (e.g., oldest-first or A-Z) order. |