repository->paginate()); } public function show(Artist $artist) { return ArtistResource::make($this->repository->getOne($artist->id)); } }