Represents a footer link.
public class FooterLink
[JsonPropertyName("href")] public string Href { get; set; }
[JsonPropertyName("label")] public string Label { get; set; }