c2-mongoose 2.1.227 → 2.1.228

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -194,6 +194,7 @@ var SearcherFlow = /** @class */ (function () {
194
194
  var condition = {};
195
195
  if ([
196
196
  'filters',
197
+ 'withTotalizers',
197
198
  'onlyMetadata',
198
199
  'projection',
199
200
  'pageable',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-mongoose",
3
- "version": "2.1.227",
3
+ "version": "2.1.228",
4
4
  "description": "Lib to make any search in database mongoose and use as basic crud",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -167,6 +167,7 @@ class SearcherFlow<D> {
167
167
  let condition = {} as any
168
168
  if ([
169
169
  'filters',
170
+ 'withTotalizers',
170
171
  'onlyMetadata',
171
172
  'projection',
172
173
  'pageable',