export interface PageDTO { skipped: number; totalCount: number; elements: T[]; }