I\'m building a rest api using Express with the following architecture:
Routes->Validation(Joi)->Controller->Service->Model(Mongoose)
Now,