@cfxlabsinc/b2b-services
    Preparing search index...
    type CachedBankTransactionSearch = {
        hasNext: boolean;
        items: CachedBankTransaction[];
        total: number;
    }
    Index
    hasNext: boolean
    total: number