COUNTs the number of requested entities from the database
ulong nMountains = em.find!Mountain().countVia(db);
See Implementation
COUNTs the number of requested entities from the database