doing a database call to count items gets slower and slower the more items are added, it could cause database performance issues when people are requesting stats
you could cache stats or only use estimated item counts, but those options have their own issues