/* countDocuments for when you have a specification, estimatedDocumentCount otherwise */ await model.countDocuments({ name: 'Florin' }) await model.estimatedDocumentCount();