using System.Collections.Generic; namespace Ombi.Api.Emby.Models { public class EmbyItemContainer { public List Items { get; set; } public int TotalRecordCount { get; set; } } }