The following query doesn't filter as it should, but returns all collections: ``` { collections(where: { id: { eq: "3c10a4f4-4a83-436d-bf82-443634340e19"}}) { data { name id hypercerts { hypercert_id } } } } ``` The same applies to filtering by name.