The developer documentation mensions a LIMIT operator for Realm queries. https://www.mongodb.com/docs/atlas/device-sdks/realm-query-language/#sort--distinct---limit
But when using it, the code throws exceptions.
The code:
listQ.Filter("LIMIT ($0)", offset);
Resulting Exception:
Invalid predicate: 'LIMIT ($0)': syntax error, unexpected '('