mongodb-paginate
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mongodb-paginate", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "mongodb aggregation with pagination library for efficient and fast aggregations", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
# Mongodb Paginate | ||
Generate pagination data with mongodb aggregation and optimize aggregation performance. | ||
## installation | ||
@@ -85,3 +87,3 @@ | ||
```json | ||
```js | ||
{ | ||
@@ -158,2 +160,3 @@ // pagination data from the facet stage after filtering | ||
``` | ||
```ts | ||
@@ -160,0 +163,0 @@ PaginationOptions { |
27810
190