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