@cfxlabsinc/b2b-services
    Preparing search index...
    CachedIdentity: Omit<Identity, "createdAt" | "updatedAt" | "deletedAt"> & {
        createdAt: string;
        deletedAt?: string;
        updatedAt: string;
    }

    Serialized projection of Identity for the L2 cache. L2 round-trips through JSON, so Date fields arrive as strings on cross-process / post-L1 reads. createdAt / updatedAt / deletedAt are the only Date-typed fields.