You cannot name a MongoDB collection "hello"
(A draft StackOverlow questioned that I answered for myself) Draft question I am using mongosh version 2.26 on iTerm2 (Build 3.5.0) on a Mac. I am starting to explore MongoDB with the aim of setting up a MERN website. When I run mongosh, the Mongo shell correctly opens. Within the Mongo shell, I switch to and create a new db, e.g. one called random, by > use random. $ show collections correctly shows no collection....