Member Junction
    Preparing search index...
    MJListSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Category: ZodNullable<ZodString>;
            CategoryID: ZodNullable<ZodString>;
            CompanyIntegration: ZodNullable<ZodString>;
            CompanyIntegrationID: ZodNullable<ZodString>;
            Description: ZodNullable<ZodString>;
            Entity: ZodString;
            EntityID: ZodString;
            ExternalSystemRecordID: ZodNullable<ZodString>;
            ID: ZodString;
            LastRefreshedAt: ZodNullable<ZodDate>;
            LastRefreshedByUser: ZodNullable<ZodString>;
            LastRefreshedByUserID: ZodNullable<ZodString>;
            Name: ZodString;
            RefreshMode: ZodUnion<[ZodLiteral<"Additive">, ZodLiteral<"Sync">]>;
            SourceFilterSnapshot: ZodNullable<ZodString>;
            SourceView: ZodNullable<ZodString>;
            SourceViewID: ZodNullable<ZodString>;
            User: ZodString;
            UserID: ZodString;
            UseSnapshot: ZodBoolean;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            CategoryID?: string;
            CompanyIntegration?: string;
            CompanyIntegrationID?: string;
            Description?: string;
            Entity?: string;
            EntityID?: string;
            ExternalSystemRecordID?: string;
            ID?: string;
            LastRefreshedAt?: Date;
            LastRefreshedByUser?: string;
            LastRefreshedByUserID?: string;
            Name?: string;
            RefreshMode?: "Additive"
            | "Sync";
            SourceFilterSnapshot?: string;
            SourceView?: string;
            SourceViewID?: string;
            User?: string;
            UserID?: string;
            UseSnapshot?: boolean;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            CategoryID?: string;
            CompanyIntegration?: string;
            CompanyIntegrationID?: string;
            Description?: string;
            Entity?: string;
            EntityID?: string;
            ExternalSystemRecordID?: string;
            ID?: string;
            LastRefreshedAt?: Date;
            LastRefreshedByUser?: string;
            LastRefreshedByUserID?: string;
            Name?: string;
            RefreshMode?: "Additive"
            | "Sync";
            SourceFilterSnapshot?: string;
            SourceView?: string;
            SourceViewID?: string;
            User?: string;
            UserID?: string;
            UseSnapshot?: boolean;
        },
    > = ...

    zod schema definition for the entity MJ: Lists