Add options to hide specific fields
Depending on your work, some fields are less interesting than others (e.g. dateCreated, lastModified, _id). Right-click on a field and select "hide this field" - and it will be hidden for each collection with the same name. Another right-click-menu option would be "Restore all hidden fields" and voila, they're back!
1
vote
Nicolas Durand
shared this idea
-
Matthew Valdez commented
If you don't want specific fields you can use projection field i.e: dateCreated:false, lastModified:false, _id:false. I usually don't recommend hiding the _id however.