これは、aggregateを使用して行う簡単な方法です。 : db.contest.aggregate([ {"$group" : {_id:"$province", count:{$sum:1}}} ])