{"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}, {"pk": 8, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "_city_id": {"value": 2, "label": "Los Angeles"}, "_neighborhood": "Downtown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null, "n": null}, {"pk": 9, "created": "2019-01-16 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "_city_id": {"value": 2, "label": "Los Angeles"}, "_neighborhood": "Los Feliz", "tags": "[]", "complex_array": "[]", "distinct_some_null": null, "n": null}, {"pk": 10, "created": "2019-01-16 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "_city_id": {"value": 2, "label": "Los Angeles"}, "_neighborhood": "Koreatown", "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 \"_city_id\" = :p0 order by n limit 101", "query_name": null, "database": "fixtures", "table": "facetable", "request": "", "view_name": "table", "1+1": 2}