1
0
Fork 0
arangodb/Documentation/DocuBlocks/JSF_foxx_repository_count.md

13 lines
129 B
Markdown

`FoxxRepository#count()`
Returns the number of entries in this collection.
@EXAMPLES
```javascript
repository.count();
```