export interface PageContract { value: T[]; count: number; nextLink?: string; }