Hi there
I tried out the QueryCollection example from github and discovered there is a bug in line 47 ``` for $doc in collection() ``` causes [FODC0002] No default collection available.
I think it should be ``` for $doc in collection("Collection")
``` then the error is gone.