namespace FastSeekWpf.Core; public class FileRecord { public ulong FileRef { get; set; } public ulong ParentRef { get; set; } public string Name { get; set; } = string.Empty; public FileKind Kind { get; set; } }