Applying comments to mongo queries

I'm proposing an additional comment field to all mongo queries. This allows the internal tool to log some user-level information back to the query itself as an identifier. Although we do get audit trails of the user from Retool, it would be nice if comments are allowed so we can quickly identify things from the database end.

http://mongodb.github.io/node-mongodb-native/3.6/api/Cursor.html#comment

Any idea on this? It seems to be a straightforward and easy add to Retool's existing mongo connector which many of us should benefit from.