Is it possible to add custom field when we create a collection. Something like this:
db.createCollection("myCollection", {my_custom_field: "some value"})
The idea is, some users can create collections and add data. But I want to know which user the collection belongs to. So I need to add some metadata about the collection.