export interface ICollection { data: T[]; total: number; }