export interface IPage {
    totalNumEntries: number;
    'Page.Type'?: string;
}
