{"datasette": "", "columns": ["pk", "created", "planet_int", "on_earth", "state", "_city_id", "_neighborhood", "tags", "complex_array", "distinct_some_null", "n"], "rows": [{"pk": 12, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "_city_id": {"value": 3, "label": "Detroit"}, "_neighborhood": "Greektown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null, "n": null}, {"pk": 13, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "_city_id": {"value": 3, "label": "Detroit"}, "_neighborhood": "Corktown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null, "n": null}, {"pk": 14, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "_city_id": {"value": 3, "label": "Detroit"}, "_neighborhood": "Mexicantown", "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 \"created\" = :p0 and \"on_earth\" = :p1 order by pk limit 101", "query_name": null, "database": "fixtures", "table": "facetable", "request": "", "view_name": "table", "1+1": 2}