{"ok": true, "database": "imdb", "query_name": "genre_breakdown", "rows": [["Drama", 138559], ["Documentary", 116728], ["Comedy", 51449], ["Horror", 21529], ["Thriller", 18252], ["Action", 17283], ["Comedy,Drama", 15186], ["Drama,Romance", 14517], ["Romance", 8820], ["Comedy,Romance", 8189], ["Crime,Drama", 6438], ["Comedy,Drama,Romance", 6204], ["Crime", 5902], ["Drama,Thriller", 5447], ["Sci-Fi", 5176], ["Drama,Western", 5098], ["Adventure", 5060], ["Documentary,Music", 5009], ["Action,Drama", 4653], ["Action,Crime,Drama", 4639], ["Horror,Thriller", 4543], ["Family", 4489], ["Animation", 3931], ["Biography,Documentary", 3834], ["Fantasy", 3444]], "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": 6653.2493049999175}