export type WithItemCount> = T & { count: { total: number; }[]; }; //# sourceMappingURL=WithItemCount.d.ts.map