limit
Returns a new SizedIterable containing only count elements.
Deprecated
This function will be removed in future releases.
Replace with
limit(n).offset(offset)
Content copied to clipboard
Returns a new SizedIterable containing only count elements.
This function will be removed in future releases.
limit(n).offset(offset)