You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
A new (or updated?) metadata to be able to get count of items matching the filter (when using a limit).
What problem does this feature solve?
Actually, the only metadatas we can get are:
result_count - Number of items returned in this response ➡ When using a limit, it returns the limit if there are more results (not really useful)
total_count - Total number of items in this collection ➡ When using a filter, it really returns the total count, without using the limit (not really useful either).