} else if (!model) {
      res.status(404).send('Organization does not exist.')
    } else {
      req.organization = model
      next()