export type CountResult = {
    count?: null | number;
    countLimit: number;
};
