getMany(ids: $request->songs, scopedUser: $user); $songs->each(fn ($song) => $this->authorize('own', $song)); $songService->makeSongsPrivate($songs); return response()->noContent(); } }