namespace zero.Core.Entities { public class MediaListQuery : ListQuery { public string FolderId { get; set; } } public class MediaListItemQuery : ListQuery { public string FolderId { get; set; } public bool SearchIsGlobal { get; set; } } }