export type IPagingResult = { items: T[]; totalCount: number; limit: number; };