diff --git a/service/database/index.js b/service/database/index.js index 542b01a..a3cb91b 100644 --- a/service/database/index.js +++ b/service/database/index.js @@ -234,5 +234,6 @@ module.exports = { aggregate: Mongo.aggregate, distinct: Mongo.distinct, createIndex: Mongo.createIndex, - createCollection: Mongo.createCollection + createCollection: Mongo.createCollection, + count: Mongo.count, };