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