export interface Pagination { items: T[]; page: number; totalPages: number; totalItems: number; itemsPerPage: number; }