where('title_id', $titleId) ->where('season_number', $seasonNumber) ->orderBy('episode_number', 'asc') ->pluck('episode_number') ->toArray(); } }