List All Users, Collections, and Databases in the Mongo Shell

MongoDB lets us create multiple users. A user can create multiple databases. A database can have multiple collections. A collection can have multiple documents. We already know how to get documents from a collection in Mongo Shell. It can be…