I am attempting to implement pagination using MongoDB Stitch in Swift for iOS, but I do not see skip
in the docs.
The RemoteFindOptions
has sort and limit but no skip like so:
{
"projection": <document>,
"sort": <document>,
"limit": <integer>
}
Is there no way to implement skip
with mongodb stitch for iOS?