Is there a comparable method to query the CollectionFS database similar to how we access mongoDB? For instance, in mongoDB I can open the command line and navigate to the meteor project directory, then type "meteor mongo" followed by "db.users.find()". How would I achieve this same functionality with CollectionFS?