📅  最后修改于: 2022-03-11 15:02:17.001000             🧑  作者: Mango
代码示例3
Adventure.countDocuments({ type: 'jungle' }, function (err, count) {
console.log('there are %d jungle adventures', count);
});