NoSqlBooster
NoSQLBooster for MongoDB (formerly MongoBooster) is a shell-centric cross-platform GUI tool for MongoDB v2.6-4.4, which provides comprehensive server monitoring tools, fluent query builder, SQL query, query code, task schedulingserver monitoring tools, ESNext support, and true IntelliSense experience.
After installing NoSqlBooster connect it with the uri
To look to any colllection double click on it and it will run the find query on that collection
db.brandFunctions.find({})
.projection({})
.sort({_id:-1})
.limit(100)

To know about More Feature click Here.