{
  "schema_version": 1,
  "columns": [
    {
      "name": "customer_id",
      "type": "string"
    },
    {
      "name": "sku",
      "type": "string"
    },
    {
      "name": "amount",
      "type": "number"
    }
  ],
  "rows": [
    [
      "00123",
      "9007199254740993",
      1200
    ],
    [
      "00007",
      "000045",
      980
    ]
  ],
  "row_count": 2,
  "column_count": 3,
  "amount_sum": 2180,
  "formula_like_is_string": true
}
