Bundle: {
    BundleName: string;
    CreatedById: string;
    CreatedDate: string;
    Description?: string;
    Id: string;
    IsDeleted: boolean;
    LastModifiedById: string;
    LastModifiedDate: string;
    SystemModstamp: string;
}