Listing All Items In A Module Block

ok so I was getting some error on the real life file, s I created a new test graphql if I’m in allTestPackets I can see it pull both files in the content module box, but when I try and call that to repeat through that data like it would through repeating records.

I’m not sure I get what you mean and I haven’t found any clear help on how I can call this data with Nuxt.js and Apollo.

The reality is I’d like to just be able to add the number of links needed per record so its for a client who has meetings, they have pdfs and audio files. but not every meeting has the same amount of files, so by adding a module block that can add x amount of links depending on the record, I’d like to be able to loop through those records and list them on the front end.