namespace SabreTools.Models.SeparatedValue { public class MetadataFile { public string[] Header { get; set; } public Row[]? Row { get; set; } } }