ImageGroup: {
    images: Image[];
    variationAttributes?: VariationAttribute[];
    viewType: string;
} & {
    [key: string]: any;
}