{
  "query": "SELECT category, COUNT(*) as cnt FROM casino_games GROUP BY category ORDER BY cnt DESC",
  "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway04.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3sE2opaakiHhpCk.root --database 38mmEpDjJeLLr6ocaGW5p5 --execute SELECT category, COUNT(*) as cnt FROM casino_games GROUP BY category ORDER BY cnt DESC",
  "rows": [
    {
      "category": "slots",
      "cnt": "228"
    },
    {
      "category": "new",
      "cnt": "56"
    },
    {
      "category": "jackpot",
      "cnt": "56"
    },
    {
      "category": "live",
      "cnt": "56"
    },
    {
      "category": "instant",
      "cnt": "56"
    },
    {
      "category": "crash",
      "cnt": "56"
    },
    {
      "category": "popular",
      "cnt": "56"
    },
    {
      "category": "table",
      "cnt": "56"
    }
  ],
  "messages": [],
  "stdout": "category\tcnt\nslots\t228\nnew\t56\njackpot\t56\nlive\t56\ninstant\t56\ncrash\t56\npopular\t56\ntable\t56\n",
  "stderr": "",
  "execution_time_ms": 103
}