this is the field in the schema ```{ "nam...
# community-help
k
this is the field in the schema
Copy code
{
        "name": "show",
        "type": "object",
        "fields": [
          {
            "name": "id",
            "type": "string",
            "reference": "show.id",
            "async_reference": true,
            "facet": true
          },
          { "name": "slug", "type": "string" }
        ]
      },