limit
Modifies this query to return only count results.
The stored value for a LIMIT
clause in this query.
Deprecated
This function will be removed in future releases.
Replace with
limit(n).offset(offset)
Content copied to clipboard
Modifies this query to return only count results.
The stored value for a LIMIT
clause in this query.
This function will be removed in future releases.
limit(n).offset(offset)