Hi, I’m currently trying to integrate this API
https://www.revenuecat.com/docs/api-v2#tag/Customer/operation/list-subscriptions
In the response example, it shows `entitlement` with `product` details of that entitlement. But, from my testing, the `product` field is not in the response. I've tried experimenting with `expand` parameter with multiple values, but the `product` field is not showing. Is the documentation wrong? Can you tell me how can I get the `product` details?
"entitlements": {
"items": [
{
"created_at": 1755827296320,
"display_name": "Premium",
"id": "entl861f....",
"lookup_key": "premium",
"object": "entitlement",
"project_id": "proj8d....."
}
],
"next_page": null,
"object": "list",
"url": "https://api.revenuecat.com/v2/projects/proj...."
},
