export interface Paginate { elements: T[]; total: number; }