@cfxlabsinc/b2b-services
    Preparing search index...
    CachedLedgerAccountAdminSearchItem: Omit<
        LedgerAccountAdminSearchItem,
        "balance"
        | "address"
        | "tokenAccounts"
        | "createdAt"
        | "updatedAt",
    > & {
        address: string;
        balance: string;
        createdAt: string;
        tokenAccounts: Record<"MOVEUSD", { address: string }>;
        updatedAt: string;
    }

    JSON-safe projection of LedgerAccountAdminSearchItem for L2.