namespace Shared.Models.Online.VideoCDN { public struct Folder { public string id { get; set; } public string file { get; set; } } }