collection.stats
Mongo documentation
Get all the collection statistics.
[options] (Object)
options
[callback] (function)
callback
A promise.
users.stats().then((stats) => {})