Will v2 be able to include references as v1

Some of the systems we use lack caches. With v1 we got most of our data in one request but with v2 it seems we often will need to ask more subqueries to get all data we need.

Are there any plans to have say an include field in the query to “expand” the “include”-references?

Common scenario. Everyone at our place have their own board (so they can add more stages). However the first stage will always be the entry. In v1 we had “stage_order_nr” to easily identify if it was the first. In v2 we will need to query the stage id to know this and it would be so much nicer to be able to say include=stage than to rely on (if available) a cache that might be out of sync (albeit the webhook would probably keep it synced). Ie, to make sure that the responses hold the data needed rather than just being a bunch of references. I rather await a delayed answer than having to do a lot of extra queries to get the data I want…

Specifically for the webhooks…