using System.Collections.Generic; namespace Disco.Models.Exporting { public class ExportMetadata : List> where T : IExportRecord { public List IgnoreShortNames { get; } = new List(); } }