interactionRepository = $interactionRepository; } public function index(?int $count = null) { return response()->json($this->interactionRepository->getRecentlyPlayed($this->currentUser, $count)); } }