data.entries.map(function(issue) { // add the follower
        if(existing_issues.indexOf(issue.url) === -1){
          res._source.issues.push(issue);
        }
      });