The GetAll and Get methods of the ready-made CrudAppService don\'t include child entities.
GetAll
Get
CrudAppService
Is it possible to modify its behavi
You have to include the child entities manually. It's lazy loading by design.