{
  "success": true,
  "messages": [
    {
      "code": 5,
      "msg": "string",
      "type": "error",
      "extra": {}
    },
    {
      "code": 4,
      "msg": "string",
      "type": "error",
      "extra": {}
    },
    {
      "code": 7,
      "msg": "string",
      "type": "error",
      "extra": {}
    },
    {
      "code": 4,
      "msg": "string",
      "type": "warning",
      "extra": {}
    },
    {
      "code": 4,
      "msg": "string",
      "type": "warning",
      "extra": {}
    },
    {
      "code": 9,
      "msg": "string",
      "type": "error",
      "extra": {}
    },
    {
      "code": 4,
      "msg": "string",
      "type": "error",
      "extra": {}
    },
    {
      "code": 9,
      "msg": "string",
      "type": "warning",
      "extra": {}
    },
    {
      "code": 3,
      "msg": "string",
      "type": "notice",
      "extra": {}
    }
  ],
  "data": [
    {
      "count": 10
    },
    {
      "count": 5
    },
    {
      "count": 4
    },
    {
      "count": 4
    },
    {
      "count": 5
    },
    {
      "count": 6
    },
    {
      "count": 8
    },
    {
      "count": 7
    },
    {
      "count": 1
    },
    {
      "count": 2
    }
  ]
}