namespace MediaBrowser.Api.DefaultTheme { public class TvView { public ItemStub[] SpotlightItems { get; set; } public ItemStub[] BackdropItems { get; set; } public ItemStub[] ShowsItems { get; set; } public ItemStub[] ActorItems { get; set; } } }