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