def self.cast(id, season, _conditions = {})
      search = Tmdb::Search.new("/tv/#{endpoint_id + id.to_s}/#{endpoints[:singular]}/#{endpoint_id + season.to_s}/credits")
      search.fetch_response['cast']