namespace MediaBrowser.Providers.Tmdb.Models.General { public class Keyword { public int id { get; set; } public string name { get; set; } } }