Object null when using the same action controller
I have my GetById Action controller giving the result like this when request directly from it notice that the Breed not null (the first image)
And I have the Create Action Controller which basically using the GetById to give me the animal using the below return
And the second picture is the result I got which is the breed completely null
And I have the Create Action Controller which basically using the GetById to give me the animal using the below return
And the second picture is the result I got which is the breed completely null

