Skip
The Skip
method allows you to skip a specified number of documents in a collection.
Usage
witchers := WitcherModel.Find().Skip(10).ExecTT()
In the example above, we are skipping the first 10 documents in the collection.
The Skip
method allows you to skip a specified number of documents in a collection.
witchers := WitcherModel.Find().Skip(10).ExecTT()
In the example above, we are skipping the first 10 documents in the collection.