@cfxlabsinc/b2b-services
    Preparing search index...
    LedgerAccountAdminSearchItem: LedgerAccount & {
        customerId: Customer["id"];
        customerName: string;
        customerOrganizationId: string;
        entityDisplayName: string;
        entityId: Entity["id"];
        entityReferenceId: string | null;
        entityType: Entity["type"];
    }

    Full admin search return item (pre-serialization).