export interface GetManyDefaultResponse { data: T[]; count: number; total: number; page: number; pageCount: number; }