using System.Collections.Generic;
namespace MediaBrowser.Providers.Tmdb.Models.TV
{
public class ContentRatings
public List<ContentRating> Results { get; set; }
}