// Checks if nested property exists. db.drafts.find({"collection_type": "web_advertising", "email": "jorge@email.com", "rows.222": { $exists: true } }); // Grabs the count. db.drafts.find({"email": "jorge@email.com"}).count();