API Reference/ redb.Export.Models Class ListRecord Namespace: redb.Export.ModelsAssembly: redb.Export.dllRepresents a row from the _lists table (enumeration/lookup list).public sealed class ListRecord : ExportRecord Inheritance Object→ExportRecord→ListRecordPropertiesAliasMachine-friendly alias.public string? Alias { get; init; } IdPrimary key.public long Id { get; init; } NameList display name.public string Name { get; init; }