Represents a group of footer links.
public class FooterLinkGroup
[JsonPropertyName("header")] public string Header { get; set; }
[JsonPropertyName("items")] public List<FooterLink> Items { get; set; }