{"ok": true, "database": "imdb", "query_name": "genre_breakdown", "rows": [["Drama", 137387], ["Documentary", 115232], ["Comedy", 51027], ["Horror", 21249], ["Thriller", 18052], ["Action", 17171], ["Comedy,Drama", 15050], ["Drama,Romance", 14393], ["Romance", 8713], ["Comedy,Romance", 8127], ["Crime,Drama", 6395], ["Comedy,Drama,Romance", 6158], ["Crime", 5814], ["Drama,Thriller", 5381], ["Drama,Western", 5096], ["Sci-Fi", 5091], ["Adventure", 5014], ["Action,Drama", 4636], ["Action,Crime,Drama", 4591], ["Documentary,Music", 4524], ["Horror,Thriller", 4469], ["Family", 4433], ["Animation", 3880], ["Biography,Documentary", 3779], ["Fantasy", 3400]], "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": {}}, "error": null, "private": false, "allow_execute_sql": true, "query_ms": 2724.1516010000028}