export interface FindAndCountAllResponse { rows: T[]; count: number; }