I try to map an array from one interface type into another, my code looks like this:
interface Entry { ... } return this.dataService.getData(id).pipe(