namespace SabreTools.Data.Models.Listrom { public class MetadataFile { public Set[]? Set { get; set; } } }