I have this two objects
class item { price: Double weight: Double maxAmount: Integer } class box { items: list }
I have to p