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