Include the plan property in the List Subscriptions endpoint
T
Thibault
The Subscription objects returned from the "List Subscription" endpoint don't include the "plan" property (defining potential plan overrides), as it's it is done in the "Get Subscription" endpoint results.
As a developer, when listing all the subscriptions of a customer, that forces me to do a "List" followed by multiple "Gets" (as many as there are subscriptions) in order to get the subscription details along with the potential plan overrides. The goal is to display the actual subscription price to our users (which could custom for a customer)
Not urgent on our part, but just better dev XP
[Edit] - I opened github issue - https://github.com/getlago/lago-api/issues/3299