I'm working with a mongo database that contains a collection named "version". Now it seems "db.version()" is by itself a reserved function and the collection name is hidden by it.
Using the Mongo Java Driver it's possible to retrieve data from the collection, how do I do it using the CLI?