songRepository->getByIds($request->songs); return response()->download($this->downloadService->from($songs)); } }