ObjectArrayProperty: AbstractBaseProperty & {
    subtype: string;
    type: "ObjectArrayProperty";
    values: ObjectReference[];
}