获取查询数量获取查询数量collection.count() 参数 db.collection('goods').where({ category: 'computer', type: { memory: 8, }}).count().then(function(res) {})响应参数