export interface DataToPaginate { resources: T[]; totalResources: number; }