#pragma warning disable CS1591 using System.Collections.Generic; namespace MediaBrowser.Providers.Plugins.Tmdb.Models.Search { public class ExternalIdLookupResult { public List Tv_Results { get; set; } } }