// Port (interface) for manga data access export class MangaRepository { async getMangaCollection(page = 1) { throw new Error('Not implemented'); } }