{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Collector",
            "range": [
              7,
              16
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 16
              }
            }
          },
          "range": [
            7,
            16
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 16
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Collector",
        "raw": "'../Collector'",
        "range": [
          22,
          36
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 22
          },
          "end": {
            "line": 1,
            "column": 36
          }
        }
      },
      "range": [
        0,
        37
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 37
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `sumOfSquaredDeviationsStable`\n ",
          "range": [
            39,
            106
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "SumOfSquaredDeviationsStable",
          "range": [
            128,
            156
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 21
            },
            "end": {
              "line": 6,
              "column": 49
            }
          }
        },
        "superClass": {
          "type": "Identifier",
          "name": "Collector",
          "range": [
            165,
            174
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 58
            },
            "end": {
              "line": 6,
              "column": 67
            }
          }
        },
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  179,
                  190
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 2
                  },
                  "end": {
                    "line": 7,
                    "column": 13
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Super",
                          "range": [
                            199,
                            204
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 9
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "value": "sumOfSquaredDeviationsStable",
                            "raw": "'sumOfSquaredDeviationsStable'",
                            "range": [
                              205,
                              235
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 10
                              },
                              "end": {
                                "line": 8,
                                "column": 40
                              }
                            }
                          },
                          {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              237,
                              238
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 42
                              },
                              "end": {
                                "line": 8,
                                "column": 43
                              }
                            }
                          },
                          {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "Literal",
                                "value": "values",
                                "raw": "'values'",
                                "range": [
                                  241,
                                  249
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 54
                                  }
                                }
                              },
                              {
                                "type": "Literal",
                                "value": "mean",
                                "raw": "'mean'",
                                "range": [
                                  251,
                                  257
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 62
                                  }
                                }
                              }
                            ],
                            "range": [
                              240,
                              258
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 45
                              },
                              "end": {
                                "line": 8,
                                "column": 63
                              }
                            }
                          }
                        ],
                        "range": [
                          199,
                          259
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 64
                          }
                        }
                      },
                      "range": [
                        199,
                        260
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 65
                        }
                      }
                    }
                  ],
                  "range": [
                    193,
                    264
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 16
                    },
                    "end": {
                      "line": 9,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  190,
                  264
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 13
                  },
                  "end": {
                    "line": 9,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                179,
                264
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 2
                },
                "end": {
                  "line": 9,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "handleGet",
                "range": [
                  267,
                  276
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 2
                  },
                  "end": {
                    "line": 10,
                    "column": 11
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "state",
                    "range": [
                      277,
                      282
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 12
                      },
                      "end": {
                        "line": 10,
                        "column": 17
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "len",
                            "range": [
                              296,
                              299
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 10
                              },
                              "end": {
                                "line": 11,
                                "column": 13
                              }
                            }
                          },
                          "init": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "state",
                                "range": [
                                  302,
                                  307
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 21
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "values",
                                "range": [
                                  308,
                                  314
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                302,
                                314
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 16
                                },
                                "end": {
                                  "line": 11,
                                  "column": 28
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "length",
                              "range": [
                                315,
                                321
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 29
                                },
                                "end": {
                                  "line": 11,
                                  "column": 35
                                }
                              }
                            },
                            "range": [
                              302,
                              321
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 16
                              },
                              "end": {
                                "line": 11,
                                "column": 35
                              }
                            }
                          },
                          "range": [
                            296,
                            321
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 10
                            },
                            "end": {
                              "line": 11,
                              "column": 35
                            }
                          }
                        }
                      ],
                      "kind": "const",
                      "range": [
                        290,
                        322
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 36
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "sum",
                            "range": [
                              331,
                              334
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 11
                              }
                            }
                          },
                          "init": {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              337,
                              338
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 14
                              },
                              "end": {
                                "line": 12,
                                "column": 15
                              }
                            }
                          },
                          "range": [
                            331,
                            338
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 15
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        327,
                        339
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 16
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "current",
                            "range": [
                              348,
                              355
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 15
                              }
                            }
                          },
                          "init": {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              358,
                              359
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 18
                              },
                              "end": {
                                "line": 13,
                                "column": 19
                              }
                            }
                          },
                          "range": [
                            348,
                            359
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 19
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        344,
                        360
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 20
                        }
                      }
                    },
                    {
                      "type": "ForStatement",
                      "init": {
                        "type": "VariableDeclaration",
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "id": {
                              "type": "Identifier",
                              "name": "i",
                              "range": [
                                374,
                                375
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 13
                                },
                                "end": {
                                  "line": 14,
                                  "column": 14
                                }
                              }
                            },
                            "init": {
                              "type": "Literal",
                              "value": 0,
                              "raw": "0",
                              "range": [
                                378,
                                379
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 17
                                },
                                "end": {
                                  "line": 14,
                                  "column": 18
                                }
                              }
                            },
                            "range": [
                              374,
                              379
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 18
                              }
                            }
                          }
                        ],
                        "kind": "let",
                        "range": [
                          370,
                          379
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 9
                          },
                          "end": {
                            "line": 14,
                            "column": 18
                          }
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "operator": "<",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "range": [
                            381,
                            382
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 20
                            },
                            "end": {
                              "line": 14,
                              "column": 21
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "len",
                          "range": [
                            385,
                            388
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 24
                            },
                            "end": {
                              "line": 14,
                              "column": 27
                            }
                          }
                        },
                        "range": [
                          381,
                          388
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 20
                          },
                          "end": {
                            "line": 14,
                            "column": 27
                          }
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "operator": "++",
                        "argument": {
                          "type": "Identifier",
                          "name": "i",
                          "range": [
                            390,
                            391
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 29
                            },
                            "end": {
                              "line": 14,
                              "column": 30
                            }
                          }
                        },
                        "prefix": false,
                        "range": [
                          390,
                          393
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 29
                          },
                          "end": {
                            "line": 14,
                            "column": 32
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "name": "current",
                                "range": [
                                  403,
                                  410
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 13
                                  }
                                }
                              },
                              "right": {
                                "type": "MemberExpression",
                                "computed": true,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "state",
                                    "range": [
                                      413,
                                      418
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      419,
                                      425
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    413,
                                    425
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 28
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "i",
                                  "range": [
                                    426,
                                    427
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  413,
                                  428
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 31
                                  }
                                }
                              },
                              "range": [
                                403,
                                428
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 6
                                },
                                "end": {
                                  "line": 15,
                                  "column": 31
                                }
                              }
                            },
                            "range": [
                              403,
                              429
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 6
                              },
                              "end": {
                                "line": 15,
                                "column": 32
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "name": "sum",
                                "range": [
                                  436,
                                  439
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 9
                                  }
                                }
                              },
                              "right": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "Math",
                                    "range": [
                                      443,
                                      447
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "pow",
                                    "range": [
                                      448,
                                      451
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    443,
                                    451
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 21
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "operator": "-",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "current",
                                      "range": [
                                        452,
                                        459
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          462,
                                          467
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "mean",
                                        "range": [
                                          468,
                                          472
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        462,
                                        472
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      452,
                                      472
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 42
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      474,
                                      475
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 45
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  443,
                                  476
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                436,
                                476
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 6
                                },
                                "end": {
                                  "line": 16,
                                  "column": 46
                                }
                              }
                            },
                            "range": [
                              436,
                              477
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 6
                              },
                              "end": {
                                "line": 16,
                                "column": 47
                              }
                            }
                          }
                        ],
                        "range": [
                          395,
                          483
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 34
                          },
                          "end": {
                            "line": 17,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        365,
                        483
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "sum",
                        "range": [
                          495,
                          498
                        ],
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 11
                          },
                          "end": {
                            "line": 18,
                            "column": 14
                          }
                        }
                      },
                      "range": [
                        488,
                        499
                      ],
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 15
                        }
                      }
                    }
                  ],
                  "range": [
                    284,
                    503
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 19
                    },
                    "end": {
                      "line": 19,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  276,
                  503
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 11
                  },
                  "end": {
                    "line": 19,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                267,
                503
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 2
                },
                "end": {
                  "line": 19,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            175,
            505
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 68
            },
            "end": {
              "line": 20,
              "column": 1
            }
          }
        },
        "range": [
          122,
          505
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 15
          },
          "end": {
            "line": 20,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * A collector that captures `sumOfSquaredDeviationsStable`\n ",
            "range": [
              39,
              106
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        107,
        505
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `sumOfSquaredDeviationsStable`\n ",
          "range": [
            39,
            106
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    505
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 20,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * A collector that captures `sumOfSquaredDeviationsStable`\n ",
      "range": [
        39,
        106
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 3
        }
      }
    }
  ]
}