Full Overpass QL includes stuff that we wouldn't want to bother the user with: ``` [out:json]; node["name"="Gielgen"]; out body; ``` The user should only have to pass in ``` node["name"="Gielgen"] ```