How to get the total count of all entities

Hi all, does anyone know how I can get the total count of all entities using the API.
I did not find such an endpoint in the documentation.
To be clear, for the products I don’t need the product inventory quantity, but the total count of products.

With the Catalog API you have several options for bringing in all the items from a seller. You can call ListCatalog and query for ITEMS. Also SearchCatalogItems can search for items or item variations. Lastly SearchCatalogObjects will allow you to query for items and item variations as well. :slightly_smiling_face: