How many entities match the given filters.
Asks for a single item (range_end: 1) and reads meta.result.total, which the API reports as the true match count independent of the page size.
range_end: 1
meta.result.total
Fetch a single entity by id; returns the full envelope (meta + data object).
List a collection; returns the full envelope (meta + data array).
How many entities match the given filters.
Asks for a single item (
range_end: 1) and readsmeta.result.total, which the API reports as the true match count independent of the page size.