I have a looong list of clients*.
Each client has several unique envelopes.
In each envelope there can be multiple unique items.
So the only relation I can see is [one envelope] <- [item A] [item B] [item C].
Please advice me what structure should I ...