I think I understand, so I’d have one datatype Order Info, and another datatype Line Items that contains each line item from the order and an Order Info field:
Only problem now is the backend API workflow I’m using to populate the DB was pretty straightforward, and now I have to figure out how to create multiple Line Item entries for orders with multiple products:
Would this be a use case for recursion? Something like this?