{"ok": true, "database": "imdb", "query_name": null, "rows": [["Drama", 137773], ["Documentary", 115629], ["Comedy", 51177], ["Horror", 21357], ["Thriller", 18127], ["Action", 17235], ["Comedy,Drama", 15090], ["Drama,Romance", 14430], ["Romance", 8751], ["Comedy,Romance", 8139], ["Crime,Drama", 6411], ["Comedy,Drama,Romance", 6169], ["Crime", 5848], ["Drama,Thriller", 5394], ["Sci-Fi", 5133], ["Drama,Western", 5093], ["Adventure", 5032], ["Documentary,Music", 4750], ["Action,Drama", 4632], ["Action,Crime,Drama", 4612], ["Horror,Thriller", 4505], ["Family", 4453], ["Animation", 3900], ["Biography,Documentary", 3795], ["Fantasy", 3418]], "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": 4321.996867000053}