Mongoose Count -Dokumente
await model.countDocuments({ name: 'Florin' })
florinrelea
await model.countDocuments({ name: 'Florin' })
model.estimatedDocumentCount();
{ “countries.1” : { '$exists' : true } }
//will do what you want. If you want $gt : 3, you would use countries.3 as array indexes starts at 0.