So I have these structures
``` // structures. typedef struct{ char *name; int price; double weight; }item; typedef struct{ item **items;