{"datasette": "", "columns": ["pk", "created", "planet_int", "on_earth", "state", "_city_id", "_neighborhood", "tags", "complex_array", "distinct_some_null", "n"], "rows": [{"pk": 7, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "_city_id": {"value": 2, "label": "Los Angeles"}, "_neighborhood": "Hollywood", "tags": "[]", "complex_array": "[]", "distinct_some_null": null, "n": null}], "sql": "select pk, created, planet_int, on_earth, state, _city_id, _neighborhood, tags, complex_array, distinct_some_null, n from facetable where \"_neighborhood\" = :p0 and \"state\" = :p1 order by on_earth limit 101", "query_name": null, "database": "fixtures", "table": "facetable", "request": "", "view_name": "table", "1+1": 2}