Can I use GQL to return the number of customers, orders, line items, etc

@Bruce_Lomasky one thing to keep in mind if you’re using these count queries is that the number of results are often capped at 10,000.

Not sure of the number of records you’re dealing with but it can be unexpected if you’re not aware of it