if (longlistParticipants.indexOf(books[i].longlistedBy) === -1) {
      longlistParticipants.push(books[i].longlistedBy)
    }