I have a model where certain fields should just be edited by admin users.
How can I pass the Express req.user object to my Mongoose model/schema validation function?