OptionalfilterOptional AlphaincludeWhether to include totals (totalCount, totalRelations, aggregates) in
the response. Set to false to skip the extra COUNT query on the server,
which can significantly improve performance for large datasets.
When false, totalCount and totalRelations will be null in the
response. Use a separate request with limit: 0 to fetch totals
without object data.
Maps to the ?includeTotals=false query parameter. Defaults to true.
OptionallimitMaximum number of objects to load
OptionaloffsetOffset of the objects to load
OptionalorderOrder to sort the properties by
OptionalpropertiesProperties to load on the objects. If omitted, all properties will be loaded
Filter to apply to the objects