{"datasette": "", "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": "fixtures", "table": "foreign_key_references", "request": "", "view_name": "table", "1+1": 2}