namespace TMDbLib.Objects.General { public class SearchContainerWithId : SearchContainer { public int Id { get; set; } } }