export interface IPage { entries: T[]; totalNumEntries: number; 'Page.Type'?: string; }