From 56a2e5d6d589e7abd803e28647239f0b4f456510 Mon Sep 17 00:00:00 2001 From: Birm Date: Tue, 23 Apr 2024 18:32:49 -0400 Subject: [PATCH] add count to index list --- service/database/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, };