As a long time web dev, my usual answer to everything is use RegEx checking to strain user input. When I'm looking at Mongoose queries, my gut is telling me I don't necessarily have to strain the input, assuming a length check maybe.As a long time web dev, my usual answer to ever