Yura

Results 2 comments of Yura

I haven't tested it myself, but you should be able to add support for the `createIndexes` operation in the `Collection` class by implementing it as follows: ```typescript async createIndexes(indexes: Document[]):...

@erfanium you are right! `createIndexes` doesn't seem to be a built-in route within the '[Atlas Data API](https://www.mongodb.com/docs/atlas/api/data-api-resources/)'. Instead, I found that it is documented in the '[MongoDB Manual](https://www.mongodb.com/docs/manual/reference/command/createIndexes/#definition)' and is...