findMany($request->songs); $songs->each(fn ($song) => $this->authorize('own', $song)); return response()->json($songService->markSongsAsPrivate($songs)); } }