Date: 2018-03-06
This tutorial demonstrates MongoDB's count() and itcount() methods for counting database records. count() returns the number of documents matching a find() query's criteria, without executing the find() operation itself. itcount(),...