using System.Collections.Generic;
namespace MediaBrowser.Providers.Tmdb.Models.General
{
public class Keywords
public List<Keyword> Results { get; set; }
}