using System.Collections.Generic; namespace ErsatzTV.Infrastructure.Emby.Models { public class EmbyLibraryItemsResponse { public List Items { get; set; } } }