findMany($request->songs); $songs->each(fn ($song) => $this->authorize('download', $song)); return response()->download($service->getDownloadablePath($repository->getMany($request->songs))); } }