I'm looking to use the Clover API to pull the number of items purchased per day based on a label. I run a coffee shop and I have created a "Drink" label I attach to every item that is a coffee drink. I was hoping there was a better way to use the API to pull this information besides pull all of the orders and then getting each order and then each item. Is there an endpoint like /labels?label=foo&createdTime>UTC? If not any guidance on the best way to do this would be appreciated.