Represents a page item in DocFX metadata, typically containing multiple API items.
public class DocFxPageItem
public List<DocFxApiItem> Items { get; set; }
public List<DocFxReference> References { get; set; }