Dataview plugin snippet showcase

Thank you for posting that! Yes, you are right and I was very off-target in my guess.
There is no output because the codeblock example is missing any lines of code to actually output the data! For something very simple, try dv.table(['Note'], data.map(p => [p.file.link])); which should give you a one-column table (column title “Note”) with the links to each of the files in the results.