Nuxt 3 Content: Filter by Subdirectory Not Working with queryCollection().path()
Hey everyone! 
I'm trying to filter content by subdirectory using queryCollection() in Nuxt 3, but it's not working as expected.
My nuxt content folder
The Problem
This returns an empty array, even though files exist:
What I expect:
It should return the product1.yaml and product2.yaml files inside p/cctv.
My question:
How can I properly filter a collection by subdirectory using queryCollection()?
I'm trying to filter content by subdirectory using queryCollection() in Nuxt 3, but it's not working as expected.
This returns an empty array, even though files exist:
It should return the product1.yaml and product2.yaml files inside p/cctv.
How can I properly filter a collection by subdirectory using queryCollection()?
