ok so if I wanted to query all products in inventory, I know the default is 100 records returned and hard top limit of 1000. So if its more than 1000 items, then I would need to utilize the offset attribute. But the question is, how can I find out how many products there are so I know if I need to paginate and how far?