BundledProduct: {
    id: string;
    product: Product;
    quantity: number;
} & {
    [key: string]: any;
}