Let\'s say I have an endpoint for posting new users with a logic like this:
... user = new User(_.pick(req.body, [\'name\', \'email\', \'password\', \