namespace Shared.Models.Online.PiTor { public struct FileStat { public int Id { get; set; } public string Path { get; set; } public long Length { get; set; } } }