Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium authored Mar 31, 2023
1 parent 093609c commit b9ccb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ const count = await users.countDocuments({ active: true });
#### estimatedDocumentCount

```ts
// estimated count of all active users
const estimatedCount = await users.estimatedDocumentCount({ active: true });
// estimated count of all users
const estimatedCount = await users.estimatedDocumentCount();
```

### Aggregation
Expand Down

0 comments on commit b9ccb49

Please sign in to comment.