---
Map {
 bindings: [
  KeyValue(
   AttributePath {
    attributes: [
     Raw {
      content: "value",
      position: (2, 3),
     },
    ],
   },
   Int {
    value: 42,
    position: (2, 11),
   },
  ),
 ],
 recursive: false,
 position: (1, 1),
}