{"query":"*[_type == \"author\"]{\n  name,\n  \"posts\": *[_type == \"article\" \u0026\u0026 references(^._id)]{\n    title\n  }\n}","result":[{"name":"Another author","posts":[{"title":"Another article"}]},{"name":"An author","posts":[{"title":"An article"}]}],"ms":5}