collection.indexes
Returns an array that holds a list of documents that identify and describe the existing indexes on the collection.
Arguments
- [
callback
] (function)
Returns
A promise.
Example
users.indexes().then((indexes) => {})