(node:1669) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead. mongoose 5.9.18 code example
Example: (node:3168) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead. (Use `node --trace-deprecation ...` to show where the warning was created)
mongoose.set('useCreateIndex', true);