My UI controller is returning data with two objects of the same type, each representing a certain entity. Both objects have values assigned to them, as shown when fully expanded.
https://i.sstatic.net/Txhwh.png
However, when inspecting the JavaScript, the values are lost on the second entity of the same type. I have displayed one of the data objects in the console.
https://i.sstatic.net/XHv9g.png
I'm curious if anyone knows what could be causing this issue and whether it's possible to pass a data object with JSON that contains two entities of the same type per data object.
Thank you!