Currently you have to do this to sort something on the backend: ```js const store = new Store(); store.params = { order_by: '-past_owner.last_name,-past_owner.first_name', }; store.fetch() ``` I don't like this.