SoftObjectArrayProperty: AbstractBaseProperty & {
    subtype: string;
    type: "SoftObjectArrayProperty";
    values: SoftObjectReference[];
}