authorize('show', $title); $pagination = app(PaginateSeasonEpisodes::class)->execute( $title, $seasonNumber, request()->all(), ); return $this->success(['pagination' => $pagination]); } }