Express-Validator error handing is a bit raw and produces not too aesthetical results
return res.status(422).json({ error: error.array() });