Hi there,
I use external pagination, so in my response I have the data object with an array of "items":[{},{}]
In each item object I have added an addon as _self. I want to be able to sort on that addon.
I have read that I should update the query all results output variable, but I don't know how to do this in combination with the output structure with pagination.
Looking forward to see some insights on this matter.