if ((findHighlight === null) || (findHighlight.length === 0)) {
        util.setError(404, 'Sorry that highlight does not exists');
        return util.send(res);
      }