I have associations in this `cartItem` like `produ...
# help
e
I have associations in this
cartItem
like
product
. But when i go to the api, the json only shows the product_id, but not the full product object. How can i make it show the full associated object?
s
Can you share the code you are using to retrieve the data please?