{
  "baserow_template_version": 1,
  "name": "Recipe Book",
  "icon": "iconoir-clutery",
  "keywords": [
    "recipe book",
    "recipe book template",
    "cook book",
    "recipes",
    "cooking"
  ],
  "categories": [
    "Personal",
    "Hobbies"
  ],
  "export": [
    {
      "id": 13195,
      "name": "Recipe Book",
      "order": 1,
      "type": "database",
      "tables": [
        {
          "id": 25900,
          "name": "Dishes",
          "order": 1,
          "fields": [
            {
              "id": 136182,
              "type": "text",
              "name": "Name",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 136184,
              "type": "file",
              "name": "Picture",
              "order": 2,
              "primary": false
            },
            {
              "id": 136185,
              "type": "single_select",
              "name": "Difficulty",
              "order": 3,
              "primary": false,
              "select_options": [
                {
                  "id": 10693,
                  "value": "Easy",
                  "color": "green",
                  "order": 0
                },
                {
                  "id": 10694,
                  "value": "Medium",
                  "color": "orange",
                  "order": 1
                },
                {
                  "id": 10695,
                  "value": "Hard",
                  "color": "dark-red",
                  "order": 2
                }
              ]
            },
            {
              "id": 136186,
              "type": "link_row",
              "name": "Ingredients",
              "order": 4,
              "primary": false,
              "link_row_table_id": 25899,
              "link_row_related_field_id": 136196
            },
            {
              "id": 136187,
              "type": "link_row",
              "name": "Ingredients: optional",
              "order": 5,
              "primary": false,
              "link_row_table_id": 25899,
              "link_row_related_field_id": 136212
            },
            {
              "id": 136188,
              "type": "long_text",
              "name": "Ingredients: quantity",
              "order": 6,
              "primary": false
            },
            {
              "id": 136189,
              "type": "link_row",
              "name": "Materials needed",
              "order": 7,
              "primary": false,
              "link_row_table_id": 25901,
              "link_row_related_field_id": 136217
            },
            {
              "id": 136190,
              "type": "number",
              "name": "Servings",
              "order": 8,
              "primary": false,
              "number_decimal_places": 0,
              "number_negative": false
            },
            {
              "id": 136191,
              "type": "number",
              "name": "Cook time (minutes)",
              "order": 9,
              "primary": false,
              "number_decimal_places": 0,
              "number_negative": false
            },
            {
              "id": 136192,
              "type": "number",
              "name": "Prep time (minutes)",
              "order": 10,
              "primary": false,
              "number_decimal_places": 0,
              "number_negative": false
            },
            {
              "id": 136218,
              "type": "long_text",
              "name": "Suggestions",
              "order": 11,
              "primary": false
            },
            {
              "id": 141870,
              "type": "long_text",
              "name": "Instructions",
              "order": 12,
              "primary": false
            },
            {
              "id": 142198,
              "type": "long_text",
              "name": "Notes",
              "order": 13,
              "primary": false
            },
            {
              "id": 142199,
              "type": "url",
              "name": "Link",
              "order": 14,
              "primary": false
            },
            {
              "id": 145709,
              "type": "multiple_select",
              "name": "Category",
              "order": 15,
              "primary": false,
              "select_options": [
                {
                  "id": 12382,
                  "value": "Red Meat",
                  "color": "red",
                  "order": 0
                },
                {
                  "id": 12383,
                  "value": "Soups and Broths",
                  "color": "dark-orange",
                  "order": 1
                },
                {
                  "id": 12384,
                  "value": "Desserts",
                  "color": "dark-gray",
                  "order": 2
                },
                {
                  "id": 12385,
                  "value": "Pasta",
                  "color": "orange",
                  "order": 3
                },
                {
                  "id": 12386,
                  "value": "Poultry",
                  "color": "blue",
                  "order": 4
                },
                {
                  "id": 12388,
                  "value": "Salads",
                  "color": "light-blue",
                  "order": 5
                },
                {
                  "id": 12389,
                  "value": "Sauces",
                  "color": "light-green",
                  "order": 6
                },
                {
                  "id": 12391,
                  "value": "Seafood",
                  "color": "light-red",
                  "order": 7
                }
              ]
            },
            {
              "id": 204537,
              "type": "formula",
              "name": "Total time (hours)",
              "order": 16,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 5,
              "array_formula_type": null,
              "formula": "field('Prep time (minutes)')/60 + field('Cook time (minutes)')/60",
              "formula_type": "number"
            },
            {
              "id": 237668,
              "type": "formula",
              "name": "Cost (all ingredients)",
              "order": 17,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 2,
              "array_formula_type": null,
              "formula": "sum(lookup('Ingredients','Cost per serving')) + sum(lookup('Ingredients: optional','Cost per serving'))",
              "formula_type": "number"
            },
            {
              "id": 237852,
              "type": "formula",
              "name": "Cost (necessities)",
              "order": 18,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 2,
              "array_formula_type": null,
              "formula": "sum(lookup('Ingredients','Cost per serving'))",
              "formula_type": "number"
            }
          ],
          "views": [
            {
              "id": 28453,
              "type": "grid",
              "name": "All dishes",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 2609,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 137538,
                  "field_id": 136182,
                  "width": 167,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137540,
                  "field_id": 136184,
                  "width": 105,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137541,
                  "field_id": 136185,
                  "width": 118,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137542,
                  "field_id": 136186,
                  "width": 264,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137543,
                  "field_id": 136187,
                  "width": 194,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137544,
                  "field_id": 136188,
                  "width": 342,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137545,
                  "field_id": 136189,
                  "width": 211,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137546,
                  "field_id": 136190,
                  "width": 115,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137547,
                  "field_id": 136191,
                  "width": 185,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137548,
                  "field_id": 136192,
                  "width": 183,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137578,
                  "field_id": 136218,
                  "width": 347,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 144815,
                  "field_id": 141870,
                  "width": 342,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 145215,
                  "field_id": 142198,
                  "width": 277,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 145216,
                  "field_id": 142199,
                  "width": 186,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149851,
                  "field_id": 145709,
                  "width": 143,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230857,
                  "field_id": 204537,
                  "width": 171,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276219,
                  "field_id": 237668,
                  "width": 198,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276683,
                  "field_id": 237852,
                  "width": 168,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30478,
              "type": "grid",
              "name": "Difficulty: easy",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 5473,
                  "field_id": 136185,
                  "type": "single_select_equal",
                  "value": "10693"
                }
              ],
              "sortings": [
                {
                  "id": 2608,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 148260,
                  "field_id": 136182,
                  "width": 168,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148261,
                  "field_id": 136184,
                  "width": 110,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148262,
                  "field_id": 136185,
                  "width": 121,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148263,
                  "field_id": 136186,
                  "width": 257,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148264,
                  "field_id": 136187,
                  "width": 202,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148265,
                  "field_id": 136188,
                  "width": 299,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148266,
                  "field_id": 136189,
                  "width": 237,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148267,
                  "field_id": 136190,
                  "width": 116,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148268,
                  "field_id": 136191,
                  "width": 163,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148269,
                  "field_id": 136192,
                  "width": 157,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148270,
                  "field_id": 136218,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148271,
                  "field_id": 141870,
                  "width": 200,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148272,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148273,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149877,
                  "field_id": 145709,
                  "width": 130,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230860,
                  "field_id": 204537,
                  "width": 149,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276221,
                  "field_id": 237668,
                  "width": 202,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276684,
                  "field_id": 237852,
                  "width": 165,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30479,
              "type": "grid",
              "name": "Difficulty: medium",
              "order": 3,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 5474,
                  "field_id": 136185,
                  "type": "single_select_equal",
                  "value": "10694"
                }
              ],
              "sortings": [],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 148274,
                  "field_id": 136182,
                  "width": 142,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148275,
                  "field_id": 136184,
                  "width": 107,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148276,
                  "field_id": 136185,
                  "width": 118,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148277,
                  "field_id": 136186,
                  "width": 247,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148278,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148279,
                  "field_id": 136188,
                  "width": 278,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148280,
                  "field_id": 136189,
                  "width": 250,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148281,
                  "field_id": 136190,
                  "width": 115,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148282,
                  "field_id": 136191,
                  "width": 162,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148283,
                  "field_id": 136192,
                  "width": 158,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148284,
                  "field_id": 136218,
                  "width": 231,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148285,
                  "field_id": 141870,
                  "width": 242,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148286,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148287,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149983,
                  "field_id": 145709,
                  "width": 155,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230861,
                  "field_id": 204537,
                  "width": 151,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276222,
                  "field_id": 237668,
                  "width": 199,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276931,
                  "field_id": 237852,
                  "width": 169,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30480,
              "type": "grid",
              "name": "Difficulty: hard",
              "order": 4,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 5475,
                  "field_id": 136185,
                  "type": "single_select_equal",
                  "value": "10695"
                }
              ],
              "sortings": [
                {
                  "id": 2610,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 148288,
                  "field_id": 136182,
                  "width": 155,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148289,
                  "field_id": 136184,
                  "width": 109,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148290,
                  "field_id": 136185,
                  "width": 121,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148291,
                  "field_id": 136186,
                  "width": 229,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148292,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148293,
                  "field_id": 136188,
                  "width": 263,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148294,
                  "field_id": 136189,
                  "width": 280,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148295,
                  "field_id": 136190,
                  "width": 116,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148296,
                  "field_id": 136191,
                  "width": 162,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148297,
                  "field_id": 136192,
                  "width": 160,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148298,
                  "field_id": 136218,
                  "width": 252,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148299,
                  "field_id": 141870,
                  "width": 233,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148300,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 148301,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149984,
                  "field_id": 145709,
                  "width": 132,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230862,
                  "field_id": 204537,
                  "width": 153,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276223,
                  "field_id": 237668,
                  "width": 206,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276932,
                  "field_id": 237852,
                  "width": 174,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30741,
              "type": "grid",
              "name": "Category: soups and broth",
              "order": 5,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12927,
                  "field_id": 145709,
                  "type": "multiple_select_has",
                  "value": "12383"
                }
              ],
              "sortings": [
                {
                  "id": 2611,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 149862,
                  "field_id": 136182,
                  "width": 150,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149863,
                  "field_id": 136184,
                  "width": 110,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149864,
                  "field_id": 136185,
                  "width": 122,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149865,
                  "field_id": 136186,
                  "width": 237,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149866,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149867,
                  "field_id": 136188,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149868,
                  "field_id": 136189,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149869,
                  "field_id": 136190,
                  "width": 125,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149870,
                  "field_id": 136191,
                  "width": 165,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149871,
                  "field_id": 136192,
                  "width": 163,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149872,
                  "field_id": 136218,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149873,
                  "field_id": 141870,
                  "width": 316,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149874,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149875,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149876,
                  "field_id": 145709,
                  "width": 149,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230863,
                  "field_id": 204537,
                  "width": 150,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276224,
                  "field_id": 237668,
                  "width": 201,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276933,
                  "field_id": 237852,
                  "width": 168,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30742,
              "type": "grid",
              "name": "Category: red meat",
              "order": 6,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 5714,
                  "field_id": 145709,
                  "type": "contains",
                  "value": "red meat"
                }
              ],
              "sortings": [
                {
                  "id": 2612,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 151957,
                  "field_id": 136182,
                  "width": 126,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151958,
                  "field_id": 136184,
                  "width": 110,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151959,
                  "field_id": 136185,
                  "width": 123,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151960,
                  "field_id": 136186,
                  "width": 200,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151961,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151962,
                  "field_id": 136188,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151963,
                  "field_id": 136189,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151964,
                  "field_id": 136190,
                  "width": 116,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151965,
                  "field_id": 136191,
                  "width": 168,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151966,
                  "field_id": 136192,
                  "width": 161,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151967,
                  "field_id": 136218,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151968,
                  "field_id": 141870,
                  "width": 200,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151969,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151970,
                  "field_id": 142199,
                  "width": 150,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 151971,
                  "field_id": 145709,
                  "width": 123,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230864,
                  "field_id": 204537,
                  "width": 151,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276228,
                  "field_id": 237668,
                  "width": 201,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276935,
                  "field_id": 237852,
                  "width": 165,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30743,
              "type": "grid",
              "name": "Category: sauces",
              "order": 7,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12925,
                  "field_id": 145709,
                  "type": "multiple_select_has",
                  "value": "12389"
                }
              ],
              "sortings": [
                {
                  "id": 2613,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 149938,
                  "field_id": 136182,
                  "width": 200,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149939,
                  "field_id": 136184,
                  "width": 107,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149940,
                  "field_id": 136185,
                  "width": 121,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149941,
                  "field_id": 136186,
                  "width": 200,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149942,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149943,
                  "field_id": 136188,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149944,
                  "field_id": 136189,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149945,
                  "field_id": 136190,
                  "width": 124,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149946,
                  "field_id": 136191,
                  "width": 160,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149947,
                  "field_id": 136192,
                  "width": 161,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149948,
                  "field_id": 136218,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149949,
                  "field_id": 141870,
                  "width": 200,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149950,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149951,
                  "field_id": 142199,
                  "width": 177,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149952,
                  "field_id": 145709,
                  "width": 121,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230865,
                  "field_id": 204537,
                  "width": 150,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276229,
                  "field_id": 237668,
                  "width": 195,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276936,
                  "field_id": 237852,
                  "width": 169,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30744,
              "type": "grid",
              "name": "Category: pasta",
              "order": 8,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12926,
                  "field_id": 145709,
                  "type": "multiple_select_has",
                  "value": "12385"
                }
              ],
              "sortings": [
                {
                  "id": 2614,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 149878,
                  "field_id": 136182,
                  "width": 140,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149879,
                  "field_id": 136184,
                  "width": 110,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149880,
                  "field_id": 136185,
                  "width": 120,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149881,
                  "field_id": 136186,
                  "width": 232,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149882,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149883,
                  "field_id": 136188,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149884,
                  "field_id": 136189,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149885,
                  "field_id": 136190,
                  "width": 120,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149886,
                  "field_id": 136191,
                  "width": 160,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149887,
                  "field_id": 136192,
                  "width": 160,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149888,
                  "field_id": 136218,
                  "width": 236,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149889,
                  "field_id": 141870,
                  "width": 200,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149890,
                  "field_id": 142198,
                  "width": 233,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149891,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149892,
                  "field_id": 145709,
                  "width": 119,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230866,
                  "field_id": 204537,
                  "width": 154,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276230,
                  "field_id": 237668,
                  "width": 196,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276937,
                  "field_id": 237852,
                  "width": 168,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30745,
              "type": "grid",
              "name": "Category: poultry",
              "order": 9,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12928,
                  "field_id": 145709,
                  "type": "multiple_select_has",
                  "value": "12386"
                }
              ],
              "sortings": [
                {
                  "id": 2615,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 149953,
                  "field_id": 136182,
                  "width": 200,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149954,
                  "field_id": 136184,
                  "width": 119,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149955,
                  "field_id": 136185,
                  "width": 125,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149956,
                  "field_id": 136186,
                  "width": 200,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149957,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149958,
                  "field_id": 136188,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149959,
                  "field_id": 136189,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149960,
                  "field_id": 136190,
                  "width": 117,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149961,
                  "field_id": 136191,
                  "width": 161,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149962,
                  "field_id": 136192,
                  "width": 159,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149963,
                  "field_id": 136218,
                  "width": 236,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149964,
                  "field_id": 141870,
                  "width": 298,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149965,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149966,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149967,
                  "field_id": 145709,
                  "width": 119,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230867,
                  "field_id": 204537,
                  "width": 149,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276231,
                  "field_id": 237668,
                  "width": 196,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276939,
                  "field_id": 237852,
                  "width": 165,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30746,
              "type": "grid",
              "name": "Category: salads",
              "order": 10,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12929,
                  "field_id": 145709,
                  "type": "multiple_select_has",
                  "value": "12388"
                }
              ],
              "sortings": [
                {
                  "id": 2616,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 149908,
                  "field_id": 136182,
                  "width": 152,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149909,
                  "field_id": 136184,
                  "width": 113,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149910,
                  "field_id": 136185,
                  "width": 121,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149911,
                  "field_id": 136186,
                  "width": 265,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149912,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149913,
                  "field_id": 136188,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149914,
                  "field_id": 136189,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149915,
                  "field_id": 136190,
                  "width": 121,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149916,
                  "field_id": 136191,
                  "width": 160,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149917,
                  "field_id": 136192,
                  "width": 161,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149918,
                  "field_id": 136218,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149919,
                  "field_id": 141870,
                  "width": 299,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149920,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149921,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149922,
                  "field_id": 145709,
                  "width": 143,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230868,
                  "field_id": 204537,
                  "width": 149,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276232,
                  "field_id": 237668,
                  "width": 202,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276940,
                  "field_id": 237852,
                  "width": 169,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30747,
              "type": "grid",
              "name": "Category: desserts",
              "order": 11,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12930,
                  "field_id": 145709,
                  "type": "multiple_select_has",
                  "value": "12384"
                }
              ],
              "sortings": [
                {
                  "id": 2617,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 149923,
                  "field_id": 136182,
                  "width": 179,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149924,
                  "field_id": 136184,
                  "width": 110,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149925,
                  "field_id": 136185,
                  "width": 123,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149926,
                  "field_id": 136186,
                  "width": 200,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149927,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149928,
                  "field_id": 136188,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149929,
                  "field_id": 136189,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149930,
                  "field_id": 136190,
                  "width": 142,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149931,
                  "field_id": 136191,
                  "width": 166,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149932,
                  "field_id": 136192,
                  "width": 161,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149933,
                  "field_id": 136218,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149934,
                  "field_id": 141870,
                  "width": 200,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149935,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149936,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 149937,
                  "field_id": 145709,
                  "width": 129,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230869,
                  "field_id": 204537,
                  "width": 149,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276233,
                  "field_id": 237668,
                  "width": 200,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276941,
                  "field_id": 237852,
                  "width": 167,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 30750,
              "type": "grid",
              "name": "Category: seafood",
              "order": 14,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12931,
                  "field_id": 145709,
                  "type": "multiple_select_has",
                  "value": "12391"
                }
              ],
              "sortings": [
                {
                  "id": 2607,
                  "field_id": 136191,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 152780,
                  "field_id": 136182,
                  "width": 123,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152781,
                  "field_id": 136184,
                  "width": 108,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152782,
                  "field_id": 136185,
                  "width": 122,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152783,
                  "field_id": 136186,
                  "width": 214,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152784,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152785,
                  "field_id": 136188,
                  "width": 279,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152786,
                  "field_id": 136189,
                  "width": 260,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152787,
                  "field_id": 136190,
                  "width": 118,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152788,
                  "field_id": 136191,
                  "width": 167,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152789,
                  "field_id": 136192,
                  "width": 158,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152790,
                  "field_id": 136218,
                  "width": 200,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152791,
                  "field_id": 141870,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152792,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152793,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 152794,
                  "field_id": 145709,
                  "width": 122,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230870,
                  "field_id": 204537,
                  "width": 150,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276234,
                  "field_id": 237668,
                  "width": 198,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276942,
                  "field_id": 237852,
                  "width": 169,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 44605,
              "type": "grid",
              "name": "Quick dishes",
              "order": 15,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 10410,
                  "field_id": 204537,
                  "type": "lower_than",
                  "value": "1.1"
                }
              ],
              "sortings": [
                {
                  "id": 5649,
                  "field_id": 204537,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 230871,
                  "field_id": 136182,
                  "width": 144,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230872,
                  "field_id": 136184,
                  "width": 106,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230873,
                  "field_id": 136185,
                  "width": 117,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230874,
                  "field_id": 136186,
                  "width": 228,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230875,
                  "field_id": 136187,
                  "width": 192,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230876,
                  "field_id": 136188,
                  "width": 250,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230877,
                  "field_id": 136189,
                  "width": 227,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230878,
                  "field_id": 136190,
                  "width": 113,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230879,
                  "field_id": 136191,
                  "width": 162,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230880,
                  "field_id": 136192,
                  "width": 161,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230881,
                  "field_id": 136218,
                  "width": 286,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230882,
                  "field_id": 141870,
                  "width": 316,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230883,
                  "field_id": 142198,
                  "width": 280,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230884,
                  "field_id": 142199,
                  "width": 241,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230885,
                  "field_id": 145709,
                  "width": 139,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 230886,
                  "field_id": 204537,
                  "width": 150,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276235,
                  "field_id": 237668,
                  "width": 199,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276943,
                  "field_id": 237852,
                  "width": 167,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 52282,
              "type": "grid",
              "name": "Budget friendly",
              "order": 16,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12932,
                  "field_id": 237852,
                  "type": "lower_than",
                  "value": "6"
                }
              ],
              "sortings": [
                {
                  "id": 7440,
                  "field_id": 237852,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 276245,
                  "field_id": 136182,
                  "width": 169,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276246,
                  "field_id": 136184,
                  "width": 111,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276247,
                  "field_id": 136185,
                  "width": 118,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276248,
                  "field_id": 136186,
                  "width": 254,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276249,
                  "field_id": 136187,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276250,
                  "field_id": 136188,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276251,
                  "field_id": 136189,
                  "width": 264,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276252,
                  "field_id": 136190,
                  "width": 115,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276253,
                  "field_id": 136191,
                  "width": 163,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276254,
                  "field_id": 136192,
                  "width": 159,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276255,
                  "field_id": 136218,
                  "width": 200,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276256,
                  "field_id": 141870,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276257,
                  "field_id": 142198,
                  "width": 200,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276258,
                  "field_id": 142199,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276259,
                  "field_id": 145709,
                  "width": 148,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276260,
                  "field_id": 204537,
                  "width": 157,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276261,
                  "field_id": 237668,
                  "width": 196,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276431,
                  "field_id": 237852,
                  "width": 167,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 67360,
              "type": "gallery",
              "name": "Dishes",
              "order": 17,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 11788,
                  "field_id": 136182,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "field_options": [
                {
                  "id": 5028,
                  "field_id": 136184,
                  "hidden": false,
                  "order": 0
                },
                {
                  "id": 5027,
                  "field_id": 136182,
                  "hidden": false,
                  "order": 1
                },
                {
                  "id": 5029,
                  "field_id": 136185,
                  "hidden": false,
                  "order": 2
                },
                {
                  "id": 5040,
                  "field_id": 142199,
                  "hidden": false,
                  "order": 3
                },
                {
                  "id": 5030,
                  "field_id": 136186,
                  "hidden": false,
                  "order": 4
                },
                {
                  "id": 5031,
                  "field_id": 136187,
                  "hidden": true,
                  "order": 5
                },
                {
                  "id": 5032,
                  "field_id": 136188,
                  "hidden": true,
                  "order": 6
                },
                {
                  "id": 5033,
                  "field_id": 136189,
                  "hidden": false,
                  "order": 7
                },
                {
                  "id": 5034,
                  "field_id": 136190,
                  "hidden": false,
                  "order": 8
                },
                {
                  "id": 5036,
                  "field_id": 136192,
                  "hidden": false,
                  "order": 9
                },
                {
                  "id": 5035,
                  "field_id": 136191,
                  "hidden": false,
                  "order": 10
                },
                {
                  "id": 5037,
                  "field_id": 136218,
                  "hidden": true,
                  "order": 11
                },
                {
                  "id": 5038,
                  "field_id": 141870,
                  "hidden": true,
                  "order": 12
                },
                {
                  "id": 5041,
                  "field_id": 145709,
                  "hidden": true,
                  "order": 13
                },
                {
                  "id": 5042,
                  "field_id": 204537,
                  "hidden": false,
                  "order": 14
                },
                {
                  "id": 5043,
                  "field_id": 237668,
                  "hidden": true,
                  "order": 15
                },
                {
                  "id": 5044,
                  "field_id": 237852,
                  "hidden": true,
                  "order": 16
                },
                {
                  "id": 5039,
                  "field_id": 142198,
                  "hidden": true,
                  "order": 17
                }
              ]
            },
            {
              "id": 67361,
              "type": "kanban",
              "name": "By difficulty",
              "order": 18,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [],
              "decorations": [],
              "single_select_field_id": 136185,
              "field_options": [
                {
                  "id": 357,
                  "field_id": 136182,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 358,
                  "field_id": 136184,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 359,
                  "field_id": 136185,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 360,
                  "field_id": 136186,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 361,
                  "field_id": 136187,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 362,
                  "field_id": 136188,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 363,
                  "field_id": 136189,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 364,
                  "field_id": 136190,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 365,
                  "field_id": 136191,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 366,
                  "field_id": 136192,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 367,
                  "field_id": 136218,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 368,
                  "field_id": 141870,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 369,
                  "field_id": 142198,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 370,
                  "field_id": 142199,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 371,
                  "field_id": 145709,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 372,
                  "field_id": 204537,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 373,
                  "field_id": 237668,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 374,
                  "field_id": 237852,
                  "hidden": true,
                  "order": 32767
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.119656+00:00",
              "updated_on": "2022-01-17T16:56:04.399712+00:00",
              "field_136182": "Supreme Burger",
              "field_136184": [
                {
                  "name": "FbNZEvgPWjL1LPJywVbmr3JEY0DsqBBL_b495171488828e18c6990f8a8ab52ce49eb48c0f169e7a03b18905972ec5f95c.jpg",
                  "visible_name": "Supreme burger.jpg",
                  "original_name": "Supreme burger.jpg"
                }
              ],
              "field_136185": 10693,
              "field_136186": [
                6,
                11,
                16,
                30,
                28,
                33,
                37,
                39,
                55,
                49
              ],
              "field_136187": [
                44
              ],
              "field_136188": "- 2 pounds ground beef\n- Dry 1/8 teaspoon pepper\n- 1 Cup dairy sour cream\n- Salt",
              "field_136189": [
                2,
                5,
                10,
                18,
                16,
                8
              ],
              "field_136190": "3",
              "field_136191": "45",
              "field_136192": "35",
              "field_136218": "Acompany this delicious dish with French fries and a cold coke!",
              "field_141870": "Season the ground meat with salt, pepper and the spices of your preference and let it sit for a couple of minutes. \n\nIn the meantime, mise en place all the remaining ingredients: Cut the buns in halves; cut the tomato and onion in thin slices, select and wash the lettuce leaves, display the cheddar cheese slices you will use (2 per hamburguer), etc. \n\nCook the meat in a frying pan or if you prefer, in a grill. Last, add the ingredients in superposed layers and season with the sour cream, ketchup, mustard, mayonnaise, etc.",
              "field_142198": "A BBQ favorite!",
              "field_142199": "eatyummy.com",
              "field_145709": [
                12382
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.119778+00:00",
              "updated_on": "2022-01-17T16:56:05.681677+00:00",
              "field_136182": "Cheese Burger",
              "field_136184": [
                {
                  "name": "KchVLUdfMRAdURC5vPGB4vuFJkJ7LPO8_9444ee1178dc297657edf3af16b2de86d9a7f1cf2b108b82a0e42e718777e4f4.jpg",
                  "visible_name": "Cheeseburger.jpg",
                  "original_name": "Cheeseburger.jpg"
                }
              ],
              "field_136185": 10693,
              "field_136186": [
                11,
                6,
                28,
                30,
                33,
                37,
                39,
                44,
                55,
                52
              ],
              "field_136187": [
                57
              ],
              "field_136188": "- 2 pounds freshly ground meat\n- 1 tablespoon onion powder\n- 1 teaspoon salt\n- 1 teaspoon freshly ground black pepper\n- 12 slices of American cheese\n- 6 large burger buns\n- Ketchup \n- Mayonnaise\n- Sliced onion\n- Sliced tomatoes\n- Sliced pickles\n- Fresh lettuce leaves",
              "field_136189": [
                8,
                5,
                10,
                16,
                18
              ],
              "field_136190": "2",
              "field_136191": "25",
              "field_136192": "25",
              "field_136218": "Add the additional ingredients and accompany your all-American cheese burger with French fries, barbecue sauce or grated salad. Enjoy!",
              "field_141870": "Season the ground meat with the spices of your preference (salt, onion powder, dried oregano, black pepper, cumin, etc.). \n\nLet it sit for a couple of minutes, while you prepare the rest of the ingredients:\n- Cut the buns in halves and heat them on double-boil style.\n- Cut the tomato and onion in thin slices, select and wash the lettuce leaves\n- display the Swiss cheese slices you will use (2 per hamburguer), etc. \n\nCook the meat in a frying pan or if you prefer, in a grill. Finally, add the ingredients in superposed layers and season with the sour cream, ketchup, mustard, mayonnaise, etc.",
              "field_142198": null,
              "field_142199": "deliciousfood.net",
              "field_145709": [
                12382
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.119843+00:00",
              "updated_on": "2022-01-17T16:56:06.740949+00:00",
              "field_136182": "Pepperoni Pizza",
              "field_136184": [
                {
                  "name": "YDQIx03kxTMyHr4rqCHmSVONDY75ULSJ_50a0e7910bb5b3535151fda7b809218c96f2ba103c88580935749c52868832ab.jpg",
                  "visible_name": "Pepperoni pizza.jpg",
                  "original_name": "Pepperoni pizza.jpg"
                }
              ],
              "field_136185": 10693,
              "field_136186": [
                45,
                43,
                35,
                46,
                8,
                39,
                40,
                4
              ],
              "field_136187": [
                2,
                36,
                24
              ],
              "field_136188": "- 16 ounces pizza doug\n- 1/2 cup pizza sauce\n- 20 slices pepperoni\n- 12 ounces mozzarella cheese\n- Grated 1/2 teaspoon ground black pepper\n- 1 teaspoon fresh oregano\n- Optional: Flour for rolling and shaping dough",
              "field_136189": [
                1,
                13,
                14,
                12,
                2,
                9,
                8
              ],
              "field_136190": "3",
              "field_136191": "45",
              "field_136192": "30",
              "field_136218": "Slice and serve:\nUse pizza peel to slide pizza out onto a cutting board. Let the pizza rest for a minute and slice into pieces. Season with fresh oregano (optional). Serve while warm with a side salad.",
              "field_141870": "- Preheat oven to 500\u00b0F. If you are using a pizza stone, preheat it in the oven for at least 20 minutes so it is nice and hot as well.\n\n- Roll out dough on a lightly floured surface. If it's hard to roll, let it rest for 5 minutes so it can come to room temperature. \n\n- Add the toppings. \nTransfer the dough to a lightly dusted pizza peel. Alternatively, fit it into a large cast-iron.\nAdd sauce in a light layer all over the pizza, leaving about 1/4-inch crust around the edges. Chop half of the pepperoni and sprinkle it over the sauce. Top the pizza with grated cheese and the rest of the pepperoni. Season with black pepper.\n\n- Cook the pizza:\nIf you're using a pizza stone, carefully slide pizza into the center of the preheated pizza stone. Cook for 6 minutes, then rotate the pizza halfway so it cooks evenly. Cook for another 6-8 minutes, or until the crust is golden brown and charred in spots.\n\nIf you're using a skillet, press the dough into a cast iron skillet and add toppings. Place the skillet over a high heat burner for 2 minutes to get it preheated and get the crust cooking right away. Then transfer to a 500 \u030aF oven and bake for 10 to 12 minutes, or until the crust is golden brown.",
              "field_142198": "Great for any time of the year!",
              "field_142199": "greatpizzarecipe.com",
              "field_145709": [
                12385,
                12389
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.119905+00:00",
              "updated_on": "2022-01-17T16:56:09.430749+00:00",
              "field_136182": "Shrimp Soup",
              "field_136184": [
                {
                  "name": "xDCxdWT5kSidSSyEtz0vbYXVOwgV5kee_fe04529d1bcb753ea76b5a623df01c910caac98ea5257d2d01158898bdf079af.jpg",
                  "visible_name": "Shrimp soup.jpg",
                  "original_name": "Shrimp soup.jpg"
                }
              ],
              "field_136185": 10694,
              "field_136186": [
                9,
                39,
                38,
                49,
                5,
                25,
                31,
                18,
                48,
                13,
                59,
                14,
                66,
                1
              ],
              "field_136187": [
                10,
                20
              ],
              "field_136188": "- 2 tablespoons olive oil\n- 1 medium onion, thinly sliced \n- 2 garlic cloves minced \n- 4 cans of chicken broth\n- Diced potatoes\n- Undrained 1 bay leaf \n- 1/8 to 1/4 teaspoon white pepper \n- 1/8 to 1/4 teaspoon cayenne pepper\n- 3 cups cooked small shrimp \n- 1/3 cup minced fresh parsley",
              "field_136189": [
                3,
                8,
                20,
                17
              ],
              "field_136190": "3",
              "field_136191": "90",
              "field_136192": "20",
              "field_136218": "Add bread crumbs or crackers for more texture. Serve with a good glass of white wine.",
              "field_141870": "Shrimp soup is a delicious dish that will never deceive. As a comfy dish for cold days or just as an elegant entr\u00e9e, shrimp soup is one dish that will leave you with a big smile on your face.\n\nHeat oil in a heavy saucepan over medium heat. Carefully add flour; cook and stir until golden brown, about 6-8 minutes. Reduce heat to low. \n\nAdd the onion and green pepper; cook and stir for 5 minutes. Add garlic; cook 1 minute longer. Add the potatoes, bay leaf, cayenne and black pepper; bring to a boil. Reduce heat; cover and simmer for 30-40 minutes.\n\nStir in shrimp and parsley; heat through. Remove bay leaf.",
              "field_142198": null,
              "field_142199": "iowagirleats.com/spicy-shrimp-soup/",
              "field_145709": [
                12383
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.119967+00:00",
              "updated_on": "2022-01-17T16:56:11.749328+00:00",
              "field_136182": "Lobster Bisque",
              "field_136184": [
                {
                  "name": "aAUS5GImRE4SVjb7Wktudl7isSqLwwT0_37aa7c0ee9608145a358869cbc75c8676dbb29da69ca68ba616ba39724cf7e11.jpg",
                  "visible_name": "Lobster Bisque.jpg",
                  "original_name": "Lobster Bisque.jpg"
                }
              ],
              "field_136185": 10694,
              "field_136186": [
                12,
                13,
                18,
                14,
                15,
                25,
                27,
                39,
                53,
                49,
                56,
                32
              ],
              "field_136187": [
                10,
                20
              ],
              "field_136188": "- 4 lobster tails\n- 2 tablespoons butter\n- 1 tablespoon olive oil\n- 1 onion, finely chopped\n- 2 carrots, peeled and finely chopped\n- 2 stalks celery, finely chopped\n- 1 teaspoon fresh chopped thyme\n- 1 teaspoon fresh chopped tarragon, plus more to serve\n- 1 teaspoon chicken bouillon powder\n- 1/2 teaspoon salt\n- 1/4 teaspoon fresh cracked black pepper\n- 1/2 teaspoon cayenne pepper\n- 4 cloves garlic, minced\n- 2 tablespoons tomato paste\n- 3 tablespoons all-purpose flour, (or plain flour)\n- 1 1/4 cup dry white wine, or sherry\n- 4 cups lobster stock (recipe as follows), OR seafood or fish stock\n- 3/4 - 1 cup heavy cream\n\nGarlic butter lobster meat:\n- 2 tablespoons butter\n- 2 cloves garlic, minced\n- Salt, pepper and cayenne, to taste",
              "field_136189": [
                3,
                8,
                20,
                17
              ],
              "field_136190": "3",
              "field_136191": "120",
              "field_136192": "50",
              "field_136218": "To add even more flavour, melt butter a skillet over medium heat and saut\u00e9 garlic until fragrant. Add in chopped lobster meat, season with salt, pepper and cayenne to taste. Lightly saut\u00e9 until lobster meat is just warmed through, then add into your bisque!",
              "field_141870": "Lobster stock:\nFill a large pot with 5 cups of water. Stir in 1 teaspoon sea salt and bring to a boil.\n\nAdd the lobster tails, cover with lid and let boil for 5 minutes, or until bright red.\nRemove lobster tails, reserving the liquid stock. \n\nWhen the lobsters have cooled slightly, remove the meat from the shells, reserving the meat and any liquid that comes out of the shells.\n\nReturn lobster shells back to the water in the pot. Bring to a boil, reduce heat to medium-low and let simmer for a further 15 minutes to draw as much flavour out of the shells as possible.\n\nWhile stock is simmering, chop the meat into bite-sized pieces and refrigerate.\n\nBisque:\nHeat butter and oil in a large, heavy-based pot over medium heat, Sweat the onions, carrots, celery and fresh herbs. \nCook until soft, about 5 minutes. Season with the bouillon powder, salt and pepper/s. Stir in 4 cloves of minced garlic and cook until fragrant, about 1 minute.\n\nMix in tomato paste, cook for a further minute to coat vegetables. Sprinkle over flour and cook, while stirring occasionally for a further 2 minutes.\n\nPour in wine, simmer and let reduce to half. Stir in lobster stock, reduce heat and gently simmer while stirring occasionally, until liquid has thickened slightly and flavours have blended, about 30 minutes.\n\nTake off the heat, transfer mixture to a blender and blend until smooth. Alternatively, pur\u00e9e with an immersion blender until very smooth. Return to medium-low heat and stir in heavy cream.\n\nGarlic butter lobster meat:\nMelt butter a skillet pan over medium heat. Saut\u00e9 garlic for 30 seconds, until fragrant. \nAdd in chopped lobster meat, season with salt, pepper and cayenne to taste. Lightly saut\u00e9 for 1 minute while stirring occasionally, until lobster meat is just warmed through.\n\nTo serve the lobster bisque:\nMix 3/4 of the lobster meat into the bisque. Pour into individual serving bowls. Top each bowl with remaining lobster meat and extra tarragon.\n\nTo remove lobster meat:\nPlace lobster tail on your counter with the back of the tail facing up. Use sharp kitchen shears to cut down through the centre to the end of the tail. \n\nWith your thumbs and fingers, open the shell to loosen it from the meat, opening the meat away from the shell side walls. \n\nPull the meat up from the bottom of the shell to seperate the shell from the meat underneath it.\n\nAlternatively, use both hands to press down on tail to crack shell. Hold tail, shell facing down, and pull back on both sides of shell to crack open and remove meat.\n\nTo blend:\nPuree right in the pot with an immersion blender OR pour into a blender. If using a blender, you may need to blend in batches of two or three to prevent pressure from building up inside the jug from the heat. \n\nMake sure you take the centre piece out of the lid to let the steam escape.",
              "field_142198": "If lobsters are elusive, shrimp bisque is also a great option.",
              "field_142199": "goodrecipes.yum",
              "field_145709": [
                12391
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 6,
              "order": "6.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.120016+00:00",
              "updated_on": "2022-01-17T15:57:55.667402+00:00",
              "field_136182": "Homemade Pizza Sauce",
              "field_136184": [
                {
                  "name": "1n64z819TYmeaSiFsBXVmvcIUTD0Rt46_4252ac602744d3c980338563b268d7f007ec9a2b1f8a76f1982119194d8f17c4.jpg",
                  "visible_name": "Homemade tomato sauce.jpg",
                  "original_name": "Homemade tomato sauce.jpg"
                }
              ],
              "field_136185": 10693,
              "field_136186": [
                7,
                25,
                38,
                39,
                40,
                49,
                55,
                60,
                51,
                57
              ],
              "field_136187": [
                56,
                58
              ],
              "field_136188": "- 6 oz tomato paste (1 -6 oz can), or 8 tomatoes\n- 1-2 tablespoons of oregano to taste\n- \u00bd tsp garlic powder\n- \u00bd tsp onion powder\n- \u00bc tsp freshly ground black pepper\n-1 tsp sugar",
              "field_136189": [
                8,
                6,
                5,
                21
              ],
              "field_136190": "4",
              "field_136191": "56",
              "field_136192": "15",
              "field_136218": "If you want to add it a zip of glamour, add 1/4 cup of white wine.",
              "field_141870": "Blend the tomatos, or mix tomato paste and sauce together in a medium size bowl until well combined (all the lumps of paste are incorporated into the sauce).\n\nAdd the rest of the ingredients (oregano, Italian seasoning, garlic powder, onion powder, garlic salt, pepper and sugar) and mix well!\n\nUse in your favorite pizza recipe!",
              "field_142198": null,
              "field_142199": "greatpizzarecipe.com",
              "field_145709": [
                12389
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 7,
              "order": "7.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.120052+00:00",
              "updated_on": "2022-01-17T15:57:58.464614+00:00",
              "field_136182": "Carbonara Pasta",
              "field_136184": [
                {
                  "name": "MsotW6OzFwWfIIYP8GQ7jsVoiBdlbwMu_5d08c37fc7561e26b21d5186b8a6f555ba83e072cb217225787dc0857eb100be.jpg",
                  "visible_name": "carbonara pasta.jpg",
                  "original_name": "carbonara pasta.jpg"
                }
              ],
              "field_136185": 10693,
              "field_136186": [
                3,
                12,
                22,
                61,
                25,
                35,
                38,
                42,
                7,
                27,
                49,
                60
              ],
              "field_136187": [
                19,
                41
              ],
              "field_136188": "- 3 large free-range egg yolks\n- 40 g Parmesan cheese , plus extra to serve\n- 1 x 150 g piece of higher-welfare pancetta\n- 200 g dried spaghetti\n- 1 clove of garlic\n- Extra virgin olive oil",
              "field_136189": [
                8,
                10,
                6,
                24
              ],
              "field_136190": "4",
              "field_136191": "65",
              "field_136192": "30",
              "field_136218": "Serve with a grating of Parmesan and an extra twist of pepper.",
              "field_141870": "Put the egg yolks into a bowl, finely grate in the Parmesan, season with pepper, then mix well with a fork and put to one side.\n\nCut any hard skin off the pancetta and set aside, then chop the meat.\n\nCook the spaghetti in a large pan of boiling salted water until al dente. Meanwhile, rub the pancetta skin, if you have any, all over the base of a medium frying pan (this will add fantastic flavour, or use 1 tablespoon of oil instead), then place over a medium-high heat.\n\nPeel the garlic, then crush with the palm of your hand, add it to the pan and leave it to flavour the fat for 1 minute. Stir in the pancetta, then cook for 4 minutes, or until it starts to crisp up.\n\nPick out and discard the garlic from the pan, then, reserving some of the cooking water, drain and add the spaghetti. Toss well over the heat so it really soaks up all that lovely flavour, then remove the pan from the heat.\n\nAdd a splash of the cooking water and toss well, season with pepper, then pour in the egg mixture \u2013 the pan will help to cook the egg gently, rather than scrambling it. Toss well, adding more cooking water until it\u2019s lovely and glossy.\n\nServe with a grating of Parmesan and an extra twist of pepper.",
              "field_142198": null,
              "field_142199": "italianfoodforall.net",
              "field_145709": [
                12385
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 8,
              "order": "8.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.120087+00:00",
              "updated_on": "2022-01-17T16:09:54.545607+00:00",
              "field_136182": "Beef Pot-au-feu",
              "field_136184": [
                {
                  "name": "VaDP7ogu9xLeDRZDqIRz3Wb3J17BQjrc_8a73fdb46ea1f657f3115863b60441eb996dcb1db9a37c36d180a2a6ab487f1e.jpg",
                  "visible_name": "Beef pot-au-feu.jpg",
                  "original_name": "Beef pot-au-feu.jpg"
                }
              ],
              "field_136185": 10694,
              "field_136186": [
                39,
                15,
                63,
                13,
                64,
                70,
                54,
                48,
                66,
                68,
                69,
                55,
                71,
                37,
                50,
                42,
                65
              ],
              "field_136187": [
                19,
                39,
                63,
                72
              ],
              "field_136188": "- 1 large onion, quartered\n- 6 large leeks, white and pale green parts only, cut into 2 1/2-inch lengths\n- 12 celery ribs, halved crosswise\n- 6 medium carrots, peeled and halved crosswise\n- 4 meaty beef shanks (about 3 pounds), 1 1/2 inches thick\n- One 3-pound beef rump roast or bottom round, tied\n- 4 parsley sprigs\n- 4 thyme sprigs\n- 2 bay leaves\n- 1 teaspoon whole black peppercorns\n- Kosher salt\n- Eight to ten 2-inch marrow bones (optional)\n- 8 quarts water\n- 6 medium parsnips, peeled and cut into 2-inch lengths\n- 6 medium turnips, peeled and quartered\n- 1 pound rutabagas, peeled and cut into eighths\n- 1 1/2 pounds unpeeled small potatoes, about 1 1/2 inches, scrubbed\n- Freshly ground black pepper\n- Horseradish, whole-grain mustard and sour cream, for serving",
              "field_136189": [
                8,
                3,
                17,
                5
              ],
              "field_136190": "6",
              "field_136191": "30",
              "field_136192": "40",
              "field_136218": "Serve with a powerful red Burgundy, such as a bottle from Gevrey-Chambertin.",
              "field_141870": "This is David Duband's recipe. In it, braises two cuts of beef\u2014shank and rump roast\u2014with marrow bones and then separately cooks leeks and carrots with more marrow bones until everything is deeply flavorful and tender.\n\nStep 1\nIn a large pot, combine the onion and half each of the leeks, celery and carrots. Set the beef shanks and rump roast on top of the vegetables. Wrap the parsley, thyme and bay leaves in a piece of moistened cheesecloth and tie into a bundle.\n\nAdd the bundle to the pot along with the peppercorns and 1 tablespoon of kosher salt. Add 2 of the marrow bones and the water. \nBring to a boil over high heat, then reduce the heat to low, cover partially and simmer, skimming occasionally, until the rump roast is very tender, about 2 1/2 hours.\n\nStep 2\nTransfer the shanks and roast to a large bowl and cover. Strain the broth and return it to the pot. Boil over high heat until reduced to 10 cups, about 45 minutes; skim off the fat.\n\nStep 3\nAdd the remaining leeks, celery and carrots to the broth along with the parsnips, turnips and rutabagas. Cover and simmer over low heat until the vegetables are just tender, 30 minutes. \n\nAdd the remaining 6 to 8 marrow bones and the potatoes. Cover and simmer until the potatoes are tender, 40 minutes.\n\nStep 4\nUntie the rump roast and cut it across the grain into 6 to 8 slices. Cut the shank meat into 2-inch chunks; add the meats to the pot and simmer until heated through. \n\nSeason with salt and pepper. Ladle the broth into shallow bowls. Add the meats, marrow bones and vegetables and serve, passing horseradish, mustard and sour cream at the table.",
              "field_142198": "A French winner!",
              "field_142199": "samplerecipes.com",
              "field_145709": [
                12383
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 9,
              "order": "9.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.120128+00:00",
              "updated_on": "2022-01-17T15:57:38.140607+00:00",
              "field_136182": "Onion Soup",
              "field_136184": [
                {
                  "name": "pHkbGDMNj2xXdv391UlcrfSb9TluSref_8ea9aa825c50742a39582abaf9e84ce17a85f1cba83c1339c7563452bfcb91e2.jpg",
                  "visible_name": "Onion soup.jpg",
                  "original_name": "Onion soup.jpg"
                }
              ],
              "field_136185": 10694,
              "field_136186": [
                12,
                72,
                38,
                69,
                25,
                94
              ],
              "field_136187": [
                75
              ],
              "field_136188": "- \u00bd cup unsalted butter\n- 2 tablespoons olive oil\n- 4 cups sliced onions\n- 4 (10.5 ounce) cans beef broth\n- 1 teaspoon dried thyme\n- 1 pinch salt and pepper to taste\n- 4 slices French bread\n- \u00bc cup grated Parmesan cheese",
              "field_136189": [
                8,
                17
              ],
              "field_136190": "4",
              "field_136191": "30",
              "field_136192": "15",
              "field_136218": "Be careful when taking the dishes out from the oven!",
              "field_141870": "Step 1\nMelt butter with olive oil in an 8 quart stock pot on medium heat. Add onions and continually stir until tender and translucent. Do not brown the onions.\n\nStep 2\nAdd beef broth, sherry and thyme. Season with salt and pepper, and simmer for 30 minutes.\n\nStep 3\nHeat the oven broiler.\n\nStep 4\nLadle soup into oven safe serving bowls and place one slice of bread on top of each (bread may be broken into pieces if you prefer). Layer each slice of bread with a tablespoon Parmesan cheese. \n\nPlace bowls on cookie sheet and broil in the preheated oven until cheese bubbles and browns slightly.",
              "field_142198": null,
              "field_142199": "bellyfull.net/french-onion-soup/",
              "field_145709": [
                12383
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 10,
              "order": "10.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.120168+00:00",
              "updated_on": "2022-01-17T16:10:38.102902+00:00",
              "field_136182": "Bittersweet Chicken",
              "field_136184": [
                {
                  "name": "zOCzoiaNqzBAoBELyluWB57SVf7uzxi3_c644393c6f9fd6926307f0ffb2bbe21cdf40842fe221c5bda37d2c09d7695748.jpg",
                  "visible_name": "Bittersweet chicken.jpg",
                  "original_name": "Bittersweet chicken.jpg"
                }
              ],
              "field_136185": 10695,
              "field_136186": [
                73,
                74,
                21,
                17,
                75,
                76,
                77,
                25,
                31,
                78,
                95
              ],
              "field_136187": [
                8,
                17,
                18,
                35
              ],
              "field_136188": "- 1 cup of flour \n- 2 cups of panko breadcrumbs\n- 3 eggs \n- 800 grams of chicken cut on medium size cubes\n- 2 tablespoons of chopped chives\n \nFor the honey and garlic sauce: \n- 1/3 cup of honey \n- 1/3 cup of soy sauce \n- 2 cloves of garlic \n- 1 lime or lemon\n- \u00bc cup of water \n- 2 tablespoons of corn starch",
              "field_136189": [
                8,
                19,
                25,
                5
              ],
              "field_136190": "5",
              "field_136191": "45",
              "field_136192": "20",
              "field_136218": "Serve the chicken and sprinkle some chives over the top, and abundant Chop Suey on a side.",
              "field_141870": "Cover the chicken cubes with flour, then the egg and finally cover it in panko crumbs. \nHeat up a frying pan with oil and frie the chicken cubes until golden brown. \n\nMix the honey with the soy sauce, the lime juice and the garlic. Cook the mixture ina a sauce pan for 3 minutes, then add the corn starch diluted in water and cook for 5 more minutes until the sauce thickens. \n\nAdd the chicken to the sauce and mix until combined.",
              "field_142198": null,
              "field_142199": "greatbittersweetchicken.net",
              "field_145709": [
                12386
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 11,
              "order": "11.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.120203+00:00",
              "updated_on": "2022-01-17T15:58:03.949673+00:00",
              "field_136182": "Lasagna",
              "field_136184": [
                {
                  "name": "N2IZUZvFZ5EBFdXBsq44OXBP1Uflw6Fv_8183c4e2ce21ce975c093ee0b60bdbb1f125ebbd4e5027355aefc53492792aa0.jpg",
                  "visible_name": "Lasagna.jpg",
                  "original_name": "Lasagna.jpg"
                }
              ],
              "field_136185": 10695,
              "field_136186": [
                80,
                38,
                40,
                25,
                81,
                69,
                9,
                82,
                83,
                42,
                35
              ],
              "field_136187": [
                26
              ],
              "field_136188": "- 3/4 lb. lasagna noodles\n- 1 tsp. extra-virgin olive oil, plus more for drizzling\n- 2 lb. ground beef\n- 4 cloves garlic, minced\n- 2 tsp. dried oregano\n- Kosher salt\n- Freshly ground black pepper\n- 2 (32-0z.) marinara sauce\n- 16 oz. Bechamel sauce\n- 1/2 c. freshly grated Parmesan, divided\n- 1/4 c. chopped parsley, plus more for garnish\n- 2 lb. sliced mozzarella",
              "field_136189": [
                8,
                9,
                11,
                24
              ],
              "field_136190": "6",
              "field_136191": "90",
              "field_136192": "60",
              "field_136218": "Garnish with parsley before serving.",
              "field_141870": "Preheat oven to 375\u00ba. In a large pot of salted boiling water, cook pasta according to package directions until al dente, less 2 minutes. Drain and drizzle a bit of olive oil to prevent noodles from sticking together.\n\nMeanwhile, in a large pot over medium-high heat, heat oil. Cook ground beef until no longer pink, breaking up with a wooden spoon. Remove from heat and drain fat. Return beef to skillet and add garlic and oregano and cook, stirring, for 1 minute. Season with salt and pepper, then add marinara and stir until warmed through. \n\nCombine Bechamel sauce, 1/4 cup Parmesan, parsley, and egg in a large mixing bowl and season with salt and pepper. Set aside.\n\nIn a large casserole dish, evenly spread a quarter of the meat sauce across the bottom of the dish, then top with a single layer of lasagna noodles, a layer of ricotta mixture, a single layer of mozzarella, and a layer of meat sauce. Repeat layers, topping the last layer of noodles with meat sauce, Parmesan, and mozzarella.\n\nBake for 15 minutes, then increase temperature to 400\u00ba and bake uncovered for 18 to 20 minutes.",
              "field_142198": "Vegan option available.",
              "field_142199": "cookieandkate.com/best-vegan-lasagna-recipe/",
              "field_145709": [
                12385
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 12,
              "order": "12.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.120241+00:00",
              "updated_on": "2022-01-17T15:57:40.485933+00:00",
              "field_136182": "Cheesecake",
              "field_136184": [
                {
                  "name": "N1MKjbb4lqBlAP321t0L7YEZU6gbwd2j_4b136aed092ce45230985ff9e4315f3102e35c8821690a25b9ae7d2570cb85de.jpg",
                  "visible_name": "cheesecake.jpg",
                  "original_name": "cheesecake.jpg"
                }
              ],
              "field_136185": 10694,
              "field_136186": [
                84,
                85,
                86,
                87,
                88,
                12,
                1,
                29,
                79
              ],
              "field_136187": [
                89
              ],
              "field_136188": "For the crust:\n- 85g butter, plus extra for tin\n- 140g digestive biscuits\n- 1 tbsp icing sugar\n\nFor the cheesecake filling:\n- 900g Philadelphia cheese, cream cheese, or other full-fat soft cheese\n- 250g icing sugar\n- 3 tbsp plain flour\n- 1 \u00bd tsp vanilla extract\n- finely grated zest of 1 lemon (about 2 tsp)\n- 1 \u00bd tsp lemon juice\n- 284ml carton soured cream\n\nFor the soured cream topping:\n- 142ml carton soured cream\n- 1 tbsp icing sugar\n- 2 tsp lemon juice",
              "field_136189": [
                11,
                20,
                22
              ],
              "field_136190": "6",
              "field_136191": "40",
              "field_136192": "20",
              "field_136218": "Accompany this delicious dessert with a warm drink.",
              "field_141870": "STEP 1\nPosition an oven shelf in the middle of the oven. Heat the oven to 180C/ 160C fan/ gas 4.\n\nSTEP 2\nLine the base by putting a square piece of parchment paper or foil on top of the tin base and then clipping the side on so the paper or foil is trapped and any excess sticks out of the bottom.\n\nSTEP 3\nFor the crust, melt 85g butter in a medium pan. Stir in 140g digestive biscuit crumbs and 1 tbsp golden caster or granulated sugar so the mixture is evenly moistened.\n\nSTEP 4\nPress the mixture into the bottom of the pan and bake for 10 minutes. Cool on a wire rack while preparing the filling.\n\nSTEP 5\nFor the filling, increase the oven temperature to fan 220C/ 200C fan/ gas 7. In a table top mixer fitted with the paddle attachment, beat 900g full-fat soft cheese at medium-low speed until creamy, about 2 minutes.\n\nSTEP 6\nWith the mixer on low, gradually add 250g icing sugar, then 3 tbsp plain flour and a pinch of salt, scraping down the sides of the bowl and the paddle twice.\n\nSTEP 7\nSwap the paddle attachment for the whisk. Continue by adding 1\u00bd tsp vanilla extract, 2 tsp lemon zest and 1\u00bd tsp lemon juice. Whisk in 3 large eggs and 1 yolk, one at a time, scraping the bowl and whisk at least twice.\n\nSTEP 8\nStir a 284ml carton of soured cream until smooth, then measure 200ml (just over \u00be of the carton). Continue on low speed as you add the measured soured cream (reserve the rest). Whisk to blend, but don't over-beat. The batter should be smooth, light and somewhat airy.\n\nSTEP 9\nBrush the sides of the springform tin with melted butter and put on a baking sheet. Pour in the filling - if there are any lumps, sink them using a knife - the top should be as smooth as possible. Bake for 10 minutes.\n\nSTEP 10\nReduce oven temperature to 110C/ 90C fan/ gas \u00bc and bake for 45 minutes more. If you gently shake the tin, the filling should have a slight wobble.\n\nSTEP 11\nTurn off the oven and open the oven door for a cheesecake that's creamy in the centre, or leave it closed if you prefer a drier texture. Let cool in the oven for 2 hours. The cheesecake may get a slight crack on top as it cools.\n\nSTEP 12\nCombine the reserved soured cream with a 142ml carton soured cream, 1 tbsp golden icing sugar and 2 tsp lemon juice for the topping. Spread over the cheesecake right to the edges. Cover loosely with foil and refrigerate for at least 8 hours or overnight.\n\nSTEP 13\nRun a round-bladed knife around the sides of the tin to loosen any stuck edges. Unlock the side, slide the cheesecake off the bottom of the tin onto a plate, then slide the parchment paper out from underneath.",
              "field_142198": null,
              "field_142199": "sallysbakingaddiction.com/classic-cheesecake/",
              "field_145709": [
                12384
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 13,
              "order": "13.00000000000000000000",
              "created_on": "2021-08-02T16:57:28.120276+00:00",
              "updated_on": "2022-01-17T16:11:12.770926+00:00",
              "field_136182": "Chocolate Mousse",
              "field_136184": [
                {
                  "name": "zB3SaDUNZaxsdKxQKFy5fVVG3VEyaT6b_bcb6ab748925daf634c7aac76fb59077f3b0906853ed4095648b450c325e5508.jpg",
                  "visible_name": "chocolate mousse.jpg",
                  "original_name": "chocolate mousse.jpg"
                }
              ],
              "field_136185": 10694,
              "field_136186": [
                85,
                62,
                21,
                90,
                91,
                92
              ],
              "field_136187": [
                91,
                1,
                90,
                27
              ],
              "field_136188": "- 3 eggs (~55g/2 oz each)\n-125g / 4.5 oz dark chocolate , bittersweet / 70% cocoa (Note 1)\n- 10g / 0.3 oz unsalted butter\n- 1/2 cup cream , full fat (Note 2)\n- 3 tbsp caster sugar (superfine white sugar)\n\nDecorations:\n- More whipped cream\n- Chocolate shavings (Note 3)",
              "field_136189": [
                20,
                11,
                9,
                22
              ],
              "field_136190": "6",
              "field_136191": "120",
              "field_136192": "480",
              "field_136218": "To serve, garnish with cream and chocolate shavings. Raspberries and a tiny sprig of mint for colour would also be lovely!",
              "field_141870": "Separate eggs and yolks while eggs are cold. Place whites in a large bowl and yolks in a small bowl. Leave whites while you prepare other ingredients. \n\nMelt chocolate & butter: Place chocolate and butter in a bowl. Melt in the microwave in 30 second bursts, stirring in between, until smooth. (Stir in optional flavourings at this point, but read Note 6 first). Set aside to cool - proceed with other steps.\n\nWhip cream: Beat cream until stiff peaks form (see video).\nWhip whites: Add sugar. Beat whites until firm peaks form (see video, Note 5)\n\nFOLDING:\nFold egg yolks into cream using a rubber spatula - 8 folds max. Streaks is ok.\nCheck Chocolate Temp: Touch the chocolate. Should still be runny but only lukewarm. If too thick, microwave 2 x 3 seconds until runny.\n\nPour chocolate into cream yolk mixture. Fold through - 8 folds max. Streaks ok.\nAdd 1/4 of beaten egg whites into chocolate mixture. Fold through until incorporated - \"smear\" the spatular across surface to blend white lumps in - aim for 10 folds. \n\nPour chocolate mixture into egg whites. Fold through until incorporated and no more white lumps remain - aim for 12 folds max.\n\nDivide mixture between 4 small glasses or pots. Refrigerate for at least 5 hours, preferably overnight.",
              "field_142198": "Can never go wrong with chocolate. \ud83d\ude0b",
              "field_142199": "ilovechocolatefood.net",
              "field_145709": [
                12384
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            },
            {
              "id": 16,
              "order": "14.00000000000000000000",
              "created_on": "2021-08-21T22:53:14.160972+00:00",
              "updated_on": "2022-01-17T15:57:28.382603+00:00",
              "field_136182": "Cobb Salad",
              "field_136184": [
                {
                  "name": "QQ1aWYmgKw5q9pND1RIN4IWj8sxBWY7d_6cd5388132fa2aa4d669d039c07505a5bf4b0fa60bcefcf125ba1ae1d92f7f2a.jpg",
                  "visible_name": "Cobb salad.jpg",
                  "original_name": "Cobb salad.jpg"
                }
              ],
              "field_136185": 10693,
              "field_136186": [
                30,
                55,
                9,
                21,
                17,
                75,
                96,
                98,
                99,
                100,
                38,
                97,
                69,
                3
              ],
              "field_136187": [
                67,
                93
              ],
              "field_136188": "- 1/3 cups red wine vinegar\n- 1 tbsp. Dijon mustard\n- 2/3 c. extra-virgin olive oil\n- Kosher salt\n- Freshly ground black pepper\n- 1 head romaine lettuce, coarsely chopped\n- 4 hard-boiled eggs, peeled and quartered\n- 12 oz. cooked chicken, diced\n- 8 slices bacon, cooked and crumbled\n- 1 avocado, thinly sliced\n- 4 oz. crumbled blue cheese\n- 5 oz. cherry tomatoes, halved\n- 2 tbsp. finely chopped chives",
              "field_136189": [
                26,
                10,
                20
              ],
              "field_136190": "4",
              "field_136191": "0",
              "field_136192": "30",
              "field_136218": "Accompany with a creamy soup and a good glass of white wine.",
              "field_141870": "In a jar, shake together vinegar, mustard, and oil and season with salt and pepper.\nOn a large platter, spread out lettuce, then add rows of hard-boiled egg, chicken, bacon, avocado, blue cheese, and cherry tomatoes.\n\nSeason with salt and pepper, drizzle with dressing, and garnish with chives.",
              "field_142198": "Grilled or crispy options are also great.",
              "field_142199": "delish.com/cooking/recipe-ideas/recipes/a58703/best-cobb-salad-recipe/",
              "field_145709": [
                12388
              ],
              "field_204537": null,
              "field_237668": null,
              "field_237852": null
            }
          ]
        },
        {
          "id": 25899,
          "name": "Ingredients",
          "order": 2,
          "fields": [
            {
              "id": 136179,
              "type": "text",
              "name": "Name",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 136196,
              "type": "link_row",
              "name": "Dishes",
              "order": 3,
              "primary": false,
              "link_row_table_id": 25900,
              "link_row_related_field_id": 136186
            },
            {
              "id": 136212,
              "type": "link_row",
              "name": "Dishes: optional ingredients",
              "order": 4,
              "primary": false,
              "link_row_table_id": 25900,
              "link_row_related_field_id": 136187
            },
            {
              "id": 237667,
              "type": "number",
              "name": "Cost per serving",
              "order": 5,
              "primary": false,
              "number_decimal_places": 2,
              "number_negative": false
            }
          ],
          "views": [
            {
              "id": 28452,
              "type": "grid",
              "name": "All ingredients",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 2104,
                  "field_id": 136179,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 137537,
                  "field_id": 136179,
                  "width": 225,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137552,
                  "field_id": 136196,
                  "width": 240,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137566,
                  "field_id": 136212,
                  "width": 244,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 276218,
                  "field_id": 237667,
                  "width": 163,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 52336,
              "type": "grid",
              "name": "Budget friendly",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12933,
                  "field_id": 237667,
                  "type": "lower_than",
                  "value": ".5"
                }
              ],
              "sortings": [
                {
                  "id": 7441,
                  "field_id": 136179,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 277054,
                  "field_id": 136179,
                  "width": 181,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 277055,
                  "field_id": 136196,
                  "width": 200,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 277056,
                  "field_id": 136212,
                  "width": 246,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 277057,
                  "field_id": 237667,
                  "width": 200,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 52338,
              "type": "grid",
              "name": "Luxury cuisine",
              "order": 3,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 12934,
                  "field_id": 237667,
                  "type": "higher_than",
                  "value": "1"
                }
              ],
              "sortings": [
                {
                  "id": 7442,
                  "field_id": 136179,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 277067,
                  "field_id": 136179,
                  "width": 143,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 277068,
                  "field_id": 136196,
                  "width": 251,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 277069,
                  "field_id": 136212,
                  "width": 200,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 277070,
                  "field_id": 237667,
                  "width": 161,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2021-08-02T16:51:21.803265+00:00",
              "updated_on": "2022-01-17T16:01:37.711146+00:00",
              "field_136179": "Flour - All purpose white",
              "field_136196": [
                4,
                12
              ],
              "field_136212": [
                13
              ],
              "field_237667": "0.20"
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2021-08-02T16:51:21.806379+00:00",
              "updated_on": "2022-01-17T15:58:33.264431+00:00",
              "field_136179": "Anchovies",
              "field_136196": [],
              "field_136212": [
                3
              ],
              "field_237667": "1.20"
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2021-08-02T17:05:35.606378+00:00",
              "updated_on": "2022-01-17T15:58:49.163454+00:00",
              "field_136179": "Bacon - Smoked",
              "field_136196": [
                7,
                16
              ],
              "field_136212": [],
              "field_237667": "1.50"
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2021-08-02T17:05:42.660212+00:00",
              "updated_on": "2022-01-17T15:58:54.683809+00:00",
              "field_136179": "Basil leaves",
              "field_136196": [
                3
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2021-08-02T17:05:47.864492+00:00",
              "updated_on": "2022-01-17T15:58:57.548237+00:00",
              "field_136179": "Bay leaves",
              "field_136196": [
                4
              ],
              "field_136212": [],
              "field_237667": "0.50"
            },
            {
              "id": 6,
              "order": "6.00000000000000000000",
              "created_on": "2021-08-02T17:06:06.126445+00:00",
              "updated_on": "2022-01-17T16:01:43.160720+00:00",
              "field_136179": "Ground beef",
              "field_136196": [
                1,
                2
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 7,
              "order": "7.00000000000000000000",
              "created_on": "2021-08-02T17:06:11.661963+00:00",
              "updated_on": "2022-01-17T16:03:31.866695+00:00",
              "field_136179": "Pepper - Bell",
              "field_136196": [
                6,
                7
              ],
              "field_136212": [],
              "field_237667": "0.20"
            },
            {
              "id": 8,
              "order": "8.00000000000000000000",
              "created_on": "2021-08-02T17:06:28.364142+00:00",
              "updated_on": "2022-01-17T16:03:11.900582+00:00",
              "field_136179": "Olives- black",
              "field_136196": [
                3
              ],
              "field_136212": [
                10
              ],
              "field_237667": "0.50"
            },
            {
              "id": 9,
              "order": "9.00000000000000000000",
              "created_on": "2021-08-02T17:06:34.735663+00:00",
              "updated_on": "2022-01-17T15:59:12.169355+00:00",
              "field_136179": "Black pepper",
              "field_136196": [
                4,
                11,
                16
              ],
              "field_136212": [],
              "field_237667": "0.10"
            },
            {
              "id": 10,
              "order": "10.00000000000000000000",
              "created_on": "2021-08-02T17:07:00.047955+00:00",
              "updated_on": "2022-01-17T16:00:21.199072+00:00",
              "field_136179": "Bread crumbs",
              "field_136196": [],
              "field_136212": [
                5,
                4
              ],
              "field_237667": "0.30"
            },
            {
              "id": 11,
              "order": "11.00000000000000000000",
              "created_on": "2021-08-02T17:07:09.555768+00:00",
              "updated_on": "2022-01-17T16:00:33.297410+00:00",
              "field_136179": "Brioche bun",
              "field_136196": [
                1,
                2
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 12,
              "order": "12.00000000000000000000",
              "created_on": "2021-08-02T17:07:15.782946+00:00",
              "updated_on": "2022-01-17T16:00:36.129319+00:00",
              "field_136179": "Butter",
              "field_136196": [
                5,
                7,
                9,
                12
              ],
              "field_136212": [],
              "field_237667": "0.80"
            },
            {
              "id": 13,
              "order": "13.00000000000000000000",
              "created_on": "2021-08-02T17:07:21.136855+00:00",
              "updated_on": "2022-01-17T16:00:42.769607+00:00",
              "field_136179": "Carrot",
              "field_136196": [
                4,
                5,
                8
              ],
              "field_136212": [],
              "field_237667": "0.60"
            },
            {
              "id": 14,
              "order": "14.00000000000000000000",
              "created_on": "2021-08-02T17:07:29.695630+00:00",
              "updated_on": "2022-01-17T16:00:45.368294+00:00",
              "field_136179": "Cayenne pepper",
              "field_136196": [
                5,
                4
              ],
              "field_136212": [],
              "field_237667": "0.20"
            },
            {
              "id": 15,
              "order": "15.00000000000000000000",
              "created_on": "2021-08-02T17:07:37.884109+00:00",
              "updated_on": "2022-01-17T16:00:47.574472+00:00",
              "field_136179": "Celery",
              "field_136196": [
                5,
                8
              ],
              "field_136212": [],
              "field_237667": "0.90"
            },
            {
              "id": 16,
              "order": "16.00000000000000000000",
              "created_on": "2021-08-02T17:07:44.500869+00:00",
              "updated_on": "2022-01-17T16:00:54.227146+00:00",
              "field_136179": "Cheese - Cheddar",
              "field_136196": [
                1
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 17,
              "order": "17.00000000000000000000",
              "created_on": "2021-08-02T17:07:55.238828+00:00",
              "updated_on": "2022-01-17T16:01:01.742069+00:00",
              "field_136179": "Chicken - Raw",
              "field_136196": [
                10,
                16
              ],
              "field_136212": [
                10
              ],
              "field_237667": "1.00"
            },
            {
              "id": 18,
              "order": "18.00000000000000000000",
              "created_on": "2021-08-02T17:08:00.955566+00:00",
              "updated_on": "2022-01-17T16:00:59.241769+00:00",
              "field_136179": "Chicken broth",
              "field_136196": [
                4,
                5
              ],
              "field_136212": [
                10
              ],
              "field_237667": "1.00"
            },
            {
              "id": 19,
              "order": "19.00000000000000000000",
              "created_on": "2021-08-02T17:08:10.344265+00:00",
              "updated_on": "2022-01-17T16:01:14.130040+00:00",
              "field_136179": "Corn",
              "field_136196": [],
              "field_136212": [
                7,
                8
              ],
              "field_237667": "0.50"
            },
            {
              "id": 20,
              "order": "20.00000000000000000000",
              "created_on": "2021-08-02T17:08:21.520518+00:00",
              "updated_on": "2022-01-17T16:01:17.581522+00:00",
              "field_136179": "Crackers",
              "field_136196": [],
              "field_136212": [
                5,
                4
              ],
              "field_237667": "0.50"
            },
            {
              "id": 21,
              "order": "21.00000000000000000000",
              "created_on": "2021-08-02T17:08:47.860840+00:00",
              "updated_on": "2022-01-17T16:01:26.452056+00:00",
              "field_136179": "Eggs",
              "field_136196": [
                10,
                13,
                16
              ],
              "field_136212": [],
              "field_237667": "0.40"
            },
            {
              "id": 22,
              "order": "22.00000000000000000000",
              "created_on": "2021-08-02T17:08:51.848901+00:00",
              "updated_on": "2022-01-17T16:01:30.717252+00:00",
              "field_136179": "Egg white",
              "field_136196": [
                7
              ],
              "field_136212": [],
              "field_237667": "0.60"
            },
            {
              "id": 24,
              "order": "24.00000000000000000000",
              "created_on": "2021-08-02T17:09:06.916219+00:00",
              "updated_on": "2022-01-17T16:01:33.869573+00:00",
              "field_136179": "Flatbread",
              "field_136196": [],
              "field_136212": [
                3
              ],
              "field_237667": "0.60"
            },
            {
              "id": 25,
              "order": "25.00000000000000000000",
              "created_on": "2021-08-02T17:09:13.188776+00:00",
              "updated_on": "2022-01-17T16:01:40.993659+00:00",
              "field_136179": "Garlic cloves",
              "field_136196": [
                4,
                5,
                6,
                7,
                9,
                10,
                11
              ],
              "field_136212": [],
              "field_237667": "0.40"
            },
            {
              "id": 26,
              "order": "26.00000000000000000000",
              "created_on": "2021-08-02T17:09:30.263920+00:00",
              "updated_on": "2022-01-17T16:01:48.235969+00:00",
              "field_136179": "Ham",
              "field_136196": [],
              "field_136212": [
                11
              ],
              "field_237667": "1.00"
            },
            {
              "id": 27,
              "order": "27.00000000000000000000",
              "created_on": "2021-08-02T17:09:36.265001+00:00",
              "updated_on": "2022-01-17T16:01:49.825819+00:00",
              "field_136179": "Heavy cream",
              "field_136196": [
                5,
                7
              ],
              "field_136212": [
                13
              ],
              "field_237667": "0.70"
            },
            {
              "id": 28,
              "order": "28.00000000000000000000",
              "created_on": "2021-08-02T17:09:47.107727+00:00",
              "updated_on": "2022-01-17T16:02:17.680304+00:00",
              "field_136179": "Ketchup",
              "field_136196": [
                1,
                2
              ],
              "field_136212": [],
              "field_237667": "0.10"
            },
            {
              "id": 29,
              "order": "29.00000000000000000000",
              "created_on": "2021-08-02T17:09:57.373384+00:00",
              "updated_on": "2022-01-17T16:02:26.453210+00:00",
              "field_136179": "Lemon",
              "field_136196": [
                12
              ],
              "field_136212": [],
              "field_237667": "0.90"
            },
            {
              "id": 30,
              "order": "30.00000000000000000000",
              "created_on": "2021-08-02T17:10:03.042555+00:00",
              "updated_on": "2022-01-17T16:02:29.325310+00:00",
              "field_136179": "Lettuce",
              "field_136196": [
                1,
                2,
                16
              ],
              "field_136212": [],
              "field_237667": "0.75"
            },
            {
              "id": 31,
              "order": "31.00000000000000000000",
              "created_on": "2021-08-02T17:10:07.782188+00:00",
              "updated_on": "2022-01-17T16:02:31.947536+00:00",
              "field_136179": "Lime",
              "field_136196": [
                4,
                10
              ],
              "field_136212": [],
              "field_237667": "0.33"
            },
            {
              "id": 32,
              "order": "32.00000000000000000000",
              "created_on": "2021-08-02T17:10:16.598889+00:00",
              "updated_on": "2022-01-17T16:02:38.462902+00:00",
              "field_136179": "Lobster",
              "field_136196": [
                5
              ],
              "field_136212": [],
              "field_237667": "1.50"
            },
            {
              "id": 33,
              "order": "33.00000000000000000000",
              "created_on": "2021-08-02T17:10:37.402819+00:00",
              "updated_on": "2022-01-17T16:02:52.009034+00:00",
              "field_136179": "Mayonnaise",
              "field_136196": [
                1,
                2
              ],
              "field_136212": [],
              "field_237667": "0.30"
            },
            {
              "id": 35,
              "order": "35.00000000000000000000",
              "created_on": "2021-08-02T17:10:50.562712+00:00",
              "updated_on": "2022-01-17T16:00:56.178881+00:00",
              "field_136179": "Cheese - Mozzarella",
              "field_136196": [
                3,
                7,
                11
              ],
              "field_136212": [
                10
              ],
              "field_237667": "1.00"
            },
            {
              "id": 36,
              "order": "36.00000000000000000000",
              "created_on": "2021-08-02T17:11:15.014084+00:00",
              "updated_on": "2022-01-17T16:03:00.485195+00:00",
              "field_136179": "Mushroom",
              "field_136196": [],
              "field_136212": [
                3
              ],
              "field_237667": "0.67"
            },
            {
              "id": 37,
              "order": "37.00000000000000000000",
              "created_on": "2021-08-02T17:11:21.093313+00:00",
              "updated_on": "2022-01-17T16:03:02.809019+00:00",
              "field_136179": "Mustard",
              "field_136196": [
                1,
                2,
                8
              ],
              "field_136212": [],
              "field_237667": "0.10"
            },
            {
              "id": 38,
              "order": "38.00000000000000000000",
              "created_on": "2021-08-02T17:11:25.617390+00:00",
              "updated_on": "2022-01-17T16:03:08.461069+00:00",
              "field_136179": "Olive oil",
              "field_136196": [
                4,
                6,
                7,
                9,
                11,
                16
              ],
              "field_136212": [],
              "field_237667": "0.90"
            },
            {
              "id": 39,
              "order": "39.00000000000000000000",
              "created_on": "2021-08-02T17:11:34.526268+00:00",
              "updated_on": "2022-01-17T16:03:14.852843+00:00",
              "field_136179": "Onion",
              "field_136196": [
                1,
                2,
                3,
                4,
                5,
                6,
                8
              ],
              "field_136212": [
                8
              ],
              "field_237667": "0.50"
            },
            {
              "id": 40,
              "order": "40.00000000000000000000",
              "created_on": "2021-08-02T17:11:39.626848+00:00",
              "updated_on": "2022-01-17T16:03:17.324561+00:00",
              "field_136179": "Oregano",
              "field_136196": [
                3,
                6,
                11
              ],
              "field_136212": [],
              "field_237667": "0.10"
            },
            {
              "id": 41,
              "order": "41.00000000000000000000",
              "created_on": "2021-08-02T17:11:45.742223+00:00",
              "updated_on": "2022-01-17T16:03:21.646462+00:00",
              "field_136179": "Pancetta",
              "field_136196": [],
              "field_136212": [
                7
              ],
              "field_237667": "1.23"
            },
            {
              "id": 42,
              "order": "42.00000000000000000000",
              "created_on": "2021-08-02T17:12:01.327595+00:00",
              "updated_on": "2022-01-17T16:00:56.988539+00:00",
              "field_136179": "Cheese - Parmesan",
              "field_136196": [
                7,
                8,
                11
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 43,
              "order": "43.00000000000000000000",
              "created_on": "2021-08-02T17:12:07.190681+00:00",
              "updated_on": "2022-01-17T16:03:35.378551+00:00",
              "field_136179": "Pepperoni",
              "field_136196": [
                3
              ],
              "field_136212": [],
              "field_237667": "0.98"
            },
            {
              "id": 44,
              "order": "44.00000000000000000000",
              "created_on": "2021-08-02T17:12:14.119149+00:00",
              "updated_on": "2022-01-17T16:03:37.469577+00:00",
              "field_136179": "Pickles",
              "field_136196": [
                2
              ],
              "field_136212": [
                1
              ],
              "field_237667": "0.56"
            },
            {
              "id": 45,
              "order": "45.00000000000000000000",
              "created_on": "2021-08-02T17:12:23.641799+00:00",
              "updated_on": "2022-01-17T16:03:39.907471+00:00",
              "field_136179": "Pizza dough",
              "field_136196": [
                3
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 46,
              "order": "46.00000000000000000000",
              "created_on": "2021-08-02T17:12:30.686302+00:00",
              "updated_on": "2022-01-17T16:03:42.228825+00:00",
              "field_136179": "Pizza sauce",
              "field_136196": [
                3
              ],
              "field_136212": [],
              "field_237667": "0.76"
            },
            {
              "id": 48,
              "order": "48.00000000000000000000",
              "created_on": "2021-08-02T17:12:47.472463+00:00",
              "updated_on": "2022-01-17T16:03:45.156636+00:00",
              "field_136179": "Potato",
              "field_136196": [
                4,
                8
              ],
              "field_136212": [],
              "field_237667": "0.30"
            },
            {
              "id": 49,
              "order": "49.00000000000000000000",
              "created_on": "2021-08-02T17:12:55.144917+00:00",
              "updated_on": "2022-01-17T16:03:51.229648+00:00",
              "field_136179": "Salt",
              "field_136196": [
                4,
                5,
                6,
                7,
                1
              ],
              "field_136212": [],
              "field_237667": "0.10"
            },
            {
              "id": 50,
              "order": "50.00000000000000000000",
              "created_on": "2021-08-02T17:12:59.570878+00:00",
              "updated_on": "2022-01-17T16:03:54.625824+00:00",
              "field_136179": "Sour cream",
              "field_136196": [
                8
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 51,
              "order": "51.00000000000000000000",
              "created_on": "2021-08-02T17:13:08.497256+00:00",
              "updated_on": "2022-01-17T16:04:05.592380+00:00",
              "field_136179": "Sugar",
              "field_136196": [
                6
              ],
              "field_136212": [],
              "field_237667": "0.06"
            },
            {
              "id": 52,
              "order": "52.00000000000000000000",
              "created_on": "2021-08-02T17:13:21.055701+00:00",
              "updated_on": "2022-01-17T16:00:57.805226+00:00",
              "field_136179": "Cheese - Swiss",
              "field_136196": [
                2
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 53,
              "order": "53.00000000000000000000",
              "created_on": "2021-08-02T17:13:32.862343+00:00",
              "updated_on": "2022-01-17T16:04:08.404184+00:00",
              "field_136179": "Tarragon",
              "field_136196": [
                5
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 54,
              "order": "54.00000000000000000000",
              "created_on": "2021-08-02T17:13:55.486481+00:00",
              "updated_on": "2022-01-17T16:04:09.791487+00:00",
              "field_136179": "Thyme",
              "field_136196": [
                8
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 55,
              "order": "55.00000000000000000000",
              "created_on": "2021-08-02T17:14:00.637110+00:00",
              "updated_on": "2022-01-17T16:04:12.080635+00:00",
              "field_136179": "Tomato",
              "field_136196": [
                1,
                2,
                6,
                8,
                16
              ],
              "field_136212": [],
              "field_237667": "0.98"
            },
            {
              "id": 56,
              "order": "56.00000000000000000000",
              "created_on": "2021-08-02T17:14:05.951423+00:00",
              "updated_on": "2022-01-17T16:04:15.540717+00:00",
              "field_136179": "Tomato paste",
              "field_136196": [
                5
              ],
              "field_136212": [
                6
              ],
              "field_237667": "0.56"
            },
            {
              "id": 57,
              "order": "57.00000000000000000000",
              "created_on": "2021-08-02T17:14:11.372836+00:00",
              "updated_on": "2022-01-17T16:04:17.685418+00:00",
              "field_136179": "Tomato sauce",
              "field_136196": [
                6
              ],
              "field_136212": [
                2
              ],
              "field_237667": "0.65"
            },
            {
              "id": 58,
              "order": "58.00000000000000000000",
              "created_on": "2021-08-02T17:14:16.967595+00:00",
              "updated_on": "2022-01-17T16:04:38.318170+00:00",
              "field_136179": "White wine",
              "field_136196": [],
              "field_136212": [
                6
              ],
              "field_237667": "0.90"
            },
            {
              "id": 59,
              "order": "59.00000000000000000000",
              "created_on": "2021-08-02T17:56:12.885398+00:00",
              "updated_on": "2022-01-17T16:03:53.370448+00:00",
              "field_136179": "Shrimp",
              "field_136196": [
                4
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 60,
              "order": "60.00000000000000000000",
              "created_on": "2021-08-02T19:11:44.254653+00:00",
              "updated_on": "2021-08-02T19:21:25.022721+00:00",
              "field_136179": "Water",
              "field_136196": [
                6,
                7
              ],
              "field_136212": [],
              "field_237667": "0.00"
            },
            {
              "id": 61,
              "order": "61.00000000000000000000",
              "created_on": "2021-08-02T19:17:56.565588+00:00",
              "updated_on": "2022-01-17T16:03:59.024307+00:00",
              "field_136179": "Spaghetti",
              "field_136196": [
                7
              ],
              "field_136212": [],
              "field_237667": "0.34"
            },
            {
              "id": 62,
              "order": "62.00000000000000000000",
              "created_on": "2021-08-02T19:18:05.930882+00:00",
              "updated_on": "2022-01-17T16:00:38.690899+00:00",
              "field_136179": "Butter (unsalted)",
              "field_136196": [
                13
              ],
              "field_136212": [],
              "field_237667": "0.90"
            },
            {
              "id": 63,
              "order": "63.00000000000000000000",
              "created_on": "2021-08-11T22:09:11.823625+00:00",
              "updated_on": "2022-01-17T16:02:24.044445+00:00",
              "field_136179": "Leeks",
              "field_136196": [
                8
              ],
              "field_136212": [
                8
              ],
              "field_237667": "0.50"
            },
            {
              "id": 64,
              "order": "64.00000000000000000000",
              "created_on": "2021-08-11T22:12:30.659009+00:00",
              "updated_on": "2022-01-17T15:59:06.096108+00:00",
              "field_136179": "Beef rump roast",
              "field_136196": [
                8
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 65,
              "order": "65.00000000000000000000",
              "created_on": "2021-08-11T22:14:03.019037+00:00",
              "updated_on": "2022-01-17T15:59:07.518118+00:00",
              "field_136179": "Beef shanks",
              "field_136196": [
                8
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 66,
              "order": "66.00000000000000000000",
              "created_on": "2021-08-11T22:14:36.092685+00:00",
              "updated_on": "2022-01-17T16:03:26.739718+00:00",
              "field_136179": "Parsley",
              "field_136196": [
                8,
                4
              ],
              "field_136212": [],
              "field_237667": "0.20"
            },
            {
              "id": 67,
              "order": "67.00000000000000000000",
              "created_on": "2021-08-11T22:14:48.784008+00:00",
              "updated_on": "2022-01-17T16:03:10.053606+00:00",
              "field_136179": "Olives",
              "field_136196": [],
              "field_136212": [
                16
              ],
              "field_237667": "0.60"
            },
            {
              "id": 68,
              "order": "68.00000000000000000000",
              "created_on": "2021-08-11T22:16:45.242600+00:00",
              "updated_on": "2022-01-17T16:02:49.118611+00:00",
              "field_136179": "Marrow bones",
              "field_136196": [
                8
              ],
              "field_136212": [],
              "field_237667": "0.87"
            },
            {
              "id": 69,
              "order": "69.00000000000000000000",
              "created_on": "2021-08-11T22:16:59.370440+00:00",
              "updated_on": "2022-01-17T16:02:19.846052+00:00",
              "field_136179": "Kosher salt",
              "field_136196": [
                8,
                9,
                11,
                16
              ],
              "field_136212": [],
              "field_237667": "0.05"
            },
            {
              "id": 70,
              "order": "70.00000000000000000000",
              "created_on": "2021-08-11T22:17:14.614271+00:00",
              "updated_on": "2022-01-17T16:04:20.407538+00:00",
              "field_136179": "Turnips",
              "field_136196": [
                8
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 71,
              "order": "71.00000000000000000000",
              "created_on": "2021-08-11T22:17:31.828004+00:00",
              "updated_on": "2022-01-17T16:02:12.162617+00:00",
              "field_136179": "Horseradish",
              "field_136196": [
                8
              ],
              "field_136212": [],
              "field_237667": "0.75"
            },
            {
              "id": 72,
              "order": "72.00000000000000000000",
              "created_on": "2021-08-11T22:24:51.794530+00:00",
              "updated_on": "2022-01-17T16:02:55.557078+00:00",
              "field_136179": "Meat broth",
              "field_136196": [
                9
              ],
              "field_136212": [
                8
              ],
              "field_237667": "0.99"
            },
            {
              "id": 73,
              "order": "73.00000000000000000000",
              "created_on": "2021-08-12T23:05:24.228963+00:00",
              "updated_on": "2022-01-17T16:01:36.050482+00:00",
              "field_136179": "Flour",
              "field_136196": [
                10
              ],
              "field_136212": [],
              "field_237667": "0.20"
            },
            {
              "id": 74,
              "order": "74.00000000000000000000",
              "created_on": "2021-08-12T23:06:09.962080+00:00",
              "updated_on": "2022-01-17T16:03:24.306701+00:00",
              "field_136179": "Panko breadcrums",
              "field_136196": [
                10
              ],
              "field_136212": [],
              "field_237667": "0.20"
            },
            {
              "id": 75,
              "order": "75.00000000000000000000",
              "created_on": "2021-08-12T23:07:23.621718+00:00",
              "updated_on": "2022-01-17T16:01:05.927022+00:00",
              "field_136179": "Chives",
              "field_136196": [
                10,
                16
              ],
              "field_136212": [
                9
              ],
              "field_237667": "0.70"
            },
            {
              "id": 76,
              "order": "76.00000000000000000000",
              "created_on": "2021-08-12T23:07:33.817982+00:00",
              "updated_on": "2022-01-17T16:02:09.146205+00:00",
              "field_136179": "Honey",
              "field_136196": [
                10
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 77,
              "order": "77.00000000000000000000",
              "created_on": "2021-08-12T23:07:49.318030+00:00",
              "updated_on": "2022-01-17T16:03:56.587784+00:00",
              "field_136179": "Soy sauce",
              "field_136196": [
                10
              ],
              "field_136212": [],
              "field_237667": "0.34"
            },
            {
              "id": 78,
              "order": "78.00000000000000000000",
              "created_on": "2021-08-12T23:07:53.824585+00:00",
              "updated_on": "2022-01-17T16:01:15.984357+00:00",
              "field_136179": "Corn starch",
              "field_136196": [
                10
              ],
              "field_136212": [],
              "field_237667": "0.30"
            },
            {
              "id": 79,
              "order": "79.00000000000000000000",
              "created_on": "2021-08-12T23:08:43.197550+00:00",
              "updated_on": "2022-01-17T16:00:55.841309+00:00",
              "field_136179": "Cheese - Full fat soft",
              "field_136196": [
                12
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 80,
              "order": "80.00000000000000000000",
              "created_on": "2021-08-12T23:10:52.469128+00:00",
              "updated_on": "2022-01-17T16:01:45.889444+00:00",
              "field_136179": "Ground beef",
              "field_136196": [
                11
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 81,
              "order": "81.00000000000000000000",
              "created_on": "2021-08-12T23:12:48.985330+00:00",
              "updated_on": "2022-01-17T16:03:29.067123+00:00",
              "field_136179": "Pasta - Lasagna",
              "field_136196": [
                11
              ],
              "field_136212": [],
              "field_237667": "0.40"
            },
            {
              "id": 82,
              "order": "82.00000000000000000000",
              "created_on": "2021-08-12T23:17:21.207964+00:00",
              "updated_on": "2022-01-17T16:02:44.428339+00:00",
              "field_136179": "Marinara sauce",
              "field_136196": [
                11
              ],
              "field_136212": [],
              "field_237667": "1.20"
            },
            {
              "id": 83,
              "order": "83.00000000000000000000",
              "created_on": "2021-08-12T23:17:48.987120+00:00",
              "updated_on": "2022-01-17T15:59:03.820399+00:00",
              "field_136179": "Bechamel sauce",
              "field_136196": [
                11
              ],
              "field_136212": [],
              "field_237667": "0.30"
            },
            {
              "id": 84,
              "order": "84.00000000000000000000",
              "created_on": "2021-08-12T23:22:35.126084+00:00",
              "updated_on": "2022-01-17T15:59:10.134968+00:00",
              "field_136179": "Biscuits",
              "field_136196": [
                12
              ],
              "field_136212": [],
              "field_237667": "0.40"
            },
            {
              "id": 85,
              "order": "85.00000000000000000000",
              "created_on": "2021-08-12T23:23:14.245569+00:00",
              "updated_on": "2022-01-17T16:04:22.413668+00:00",
              "field_136179": "Vanilla",
              "field_136196": [
                12,
                13
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 86,
              "order": "86.00000000000000000000",
              "created_on": "2021-08-12T23:23:39.122525+00:00",
              "updated_on": "2022-01-17T16:01:19.641279+00:00",
              "field_136179": "Cream cheese",
              "field_136196": [
                12
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 87,
              "order": "87.00000000000000000000",
              "created_on": "2021-08-12T23:26:08.073748+00:00",
              "updated_on": "2022-01-17T16:02:15.631124+00:00",
              "field_136179": "Icing sugar",
              "field_136196": [
                12
              ],
              "field_136212": [],
              "field_237667": "0.10"
            },
            {
              "id": 88,
              "order": "88.00000000000000000000",
              "created_on": "2021-08-12T23:27:10.949948+00:00",
              "updated_on": "2022-01-17T16:02:07.164107+00:00",
              "field_136179": "Heavy double cream",
              "field_136196": [
                12
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 89,
              "order": "89.00000000000000000000",
              "created_on": "2021-08-12T23:28:36.355002+00:00",
              "updated_on": "2022-01-17T16:04:03.138734+00:00",
              "field_136179": "Strawberry",
              "field_136196": [],
              "field_136212": [
                12
              ],
              "field_237667": "0.90"
            },
            {
              "id": 90,
              "order": "90.00000000000000000000",
              "created_on": "2021-08-12T23:32:48.298500+00:00",
              "updated_on": "2022-01-17T16:01:12.385492+00:00",
              "field_136179": "Cocoa (Bittersweet cocoa 70%)",
              "field_136196": [
                13
              ],
              "field_136212": [
                13
              ],
              "field_237667": "0.20"
            },
            {
              "id": 91,
              "order": "91.00000000000000000000",
              "created_on": "2021-08-12T23:33:28.934865+00:00",
              "updated_on": "2022-01-17T16:01:08.934199+00:00",
              "field_136179": "Chocolate - Dark",
              "field_136196": [
                13
              ],
              "field_136212": [
                13
              ],
              "field_237667": "0.80"
            },
            {
              "id": 92,
              "order": "92.00000000000000000000",
              "created_on": "2021-08-12T23:34:14.350479+00:00",
              "updated_on": "2022-01-17T16:01:21.217400+00:00",
              "field_136179": "Cream- full fat",
              "field_136196": [
                13
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 93,
              "order": "93.00000000000000000000",
              "created_on": "2021-08-12T23:46:03.408651+00:00",
              "updated_on": "2022-01-17T16:01:22.840114+00:00",
              "field_136179": "Croutons",
              "field_136196": [],
              "field_136212": [
                16
              ],
              "field_237667": "0.40"
            },
            {
              "id": 94,
              "order": "94.00000000000000000000",
              "created_on": "2021-08-13T02:05:28.950692+00:00",
              "updated_on": "2022-01-17T16:00:29.298221+00:00",
              "field_136179": "Bread - French",
              "field_136196": [
                9
              ],
              "field_136212": [],
              "field_237667": "0.60"
            },
            {
              "id": 95,
              "order": "95.00000000000000000000",
              "created_on": "2021-08-13T02:32:17.969465+00:00",
              "updated_on": "2022-01-17T16:04:30.434317+00:00",
              "field_136179": "Vegetables - boiled",
              "field_136196": [
                10
              ],
              "field_136212": [],
              "field_237667": "1.50"
            },
            {
              "id": 96,
              "order": "96.00000000000000000000",
              "created_on": "2021-08-21T23:49:07.350385+00:00",
              "updated_on": "2022-01-17T16:03:04.235678+00:00",
              "field_136179": "Mustard - Dijon",
              "field_136196": [
                16
              ],
              "field_136212": [],
              "field_237667": "0.10"
            },
            {
              "id": 97,
              "order": "97.00000000000000000000",
              "created_on": "2021-08-21T23:49:31.514937+00:00",
              "updated_on": "2022-01-17T16:03:48.034150+00:00",
              "field_136179": "Red wine vinegar",
              "field_136196": [
                16
              ],
              "field_136212": [],
              "field_237667": "1.00"
            },
            {
              "id": 98,
              "order": "98.00000000000000000000",
              "created_on": "2021-08-21T23:50:51.222695+00:00",
              "updated_on": "2022-01-17T15:58:38.849120+00:00",
              "field_136179": "Avocado - Hass",
              "field_136196": [
                16
              ],
              "field_136212": [],
              "field_237667": "0.80"
            },
            {
              "id": 99,
              "order": "99.00000000000000000000",
              "created_on": "2021-08-21T23:51:25.848069+00:00",
              "updated_on": "2022-01-17T15:59:16.498421+00:00",
              "field_136179": "Blue cheese",
              "field_136196": [
                16
              ],
              "field_136212": [],
              "field_237667": "0.80"
            }
          ]
        },
        {
          "id": 25901,
          "name": "Materials",
          "order": 3,
          "fields": [
            {
              "id": 136193,
              "type": "text",
              "name": "Name",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 136194,
              "type": "long_text",
              "name": "Notes",
              "order": 1,
              "primary": false
            },
            {
              "id": 136217,
              "type": "link_row",
              "name": "Used With",
              "order": 3,
              "primary": false,
              "link_row_table_id": 25900,
              "link_row_related_field_id": 136189
            }
          ],
          "views": [
            {
              "id": 28454,
              "type": "grid",
              "name": "All materials",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 2103,
                  "field_id": 136193,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 137551,
                  "field_id": 136193,
                  "width": 130,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137549,
                  "field_id": 136194,
                  "width": 208,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 137577,
                  "field_id": 136217,
                  "width": 286,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2021-08-02T17:16:28.857944+00:00",
              "updated_on": "2021-08-02T17:45:46.526273+00:00",
              "field_136193": "Bread roller",
              "field_136194": null,
              "field_136217": [
                3
              ]
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2021-08-02T17:16:28.861743+00:00",
              "updated_on": "2021-08-02T17:46:30.134611+00:00",
              "field_136193": "Butcher knife",
              "field_136194": null,
              "field_136217": [
                1,
                3
              ]
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2021-08-02T17:17:14.657514+00:00",
              "updated_on": "2021-08-20T03:08:22.544760+00:00",
              "field_136193": "Casserole",
              "field_136194": "Make sure it's at least 12 inches in diameter.",
              "field_136217": [
                4,
                5,
                8
              ]
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2021-08-02T17:17:15.384934+00:00",
              "updated_on": "2021-08-25T21:20:48.898060+00:00",
              "field_136193": "Cast iron skillet",
              "field_136194": "Make sure it's at least 12 inches in diameter.",
              "field_136217": []
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2021-08-02T17:17:16.180961+00:00",
              "updated_on": "2021-08-12T23:09:45.451870+00:00",
              "field_136193": "Chopping board",
              "field_136194": "",
              "field_136217": [
                1,
                6,
                2,
                10,
                8
              ]
            },
            {
              "id": 6,
              "order": "6.00000000000000000000",
              "created_on": "2021-08-02T17:17:17.135449+00:00",
              "updated_on": "2021-08-02T17:17:39.760154+00:00",
              "field_136193": "Cooking pot",
              "field_136194": "",
              "field_136217": [
                6,
                7
              ]
            },
            {
              "id": 7,
              "order": "7.00000000000000000000",
              "created_on": "2021-08-02T17:17:41.192752+00:00",
              "updated_on": "2021-08-25T21:18:12.018646+00:00",
              "field_136193": "Dough mixer",
              "field_136194": "Have it at hand to make homemade pizza and bread easier.",
              "field_136217": []
            },
            {
              "id": 8,
              "order": "8.00000000000000000000",
              "created_on": "2021-08-02T17:17:41.902501+00:00",
              "updated_on": "2021-08-20T03:08:46.242743+00:00",
              "field_136193": "Kitchen knife",
              "field_136194": "Sharpen it beforehand\u2014it'll make your life a lot easier!",
              "field_136217": [
                1,
                2,
                3,
                6,
                4,
                5,
                7,
                8,
                9,
                10,
                11
              ]
            },
            {
              "id": 9,
              "order": "9.00000000000000000000",
              "created_on": "2021-08-02T17:17:42.655793+00:00",
              "updated_on": "2021-08-02T17:46:48.543363+00:00",
              "field_136193": "Oven",
              "field_136194": "",
              "field_136217": [
                3,
                11,
                13
              ]
            },
            {
              "id": 10,
              "order": "10.00000000000000000000",
              "created_on": "2021-08-02T17:17:43.529605+00:00",
              "updated_on": "2021-08-21T23:48:25.165510+00:00",
              "field_136193": "Pan",
              "field_136194": "",
              "field_136217": [
                1,
                2,
                7,
                16
              ]
            },
            {
              "id": 11,
              "order": "11.00000000000000000000",
              "created_on": "2021-08-02T17:17:44.412860+00:00",
              "updated_on": "2021-08-02T17:18:32.506994+00:00",
              "field_136193": "Pirex",
              "field_136194": "",
              "field_136217": [
                12,
                11,
                13
              ]
            },
            {
              "id": 12,
              "order": "12.00000000000000000000",
              "created_on": "2021-08-02T17:17:45.235267+00:00",
              "updated_on": "2021-08-02T17:46:17.678398+00:00",
              "field_136193": "Pizza cutter",
              "field_136194": "",
              "field_136217": [
                3
              ]
            },
            {
              "id": 13,
              "order": "13.00000000000000000000",
              "created_on": "2021-08-02T17:17:46.289798+00:00",
              "updated_on": "2021-08-02T17:46:00.628316+00:00",
              "field_136193": "Pizza pan",
              "field_136194": "",
              "field_136217": [
                3
              ]
            },
            {
              "id": 14,
              "order": "14.00000000000000000000",
              "created_on": "2021-08-02T17:17:47.022316+00:00",
              "updated_on": "2021-08-02T17:46:06.274593+00:00",
              "field_136193": "Pizza stone",
              "field_136194": "",
              "field_136217": [
                3
              ]
            },
            {
              "id": 15,
              "order": "15.00000000000000000000",
              "created_on": "2021-08-02T17:17:47.869299+00:00",
              "updated_on": "2021-08-02T17:18:53.371510+00:00",
              "field_136193": "Pressure cooker",
              "field_136194": "",
              "field_136217": []
            },
            {
              "id": 16,
              "order": "16.00000000000000000000",
              "created_on": "2021-08-02T17:17:49.145266+00:00",
              "updated_on": "2021-08-02T17:18:57.557528+00:00",
              "field_136193": "Shallow dish",
              "field_136194": "",
              "field_136217": [
                1,
                2
              ]
            },
            {
              "id": 17,
              "order": "17.00000000000000000000",
              "created_on": "2021-08-02T17:17:50.101644+00:00",
              "updated_on": "2021-08-02T17:58:39.972949+00:00",
              "field_136193": "Soup plate",
              "field_136194": "",
              "field_136217": [
                4,
                5,
                8,
                9
              ]
            },
            {
              "id": 18,
              "order": "18.00000000000000000000",
              "created_on": "2021-08-02T17:17:51.566646+00:00",
              "updated_on": "2021-08-02T17:19:12.211453+00:00",
              "field_136193": "Tongs",
              "field_136194": "",
              "field_136217": [
                1,
                2
              ]
            },
            {
              "id": 19,
              "order": "19.00000000000000000000",
              "created_on": "2021-08-02T17:17:52.508197+00:00",
              "updated_on": "2021-08-12T23:09:12.228749+00:00",
              "field_136193": "Tupper",
              "field_136194": "",
              "field_136217": [
                10
              ]
            },
            {
              "id": 20,
              "order": "20.00000000000000000000",
              "created_on": "2021-08-02T17:17:53.514293+00:00",
              "updated_on": "2021-08-21T23:48:45.027464+00:00",
              "field_136193": "Wooden palette",
              "field_136194": "",
              "field_136217": [
                4,
                5,
                12,
                13,
                16
              ]
            },
            {
              "id": 21,
              "order": "21.00000000000000000000",
              "created_on": "2021-08-02T19:15:18.224047+00:00",
              "updated_on": "2021-08-25T21:18:29.528016+00:00",
              "field_136193": "Blender",
              "field_136194": "",
              "field_136217": [
                6
              ]
            },
            {
              "id": 22,
              "order": "22.00000000000000000000",
              "created_on": "2021-08-02T19:15:40.984440+00:00",
              "updated_on": "2021-08-25T21:21:52.011751+00:00",
              "field_136193": "Mixer",
              "field_136194": "",
              "field_136217": [
                12,
                13
              ]
            },
            {
              "id": 24,
              "order": "24.00000000000000000000",
              "created_on": "2021-08-02T19:39:10.752990+00:00",
              "updated_on": "2021-08-02T19:39:28.922717+00:00",
              "field_136193": "Pasta strainer",
              "field_136194": "",
              "field_136217": [
                7,
                11
              ]
            },
            {
              "id": 25,
              "order": "25.00000000000000000000",
              "created_on": "2021-08-12T23:09:29.788244+00:00",
              "updated_on": "2021-08-12T23:09:37.657222+00:00",
              "field_136193": "Frying pan",
              "field_136194": "",
              "field_136217": [
                10
              ]
            },
            {
              "id": 26,
              "order": "26.00000000000000000000",
              "created_on": "2021-08-21T23:47:46.948059+00:00",
              "updated_on": "2021-08-21T23:48:03.774900+00:00",
              "field_136193": "Salad bowl",
              "field_136194": "",
              "field_136217": [
                16
              ]
            }
          ]
        }
      ]
    }
  ]
}
