Represents a simple navigation structure that contains only pages.
public class SimpleNavigation
[JsonPropertyName("pages")] public List<object> Pages { get; set; }