Hi,
I'm really wrestling with finding a solution here and I am sure I am not the only one who has the issue.
I have 2 tables in Airtable:
1) Skills Table - fields include SkillId, Name, Description, Link to Skill Definition table via DefinitionId
2) Skill Definition Table - fields include DefinitionId, Definition, Level (Level is either Beginner, Intermediate or Expert)
When I call the API and GET a skill from the Skill Table I would like the Skill Definition to nest as an object in the response. I noticed this behavior is possible with the Collaborator type, shown below for the Assigned field
![Cunners_2-1717021683723.png Cunners_2-1717021683723.png](/t5/image/serverpage/image-id/34608iBA88F5F51DCE0A8D/image-size/medium?v=v2&px=400)
At the moment when I link the Skills Definition table to the Skills table and add lookup columns from the Skills Definition table, then call the API from Postman, the fields are shown in a flat structure as an array
![Cunners_3-1717021768798.png Cunners_3-1717021768798.png](/t5/image/serverpage/image-id/34609i8CE7C7A518EC020C/image-size/medium?v=v2&px=400)
Is there any way I can nest this object linked by the Definition Id like the Collaborator type?
Thanks in advance.