{"datasette": "<datasette.app.Datasette object at 0x3ee61d139f70>", "columns": ["pk", "foreign_key_with_label", "foreign_key_with_blank_label", "foreign_key_with_no_label", "foreign_key_compound_pk1", "foreign_key_compound_pk2"], "rows": [{"pk": "1", "foreign_key_with_label": {"value": "1", "label": "hello"}, "foreign_key_with_blank_label": {"value": "3", "label": ""}, "foreign_key_with_no_label": {"value": "1", "label": "1"}, "foreign_key_compound_pk1": "a", "foreign_key_compound_pk2": "b"}, {"pk": "2", "foreign_key_with_label": null, "foreign_key_with_blank_label": null, "foreign_key_with_no_label": null, "foreign_key_compound_pk1": null, "foreign_key_compound_pk2": null}], "sql": "select pk, foreign_key_with_label, foreign_key_with_blank_label, foreign_key_with_no_label, foreign_key_compound_pk1, foreign_key_compound_pk2 from foreign_key_references order by pk limit 101", "query_name": null, "database": "fixtures2", "table": "foreign_key_references", "request": "<asgi.Request method=\"GET\" url=\"https://latest-1-0-alpha.datasette.io/alternative-route/foreign_key_references.testall?_labels=on\">", "view_name": "table", "1+1": 2}