findMany(ids: readonly string[]): Promise<readonly BibliographyEntry[]> {
    return this.bibliographyRepository.findMany(ids)
  }