fetchModelById(req.params.site_id, Site)
      .then((model) => {
        if (model) {
          site = model;
        } else {