{"ok": true, "database": "imdb", "query_name": null, "rows": [["Drama", 136547], ["Documentary", 114172], ["Comedy", 50751], ["Horror", 20933], ["Thriller", 17885], ["Action", 17028], ["Comedy,Drama", 14909], ["Drama,Romance", 14284], ["Romance", 8631], ["Comedy,Romance", 8093], ["Crime,Drama", 6360], ["Comedy,Drama,Romance", 6096], ["Crime", 5751], ["Drama,Thriller", 5293], ["Drama,Western", 5089], ["Sci-Fi", 5046], ["Adventure", 4989], ["Action,Drama", 4606], ["Action,Crime,Drama", 4557], ["Horror,Thriller", 4423], ["Family", 4403], ["Documentary,Music", 4300], ["Animation", 3817], ["Biography,Documentary", 3739], ["Fantasy", 3361]], "truncated": false, "columns": ["genres", "count"], "query": {"sql": "\n                        SELECT\n                            genres,\n                            COUNT(*) as count\n                        FROM titles\n                        WHERE titleType = 'movie'\n                        AND genres IS NOT NULL\n                        GROUP BY genres\n                        ORDER BY count DESC\n                        LIMIT 25\n                    ", "params": {"_hide_sql": "1"}}, "error": null, "private": false, "allow_execute_sql": true, "query_ms": 6652.233277999999}