Zend certified PHP/Magento developer

How to get the size of a collection without loading the full collection in Magento 2

I need to check the number of items in a collection without loading the full collection (as it has over 1.5 million items and causes memory issues).

Is there an efficient way to go about this?