namespace Shared.Models.Online.Zetflix { public struct Folder { public string comment { get; set; } public string file { get; set; } } }