{"ok": true, "database": "imdb", "query_name": "genre_breakdown", "rows": [["Drama", 136080], ["Documentary", 113495], ["Comedy", 50618], ["Horror", 20775], ["Thriller", 17730], ["Action", 16963], ["Comedy,Drama", 14848], ["Drama,Romance", 14248], ["Romance", 8596], ["Comedy,Romance", 8057], ["Crime,Drama", 6339], ["Comedy,Drama,Romance", 6080], ["Crime", 5731], ["Drama,Thriller", 5272], ["Drama,Western", 5092], ["Sci-Fi", 5029], ["Adventure", 4966], ["Action,Drama", 4594], ["Action,Crime,Drama", 4537], ["Family", 4395], ["Horror,Thriller", 4392], ["Documentary,Music", 4168], ["Animation", 3791], ["Biography,Documentary", 3728], ["Fantasy", 3342]], "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": 6801.155637998818}