OptionalcountOptionalextraMethod-specific extra options (see the method's API documentation).
Optionalforce_OptionalgetReturn the single matching entry; an error unless exactly one matches.
OptionallimitReturn at most this many entries.
OptionaloffsetSkip this many entries.
Optionalorder_Sort by these fields, in order. Prefix a field with '-' for descending; 'nulls_first:' / 'nulls_last:' prefixes control NULL placement.
OptionalselectReturn only these fields. Dotted paths select nested values.
Return the number of matching entries instead of the entries.