As a beginner in Kendo UI development, I am looking to display this response in a Kendo UI grid. After researching the Kendo API documentation, I noticed the schema mentioned. I was able to load the values successfully, but encountered a problem with my response data: the "options" field contains a single JSON object, while "objects" contains an array of JSON objects. When displaying this in my grid, the "objects" values are showing as [object Object]. How can I resolve this issue?