if ((hightlight === null) || (hightlight.length === 0)) {
    util.setError(404, 'Sorry you can not share a highlight that does not exist');
    return util.send(res);
  }