We are currently using the liststreamitems RPC call to return stream items and are using the count and start params to implement pagination.
Currently when we make the call the stream items come back in ascending order. However I was hoping there was an option to get the most recent items back first i.e. descending order.
Is there a way to do this?