Hi, is there a way to write a query using the API to return the oldest of something without having to return all and go through pagination? I thought orderBy may have done it but I think it only orders the data that was returned.
I could live with returning the MIN(modifiedTime) if that was possible.