The type of `sorts` is an array of strings; however, [according to your docs](https://developers.hubspot.com/beta-docs/guides/api/crm/search#sort-search-results), it should be also possible to specify sorting directions like this: ```js "sorts": [ { "propertyName": "createdate", "direction": "DESCENDING" } ] ```