Hello!I am struggling with displaying some fields in our frontend (which only exists locally). I was wondering if anyone had any tips for debugging the display of metadata elements on the frontend?For example, for ca_occurrences.description, which is a container field, I am trying to dip down into ca_occurrences.description.another_container.container_text (for example, mirroring how it is set up in Providence) but it displays nothing. And ca_occurrences.description is repeating the description text field once, and then printing the source field (which is also in the top-level description container). Why does it do this!It ends up displaying like this: "description of the Work; description of the Work;source of description"I am used to working with JavaScript, not with PHP. Is there a way to print all of the potential elements on the page so I can see if there is something wrong with the array, and try to understand why I cannot just grab the field, as seems to be possible with other fields, such as address?Are there other ways to debug the connection between the backend and the frontend, to figure out if it is a permissions or accessibility issue instead?Thanks much!Ashley