I was pretty happy with KQL. But now when I have structures in my Blueprint or if I select multiple files. The JSON result gets unreadable.
In the image you can see the → icon_file - there are three files selected. Is there any way to tell KQL to put those files in an array instead of a String?
Hm, yes, that doesn’t look nice, it’s because those fields (structure, pages, files, object) store their content in yaml format which is not ideal for this use case.
How do you query this field?
I found the solution for this problem:
“article_blocks”: “page.article_blocks.toStructure”
in the query, does the trick.