repository->paginate()); } public function show(Album $album) { return AlbumResource::make($this->repository->getOne($album->id)); } }