Hi Experts,
I have a scenario where i have just one GET call.
It has other child entities with association to parent entity.
When I am trying to bind, I am getting the data from parent entity,but not able to read child entity as they are under deferred tag in odata response.
How can i read the

child related data?