I have an API that returns item in the correct order - the order is important. useLiveQuery sorts the collection by the key by default, which I want to skip. I just want to return the data as is.
There is no metadata available to sort to achieve the same order...