Member Junction
    Preparing search index...
    MJFileSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Category: ZodNullable<ZodString>;
            CategoryID: ZodNullable<ZodString>;
            ContentType: ZodNullable<ZodString>;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            Name: ZodString;
            Provider: ZodString;
            ProviderID: ZodString;
            ProviderKey: ZodNullable<ZodString>;
            Status: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            CategoryID?: string;
            ContentType?: string;
            Description?: string;
            ID?: string;
            Name?: string;
            Provider?: string;
            ProviderID?: string;
            ProviderKey?: string;
            Status?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Category?: string;
            CategoryID?: string;
            ContentType?: string;
            Description?: string;
            ID?: string;
            Name?: string;
            Provider?: string;
            ProviderID?: string;
            ProviderKey?: string;
            Status?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Files