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