namespace ESuite.UI.E2E.Models { public class GlossaryItemData { public string? Name { get; set; } public string? CustomField { get; set; } } }