{
  "soil_types": [
    {
      "id": 1,
      "name": "Claystone Silt",
      "characteristics": "color",
      "ph_level": 7.5,
      "drainage_capacity": "good"
    },
    {
      "id": 2,
      "name": "Saline Loamy Calcareous",
      "characteristics": "loamy color acidic",
      "ph_level": 7,
      "drainage_capacity": "moderate"
    },
    {
      "id": 3,
      "name": "Alluvial Silt",
      "characteristics": "pH acidic permeability",
      "ph_level": 6.9,
      "drainage_capacity": "good"
    },
    {
      "id": 4,
      "name": "Sandy Marl",
      "characteristics": "sandy compaction pH",
      "ph_level": 7.3,
      "drainage_capacity": "moderate"
    },
    {
      "id": 5,
      "name": "Basalt Clay Peaty",
      "characteristics": "compaction",
      "ph_level": 7.3,
      "drainage_capacity": "moderate"
    },
    {
      "id": 6,
      "name": "Humus",
      "characteristics": "temperature permeability drainage",
      "ph_level": 6.8,
      "drainage_capacity": "moderate"
    },
    {
      "id": 7,
      "name": "Volcanic Alluvial",
      "characteristics": "color depth clay",
      "ph_level": 6.2,
      "drainage_capacity": "good"
    },
    {
      "id": 8,
      "name": "Slate Calcareous Silt",
      "characteristics": "pH sandy",
      "ph_level": 7.2,
      "drainage_capacity": "poor"
    },
    {
      "id": 9,
      "name": "Loamy Sandy Limestone",
      "characteristics": "sandy",
      "ph_level": 6.8,
      "drainage_capacity": "poor"
    },
    {
      "id": 10,
      "name": "Humus Marl Loamy",
      "characteristics": "nutrient depth",
      "ph_level": 7,
      "drainage_capacity": "poor"
    }
  ],
  "vineyards": [
    {
      "id": 1,
      "name": "Vineyard",
      "region": "Bordeaux",
      "soil_type": 1,
      "average_yield": 5.22,
      "organic_certified": true
    },
    {
      "id": 2,
      "name": "Vineyard Grove",
      "region": "Sonoma",
      "soil_type": 4,
      "average_yield": 6.78,
      "organic_certified": true
    },
    {
      "id": 3,
      "name": "Orchards Harbor",
      "region": "Tuscany",
      "soil_type": 1,
      "average_yield": 5.21,
      "organic_certified": true
    },
    {
      "id": 4,
      "name": "Harbor Grove Ridge",
      "region": "Tuscany",
      "soil_type": 8,
      "average_yield": 5.82,
      "organic_certified": true
    },
    {
      "id": 5,
      "name": "Ridge Point",
      "region": "Sonoma",
      "soil_type": 5,
      "average_yield": 5.41,
      "organic_certified": false
    },
    {
      "id": 6,
      "name": "Ridge Lakeside Summit",
      "region": "Napa Valley",
      "soil_type": 5,
      "average_yield": 6.01,
      "organic_certified": true
    },
    {
      "id": 7,
      "name": "Point Grove Vineyard",
      "region": "Bordeaux",
      "soil_type": null,
      "average_yield": 8.03,
      "organic_certified": true
    },
    {
      "id": 8,
      "name": "Fields Reserve Estate",
      "region": "Napa Valley",
      "soil_type": 2,
      "average_yield": 4.68,
      "organic_certified": false
    },
    {
      "id": 9,
      "name": "Orchards Reserve Valley",
      "region": "Barossa Valley",
      "soil_type": 2,
      "average_yield": 7.8,
      "organic_certified": false
    },
    {
      "id": 10,
      "name": "Summit",
      "region": "Napa Valley",
      "soil_type": 6,
      "average_yield": 6.86,
      "organic_certified": true
    },
    {
      "id": 11,
      "name": "Estate",
      "region": "Bordeaux",
      "soil_type": 8,
      "average_yield": 4.2,
      "organic_certified": true
    },
    {
      "id": 12,
      "name": "Creek Vineyard",
      "region": "Napa Valley",
      "soil_type": 1,
      "average_yield": 6.46,
      "organic_certified": false
    },
    {
      "id": 13,
      "name": null,
      "region": "Bordeaux",
      "soil_type": 3,
      "average_yield": 4.2,
      "organic_certified": true
    },
    {
      "id": 14,
      "name": "Grove",
      "region": "Napa Valley",
      "soil_type": 4,
      "average_yield": 4.55,
      "organic_certified": false
    },
    {
      "id": 15,
      "name": "Point",
      "region": "Bordeaux",
      "soil_type": 8,
      "average_yield": 4.83,
      "organic_certified": true
    },
    {
      "id": 16,
      "name": "Winery",
      "region": "Napa Valley",
      "soil_type": 3,
      "average_yield": 5.38,
      "organic_certified": true
    },
    {
      "id": 17,
      "name": "Summit Ridge Creek",
      "region": "Tuscany",
      "soil_type": 1,
      "average_yield": 5.98,
      "organic_certified": false
    },
    {
      "id": 18,
      "name": "Estate Valley Cellars",
      "region": "Bordeaux",
      "soil_type": 6,
      "average_yield": 4.27,
      "organic_certified": true
    },
    {
      "id": 19,
      "name": "Domaine",
      "region": "Sonoma",
      "soil_type": 4,
      "average_yield": 3.8,
      "organic_certified": true
    },
    {
      "id": 20,
      "name": "Valley",
      "region": "Tuscany",
      "soil_type": 7,
      "average_yield": 6.15,
      "organic_certified": true
    },
    {
      "id": 21,
      "name": "Chateau Reserve",
      "region": "Sonoma",
      "soil_type": 6,
      "average_yield": 3.92,
      "organic_certified": false
    },
    {
      "id": 22,
      "name": "Harbor",
      "region": "Tuscany",
      "soil_type": 6,
      "average_yield": 2.16,
      "organic_certified": true
    },
    {
      "id": 23,
      "name": "Domaine",
      "region": "Napa Valley",
      "soil_type": 1,
      "average_yield": 4.64,
      "organic_certified": false
    },
    {
      "id": 24,
      "name": "Creek",
      "region": "Tuscany",
      "soil_type": 5,
      "average_yield": 6.7,
      "organic_certified": true
    },
    {
      "id": 25,
      "name": "Estate Valley",
      "region": "Napa Valley",
      "soil_type": 4,
      "average_yield": 5.44,
      "organic_certified": true
    },
    {
      "id": 26,
      "name": "Fields Estate Hillside",
      "region": "Bordeaux",
      "soil_type": 8,
      "average_yield": 5.63,
      "organic_certified": true
    },
    {
      "id": 27,
      "name": "Grove Summit Estate",
      "region": "Napa Valley",
      "soil_type": 1,
      "average_yield": 4.37,
      "organic_certified": false
    },
    {
      "id": 28,
      "name": "Valley Fields Reserve",
      "region": "Bordeaux",
      "soil_type": 10,
      "average_yield": 5.35,
      "organic_certified": false
    },
    {
      "id": 29,
      "name": "Cove Fields",
      "region": "Tuscany",
      "soil_type": 9,
      "average_yield": 3.91,
      "organic_certified": true
    },
    {
      "id": 30,
      "name": "Fields",
      "region": "Napa Valley",
      "soil_type": null,
      "average_yield": 6.49,
      "organic_certified": false
    },
    {
      "id": 31,
      "name": "Orchards",
      "region": "Napa Valley",
      "soil_type": 1,
      "average_yield": 7.22,
      "organic_certified": false
    },
    {
      "id": 32,
      "name": "Estate Cove Chateau",
      "region": "Napa Valley",
      "soil_type": 6,
      "average_yield": 3.73,
      "organic_certified": true
    },
    {
      "id": 33,
      "name": "Cove",
      "region": "Tuscany",
      "soil_type": 8,
      "average_yield": 8.33,
      "organic_certified": true
    },
    {
      "id": 34,
      "name": "Domaine",
      "region": "Bordeaux",
      "soil_type": 10,
      "average_yield": 4.7,
      "organic_certified": true
    },
    {
      "id": 35,
      "name": "Cellars",
      "region": "Sonoma",
      "soil_type": 3,
      "average_yield": 7.9,
      "organic_certified": true
    },
    {
      "id": 36,
      "name": "Valley",
      "region": "Bordeaux",
      "soil_type": 6,
      "average_yield": 4.09,
      "organic_certified": true
    },
    {
      "id": 37,
      "name": "Reserve",
      "region": "Bordeaux",
      "soil_type": 9,
      "average_yield": 4.51,
      "organic_certified": true
    },
    {
      "id": 38,
      "name": "Creek Valley Estate",
      "region": "Bordeaux",
      "soil_type": 7,
      "average_yield": 4.5,
      "organic_certified": true
    },
    {
      "id": 39,
      "name": null,
      "region": "Napa Valley",
      "soil_type": 9,
      "average_yield": 4.92,
      "organic_certified": true
    },
    {
      "id": 40,
      "name": "Fields",
      "region": "Bordeaux",
      "soil_type": 3,
      "average_yield": 3.69,
      "organic_certified": true
    },
    {
      "id": 41,
      "name": "Cellars",
      "region": "Napa Valley",
      "soil_type": 6,
      "average_yield": 5.47,
      "organic_certified": true
    },
    {
      "id": 42,
      "name": "Acres Fields Grove",
      "region": "Barossa Valley",
      "soil_type": null,
      "average_yield": 5.18,
      "organic_certified": false
    },
    {
      "id": 43,
      "name": "Valley",
      "region": "Napa Valley",
      "soil_type": 4,
      "average_yield": 6.12,
      "organic_certified": true
    },
    {
      "id": 44,
      "name": "Reserve",
      "region": "Napa Valley",
      "soil_type": 9,
      "average_yield": 6.69,
      "organic_certified": true
    },
    {
      "id": 45,
      "name": "Fields Acres Summit",
      "region": "Bordeaux",
      "soil_type": 5,
      "average_yield": 5.5,
      "organic_certified": true
    },
    {
      "id": 46,
      "name": "Ridge Acres",
      "region": "Bordeaux",
      "soil_type": 8,
      "average_yield": 5.74,
      "organic_certified": true
    },
    {
      "id": 47,
      "name": "Orchards",
      "region": "Napa Valley",
      "soil_type": 7,
      "average_yield": 4.23,
      "organic_certified": false
    },
    {
      "id": 48,
      "name": "Vineyard Grove Ridge",
      "region": "Barossa Valley",
      "soil_type": 8,
      "average_yield": 5.27,
      "organic_certified": true
    },
    {
      "id": 49,
      "name": "Point Acres",
      "region": "Napa Valley",
      "soil_type": null,
      "average_yield": 6.35,
      "organic_certified": true
    },
    {
      "id": 50,
      "name": "Chateau Point Ridge",
      "region": "Bordeaux",
      "soil_type": 4,
      "average_yield": 5.09,
      "organic_certified": true
    },
    {
      "id": 51,
      "name": null,
      "region": "Napa Valley",
      "soil_type": 1,
      "average_yield": 6.2,
      "organic_certified": false
    },
    {
      "id": 52,
      "name": "Cove",
      "region": "Napa Valley",
      "soil_type": 1,
      "average_yield": 5.78,
      "organic_certified": false
    },
    {
      "id": 53,
      "name": "Summit Point Fields",
      "region": "Tuscany",
      "soil_type": null,
      "average_yield": 3.65,
      "organic_certified": true
    },
    {
      "id": 54,
      "name": "Lakeside Grove Fields",
      "region": "Bordeaux",
      "soil_type": 5,
      "average_yield": 5.94,
      "organic_certified": true
    },
    {
      "id": 55,
      "name": "Chateau Summit",
      "region": "Napa Valley",
      "soil_type": 9,
      "average_yield": 2.97,
      "organic_certified": true
    },
    {
      "id": 56,
      "name": "Valley Cove",
      "region": "Napa Valley",
      "soil_type": null,
      "average_yield": 4.46,
      "organic_certified": true
    },
    {
      "id": 57,
      "name": "Hillside Reserve",
      "region": "Sonoma",
      "soil_type": 3,
      "average_yield": 5.61,
      "organic_certified": true
    },
    {
      "id": 58,
      "name": "Point Estate",
      "region": "Napa Valley",
      "soil_type": 2,
      "average_yield": 4.38,
      "organic_certified": false
    },
    {
      "id": 59,
      "name": "Grove Creek",
      "region": "Barossa Valley",
      "soil_type": 9,
      "average_yield": 6.04,
      "organic_certified": true
    },
    {
      "id": 60,
      "name": "Summit Vineyard",
      "region": "Tuscany",
      "soil_type": 1,
      "average_yield": 5.13,
      "organic_certified": true
    },
    {
      "id": 61,
      "name": "Ridge Orchards",
      "region": "Bordeaux",
      "soil_type": 1,
      "average_yield": 5.64,
      "organic_certified": false
    },
    {
      "id": 62,
      "name": "Summit",
      "region": "Bordeaux",
      "soil_type": 8,
      "average_yield": 8.95,
      "organic_certified": true
    },
    {
      "id": 63,
      "name": "Fields Reserve",
      "region": "Napa Valley",
      "soil_type": 9,
      "average_yield": 7.58,
      "organic_certified": true
    },
    {
      "id": 64,
      "name": "Vineyard Hillside",
      "region": "Napa Valley",
      "soil_type": 4,
      "average_yield": 6.04,
      "organic_certified": true
    },
    {
      "id": 65,
      "name": null,
      "region": "Tuscany",
      "soil_type": 4,
      "average_yield": 5.18,
      "organic_certified": true
    },
    {
      "id": 66,
      "name": "Cellars",
      "region": "Napa Valley",
      "soil_type": 6,
      "average_yield": 5.95,
      "organic_certified": true
    },
    {
      "id": 67,
      "name": "Lakeside Ridge",
      "region": "Tuscany",
      "soil_type": 10,
      "average_yield": 4.86,
      "organic_certified": false
    },
    {
      "id": 68,
      "name": null,
      "region": "Tuscany",
      "soil_type": 1,
      "average_yield": 6.09,
      "organic_certified": true
    },
    {
      "id": 69,
      "name": "Vineyard Grove Harbor",
      "region": "Tuscany",
      "soil_type": null,
      "average_yield": 5.78,
      "organic_certified": false
    },
    {
      "id": 70,
      "name": "Fields Cove Ridge",
      "region": "Napa Valley",
      "soil_type": null,
      "average_yield": 6.75,
      "organic_certified": true
    },
    {
      "id": 71,
      "name": "Estate",
      "region": "Napa Valley",
      "soil_type": 9,
      "average_yield": 5.53,
      "organic_certified": true
    },
    {
      "id": 72,
      "name": "Orchards Acres",
      "region": "Bordeaux",
      "soil_type": 5,
      "average_yield": 5.59,
      "organic_certified": false
    },
    {
      "id": 73,
      "name": "Reserve",
      "region": "Bordeaux",
      "soil_type": 6,
      "average_yield": 5.84,
      "organic_certified": true
    },
    {
      "id": 74,
      "name": "Orchards Fields Reserve",
      "region": "Barossa Valley",
      "soil_type": 4,
      "average_yield": 3.8,
      "organic_certified": true
    },
    {
      "id": 75,
      "name": "Chateau Harbor Fields",
      "region": "Napa Valley",
      "soil_type": 4,
      "average_yield": 5.23,
      "organic_certified": true
    },
    {
      "id": 76,
      "name": "Summit Acres",
      "region": "Tuscany",
      "soil_type": 6,
      "average_yield": 5.54,
      "organic_certified": true
    },
    {
      "id": 77,
      "name": "Creek",
      "region": "Bordeaux",
      "soil_type": 1,
      "average_yield": 5.41,
      "organic_certified": false
    },
    {
      "id": 78,
      "name": "Cellars",
      "region": "Bordeaux",
      "soil_type": null,
      "average_yield": 4.68,
      "organic_certified": false
    },
    {
      "id": 79,
      "name": "Point Ridge Reserve",
      "region": "Tuscany",
      "soil_type": 6,
      "average_yield": 4.36,
      "organic_certified": true
    },
    {
      "id": 80,
      "name": "Acres Winery Summit",
      "region": "Sonoma",
      "soil_type": 7,
      "average_yield": 7.38,
      "organic_certified": true
    },
    {
      "id": 81,
      "name": "Fields Vineyard Winery",
      "region": "Napa Valley",
      "soil_type": 4,
      "average_yield": 6.65,
      "organic_certified": true
    },
    {
      "id": 82,
      "name": "Fields Cove Hillside",
      "region": "Bordeaux",
      "soil_type": 1,
      "average_yield": 4.42,
      "organic_certified": true
    },
    {
      "id": 83,
      "name": "Winery Creek Estate",
      "region": "Napa Valley",
      "soil_type": 7,
      "average_yield": 7.75,
      "organic_certified": true
    },
    {
      "id": 84,
      "name": "Harbor Vineyard Chateau",
      "region": "Bordeaux",
      "soil_type": 3,
      "average_yield": 5.27,
      "organic_certified": false
    },
    {
      "id": 85,
      "name": null,
      "region": "Napa Valley",
      "soil_type": 2,
      "average_yield": 2.68,
      "organic_certified": false
    },
    {
      "id": 86,
      "name": "Reserve Estate",
      "region": "Napa Valley",
      "soil_type": 5,
      "average_yield": 5.6,
      "organic_certified": false
    },
    {
      "id": 87,
      "name": "Cove Grove Winery",
      "region": "Sonoma",
      "soil_type": 6,
      "average_yield": 5.53,
      "organic_certified": true
    },
    {
      "id": 88,
      "name": "Fields",
      "region": "Sonoma",
      "soil_type": 8,
      "average_yield": 6.03,
      "organic_certified": true
    },
    {
      "id": 89,
      "name": null,
      "region": "Sonoma",
      "soil_type": 8,
      "average_yield": 3.89,
      "organic_certified": true
    },
    {
      "id": 90,
      "name": "Creek Estate",
      "region": "Bordeaux",
      "soil_type": 3,
      "average_yield": 6.35,
      "organic_certified": false
    },
    {
      "id": 91,
      "name": "Ridge",
      "region": "Bordeaux",
      "soil_type": 4,
      "average_yield": 5.04,
      "organic_certified": false
    },
    {
      "id": 92,
      "name": "Ridge Creek",
      "region": "Napa Valley",
      "soil_type": 4,
      "average_yield": 6.66,
      "organic_certified": true
    },
    {
      "id": 93,
      "name": "Valley",
      "region": "Sonoma",
      "soil_type": 9,
      "average_yield": 5.67,
      "organic_certified": true
    },
    {
      "id": 94,
      "name": "Cellars Valley",
      "region": "Tuscany",
      "soil_type": 4,
      "average_yield": 3.86,
      "organic_certified": true
    },
    {
      "id": 95,
      "name": "Lakeside Winery",
      "region": "Sonoma",
      "soil_type": 5,
      "average_yield": 6.57,
      "organic_certified": true
    },
    {
      "id": 96,
      "name": "Winery Lakeside Orchards",
      "region": "Napa Valley",
      "soil_type": 1,
      "average_yield": 6.3,
      "organic_certified": false
    },
    {
      "id": 97,
      "name": "Orchards Fields Ridge",
      "region": "Bordeaux",
      "soil_type": 3,
      "average_yield": 5.05,
      "organic_certified": true
    },
    {
      "id": 98,
      "name": "Winery",
      "region": "Bordeaux",
      "soil_type": 6,
      "average_yield": 8.24,
      "organic_certified": true
    },
    {
      "id": 99,
      "name": "Domaine Cellars",
      "region": "Bordeaux",
      "soil_type": 9,
      "average_yield": 5.19,
      "organic_certified": true
    },
    {
      "id": 100,
      "name": "Harbor",
      "region": "Napa Valley",
      "soil_type": 6,
      "average_yield": 5.01,
      "organic_certified": true
    }
  ],
  "varietals": [
    {
      "id": 1,
      "name": "Chenin Cabernet",
      "vintage": "2016-02-13",
      "vineyard_id": 87,
      "alcohol_content": 12.8,
      "acidity_level": 5.2
    },
    {
      "id": 2,
      "name": "Grenache",
      "vintage": "2016-10-29",
      "vineyard_id": 29,
      "alcohol_content": 11.5,
      "acidity_level": 5.8
    },
    {
      "id": 3,
      "name": "Cabernet",
      "vintage": "2017-06-23",
      "vineyard_id": 5,
      "alcohol_content": 12,
      "acidity_level": 4.7
    },
    {
      "id": 4,
      "name": "Petit-Syrah",
      "vintage": "2019-09-24",
      "vineyard_id": 80,
      "alcohol_content": 13.4,
      "acidity_level": 5.3
    },
    {
      "id": 5,
      "name": "Tempranillo Viognier",
      "vintage": "2019-06-29",
      "vineyard_id": 42,
      "alcohol_content": 13.3,
      "acidity_level": 6.1
    },
    {
      "id": 6,
      "name": "Cabernet-Franc",
      "vintage": "2012-01-02",
      "vineyard_id": 73,
      "alcohol_content": 12.4,
      "acidity_level": 5.2
    },
    {
      "id": 7,
      "name": "Petit-Syrah Cabernet",
      "vintage": "2011-09-05",
      "vineyard_id": 95,
      "alcohol_content": 13.3,
      "acidity_level": 5.3
    },
    {
      "id": 8,
      "name": "Cabernet-Franc Cabernet",
      "vintage": "2017-11-26",
      "vineyard_id": 98,
      "alcohol_content": 13.8,
      "acidity_level": 5.8
    },
    {
      "id": 9,
      "name": "Riesling Barbera",
      "vintage": "2012-10-23",
      "vineyard_id": 91,
      "alcohol_content": 12.3,
      "acidity_level": 5.3
    },
    {
      "id": 10,
      "name": "Malbec Zinfandel",
      "vintage": "2022-10-26",
      "vineyard_id": 58,
      "alcohol_content": 13.6,
      "acidity_level": 4.7
    },
    {
      "id": 11,
      "name": "Merlot",
      "vintage": "2015-01-12",
      "vineyard_id": 45,
      "alcohol_content": 13.1,
      "acidity_level": 5.6
    },
    {
      "id": 12,
      "name": "Tempranillo",
      "vintage": "2000-02-06",
      "vineyard_id": 22,
      "alcohol_content": 13.2,
      "acidity_level": 5.1
    },
    {
      "id": 13,
      "name": "Zinfandel",
      "vintage": "2001-11-16",
      "vineyard_id": 25,
      "alcohol_content": 13.3,
      "acidity_level": 4.5
    },
    {
      "id": 14,
      "name": "Barbera Cabernet-Franc Chenin",
      "vintage": "2016-08-21",
      "vineyard_id": 15,
      "alcohol_content": 13.1,
      "acidity_level": 4
    },
    {
      "id": 15,
      "name": "Viognier",
      "vintage": "2022-12-17",
      "vineyard_id": 98,
      "alcohol_content": 13,
      "acidity_level": 5.3
    },
    {
      "id": 16,
      "name": "Grenache Moscato",
      "vintage": "2016-12-28",
      "vineyard_id": 38,
      "alcohol_content": 13.9,
      "acidity_level": 5.1
    },
    {
      "id": 17,
      "name": "Tempranillo Moscato",
      "vintage": "2000-10-31",
      "vineyard_id": 49,
      "alcohol_content": 12.9,
      "acidity_level": 4.1
    },
    {
      "id": 18,
      "name": "Riesling Cabernet-Franc Sangiovese",
      "vintage": "2020-04-28",
      "vineyard_id": 37,
      "alcohol_content": 12.4,
      "acidity_level": 4.3
    },
    {
      "id": 19,
      "name": "Nebbiolo",
      "vintage": "2000-09-08",
      "vineyard_id": 67,
      "alcohol_content": 13.9,
      "acidity_level": 4.1
    },
    {
      "id": 20,
      "name": "Sangiovese",
      "vintage": "2014-03-03",
      "vineyard_id": 94,
      "alcohol_content": 13.6,
      "acidity_level": 4.8
    },
    {
      "id": 21,
      "name": "Pinot Syrah",
      "vintage": "2023-10-13",
      "vineyard_id": 99,
      "alcohol_content": 13.4,
      "acidity_level": 5.6
    },
    {
      "id": 22,
      "name": "Merlot Cabernet",
      "vintage": "2005-09-19",
      "vineyard_id": 5,
      "alcohol_content": 13.2,
      "acidity_level": 5.3
    },
    {
      "id": 23,
      "name": "Tempranillo",
      "vintage": "2001-01-18",
      "vineyard_id": 41,
      "alcohol_content": 14,
      "acidity_level": 5.1
    },
    {
      "id": 24,
      "name": "Chenin Riesling",
      "vintage": "2010-03-05",
      "vineyard_id": 85,
      "alcohol_content": 12.8,
      "acidity_level": 5.6
    },
    {
      "id": 25,
      "name": "Grenache Sauvignon",
      "vintage": "2006-11-08",
      "vineyard_id": 85,
      "alcohol_content": 13.3,
      "acidity_level": 5.2
    },
    {
      "id": 26,
      "name": "Chardonnay Nebbiolo Cabernet-Franc",
      "vintage": "2017-10-16",
      "vineyard_id": 50,
      "alcohol_content": 13,
      "acidity_level": 5.4
    },
    {
      "id": 27,
      "name": "Pinot Sangiovese",
      "vintage": "2012-10-07",
      "vineyard_id": 78,
      "alcohol_content": 13,
      "acidity_level": 5.1
    },
    {
      "id": 28,
      "name": "Viognier Zinfandel",
      "vintage": "2013-10-11",
      "vineyard_id": 1,
      "alcohol_content": 12.9,
      "acidity_level": 4.7
    },
    {
      "id": 29,
      "name": "Pinot Moscato",
      "vintage": "2000-04-24",
      "vineyard_id": 4,
      "alcohol_content": 13.8,
      "acidity_level": 5.6
    },
    {
      "id": 30,
      "name": "Chardonnay Tannat Nebbiolo",
      "vintage": "2017-09-08",
      "vineyard_id": 51,
      "alcohol_content": 12.4,
      "acidity_level": 5.2
    },
    {
      "id": 31,
      "name": "Sauvignon",
      "vintage": "2017-10-07",
      "vineyard_id": 88,
      "alcohol_content": 12.7,
      "acidity_level": 4.6
    },
    {
      "id": 32,
      "name": "Chenin",
      "vintage": "2002-06-04",
      "vineyard_id": 30,
      "alcohol_content": 12.7,
      "acidity_level": 4.9
    },
    {
      "id": 33,
      "name": "Merlot Tannat",
      "vintage": "2023-08-02",
      "vineyard_id": 82,
      "alcohol_content": 12.6,
      "acidity_level": 5.8
    },
    {
      "id": 34,
      "name": "Sauvignon Zinfandel",
      "vintage": "2015-11-21",
      "vineyard_id": 93,
      "alcohol_content": 13.6,
      "acidity_level": 5.3
    },
    {
      "id": 35,
      "name": "Barbera Syrah Moscato",
      "vintage": "2014-09-02",
      "vineyard_id": 96,
      "alcohol_content": 12.1,
      "acidity_level": 5.1
    },
    {
      "id": 36,
      "name": "Malbec Moscato",
      "vintage": "2015-02-22",
      "vineyard_id": 19,
      "alcohol_content": 12.8,
      "acidity_level": 4.7
    },
    {
      "id": 37,
      "name": "Petit-Syrah",
      "vintage": "2005-07-07",
      "vineyard_id": 70,
      "alcohol_content": 12.7,
      "acidity_level": 5.2
    },
    {
      "id": 38,
      "name": "Sangiovese",
      "vintage": "2023-11-15",
      "vineyard_id": 49,
      "alcohol_content": 12.8,
      "acidity_level": 5.5
    },
    {
      "id": 39,
      "name": "Chenin",
      "vintage": "2008-02-26",
      "vineyard_id": 46,
      "alcohol_content": 13.7,
      "acidity_level": 6.3
    },
    {
      "id": 40,
      "name": "Merlot Sauvignon Syrah",
      "vintage": "2014-05-30",
      "vineyard_id": 5,
      "alcohol_content": 12.8,
      "acidity_level": 5.6
    },
    {
      "id": 41,
      "name": "Cabernet Malbec Zinfandel",
      "vintage": "2008-10-10",
      "vineyard_id": 5,
      "alcohol_content": 13.1,
      "acidity_level": 4
    },
    {
      "id": 42,
      "name": "Riesling",
      "vintage": "2003-02-11",
      "vineyard_id": 65,
      "alcohol_content": 14.2,
      "acidity_level": 5.6
    },
    {
      "id": 43,
      "name": "Sauvignon Barbera Sangiovese",
      "vintage": "2003-12-15",
      "vineyard_id": 73,
      "alcohol_content": 12.4,
      "acidity_level": 5.6
    },
    {
      "id": 44,
      "name": "Zinfandel",
      "vintage": "2003-11-16",
      "vineyard_id": 1,
      "alcohol_content": 13.3,
      "acidity_level": 5.7
    },
    {
      "id": 45,
      "name": "Merlot Riesling",
      "vintage": "2020-01-04",
      "vineyard_id": 65,
      "alcohol_content": 13.5,
      "acidity_level": 5.1
    },
    {
      "id": 46,
      "name": "Malbec",
      "vintage": "2016-03-05",
      "vineyard_id": 18,
      "alcohol_content": 12.9,
      "acidity_level": 4.8
    },
    {
      "id": 47,
      "name": "Tannat Tempranillo",
      "vintage": "2016-05-07",
      "vineyard_id": 3,
      "alcohol_content": 13.4,
      "acidity_level": 5.7
    },
    {
      "id": 48,
      "name": "Zinfandel",
      "vintage": "2011-06-19",
      "vineyard_id": 11,
      "alcohol_content": 12.9,
      "acidity_level": 5.4
    },
    {
      "id": 49,
      "name": "Nebbiolo",
      "vintage": "2012-11-16",
      "vineyard_id": 11,
      "alcohol_content": 13.3,
      "acidity_level": 3.9
    },
    {
      "id": 50,
      "name": "Chardonnay",
      "vintage": "2003-10-31",
      "vineyard_id": 30,
      "alcohol_content": 13.4,
      "acidity_level": 6.3
    },
    {
      "id": 51,
      "name": "Tannat Chardonnay Pinot",
      "vintage": "2018-02-04",
      "vineyard_id": 79,
      "alcohol_content": 13.8,
      "acidity_level": 5.4
    },
    {
      "id": 52,
      "name": "Moscato",
      "vintage": "2014-03-18",
      "vineyard_id": 51,
      "alcohol_content": 12.4,
      "acidity_level": 5
    },
    {
      "id": 53,
      "name": "Riesling",
      "vintage": "2000-09-14",
      "vineyard_id": 36,
      "alcohol_content": 14.4,
      "acidity_level": 5.5
    },
    {
      "id": 54,
      "name": "Pinot Sangiovese Viognier",
      "vintage": "2016-01-06",
      "vineyard_id": 8,
      "alcohol_content": 13,
      "acidity_level": 4.4
    },
    {
      "id": 55,
      "name": "Moscato Pinot",
      "vintage": "2001-12-09",
      "vineyard_id": 5,
      "alcohol_content": 12.9,
      "acidity_level": 4.2
    },
    {
      "id": 56,
      "name": "Malbec Sauvignon",
      "vintage": "2020-01-18",
      "vineyard_id": 53,
      "alcohol_content": 13.5,
      "acidity_level": 5.1
    },
    {
      "id": 57,
      "name": "Syrah Chenin Sangiovese",
      "vintage": "2011-10-13",
      "vineyard_id": 26,
      "alcohol_content": 12.6,
      "acidity_level": 4.7
    },
    {
      "id": 58,
      "name": "Cabernet Moscato Sangiovese",
      "vintage": "2022-10-19",
      "vineyard_id": 94,
      "alcohol_content": 13.1,
      "acidity_level": 5.2
    },
    {
      "id": 59,
      "name": "Grenache",
      "vintage": "2015-10-05",
      "vineyard_id": 24,
      "alcohol_content": 12.7,
      "acidity_level": 5.1
    },
    {
      "id": 60,
      "name": "Merlot Pinot",
      "vintage": "2011-10-29",
      "vineyard_id": 17,
      "alcohol_content": 11.8,
      "acidity_level": 4.5
    },
    {
      "id": 61,
      "name": "Merlot Sangiovese Tempranillo",
      "vintage": "2013-06-01",
      "vineyard_id": 60,
      "alcohol_content": 13.6,
      "acidity_level": 5.4
    },
    {
      "id": 62,
      "name": "Cabernet-Franc",
      "vintage": "2016-02-21",
      "vineyard_id": 17,
      "alcohol_content": 12.5,
      "acidity_level": 5
    },
    {
      "id": 63,
      "name": "Sauvignon Syrah Moscato",
      "vintage": "2021-11-24",
      "vineyard_id": 46,
      "alcohol_content": 12.2,
      "acidity_level": 6.2
    },
    {
      "id": 64,
      "name": "Viognier Zinfandel Malbec",
      "vintage": "2008-11-02",
      "vineyard_id": 4,
      "alcohol_content": 12.7,
      "acidity_level": 5.2
    },
    {
      "id": 65,
      "name": "Cabernet-Franc",
      "vintage": "2013-09-06",
      "vineyard_id": 94,
      "alcohol_content": 12.3,
      "acidity_level": 5.8
    },
    {
      "id": 66,
      "name": "Tempranillo",
      "vintage": "2006-11-02",
      "vineyard_id": 76,
      "alcohol_content": 12.8,
      "acidity_level": 4.4
    },
    {
      "id": 67,
      "name": "Moscato Cabernet Malbec",
      "vintage": "2011-02-06",
      "vineyard_id": 62,
      "alcohol_content": 12.9,
      "acidity_level": 4.6
    },
    {
      "id": 68,
      "name": "Chenin Cabernet Tempranillo",
      "vintage": "2016-02-26",
      "vineyard_id": 96,
      "alcohol_content": 13.1,
      "acidity_level": 5
    },
    {
      "id": 69,
      "name": "Tempranillo",
      "vintage": "2014-02-28",
      "vineyard_id": 96,
      "alcohol_content": 13.2,
      "acidity_level": 5.1
    },
    {
      "id": 70,
      "name": "Chardonnay Pinot",
      "vintage": "2019-10-07",
      "vineyard_id": 57,
      "alcohol_content": 13.4,
      "acidity_level": 4.9
    },
    {
      "id": 71,
      "name": "Merlot",
      "vintage": "2001-01-07",
      "vineyard_id": 83,
      "alcohol_content": 13.6,
      "acidity_level": 5.5
    },
    {
      "id": 72,
      "name": "Syrah Sauvignon",
      "vintage": "2013-11-13",
      "vineyard_id": 87,
      "alcohol_content": 12.6,
      "acidity_level": 5.6
    },
    {
      "id": 73,
      "name": "Zinfandel",
      "vintage": "2010-03-05",
      "vineyard_id": 85,
      "alcohol_content": 12.6,
      "acidity_level": 5.2
    },
    {
      "id": 74,
      "name": "Barbera Merlot",
      "vintage": "2015-06-28",
      "vineyard_id": 62,
      "alcohol_content": 12,
      "acidity_level": 5.4
    },
    {
      "id": 75,
      "name": "Zinfandel",
      "vintage": "2008-03-03",
      "vineyard_id": 69,
      "alcohol_content": 12.9,
      "acidity_level": 4.7
    },
    {
      "id": 76,
      "name": "Malbec Zinfandel",
      "vintage": "2016-01-23",
      "vineyard_id": 56,
      "alcohol_content": 12.3,
      "acidity_level": 5.1
    },
    {
      "id": 77,
      "name": "Malbec Viognier",
      "vintage": "2013-02-21",
      "vineyard_id": 1,
      "alcohol_content": 12.9,
      "acidity_level": 4.7
    },
    {
      "id": 78,
      "name": "Grenache Tempranillo",
      "vintage": "2008-12-14",
      "vineyard_id": 68,
      "alcohol_content": 12.9,
      "acidity_level": 4.2
    },
    {
      "id": 79,
      "name": "Grenache Pinot Barbera",
      "vintage": "2006-04-22",
      "vineyard_id": 7,
      "alcohol_content": 13.5,
      "acidity_level": 5.1
    },
    {
      "id": 80,
      "name": "Grenache",
      "vintage": "2007-07-06",
      "vineyard_id": 81,
      "alcohol_content": 12.8,
      "acidity_level": 4.6
    },
    {
      "id": 81,
      "name": "Viognier Moscato Zinfandel",
      "vintage": "2007-12-20",
      "vineyard_id": 28,
      "alcohol_content": 12.8,
      "acidity_level": 4
    },
    {
      "id": 82,
      "name": "Malbec Tannat Pinot",
      "vintage": "2013-01-13",
      "vineyard_id": 48,
      "alcohol_content": 13.2,
      "acidity_level": 5.7
    },
    {
      "id": 83,
      "name": "Viognier Pinot",
      "vintage": "2013-09-15",
      "vineyard_id": 79,
      "alcohol_content": 11.9,
      "acidity_level": 4.3
    },
    {
      "id": 84,
      "name": "Cabernet Viognier",
      "vintage": "2000-05-05",
      "vineyard_id": 6,
      "alcohol_content": 12.9,
      "acidity_level": 4.7
    },
    {
      "id": 85,
      "name": "Nebbiolo Riesling",
      "vintage": "2004-05-23",
      "vineyard_id": 37,
      "alcohol_content": 12.7,
      "acidity_level": 5.2
    },
    {
      "id": 86,
      "name": "Chenin Tannat",
      "vintage": "2017-09-09",
      "vineyard_id": 3,
      "alcohol_content": 13.3,
      "acidity_level": 4.8
    },
    {
      "id": 87,
      "name": "Chenin Malbec",
      "vintage": "2016-03-30",
      "vineyard_id": 76,
      "alcohol_content": 12.7,
      "acidity_level": 4.3
    },
    {
      "id": 88,
      "name": "Zinfandel",
      "vintage": "2020-10-06",
      "vineyard_id": 31,
      "alcohol_content": 12.7,
      "acidity_level": 4.8
    },
    {
      "id": 89,
      "name": "Viognier Moscato Syrah",
      "vintage": "2016-10-20",
      "vineyard_id": 54,
      "alcohol_content": 13,
      "acidity_level": 6
    },
    {
      "id": 90,
      "name": "Nebbiolo Cabernet",
      "vintage": "2009-10-15",
      "vineyard_id": 30,
      "alcohol_content": 12.5,
      "acidity_level": 5.4
    },
    {
      "id": 91,
      "name": "Syrah Sangiovese",
      "vintage": "2004-01-21",
      "vineyard_id": 89,
      "alcohol_content": 12,
      "acidity_level": 4.7
    },
    {
      "id": 92,
      "name": "Sauvignon",
      "vintage": "2002-01-12",
      "vineyard_id": 49,
      "alcohol_content": 12.9,
      "acidity_level": 4.4
    },
    {
      "id": 93,
      "name": "Syrah",
      "vintage": "2011-04-22",
      "vineyard_id": 22,
      "alcohol_content": 11.9,
      "acidity_level": 4.8
    },
    {
      "id": 94,
      "name": "Tempranillo Riesling",
      "vintage": "2000-10-11",
      "vineyard_id": 69,
      "alcohol_content": 14.1,
      "acidity_level": 5.6
    },
    {
      "id": 95,
      "name": "Tempranillo Riesling",
      "vintage": "2007-11-20",
      "vineyard_id": 98,
      "alcohol_content": 12.9,
      "acidity_level": 4
    },
    {
      "id": 96,
      "name": "Nebbiolo",
      "vintage": "2009-12-26",
      "vineyard_id": 70,
      "alcohol_content": 13.4,
      "acidity_level": 4.7
    },
    {
      "id": 97,
      "name": "Sauvignon",
      "vintage": "2008-04-06",
      "vineyard_id": 73,
      "alcohol_content": 13.3,
      "acidity_level": 5.6
    },
    {
      "id": 98,
      "name": "Pinot",
      "vintage": "2016-10-22",
      "vineyard_id": 84,
      "alcohol_content": 12.2,
      "acidity_level": 6
    },
    {
      "id": 99,
      "name": "Cabernet-Franc Pinot Viognier",
      "vintage": "2021-03-31",
      "vineyard_id": 27,
      "alcohol_content": 13.6,
      "acidity_level": 4.8
    },
    {
      "id": 100,
      "name": "Malbec Pinot",
      "vintage": "2016-05-06",
      "vineyard_id": 76,
      "alcohol_content": 12,
      "acidity_level": 5.3
    },
    {
      "id": 101,
      "name": "Grenache Chardonnay Merlot",
      "vintage": "2001-12-14",
      "vineyard_id": 41,
      "alcohol_content": 11.9,
      "acidity_level": 4.9
    },
    {
      "id": 102,
      "name": "Viognier Tannat Malbec",
      "vintage": "2004-12-18",
      "vineyard_id": 25,
      "alcohol_content": 12.8,
      "acidity_level": 4.9
    },
    {
      "id": 103,
      "name": "Pinot",
      "vintage": "2005-09-25",
      "vineyard_id": 95,
      "alcohol_content": 12.7,
      "acidity_level": 4.4
    },
    {
      "id": 104,
      "name": "Viognier Grenache Tempranillo",
      "vintage": "2008-11-24",
      "vineyard_id": 25,
      "alcohol_content": 12.4,
      "acidity_level": 5
    },
    {
      "id": 105,
      "name": "Sangiovese Riesling Barbera",
      "vintage": "2019-11-18",
      "vineyard_id": 50,
      "alcohol_content": 12.8,
      "acidity_level": 5.2
    },
    {
      "id": 106,
      "name": "Merlot Cabernet",
      "vintage": "2014-09-11",
      "vineyard_id": 7,
      "alcohol_content": 13.3,
      "acidity_level": 4.7
    },
    {
      "id": 107,
      "name": "Riesling Sangiovese",
      "vintage": "2013-12-06",
      "vineyard_id": 66,
      "alcohol_content": 13.6,
      "acidity_level": 5.8
    },
    {
      "id": 108,
      "name": "Chardonnay Malbec",
      "vintage": "2000-01-22",
      "vineyard_id": 11,
      "alcohol_content": 12.2,
      "acidity_level": 5.3
    },
    {
      "id": 109,
      "name": "Merlot",
      "vintage": "2011-03-23",
      "vineyard_id": 46,
      "alcohol_content": 12.9,
      "acidity_level": 5.2
    },
    {
      "id": 110,
      "name": "Zinfandel",
      "vintage": "2021-10-10",
      "vineyard_id": 89,
      "alcohol_content": 13.4,
      "acidity_level": 3.7
    },
    {
      "id": 111,
      "name": "Malbec Cabernet-Franc",
      "vintage": "2019-06-16",
      "vineyard_id": 97,
      "alcohol_content": 13.1,
      "acidity_level": 4.6
    },
    {
      "id": 112,
      "name": "Malbec Barbera",
      "vintage": "2006-01-24",
      "vineyard_id": 3,
      "alcohol_content": 12.8,
      "acidity_level": 5.5
    },
    {
      "id": 113,
      "name": "Pinot Viognier Chenin",
      "vintage": "2015-11-07",
      "vineyard_id": 38,
      "alcohol_content": 12.8,
      "acidity_level": 5.1
    },
    {
      "id": 114,
      "name": "Sauvignon Chardonnay Cabernet",
      "vintage": "2012-12-17",
      "vineyard_id": 15,
      "alcohol_content": 13,
      "acidity_level": 4.9
    },
    {
      "id": 115,
      "name": "Chenin Chardonnay",
      "vintage": "2007-08-26",
      "vineyard_id": 77,
      "alcohol_content": 12.8,
      "acidity_level": 4.9
    },
    {
      "id": 116,
      "name": "Petit-Syrah Tempranillo Pinot",
      "vintage": "2007-02-07",
      "vineyard_id": 55,
      "alcohol_content": 12.8,
      "acidity_level": 5.5
    },
    {
      "id": 117,
      "name": "Moscato",
      "vintage": "2001-12-10",
      "vineyard_id": 6,
      "alcohol_content": 13.1,
      "acidity_level": 4.8
    },
    {
      "id": 118,
      "name": "Syrah Moscato",
      "vintage": "2016-12-28",
      "vineyard_id": 20,
      "alcohol_content": 12.6,
      "acidity_level": 4.7
    },
    {
      "id": 119,
      "name": "Syrah Merlot Grenache",
      "vintage": "2005-04-16",
      "vineyard_id": 86,
      "alcohol_content": 13.7,
      "acidity_level": 5.6
    },
    {
      "id": 120,
      "name": "Barbera Cabernet-Franc",
      "vintage": "2022-12-30",
      "vineyard_id": 33,
      "alcohol_content": 12.9,
      "acidity_level": 4.8
    },
    {
      "id": 121,
      "name": "Riesling",
      "vintage": "2008-06-07",
      "vineyard_id": 3,
      "alcohol_content": 13.4,
      "acidity_level": 5.4
    },
    {
      "id": 122,
      "name": "Moscato Petit-Syrah",
      "vintage": "2015-05-28",
      "vineyard_id": 59,
      "alcohol_content": 13.2,
      "acidity_level": 4.9
    },
    {
      "id": 123,
      "name": "Riesling Nebbiolo",
      "vintage": "2006-09-08",
      "vineyard_id": 83,
      "alcohol_content": 12.2,
      "acidity_level": 4.1
    },
    {
      "id": 124,
      "name": "Barbera",
      "vintage": "2010-06-24",
      "vineyard_id": 37,
      "alcohol_content": 12.6,
      "acidity_level": 5.5
    },
    {
      "id": 125,
      "name": "Riesling Merlot",
      "vintage": "2012-11-21",
      "vineyard_id": 84,
      "alcohol_content": 12.1,
      "acidity_level": 4.7
    },
    {
      "id": 126,
      "name": "Cabernet-Franc Tempranillo",
      "vintage": "2007-02-13",
      "vineyard_id": 13,
      "alcohol_content": 12.8,
      "acidity_level": 4.4
    },
    {
      "id": 127,
      "name": "Zinfandel Sauvignon",
      "vintage": "2007-01-26",
      "vineyard_id": 51,
      "alcohol_content": 13.6,
      "acidity_level": 4.8
    },
    {
      "id": 128,
      "name": "Grenache",
      "vintage": "2004-12-20",
      "vineyard_id": 72,
      "alcohol_content": 13,
      "acidity_level": 5.3
    },
    {
      "id": 129,
      "name": "Petit-Syrah",
      "vintage": "2005-10-18",
      "vineyard_id": 92,
      "alcohol_content": 13.6,
      "acidity_level": 5
    },
    {
      "id": 130,
      "name": "Malbec",
      "vintage": "2013-07-17",
      "vineyard_id": 3,
      "alcohol_content": 12.2,
      "acidity_level": 5.6
    },
    {
      "id": 131,
      "name": "Riesling Viognier Tempranillo",
      "vintage": "2013-03-24",
      "vineyard_id": 10,
      "alcohol_content": 12.5,
      "acidity_level": 4.6
    },
    {
      "id": 132,
      "name": "Syrah Moscato Malbec",
      "vintage": "2017-12-09",
      "vineyard_id": 51,
      "alcohol_content": 13.5,
      "acidity_level": 4.4
    },
    {
      "id": 133,
      "name": "Sangiovese Tannat Sauvignon",
      "vintage": "2023-11-27",
      "vineyard_id": 44,
      "alcohol_content": 13,
      "acidity_level": 4.5
    },
    {
      "id": 134,
      "name": "Chenin Petit-Syrah",
      "vintage": "2002-08-22",
      "vineyard_id": 94,
      "alcohol_content": 12.5,
      "acidity_level": 4.6
    },
    {
      "id": 135,
      "name": "Sangiovese",
      "vintage": "2017-12-19",
      "vineyard_id": 95,
      "alcohol_content": 13.5,
      "acidity_level": 5.1
    },
    {
      "id": 136,
      "name": "Chardonnay",
      "vintage": "2006-11-15",
      "vineyard_id": 17,
      "alcohol_content": 13.4,
      "acidity_level": 5
    },
    {
      "id": 137,
      "name": "Tempranillo",
      "vintage": "2023-02-02",
      "vineyard_id": 9,
      "alcohol_content": 12.2,
      "acidity_level": 5
    },
    {
      "id": 138,
      "name": "Zinfandel Grenache",
      "vintage": "2017-03-24",
      "vineyard_id": 52,
      "alcohol_content": 14.3,
      "acidity_level": 5.5
    },
    {
      "id": 139,
      "name": "Viognier Cabernet-Franc Tannat",
      "vintage": "2022-12-12",
      "vineyard_id": 2,
      "alcohol_content": 13.7,
      "acidity_level": 5.6
    },
    {
      "id": 140,
      "name": "Malbec",
      "vintage": "2004-05-12",
      "vineyard_id": 95,
      "alcohol_content": 13.6,
      "acidity_level": 4.9
    },
    {
      "id": 141,
      "name": "Barbera Moscato",
      "vintage": "2008-11-17",
      "vineyard_id": 48,
      "alcohol_content": 13.4,
      "acidity_level": 4.9
    },
    {
      "id": 142,
      "name": "Nebbiolo Pinot Viognier",
      "vintage": "2009-11-02",
      "vineyard_id": 81,
      "alcohol_content": 12.8,
      "acidity_level": 5.3
    },
    {
      "id": 143,
      "name": "Chardonnay",
      "vintage": "2013-01-02",
      "vineyard_id": 30,
      "alcohol_content": 12.8,
      "acidity_level": 5.2
    },
    {
      "id": 144,
      "name": "Grenache Merlot Tempranillo",
      "vintage": "2020-07-25",
      "vineyard_id": 61,
      "alcohol_content": 12.9,
      "acidity_level": 5.2
    },
    {
      "id": 145,
      "name": "Malbec Barbera Zinfandel",
      "vintage": "2021-02-01",
      "vineyard_id": 75,
      "alcohol_content": 13,
      "acidity_level": 5.3
    },
    {
      "id": 146,
      "name": "Sangiovese Petit-Syrah",
      "vintage": "2022-08-04",
      "vineyard_id": 18,
      "alcohol_content": 12.8,
      "acidity_level": 5
    },
    {
      "id": 147,
      "name": "Cabernet-Franc Moscato Syrah",
      "vintage": "2002-03-19",
      "vineyard_id": 62,
      "alcohol_content": 12.4,
      "acidity_level": 5.3
    },
    {
      "id": 148,
      "name": "Pinot Grenache Chardonnay",
      "vintage": "2006-12-15",
      "vineyard_id": 45,
      "alcohol_content": 12.5,
      "acidity_level": 5.2
    },
    {
      "id": 149,
      "name": "Zinfandel",
      "vintage": "2002-12-05",
      "vineyard_id": 61,
      "alcohol_content": 13.8,
      "acidity_level": 4.4
    },
    {
      "id": 150,
      "name": "Petit-Syrah Chenin",
      "vintage": "2023-03-21",
      "vineyard_id": 53,
      "alcohol_content": 13.2,
      "acidity_level": 4.6
    }
  ],
  "inventory": [
    {
      "id": 1,
      "varietal_id": 143,
      "location": "Bucharest",
      "quantity": 407,
      "last_updated": "2023-09-01 11:00:36"
    },
    {
      "id": 2,
      "varietal_id": 145,
      "location": "Prague",
      "quantity": 158,
      "last_updated": "2023-07-31 13:27:07"
    },
    {
      "id": 3,
      "varietal_id": 61,
      "location": "Copenhagen",
      "quantity": 65,
      "last_updated": "2023-07-03 11:05:35"
    },
    {
      "id": 4,
      "varietal_id": 32,
      "location": "Seattle",
      "quantity": 3,
      "last_updated": "2023-10-30 19:16:27"
    },
    {
      "id": 5,
      "varietal_id": 29,
      "location": "Milan",
      "quantity": 12,
      "last_updated": "2023-12-10 20:26:35"
    },
    {
      "id": 6,
      "varietal_id": 66,
      "location": "Tokyo",
      "quantity": 165,
      "last_updated": "2023-12-31 16:24:24"
    },
    {
      "id": 7,
      "varietal_id": 147,
      "location": "Bucharest",
      "quantity": 53,
      "last_updated": "2023-01-01 10:49:35"
    },
    {
      "id": 8,
      "varietal_id": 53,
      "location": "Melbourne",
      "quantity": 8,
      "last_updated": "2023-09-06 17:04:13"
    },
    {
      "id": 9,
      "varietal_id": 112,
      "location": "Delhi",
      "quantity": 3,
      "last_updated": "2023-08-04 11:01:22"
    },
    {
      "id": 10,
      "varietal_id": 5,
      "location": "Bucharest",
      "quantity": 27,
      "last_updated": "2023-05-20 15:31:33"
    },
    {
      "id": 11,
      "varietal_id": 115,
      "location": "Kyoto",
      "quantity": 476,
      "last_updated": "2023-02-13 12:59:56"
    },
    {
      "id": 12,
      "varietal_id": 60,
      "location": "Delhi",
      "quantity": 342,
      "last_updated": "2023-01-05 11:35:05"
    },
    {
      "id": 13,
      "varietal_id": 43,
      "location": "Manila",
      "quantity": 295,
      "last_updated": "2023-04-25 17:28:13"
    },
    {
      "id": 14,
      "varietal_id": 49,
      "location": "Prague",
      "quantity": 372,
      "last_updated": "2023-12-21 17:58:01"
    },
    {
      "id": 15,
      "varietal_id": 125,
      "location": "Rome",
      "quantity": 132,
      "last_updated": "2023-03-06 09:24:49"
    },
    {
      "id": 16,
      "varietal_id": 86,
      "location": "Nairobi",
      "quantity": 428,
      "last_updated": "2023-10-14 17:12:20"
    },
    {
      "id": 17,
      "varietal_id": 84,
      "location": "Berlin",
      "quantity": 419,
      "last_updated": "2023-01-01 14:46:13"
    },
    {
      "id": 18,
      "varietal_id": 11,
      "location": "Singapore",
      "quantity": 2,
      "last_updated": "2023-12-17 14:51:11"
    },
    {
      "id": 19,
      "varietal_id": 92,
      "location": "Mumbai",
      "quantity": 5,
      "last_updated": "2023-08-03 10:04:27"
    },
    {
      "id": 20,
      "varietal_id": 94,
      "location": "Sydney",
      "quantity": 16,
      "last_updated": "2023-03-13 15:06:22"
    },
    {
      "id": 21,
      "varietal_id": 56,
      "location": "Budapest",
      "quantity": 401,
      "last_updated": "2023-02-22 10:44:42"
    },
    {
      "id": 22,
      "varietal_id": 38,
      "location": "Budapest",
      "quantity": 86,
      "last_updated": "2023-04-29 11:44:28"
    },
    {
      "id": 23,
      "varietal_id": 115,
      "location": "Rome",
      "quantity": 24,
      "last_updated": "2023-11-26 15:03:05"
    },
    {
      "id": 24,
      "varietal_id": 119,
      "location": "Vienna",
      "quantity": 35,
      "last_updated": "2023-10-31 16:34:17"
    },
    {
      "id": 25,
      "varietal_id": 103,
      "location": "Vienna",
      "quantity": 217,
      "last_updated": "2023-04-09 09:51:44"
    },
    {
      "id": 26,
      "varietal_id": 141,
      "location": "Istanbul",
      "quantity": 41,
      "last_updated": "2023-05-12 10:47:19"
    },
    {
      "id": 27,
      "varietal_id": 143,
      "location": "Cape Town",
      "quantity": 123,
      "last_updated": "2023-04-07 10:18:16"
    },
    {
      "id": 28,
      "varietal_id": 131,
      "location": "San Diego",
      "quantity": 13,
      "last_updated": "2023-12-05 14:44:47"
    },
    {
      "id": 29,
      "varietal_id": 39,
      "location": "Taipei",
      "quantity": 331,
      "last_updated": "2023-05-22 11:34:04"
    },
    {
      "id": 30,
      "varietal_id": 56,
      "location": "Budapest",
      "quantity": 336,
      "last_updated": "2023-08-31 13:06:20"
    },
    {
      "id": 31,
      "varietal_id": 130,
      "location": "Budapest",
      "quantity": 362,
      "last_updated": "2023-05-05 13:39:56"
    },
    {
      "id": 32,
      "varietal_id": 36,
      "location": "Melbourne",
      "quantity": 59,
      "last_updated": "2023-03-24 07:13:46"
    },
    {
      "id": 33,
      "varietal_id": 150,
      "location": "Lisbon",
      "quantity": 148,
      "last_updated": "2023-01-21 08:27:03"
    },
    {
      "id": 34,
      "varietal_id": 148,
      "location": "Jakarta",
      "quantity": 347,
      "last_updated": "2023-11-30 14:17:47"
    },
    {
      "id": 35,
      "varietal_id": 25,
      "location": "Seattle",
      "quantity": 71,
      "last_updated": "2023-05-01 08:47:58"
    },
    {
      "id": 36,
      "varietal_id": 15,
      "location": "Hamburg",
      "quantity": 1,
      "last_updated": "2023-10-07 09:52:05"
    },
    {
      "id": 37,
      "varietal_id": 77,
      "location": "Bogota",
      "quantity": 81,
      "last_updated": "2023-04-04 09:26:45"
    },
    {
      "id": 38,
      "varietal_id": 105,
      "location": "Vancouver",
      "quantity": 1,
      "last_updated": "2023-12-28 16:01:20"
    },
    {
      "id": 39,
      "varietal_id": 57,
      "location": "Melbourne",
      "quantity": 24,
      "last_updated": "2023-06-12 17:32:09"
    },
    {
      "id": 40,
      "varietal_id": 129,
      "location": "Stockholm",
      "quantity": 364,
      "last_updated": "2023-04-07 13:40:31"
    },
    {
      "id": 41,
      "varietal_id": 47,
      "location": "Madrid",
      "quantity": 74,
      "last_updated": "2023-05-05 06:49:46"
    },
    {
      "id": 42,
      "varietal_id": 18,
      "location": "Berlin",
      "quantity": 264,
      "last_updated": "2023-03-18 10:39:11"
    },
    {
      "id": 43,
      "varietal_id": 35,
      "location": "Tokyo",
      "quantity": 7,
      "last_updated": "2023-06-20 20:33:04"
    },
    {
      "id": 44,
      "varietal_id": 49,
      "location": "Amsterdam",
      "quantity": 57,
      "last_updated": "2023-05-28 14:48:31"
    },
    {
      "id": 45,
      "varietal_id": 118,
      "location": "Vienna",
      "quantity": 374,
      "last_updated": "2023-09-19 14:00:16"
    },
    {
      "id": 46,
      "varietal_id": 49,
      "location": "Ankara",
      "quantity": 496,
      "last_updated": "2023-06-03 10:31:44"
    },
    {
      "id": 47,
      "varietal_id": 27,
      "location": "San Diego",
      "quantity": 305,
      "last_updated": "2023-09-09 10:11:47"
    },
    {
      "id": 48,
      "varietal_id": 139,
      "location": "Prague",
      "quantity": 221,
      "last_updated": "2023-12-19 14:45:52"
    },
    {
      "id": 49,
      "varietal_id": 141,
      "location": "Bogota",
      "quantity": 1,
      "last_updated": "2023-05-06 13:51:21"
    },
    {
      "id": 50,
      "varietal_id": 46,
      "location": "Sao Paulo",
      "quantity": 217,
      "last_updated": "2023-09-25 12:55:45"
    },
    {
      "id": 51,
      "varietal_id": 27,
      "location": "Amsterdam",
      "quantity": 471,
      "last_updated": "2023-12-14 08:22:48"
    },
    {
      "id": 52,
      "varietal_id": 132,
      "location": "Madrid",
      "quantity": 159,
      "last_updated": "2023-03-21 09:15:44"
    },
    {
      "id": 53,
      "varietal_id": 40,
      "location": "Rome",
      "quantity": 56,
      "last_updated": "2023-05-28 13:11:20"
    },
    {
      "id": 54,
      "varietal_id": 129,
      "location": "Taipei",
      "quantity": 392,
      "last_updated": "2023-04-29 16:17:28"
    },
    {
      "id": 55,
      "varietal_id": 15,
      "location": "Lisbon",
      "quantity": 71,
      "last_updated": "2023-06-10 08:55:57"
    },
    {
      "id": 56,
      "varietal_id": 102,
      "location": "Helsinki",
      "quantity": 422,
      "last_updated": "2023-01-27 10:26:23"
    },
    {
      "id": 57,
      "varietal_id": 111,
      "location": "Brussels",
      "quantity": 487,
      "last_updated": "2023-07-18 06:18:03"
    },
    {
      "id": 58,
      "varietal_id": 90,
      "location": "Boston",
      "quantity": 275,
      "last_updated": "2023-06-18 08:08:22"
    },
    {
      "id": 59,
      "varietal_id": 99,
      "location": "Vienna",
      "quantity": 7,
      "last_updated": "2023-01-16 20:25:31"
    },
    {
      "id": 60,
      "varietal_id": 3,
      "location": "Lagos",
      "quantity": 194,
      "last_updated": "2023-09-13 16:01:10"
    },
    {
      "id": 61,
      "varietal_id": 93,
      "location": "Kyoto",
      "quantity": 68,
      "last_updated": "2023-09-02 11:57:59"
    },
    {
      "id": 62,
      "varietal_id": 142,
      "location": "Buenos Aires",
      "quantity": 128,
      "last_updated": "2023-10-25 13:17:20"
    },
    {
      "id": 63,
      "varietal_id": 95,
      "location": "Bucharest",
      "quantity": 379,
      "last_updated": "2023-02-14 18:13:26"
    },
    {
      "id": 64,
      "varietal_id": 83,
      "location": "Stockholm",
      "quantity": 18,
      "last_updated": "2023-02-25 19:35:42"
    },
    {
      "id": 65,
      "varietal_id": 119,
      "location": "Seattle",
      "quantity": 12,
      "last_updated": "2023-10-10 14:46:31"
    },
    {
      "id": 66,
      "varietal_id": 34,
      "location": "Manchester",
      "quantity": 116,
      "last_updated": "2023-02-17 11:20:55"
    },
    {
      "id": 67,
      "varietal_id": 64,
      "location": "Manchester",
      "quantity": 288,
      "last_updated": "2023-03-25 18:54:52"
    },
    {
      "id": 68,
      "varietal_id": 87,
      "location": "Vancouver",
      "quantity": 2,
      "last_updated": "2023-06-15 22:10:52"
    },
    {
      "id": 69,
      "varietal_id": 145,
      "location": "Warsaw",
      "quantity": 9,
      "last_updated": "2023-03-17 14:40:01"
    },
    {
      "id": 70,
      "varietal_id": 44,
      "location": "Porto",
      "quantity": 275,
      "last_updated": "2023-03-29 15:56:41"
    },
    {
      "id": 71,
      "varietal_id": 146,
      "location": "Bucharest",
      "quantity": 262,
      "last_updated": "2023-01-15 18:01:19"
    },
    {
      "id": 72,
      "varietal_id": 44,
      "location": "Sao Paulo",
      "quantity": 282,
      "last_updated": "2023-08-16 16:28:17"
    },
    {
      "id": 73,
      "varietal_id": 7,
      "location": "London",
      "quantity": 255,
      "last_updated": "2023-04-08 14:28:13"
    },
    {
      "id": 74,
      "varietal_id": 90,
      "location": "Tokyo",
      "quantity": 394,
      "last_updated": "2023-08-11 15:31:43"
    },
    {
      "id": 75,
      "varietal_id": 9,
      "location": "Toronto",
      "quantity": 26,
      "last_updated": "2023-03-09 14:42:32"
    },
    {
      "id": 76,
      "varietal_id": 95,
      "location": "Lyon",
      "quantity": 31,
      "last_updated": "2023-01-12 17:23:36"
    },
    {
      "id": 77,
      "varietal_id": 99,
      "location": "Madrid",
      "quantity": 480,
      "last_updated": "2023-06-10 01:27:17"
    },
    {
      "id": 78,
      "varietal_id": 110,
      "location": "Amsterdam",
      "quantity": 47,
      "last_updated": "2023-02-14 17:52:37"
    },
    {
      "id": 79,
      "varietal_id": 57,
      "location": "Nairobi",
      "quantity": 2,
      "last_updated": "2023-07-01 14:42:29"
    },
    {
      "id": 80,
      "varietal_id": 26,
      "location": "Budapest",
      "quantity": 332,
      "last_updated": "2023-05-13 11:58:42"
    },
    {
      "id": 81,
      "varietal_id": 122,
      "location": "Budapest",
      "quantity": 65,
      "last_updated": "2023-06-19 18:04:44"
    },
    {
      "id": 82,
      "varietal_id": 120,
      "location": "Melbourne",
      "quantity": 35,
      "last_updated": "2023-07-01 00:30:08"
    },
    {
      "id": 83,
      "varietal_id": 25,
      "location": "Seoul",
      "quantity": 276,
      "last_updated": "2023-12-25 10:30:50"
    },
    {
      "id": 84,
      "varietal_id": 4,
      "location": "Ankara",
      "quantity": 127,
      "last_updated": "2023-01-03 11:08:27"
    },
    {
      "id": 85,
      "varietal_id": 9,
      "location": "Manila",
      "quantity": 44,
      "last_updated": "2023-12-19 12:54:34"
    },
    {
      "id": 86,
      "varietal_id": 65,
      "location": "Berlin",
      "quantity": 34,
      "last_updated": "2023-05-02 09:44:04"
    },
    {
      "id": 87,
      "varietal_id": 104,
      "location": "London",
      "quantity": 287,
      "last_updated": "2023-01-22 11:56:00"
    },
    {
      "id": 88,
      "varietal_id": 68,
      "location": "Toronto",
      "quantity": 89,
      "last_updated": "2023-05-11 14:25:50"
    },
    {
      "id": 89,
      "varietal_id": 105,
      "location": "Madrid",
      "quantity": 25,
      "last_updated": "2023-03-12 04:48:54"
    },
    {
      "id": 90,
      "varietal_id": 78,
      "location": "Sydney",
      "quantity": 115,
      "last_updated": "2023-06-26 13:45:29"
    },
    {
      "id": 91,
      "varietal_id": 38,
      "location": "Chicago",
      "quantity": 252,
      "last_updated": "2023-12-27 19:28:21"
    },
    {
      "id": 92,
      "varietal_id": 21,
      "location": "Madrid",
      "quantity": 24,
      "last_updated": "2023-04-22 16:01:51"
    },
    {
      "id": 93,
      "varietal_id": 76,
      "location": "Lagos",
      "quantity": 15,
      "last_updated": "2023-03-14 12:45:24"
    },
    {
      "id": 94,
      "varietal_id": 108,
      "location": "Melbourne",
      "quantity": 114,
      "last_updated": "2023-04-09 13:06:44"
    },
    {
      "id": 95,
      "varietal_id": 83,
      "location": "Paris",
      "quantity": 95,
      "last_updated": "2023-02-06 17:47:09"
    },
    {
      "id": 96,
      "varietal_id": 23,
      "location": "Paris",
      "quantity": 317,
      "last_updated": "2023-02-19 13:36:12"
    },
    {
      "id": 97,
      "varietal_id": 18,
      "location": "Bangkok",
      "quantity": 274,
      "last_updated": "2023-10-19 12:03:43"
    },
    {
      "id": 98,
      "varietal_id": 10,
      "location": "Warsaw",
      "quantity": 286,
      "last_updated": "2023-08-14 09:54:30"
    },
    {
      "id": 99,
      "varietal_id": 73,
      "location": "Budapest",
      "quantity": 133,
      "last_updated": "2023-10-10 22:12:21"
    },
    {
      "id": 100,
      "varietal_id": 104,
      "location": "Hamburg",
      "quantity": 0,
      "last_updated": "2023-11-28 14:58:39"
    },
    {
      "id": 101,
      "varietal_id": 42,
      "location": "Milan",
      "quantity": 241,
      "last_updated": "2023-03-24 17:40:49"
    },
    {
      "id": 102,
      "varietal_id": 56,
      "location": "Denver",
      "quantity": 387,
      "last_updated": "2023-11-21 13:50:42"
    },
    {
      "id": 103,
      "varietal_id": 113,
      "location": "Denver",
      "quantity": 48,
      "last_updated": "2023-06-04 09:49:33"
    },
    {
      "id": 104,
      "varietal_id": 98,
      "location": "Manchester",
      "quantity": 2,
      "last_updated": "2023-05-27 08:24:09"
    },
    {
      "id": 105,
      "varietal_id": 12,
      "location": "Stockholm",
      "quantity": 76,
      "last_updated": "2023-06-06 16:40:49"
    },
    {
      "id": 106,
      "varietal_id": 117,
      "location": "Chicago",
      "quantity": 293,
      "last_updated": "2023-12-12 08:42:23"
    },
    {
      "id": 107,
      "varietal_id": 46,
      "location": "Lima",
      "quantity": 283,
      "last_updated": "2023-01-29 13:46:38"
    },
    {
      "id": 108,
      "varietal_id": 20,
      "location": "Edinburgh",
      "quantity": 38,
      "last_updated": "2023-04-06 16:08:51"
    },
    {
      "id": 109,
      "varietal_id": 73,
      "location": "Bucharest",
      "quantity": 43,
      "last_updated": "2023-07-07 18:07:55"
    },
    {
      "id": 110,
      "varietal_id": 7,
      "location": "Izmir",
      "quantity": 78,
      "last_updated": "2023-05-08 13:55:49"
    },
    {
      "id": 111,
      "varietal_id": 68,
      "location": "Rome",
      "quantity": 408,
      "last_updated": "2023-10-29 11:44:53"
    },
    {
      "id": 112,
      "varietal_id": 54,
      "location": "Prague",
      "quantity": 6,
      "last_updated": "2023-12-07 09:17:10"
    },
    {
      "id": 113,
      "varietal_id": 139,
      "location": "Warsaw",
      "quantity": 8,
      "last_updated": "2023-08-11 11:25:50"
    },
    {
      "id": 114,
      "varietal_id": 101,
      "location": "Amsterdam",
      "quantity": 430,
      "last_updated": "2023-11-20 14:55:28"
    },
    {
      "id": 115,
      "varietal_id": 52,
      "location": "Brussels",
      "quantity": 34,
      "last_updated": "2023-07-31 15:25:45"
    },
    {
      "id": 116,
      "varietal_id": 11,
      "location": "Lisbon",
      "quantity": 232,
      "last_updated": "2023-09-08 15:08:49"
    },
    {
      "id": 117,
      "varietal_id": 70,
      "location": "Seattle",
      "quantity": 73,
      "last_updated": "2023-03-03 17:54:56"
    },
    {
      "id": 118,
      "varietal_id": 45,
      "location": "Nairobi",
      "quantity": 16,
      "last_updated": "2023-07-25 08:11:33"
    },
    {
      "id": 119,
      "varietal_id": 27,
      "location": "Vancouver",
      "quantity": 450,
      "last_updated": "2023-01-27 09:13:50"
    },
    {
      "id": 120,
      "varietal_id": 123,
      "location": "Oslo",
      "quantity": 12,
      "last_updated": "2023-01-06 19:41:57"
    },
    {
      "id": 121,
      "varietal_id": 64,
      "location": "Stockholm",
      "quantity": 211,
      "last_updated": "2023-09-10 16:26:23"
    },
    {
      "id": 122,
      "varietal_id": 76,
      "location": "Lyon",
      "quantity": 11,
      "last_updated": "2023-03-28 16:17:32"
    },
    {
      "id": 123,
      "varietal_id": 47,
      "location": "Amsterdam",
      "quantity": 1,
      "last_updated": "2023-05-28 14:07:18"
    },
    {
      "id": 124,
      "varietal_id": 57,
      "location": "Austin",
      "quantity": 107,
      "last_updated": "2023-12-29 14:19:16"
    },
    {
      "id": 125,
      "varietal_id": 139,
      "location": "Vienna",
      "quantity": 39,
      "last_updated": "2023-01-07 15:29:33"
    },
    {
      "id": 126,
      "varietal_id": 142,
      "location": "Melbourne",
      "quantity": 67,
      "last_updated": "2023-04-19 09:33:26"
    },
    {
      "id": 127,
      "varietal_id": 39,
      "location": "Denver",
      "quantity": 69,
      "last_updated": "2023-05-11 12:38:14"
    },
    {
      "id": 128,
      "varietal_id": 53,
      "location": "Austin",
      "quantity": 82,
      "last_updated": "2023-09-16 14:29:27"
    },
    {
      "id": 129,
      "varietal_id": 124,
      "location": "Dublin",
      "quantity": 92,
      "last_updated": "2023-01-18 17:27:20"
    },
    {
      "id": 130,
      "varietal_id": 33,
      "location": "Nairobi",
      "quantity": 305,
      "last_updated": "2023-06-29 01:46:25"
    },
    {
      "id": 131,
      "varietal_id": 5,
      "location": "Santiago",
      "quantity": 114,
      "last_updated": "2023-12-30 07:39:48"
    },
    {
      "id": 132,
      "varietal_id": 143,
      "location": "Brussels",
      "quantity": 4,
      "last_updated": "2023-03-17 14:36:18"
    },
    {
      "id": 133,
      "varietal_id": 37,
      "location": "Dublin",
      "quantity": 193,
      "last_updated": "2023-11-16 14:30:52"
    },
    {
      "id": 134,
      "varietal_id": 8,
      "location": "Manchester",
      "quantity": 253,
      "last_updated": "2023-07-22 19:33:11"
    },
    {
      "id": 135,
      "varietal_id": 83,
      "location": "Lagos",
      "quantity": 23,
      "last_updated": "2023-02-01 10:24:43"
    },
    {
      "id": 136,
      "varietal_id": 27,
      "location": "Cape Town",
      "quantity": 111,
      "last_updated": "2023-01-14 15:02:11"
    },
    {
      "id": 137,
      "varietal_id": 110,
      "location": "Rome",
      "quantity": 59,
      "last_updated": "2023-07-28 14:38:07"
    },
    {
      "id": 138,
      "varietal_id": 94,
      "location": "Barcelona",
      "quantity": 106,
      "last_updated": "2023-07-21 17:40:47"
    },
    {
      "id": 139,
      "varietal_id": 118,
      "location": "Bangkok",
      "quantity": 76,
      "last_updated": "2023-06-07 17:23:40"
    },
    {
      "id": 140,
      "varietal_id": 43,
      "location": "Barcelona",
      "quantity": 332,
      "last_updated": "2023-01-20 14:43:13"
    },
    {
      "id": 141,
      "varietal_id": 12,
      "location": "Bucharest",
      "quantity": 306,
      "last_updated": "2023-11-16 13:34:48"
    },
    {
      "id": 142,
      "varietal_id": 2,
      "location": "Warsaw",
      "quantity": 53,
      "last_updated": "2023-12-17 11:42:25"
    },
    {
      "id": 143,
      "varietal_id": 131,
      "location": "Istanbul",
      "quantity": 12,
      "last_updated": "2023-08-03 09:26:56"
    },
    {
      "id": 144,
      "varietal_id": 37,
      "location": "Barcelona",
      "quantity": 98,
      "last_updated": "2023-09-11 09:51:03"
    },
    {
      "id": 145,
      "varietal_id": 26,
      "location": "Mumbai",
      "quantity": 24,
      "last_updated": "2023-09-21 13:56:19"
    },
    {
      "id": 146,
      "varietal_id": 74,
      "location": "Mexico City",
      "quantity": 117,
      "last_updated": "2023-03-26 16:54:33"
    },
    {
      "id": 147,
      "varietal_id": 22,
      "location": "Kyoto",
      "quantity": 62,
      "last_updated": "2023-04-25 16:11:10"
    },
    {
      "id": 148,
      "varietal_id": 54,
      "location": "Nairobi",
      "quantity": 27,
      "last_updated": "2023-01-17 11:49:13"
    },
    {
      "id": 149,
      "varietal_id": 95,
      "location": "Porto",
      "quantity": 122,
      "last_updated": "2023-07-24 12:41:48"
    },
    {
      "id": 150,
      "varietal_id": 20,
      "location": "Amsterdam",
      "quantity": 0,
      "last_updated": "2023-12-21 14:16:14"
    },
    {
      "id": 151,
      "varietal_id": 81,
      "location": "Cape Town",
      "quantity": 464,
      "last_updated": "2023-05-15 09:04:35"
    },
    {
      "id": 152,
      "varietal_id": 7,
      "location": "Bucharest",
      "quantity": 364,
      "last_updated": "2023-07-15 17:16:03"
    },
    {
      "id": 153,
      "varietal_id": 44,
      "location": "Munich",
      "quantity": 1,
      "last_updated": "2023-11-24 15:13:25"
    },
    {
      "id": 154,
      "varietal_id": 142,
      "location": "Montreal",
      "quantity": 380,
      "last_updated": "2023-03-12 13:48:10"
    },
    {
      "id": 155,
      "varietal_id": 113,
      "location": "Rome",
      "quantity": 38,
      "last_updated": "2023-01-30 08:19:25"
    },
    {
      "id": 156,
      "varietal_id": 26,
      "location": "Copenhagen",
      "quantity": 182,
      "last_updated": "2023-10-20 13:24:05"
    },
    {
      "id": 157,
      "varietal_id": 133,
      "location": "Manila",
      "quantity": 390,
      "last_updated": "2023-10-03 10:34:11"
    },
    {
      "id": 158,
      "varietal_id": 43,
      "location": "Toronto",
      "quantity": 45,
      "last_updated": "2023-08-08 14:01:53"
    },
    {
      "id": 159,
      "varietal_id": 24,
      "location": "Lima",
      "quantity": 348,
      "last_updated": "2023-05-25 07:07:10"
    },
    {
      "id": 160,
      "varietal_id": 6,
      "location": "Montreal",
      "quantity": 21,
      "last_updated": "2023-10-04 15:55:58"
    },
    {
      "id": 161,
      "varietal_id": 48,
      "location": "Nairobi",
      "quantity": 308,
      "last_updated": "2023-07-02 11:11:32"
    },
    {
      "id": 162,
      "varietal_id": 75,
      "location": "Santiago",
      "quantity": 121,
      "last_updated": "2023-12-01 10:47:38"
    },
    {
      "id": 163,
      "varietal_id": 45,
      "location": "Seattle",
      "quantity": 44,
      "last_updated": "2023-06-15 14:54:00"
    },
    {
      "id": 164,
      "varietal_id": 149,
      "location": "Boston",
      "quantity": 91,
      "last_updated": "2023-03-28 15:40:40"
    },
    {
      "id": 165,
      "varietal_id": 76,
      "location": "Rome",
      "quantity": 5,
      "last_updated": "2023-03-28 17:47:32"
    },
    {
      "id": 166,
      "varietal_id": 142,
      "location": "Dublin",
      "quantity": 225,
      "last_updated": "2023-04-30 18:49:45"
    },
    {
      "id": 167,
      "varietal_id": 33,
      "location": "Zurich",
      "quantity": 314,
      "last_updated": "2023-12-23 11:56:09"
    },
    {
      "id": 168,
      "varietal_id": 46,
      "location": "Mexico City",
      "quantity": 7,
      "last_updated": "2023-08-20 15:36:03"
    },
    {
      "id": 169,
      "varietal_id": 75,
      "location": "Oslo",
      "quantity": 196,
      "last_updated": "2023-04-29 14:29:31"
    },
    {
      "id": 170,
      "varietal_id": 97,
      "location": "Istanbul",
      "quantity": 50,
      "last_updated": "2023-12-10 16:30:42"
    },
    {
      "id": 171,
      "varietal_id": 70,
      "location": "Paris",
      "quantity": 394,
      "last_updated": "2023-11-25 13:58:43"
    },
    {
      "id": 172,
      "varietal_id": 40,
      "location": "Brussels",
      "quantity": 471,
      "last_updated": "2023-08-28 14:37:55"
    },
    {
      "id": 173,
      "varietal_id": 24,
      "location": "Toronto",
      "quantity": 17,
      "last_updated": "2023-04-26 12:58:09"
    },
    {
      "id": 174,
      "varietal_id": 4,
      "location": "Helsinki",
      "quantity": 388,
      "last_updated": "2023-03-30 17:58:21"
    },
    {
      "id": 175,
      "varietal_id": 22,
      "location": "Manila",
      "quantity": 391,
      "last_updated": "2023-09-15 13:48:50"
    },
    {
      "id": 176,
      "varietal_id": 58,
      "location": "Mumbai",
      "quantity": 168,
      "last_updated": "2023-04-16 13:34:10"
    },
    {
      "id": 177,
      "varietal_id": 17,
      "location": "Cape Town",
      "quantity": 493,
      "last_updated": "2023-02-15 18:02:44"
    },
    {
      "id": 178,
      "varietal_id": 34,
      "location": "Singapore",
      "quantity": 8,
      "last_updated": "2023-05-15 08:06:48"
    },
    {
      "id": 179,
      "varietal_id": 63,
      "location": "Bangkok",
      "quantity": 245,
      "last_updated": "2023-12-28 15:06:14"
    },
    {
      "id": 180,
      "varietal_id": 98,
      "location": "Hamburg",
      "quantity": 34,
      "last_updated": "2023-10-15 14:29:21"
    },
    {
      "id": 181,
      "varietal_id": 101,
      "location": "San Diego",
      "quantity": 28,
      "last_updated": "2023-04-17 15:06:46"
    },
    {
      "id": 182,
      "varietal_id": 17,
      "location": "Lyon",
      "quantity": 20,
      "last_updated": "2023-08-08 11:34:07"
    },
    {
      "id": 183,
      "varietal_id": 117,
      "location": "Oslo",
      "quantity": 188,
      "last_updated": "2023-05-03 09:53:07"
    },
    {
      "id": 184,
      "varietal_id": 141,
      "location": "Prague",
      "quantity": 120,
      "last_updated": "2023-03-18 17:37:58"
    },
    {
      "id": 185,
      "varietal_id": 101,
      "location": "Munich",
      "quantity": 138,
      "last_updated": "2023-07-07 08:38:24"
    },
    {
      "id": 186,
      "varietal_id": 130,
      "location": "Toronto",
      "quantity": 6,
      "last_updated": "2023-07-28 10:29:38"
    },
    {
      "id": 187,
      "varietal_id": 71,
      "location": "Melbourne",
      "quantity": 164,
      "last_updated": "2023-02-18 09:02:04"
    },
    {
      "id": 188,
      "varietal_id": 70,
      "location": "Barcelona",
      "quantity": 49,
      "last_updated": "2023-11-07 10:45:14"
    },
    {
      "id": 189,
      "varietal_id": 114,
      "location": "Seattle",
      "quantity": 272,
      "last_updated": "2023-10-02 09:27:48"
    },
    {
      "id": 190,
      "varietal_id": 77,
      "location": "Toronto",
      "quantity": 468,
      "last_updated": "2023-01-13 10:33:23"
    },
    {
      "id": 191,
      "varietal_id": 129,
      "location": "Mumbai",
      "quantity": 351,
      "last_updated": "2023-10-16 10:27:13"
    },
    {
      "id": 192,
      "varietal_id": 143,
      "location": "Toronto",
      "quantity": 295,
      "last_updated": "2023-11-23 14:14:52"
    },
    {
      "id": 193,
      "varietal_id": 95,
      "location": "Warsaw",
      "quantity": 454,
      "last_updated": "2023-02-28 10:48:58"
    },
    {
      "id": 194,
      "varietal_id": 65,
      "location": "Santiago",
      "quantity": 214,
      "last_updated": "2023-07-06 10:30:32"
    },
    {
      "id": 195,
      "varietal_id": 100,
      "location": "Zurich",
      "quantity": 109,
      "last_updated": "2023-03-11 16:06:00"
    },
    {
      "id": 196,
      "varietal_id": 83,
      "location": "Sao Paulo",
      "quantity": 23,
      "last_updated": "2023-06-06 23:31:33"
    },
    {
      "id": 197,
      "varietal_id": 10,
      "location": "Lisbon",
      "quantity": 25,
      "last_updated": "2023-09-06 07:33:07"
    },
    {
      "id": 198,
      "varietal_id": 109,
      "location": "Barcelona",
      "quantity": 177,
      "last_updated": "2023-03-25 21:43:09"
    },
    {
      "id": 199,
      "varietal_id": 81,
      "location": "Oslo",
      "quantity": 3,
      "last_updated": "2023-02-27 13:42:15"
    },
    {
      "id": 200,
      "varietal_id": 105,
      "location": "Madrid",
      "quantity": 454,
      "last_updated": "2023-10-28 14:26:55"
    },
    {
      "id": 201,
      "varietal_id": 75,
      "location": "Istanbul",
      "quantity": 376,
      "last_updated": "2023-01-16 09:16:22"
    },
    {
      "id": 202,
      "varietal_id": 104,
      "location": "Singapore",
      "quantity": 22,
      "last_updated": "2023-01-09 13:09:00"
    },
    {
      "id": 203,
      "varietal_id": 28,
      "location": "Buenos Aires",
      "quantity": 172,
      "last_updated": "2023-05-29 14:25:11"
    },
    {
      "id": 204,
      "varietal_id": 147,
      "location": "Seoul",
      "quantity": 166,
      "last_updated": "2023-09-05 12:31:03"
    },
    {
      "id": 205,
      "varietal_id": 7,
      "location": "Edinburgh",
      "quantity": 59,
      "last_updated": "2023-02-02 09:36:28"
    },
    {
      "id": 206,
      "varietal_id": 116,
      "location": "Bogota",
      "quantity": 115,
      "last_updated": "2023-07-17 14:01:10"
    },
    {
      "id": 207,
      "varietal_id": 43,
      "location": "Mumbai",
      "quantity": 207,
      "last_updated": "2023-08-21 14:43:51"
    },
    {
      "id": 208,
      "varietal_id": 98,
      "location": "Paris",
      "quantity": 43,
      "last_updated": "2023-06-15 15:15:53"
    },
    {
      "id": 209,
      "varietal_id": 3,
      "location": "Athens",
      "quantity": 34,
      "last_updated": "2023-08-19 10:30:39"
    },
    {
      "id": 210,
      "varietal_id": 7,
      "location": "Denver",
      "quantity": 1,
      "last_updated": "2023-12-14 16:39:10"
    },
    {
      "id": 211,
      "varietal_id": 33,
      "location": "Singapore",
      "quantity": 88,
      "last_updated": "2023-03-14 11:41:39"
    },
    {
      "id": 212,
      "varietal_id": 110,
      "location": "Chicago",
      "quantity": 329,
      "last_updated": "2023-09-26 14:40:59"
    },
    {
      "id": 213,
      "varietal_id": 52,
      "location": "Edinburgh",
      "quantity": 140,
      "last_updated": "2023-03-10 12:46:26"
    },
    {
      "id": 214,
      "varietal_id": 147,
      "location": "Prague",
      "quantity": 1,
      "last_updated": "2023-03-03 09:04:08"
    },
    {
      "id": 215,
      "varietal_id": 15,
      "location": "Buenos Aires",
      "quantity": 460,
      "last_updated": "2023-11-25 15:42:16"
    },
    {
      "id": 216,
      "varietal_id": 9,
      "location": "Barcelona",
      "quantity": 275,
      "last_updated": "2023-05-31 16:59:30"
    },
    {
      "id": 217,
      "varietal_id": 127,
      "location": "Lagos",
      "quantity": 285,
      "last_updated": "2023-03-19 11:19:41"
    },
    {
      "id": 218,
      "varietal_id": 39,
      "location": "Paris",
      "quantity": 105,
      "last_updated": "2023-06-30 11:57:40"
    },
    {
      "id": 219,
      "varietal_id": 86,
      "location": "Milan",
      "quantity": 0,
      "last_updated": "2023-01-18 08:58:40"
    },
    {
      "id": 220,
      "varietal_id": 70,
      "location": "Lyon",
      "quantity": 0,
      "last_updated": "2023-08-08 10:23:06"
    },
    {
      "id": 221,
      "varietal_id": 36,
      "location": "Auckland",
      "quantity": 486,
      "last_updated": "2023-09-18 18:53:39"
    },
    {
      "id": 222,
      "varietal_id": 16,
      "location": "Taipei",
      "quantity": 6,
      "last_updated": "2023-11-21 09:16:21"
    },
    {
      "id": 223,
      "varietal_id": 140,
      "location": "Santiago",
      "quantity": 391,
      "last_updated": "2023-12-25 06:43:04"
    },
    {
      "id": 224,
      "varietal_id": 16,
      "location": "Porto",
      "quantity": 219,
      "last_updated": "2023-08-28 08:58:44"
    },
    {
      "id": 225,
      "varietal_id": 45,
      "location": "Istanbul",
      "quantity": 256,
      "last_updated": "2023-03-21 10:00:18"
    },
    {
      "id": 226,
      "varietal_id": 54,
      "location": "Seoul",
      "quantity": 451,
      "last_updated": "2023-05-28 12:34:05"
    },
    {
      "id": 227,
      "varietal_id": 125,
      "location": "Singapore",
      "quantity": 51,
      "last_updated": "2023-08-09 11:39:57"
    },
    {
      "id": 228,
      "varietal_id": 132,
      "location": "Auckland",
      "quantity": 96,
      "last_updated": "2023-11-08 10:08:46"
    },
    {
      "id": 229,
      "varietal_id": 136,
      "location": "Buenos Aires",
      "quantity": 97,
      "last_updated": "2023-01-26 10:10:22"
    },
    {
      "id": 230,
      "varietal_id": 15,
      "location": "London",
      "quantity": 5,
      "last_updated": "2023-03-02 16:26:22"
    },
    {
      "id": 231,
      "varietal_id": 61,
      "location": "Barcelona",
      "quantity": 143,
      "last_updated": "2023-11-27 20:08:08"
    },
    {
      "id": 232,
      "varietal_id": 83,
      "location": "Bogota",
      "quantity": 34,
      "last_updated": "2023-04-25 15:57:11"
    },
    {
      "id": 233,
      "varietal_id": 57,
      "location": "Tokyo",
      "quantity": 101,
      "last_updated": "2023-04-24 09:24:31"
    },
    {
      "id": 234,
      "varietal_id": 106,
      "location": "Kyoto",
      "quantity": 415,
      "last_updated": "2023-03-12 10:41:02"
    },
    {
      "id": 235,
      "varietal_id": 2,
      "location": "Porto",
      "quantity": 194,
      "last_updated": "2023-12-30 11:45:33"
    },
    {
      "id": 236,
      "varietal_id": 3,
      "location": "London",
      "quantity": 107,
      "last_updated": "2023-03-26 09:28:10"
    },
    {
      "id": 237,
      "varietal_id": 116,
      "location": "Madrid",
      "quantity": 182,
      "last_updated": "2023-01-11 15:38:15"
    },
    {
      "id": 238,
      "varietal_id": 134,
      "location": "Oslo",
      "quantity": 73,
      "last_updated": "2023-02-17 18:14:54"
    },
    {
      "id": 239,
      "varietal_id": 88,
      "location": "Delhi",
      "quantity": 3,
      "last_updated": "2023-07-11 09:38:04"
    },
    {
      "id": 240,
      "varietal_id": 5,
      "location": "Austin",
      "quantity": 67,
      "last_updated": "2023-10-23 23:28:37"
    },
    {
      "id": 241,
      "varietal_id": 36,
      "location": "Barcelona",
      "quantity": 260,
      "last_updated": "2023-01-12 09:35:43"
    },
    {
      "id": 242,
      "varietal_id": 10,
      "location": "Lagos",
      "quantity": 57,
      "last_updated": "2023-05-16 09:38:34"
    },
    {
      "id": 243,
      "varietal_id": 33,
      "location": "Munich",
      "quantity": 331,
      "last_updated": "2023-05-18 14:05:04"
    },
    {
      "id": 244,
      "varietal_id": 46,
      "location": "Denver",
      "quantity": 113,
      "last_updated": "2023-09-01 16:51:13"
    },
    {
      "id": 245,
      "varietal_id": 135,
      "location": "Vancouver",
      "quantity": 22,
      "last_updated": "2023-05-03 09:49:59"
    },
    {
      "id": 246,
      "varietal_id": 28,
      "location": "Santiago",
      "quantity": 48,
      "last_updated": "2023-02-07 03:46:04"
    },
    {
      "id": 247,
      "varietal_id": 142,
      "location": "Brussels",
      "quantity": 384,
      "last_updated": "2023-06-04 11:32:14"
    },
    {
      "id": 248,
      "varietal_id": 108,
      "location": "Kyoto",
      "quantity": 90,
      "last_updated": "2023-05-16 09:45:37"
    },
    {
      "id": 249,
      "varietal_id": 101,
      "location": "Buenos Aires",
      "quantity": 418,
      "last_updated": "2023-05-12 10:03:33"
    },
    {
      "id": 250,
      "varietal_id": 135,
      "location": "Hamburg",
      "quantity": 277,
      "last_updated": "2023-07-11 16:44:14"
    },
    {
      "id": 251,
      "varietal_id": 34,
      "location": "Lagos",
      "quantity": 156,
      "last_updated": "2023-02-02 14:40:05"
    },
    {
      "id": 252,
      "varietal_id": 52,
      "location": "Nairobi",
      "quantity": 21,
      "last_updated": "2023-02-17 07:58:46"
    },
    {
      "id": 253,
      "varietal_id": 95,
      "location": "Dublin",
      "quantity": 255,
      "last_updated": "2023-04-18 17:39:32"
    },
    {
      "id": 254,
      "varietal_id": 134,
      "location": "Warsaw",
      "quantity": 92,
      "last_updated": "2023-01-27 15:36:52"
    },
    {
      "id": 255,
      "varietal_id": 145,
      "location": "Sydney",
      "quantity": 52,
      "last_updated": "2023-09-14 10:41:22"
    },
    {
      "id": 256,
      "varietal_id": 31,
      "location": "Amsterdam",
      "quantity": 6,
      "last_updated": "2023-04-20 11:49:09"
    },
    {
      "id": 257,
      "varietal_id": 140,
      "location": "Copenhagen",
      "quantity": 236,
      "last_updated": "2023-07-17 10:39:54"
    },
    {
      "id": 258,
      "varietal_id": 8,
      "location": "Paris",
      "quantity": 16,
      "last_updated": "2023-11-07 10:12:40"
    },
    {
      "id": 259,
      "varietal_id": 147,
      "location": "Istanbul",
      "quantity": 61,
      "last_updated": "2023-12-15 15:41:47"
    },
    {
      "id": 260,
      "varietal_id": 22,
      "location": "Montreal",
      "quantity": 430,
      "last_updated": "2023-01-27 08:01:39"
    },
    {
      "id": 261,
      "varietal_id": 106,
      "location": "Cairo",
      "quantity": 142,
      "last_updated": "2023-06-09 09:56:45"
    },
    {
      "id": 262,
      "varietal_id": 146,
      "location": "Bogota",
      "quantity": 229,
      "last_updated": "2023-05-25 14:52:24"
    },
    {
      "id": 263,
      "varietal_id": 141,
      "location": "Prague",
      "quantity": 358,
      "last_updated": "2023-02-09 16:14:49"
    },
    {
      "id": 264,
      "varietal_id": 147,
      "location": "San Diego",
      "quantity": 431,
      "last_updated": "2023-06-26 10:48:43"
    },
    {
      "id": 265,
      "varietal_id": 62,
      "location": "Cape Town",
      "quantity": 26,
      "last_updated": "2023-06-11 20:45:47"
    },
    {
      "id": 266,
      "varietal_id": 68,
      "location": "Porto",
      "quantity": 4,
      "last_updated": "2023-02-03 09:14:39"
    },
    {
      "id": 267,
      "varietal_id": 18,
      "location": "Edinburgh",
      "quantity": 38,
      "last_updated": "2023-05-16 09:39:18"
    },
    {
      "id": 268,
      "varietal_id": 70,
      "location": "Seattle",
      "quantity": 95,
      "last_updated": "2023-07-18 10:48:02"
    },
    {
      "id": 269,
      "varietal_id": 64,
      "location": "Lagos",
      "quantity": 44,
      "last_updated": "2023-02-10 18:01:18"
    },
    {
      "id": 270,
      "varietal_id": 136,
      "location": "Lisbon",
      "quantity": 1,
      "last_updated": "2023-06-13 14:47:58"
    },
    {
      "id": 271,
      "varietal_id": 19,
      "location": "Mumbai",
      "quantity": 0,
      "last_updated": "2023-01-28 08:52:13"
    },
    {
      "id": 272,
      "varietal_id": 14,
      "location": "Edinburgh",
      "quantity": 391,
      "last_updated": "2023-04-11 17:38:58"
    },
    {
      "id": 273,
      "varietal_id": 71,
      "location": "Boston",
      "quantity": 6,
      "last_updated": "2023-07-27 08:53:18"
    },
    {
      "id": 274,
      "varietal_id": 44,
      "location": "Munich",
      "quantity": 131,
      "last_updated": "2023-02-26 15:44:47"
    },
    {
      "id": 275,
      "varietal_id": 119,
      "location": "Seattle",
      "quantity": 252,
      "last_updated": "2023-03-26 09:27:03"
    },
    {
      "id": 276,
      "varietal_id": 9,
      "location": "Ankara",
      "quantity": 42,
      "last_updated": "2023-06-26 14:44:43"
    },
    {
      "id": 277,
      "varietal_id": 56,
      "location": "Singapore",
      "quantity": 210,
      "last_updated": "2023-08-09 11:10:26"
    },
    {
      "id": 278,
      "varietal_id": 75,
      "location": "Athens",
      "quantity": 109,
      "last_updated": "2023-12-17 12:35:46"
    },
    {
      "id": 279,
      "varietal_id": 97,
      "location": "Izmir",
      "quantity": 168,
      "last_updated": "2023-10-12 14:05:55"
    },
    {
      "id": 280,
      "varietal_id": 5,
      "location": "San Diego",
      "quantity": 85,
      "last_updated": "2023-06-27 13:11:55"
    },
    {
      "id": 281,
      "varietal_id": 52,
      "location": "Barcelona",
      "quantity": 113,
      "last_updated": "2023-08-09 14:16:02"
    },
    {
      "id": 282,
      "varietal_id": 126,
      "location": "Berlin",
      "quantity": 79,
      "last_updated": "2023-02-13 11:06:32"
    },
    {
      "id": 283,
      "varietal_id": 138,
      "location": "Singapore",
      "quantity": 448,
      "last_updated": "2023-08-25 17:39:40"
    },
    {
      "id": 284,
      "varietal_id": 21,
      "location": "Buenos Aires",
      "quantity": 248,
      "last_updated": "2023-08-05 16:34:23"
    },
    {
      "id": 285,
      "varietal_id": 45,
      "location": "Delhi",
      "quantity": 58,
      "last_updated": "2023-03-30 14:00:22"
    },
    {
      "id": 286,
      "varietal_id": 22,
      "location": "Budapest",
      "quantity": 110,
      "last_updated": "2023-07-13 09:07:57"
    },
    {
      "id": 287,
      "varietal_id": 92,
      "location": "Lyon",
      "quantity": 70,
      "last_updated": "2023-01-14 14:24:15"
    },
    {
      "id": 288,
      "varietal_id": 14,
      "location": "Stockholm",
      "quantity": 116,
      "last_updated": "2023-01-29 16:26:37"
    },
    {
      "id": 289,
      "varietal_id": 113,
      "location": "Taipei",
      "quantity": 18,
      "last_updated": "2023-07-05 10:49:15"
    },
    {
      "id": 290,
      "varietal_id": 26,
      "location": "Warsaw",
      "quantity": 417,
      "last_updated": "2023-04-20 16:07:35"
    },
    {
      "id": 291,
      "varietal_id": 19,
      "location": "Buenos Aires",
      "quantity": 51,
      "last_updated": "2023-06-06 10:57:13"
    },
    {
      "id": 292,
      "varietal_id": 71,
      "location": "Rome",
      "quantity": 164,
      "last_updated": "2023-07-16 17:22:07"
    },
    {
      "id": 293,
      "varietal_id": 72,
      "location": "Kyoto",
      "quantity": 298,
      "last_updated": "2023-03-01 16:01:09"
    },
    {
      "id": 294,
      "varietal_id": 20,
      "location": "Jakarta",
      "quantity": 199,
      "last_updated": "2023-07-23 13:10:44"
    },
    {
      "id": 295,
      "varietal_id": 61,
      "location": "Paris",
      "quantity": 420,
      "last_updated": "2023-11-03 12:10:52"
    },
    {
      "id": 296,
      "varietal_id": 64,
      "location": "Vienna",
      "quantity": 382,
      "last_updated": "2023-01-19 14:44:45"
    },
    {
      "id": 297,
      "varietal_id": 38,
      "location": "Budapest",
      "quantity": 302,
      "last_updated": "2023-09-12 18:04:49"
    },
    {
      "id": 298,
      "varietal_id": 55,
      "location": "Cairo",
      "quantity": 25,
      "last_updated": "2023-12-14 14:11:12"
    },
    {
      "id": 299,
      "varietal_id": 143,
      "location": "Lagos",
      "quantity": 80,
      "last_updated": "2023-06-09 10:06:25"
    },
    {
      "id": 300,
      "varietal_id": 142,
      "location": "Bogota",
      "quantity": 499,
      "last_updated": "2023-09-13 12:47:13"
    }
  ],
  "pairing_recommendations": [
    {
      "id": 1,
      "varietal_id": 9,
      "food_pairing": "A duplicate refund was cancelled the same day.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 2,
      "varietal_id": 106,
      "food_pairing": "The customer reported a manual issue; the request was reviewed.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 3,
      "varietal_id": 86,
      "food_pairing": "A partial follow-up: the invoice was updated.",
      "recommended_temperature": 15,
      "pairing_type": "main course"
    },
    {
      "id": 4,
      "varietal_id": 38,
      "food_pairing": "The courier reported an urgent issue; the report was replaced.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 5,
      "varietal_id": 121,
      "food_pairing": "No response from support, so the document was reviewed.",
      "recommended_temperature": 15,
      "pairing_type": "appetizer"
    },
    {
      "id": 6,
      "varietal_id": 116,
      "food_pairing": "No response from the reviewer, so the payment was reopened.",
      "recommended_temperature": 11,
      "pairing_type": "appetizer"
    },
    {
      "id": 7,
      "varietal_id": 41,
      "food_pairing": "No response from the courier, so the appointment was reopened.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 8,
      "varietal_id": 48,
      "food_pairing": "Flagged as urgent. An operator refunded the order.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 9,
      "varietal_id": 110,
      "food_pairing": "The refund was refunded — manual case, no further action.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 10,
      "varietal_id": 72,
      "food_pairing": "An operator reported a standard issue; the invoice was approved.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 11,
      "varietal_id": 108,
      "food_pairing": "Flagged as duplicate. The supplier updated the account.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 12,
      "varietal_id": 124,
      "food_pairing": "The refund was escalated following an incomplete review.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 13,
      "varietal_id": 7,
      "food_pairing": "The refund was rejected — routine case, no further action.",
      "recommended_temperature": 16,
      "pairing_type": "appetizer"
    },
    {
      "id": 14,
      "varietal_id": 129,
      "food_pairing": "Support confirmed the details and the request was escalated.",
      "recommended_temperature": 12,
      "pairing_type": "appetizer"
    },
    {
      "id": 15,
      "varietal_id": 18,
      "food_pairing": "Support reported a routine issue; the refund was updated.",
      "recommended_temperature": 10,
      "pairing_type": "main course"
    },
    {
      "id": 16,
      "varietal_id": 5,
      "food_pairing": "An automatic follow-up: the payment was approved.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 17,
      "varietal_id": 145,
      "food_pairing": "No response from support, so the claim was refunded.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 18,
      "varietal_id": 26,
      "food_pairing": "The report was rejected after a repeat check.",
      "recommended_temperature": 15,
      "pairing_type": "dessert"
    },
    {
      "id": 19,
      "varietal_id": 72,
      "food_pairing": "The claim was refunded after a repeat check.",
      "recommended_temperature": 15,
      "pairing_type": "dessert"
    },
    {
      "id": 20,
      "varietal_id": 52,
      "food_pairing": "A duplicate session was resolved the same day.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 21,
      "varietal_id": 14,
      "food_pairing": "The account owner confirmed the details and the order was escalated.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 22,
      "varietal_id": 140,
      "food_pairing": "The transfer was confirmed after a late check.",
      "recommended_temperature": 15,
      "pairing_type": "dessert"
    },
    {
      "id": 23,
      "varietal_id": 133,
      "food_pairing": "No response from the team, so the transfer was reopened.",
      "recommended_temperature": 10,
      "pairing_type": "main course"
    },
    {
      "id": 24,
      "varietal_id": 98,
      "food_pairing": "The payment was escalated following an incomplete review.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 25,
      "varietal_id": 89,
      "food_pairing": "The session was updated — routine case, no further action.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 26,
      "varietal_id": 61,
      "food_pairing": "The document was resolved after a partial check.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 27,
      "varietal_id": 21,
      "food_pairing": "A routine follow-up: the claim was reopened.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 28,
      "varietal_id": 90,
      "food_pairing": "Flagged as duplicate. The customer resolved the refund.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 29,
      "varietal_id": 147,
      "food_pairing": "An incomplete follow-up: the session was rejected.",
      "recommended_temperature": 11,
      "pairing_type": "dessert"
    },
    {
      "id": 30,
      "varietal_id": 15,
      "food_pairing": "The session was approved following a partial review.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 31,
      "varietal_id": 122,
      "food_pairing": "The supplier asked for a change and the shipment was resolved.",
      "recommended_temperature": 10,
      "pairing_type": "dessert"
    },
    {
      "id": 32,
      "varietal_id": 64,
      "food_pairing": "The invoice was cancelled following a standard review.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 33,
      "varietal_id": 96,
      "food_pairing": "Flagged as automatic. The courier replaced the payment.",
      "recommended_temperature": 10,
      "pairing_type": "main course"
    },
    {
      "id": 34,
      "varietal_id": 19,
      "food_pairing": "The refund was reviewed — unusual case, no further action.",
      "recommended_temperature": 9,
      "pairing_type": "main course"
    },
    {
      "id": 35,
      "varietal_id": 113,
      "food_pairing": "The account owner asked for a change and the request was escalated.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 36,
      "varietal_id": 11,
      "food_pairing": "The item was cancelled following a routine review.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 37,
      "varietal_id": 103,
      "food_pairing": "Flagged as duplicate. The reviewer closed the record.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 38,
      "varietal_id": 92,
      "food_pairing": "No response from the account owner, so the item was delayed.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 39,
      "varietal_id": 19,
      "food_pairing": "No response from an operator, so the document was approved.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 40,
      "varietal_id": 112,
      "food_pairing": "The courier confirmed the details and the appointment was completed.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 41,
      "varietal_id": 62,
      "food_pairing": "Flagged as urgent. Support resolved the delivery.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 42,
      "varietal_id": 46,
      "food_pairing": "A routine session was refunded the same day.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 43,
      "varietal_id": 137,
      "food_pairing": "The invoice was reopened after an automatic check.",
      "recommended_temperature": 11,
      "pairing_type": "appetizer"
    },
    {
      "id": 44,
      "varietal_id": 94,
      "food_pairing": "The account owner confirmed the details and the account was confirmed.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 45,
      "varietal_id": 135,
      "food_pairing": "Flagged as minor. Support rejected the invoice.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 46,
      "varietal_id": 64,
      "food_pairing": "The reviewer confirmed the details and the invoice was delayed.",
      "recommended_temperature": 10,
      "pairing_type": "dessert"
    },
    {
      "id": 47,
      "varietal_id": 129,
      "food_pairing": "The shipment was refunded — routine case, no further action.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 48,
      "varietal_id": 144,
      "food_pairing": "The reviewer confirmed the details and the invoice was processed.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 49,
      "varietal_id": 16,
      "food_pairing": "The account owner confirmed the details and the order was processed.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 50,
      "varietal_id": 97,
      "food_pairing": "The booking was cancelled following a manual review.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 51,
      "varietal_id": 11,
      "food_pairing": "No response from the account owner, so the record was processed.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 52,
      "varietal_id": 97,
      "food_pairing": "The item was cancelled — duplicate case, no further action.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 53,
      "varietal_id": 60,
      "food_pairing": "A manual follow-up: the report was processed.",
      "recommended_temperature": 15,
      "pairing_type": "main course"
    },
    {
      "id": 54,
      "varietal_id": 137,
      "food_pairing": "The order was reopened after a standard check.",
      "recommended_temperature": 16,
      "pairing_type": "main course"
    },
    {
      "id": 55,
      "varietal_id": 133,
      "food_pairing": "The supplier confirmed the details and the appointment was reviewed.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 56,
      "varietal_id": 38,
      "food_pairing": "Flagged as manual. Support confirmed the shipment.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 57,
      "varietal_id": 52,
      "food_pairing": "A duplicate follow-up: the item was approved.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 58,
      "varietal_id": 134,
      "food_pairing": "The claim was escalated — routine case, no further action.",
      "recommended_temperature": 16,
      "pairing_type": "main course"
    },
    {
      "id": 59,
      "varietal_id": 131,
      "food_pairing": "The courier asked for a change and the record was updated.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 60,
      "varietal_id": 119,
      "food_pairing": "The courier reported a duplicate issue; the document was processed.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 61,
      "varietal_id": 1,
      "food_pairing": "Flagged as repeat. The account owner reopened the item.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 62,
      "varietal_id": 104,
      "food_pairing": "A standard request was processed the same day.",
      "recommended_temperature": 16,
      "pairing_type": "appetizer"
    },
    {
      "id": 63,
      "varietal_id": 57,
      "food_pairing": "Support reported a manual issue; the payment was cancelled.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 64,
      "varietal_id": 40,
      "food_pairing": "An operator confirmed the details and the shipment was escalated.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 65,
      "varietal_id": 2,
      "food_pairing": "The supplier confirmed the details and the refund was reviewed.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 66,
      "varietal_id": 49,
      "food_pairing": "The transfer was closed following an automatic review.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 67,
      "varietal_id": 51,
      "food_pairing": "The account owner confirmed the details and the invoice was processed.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 68,
      "varietal_id": 76,
      "food_pairing": "The document was approved after a duplicate check.",
      "recommended_temperature": 13,
      "pairing_type": "appetizer"
    },
    {
      "id": 69,
      "varietal_id": 131,
      "food_pairing": "A duplicate ticket was cancelled the same day.",
      "recommended_temperature": 8,
      "pairing_type": "dessert"
    },
    {
      "id": 70,
      "varietal_id": 30,
      "food_pairing": "A partial follow-up: the invoice was refunded.",
      "recommended_temperature": 11,
      "pairing_type": "dessert"
    },
    {
      "id": 71,
      "varietal_id": 51,
      "food_pairing": "The account owner asked for a change and the payment was confirmed.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 72,
      "varietal_id": 5,
      "food_pairing": "The account was confirmed following a standard review.",
      "recommended_temperature": 9,
      "pairing_type": "main course"
    },
    {
      "id": 73,
      "varietal_id": 25,
      "food_pairing": "No response from the reviewer, so the booking was escalated.",
      "recommended_temperature": 9,
      "pairing_type": "dessert"
    },
    {
      "id": 74,
      "varietal_id": 43,
      "food_pairing": "A manual follow-up: the request was updated.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 75,
      "varietal_id": 39,
      "food_pairing": "Flagged as urgent. The reviewer rescheduled the invoice.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 76,
      "varietal_id": 15,
      "food_pairing": "No response from the team, so the record was approved.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 77,
      "varietal_id": 124,
      "food_pairing": "No response from an operator, so the claim was reopened.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 78,
      "varietal_id": 63,
      "food_pairing": "The invoice was cancelled following an incomplete review.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 79,
      "varietal_id": 96,
      "food_pairing": "An urgent follow-up: the booking was confirmed.",
      "recommended_temperature": 11,
      "pairing_type": "dessert"
    },
    {
      "id": 80,
      "varietal_id": 37,
      "food_pairing": "The refund was closed after a repeat check.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 81,
      "varietal_id": 51,
      "food_pairing": "The team asked for a change and the appointment was confirmed.",
      "recommended_temperature": 12,
      "pairing_type": "appetizer"
    },
    {
      "id": 82,
      "varietal_id": 13,
      "food_pairing": "The account was completed — minor case, no further action.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 83,
      "varietal_id": 132,
      "food_pairing": "The account owner asked for a change and the session was cancelled.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 84,
      "varietal_id": 84,
      "food_pairing": "The reviewer reported an urgent issue; the delivery was reopened.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 85,
      "varietal_id": 87,
      "food_pairing": "No response from an operator, so the shipment was rescheduled.",
      "recommended_temperature": 11,
      "pairing_type": "dessert"
    },
    {
      "id": 86,
      "varietal_id": 63,
      "food_pairing": "The request was processed after a partial check.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 87,
      "varietal_id": 76,
      "food_pairing": "No response from the customer, so the claim was replaced.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 88,
      "varietal_id": 83,
      "food_pairing": "No response from support, so the ticket was refunded.",
      "recommended_temperature": 10,
      "pairing_type": "main course"
    },
    {
      "id": 89,
      "varietal_id": 117,
      "food_pairing": "Support confirmed the details and the request was rescheduled.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 90,
      "varietal_id": 63,
      "food_pairing": "No response from an operator, so the account was closed.",
      "recommended_temperature": 11,
      "pairing_type": "dessert"
    },
    {
      "id": 91,
      "varietal_id": 41,
      "food_pairing": "An operator reported a manual issue; the ticket was closed.",
      "recommended_temperature": 9,
      "pairing_type": "main course"
    },
    {
      "id": 92,
      "varietal_id": 40,
      "food_pairing": "Flagged as routine. Support cancelled the payment.",
      "recommended_temperature": 10,
      "pairing_type": "main course"
    },
    {
      "id": 93,
      "varietal_id": 130,
      "food_pairing": "No response from support, so the payment was closed.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 94,
      "varietal_id": 99,
      "food_pairing": "The appointment was confirmed following a partial review.",
      "recommended_temperature": 10,
      "pairing_type": "main course"
    },
    {
      "id": 95,
      "varietal_id": 142,
      "food_pairing": "The courier asked for a change and the record was reopened.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 96,
      "varietal_id": 89,
      "food_pairing": "The order was escalated — duplicate case, no further action.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 97,
      "varietal_id": 130,
      "food_pairing": "The team confirmed the details and the document was escalated.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 98,
      "varietal_id": 70,
      "food_pairing": "The team confirmed the details and the report was cancelled.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 99,
      "varietal_id": 88,
      "food_pairing": "An operator confirmed the details and the record was reopened.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 100,
      "varietal_id": 66,
      "food_pairing": "An operator confirmed the details and the ticket was rescheduled.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 101,
      "varietal_id": 105,
      "food_pairing": "A routine follow-up: the report was rejected.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 102,
      "varietal_id": 86,
      "food_pairing": "The document was delayed — urgent case, no further action.",
      "recommended_temperature": 7,
      "pairing_type": "dessert"
    },
    {
      "id": 103,
      "varietal_id": 17,
      "food_pairing": "The invoice was completed following a repeat review.",
      "recommended_temperature": 15,
      "pairing_type": "appetizer"
    },
    {
      "id": 104,
      "varietal_id": 47,
      "food_pairing": "An urgent follow-up: the order was confirmed.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 105,
      "varietal_id": 142,
      "food_pairing": "The item was reopened after a partial check.",
      "recommended_temperature": 9,
      "pairing_type": "main course"
    },
    {
      "id": 106,
      "varietal_id": 37,
      "food_pairing": "Support reported an incomplete issue; the shipment was closed.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 107,
      "varietal_id": 95,
      "food_pairing": "The supplier reported a minor issue; the appointment was confirmed.",
      "recommended_temperature": 11,
      "pairing_type": "appetizer"
    },
    {
      "id": 108,
      "varietal_id": 19,
      "food_pairing": "The customer confirmed the details and the report was rescheduled.",
      "recommended_temperature": 10,
      "pairing_type": "dessert"
    },
    {
      "id": 109,
      "varietal_id": 15,
      "food_pairing": "Flagged as automatic. An operator completed the document.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 110,
      "varietal_id": 75,
      "food_pairing": "The courier asked for a change and the delivery was approved.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 111,
      "varietal_id": 146,
      "food_pairing": "The transfer was approved after an incomplete check.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 112,
      "varietal_id": 48,
      "food_pairing": "No response from an operator, so the item was reviewed.",
      "recommended_temperature": 12,
      "pairing_type": "appetizer"
    },
    {
      "id": 113,
      "varietal_id": 84,
      "food_pairing": "The customer confirmed the details and the item was cancelled.",
      "recommended_temperature": 13,
      "pairing_type": "appetizer"
    },
    {
      "id": 114,
      "varietal_id": 120,
      "food_pairing": "A duplicate request was confirmed the same day.",
      "recommended_temperature": 13,
      "pairing_type": "appetizer"
    },
    {
      "id": 115,
      "varietal_id": 5,
      "food_pairing": "The team confirmed the details and the booking was reviewed.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 116,
      "varietal_id": 12,
      "food_pairing": "An automatic appointment was updated the same day.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 117,
      "varietal_id": 93,
      "food_pairing": "The account was updated — minor case, no further action.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 118,
      "varietal_id": 52,
      "food_pairing": "The supplier asked for a change and the ticket was replaced.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 119,
      "varietal_id": 14,
      "food_pairing": "Flagged as urgent. The supplier confirmed the document.",
      "recommended_temperature": 11,
      "pairing_type": "dessert"
    },
    {
      "id": 120,
      "varietal_id": 19,
      "food_pairing": "The transfer was cancelled — unusual case, no further action.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 121,
      "varietal_id": 70,
      "food_pairing": "Flagged as repeat. Support completed the invoice.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 122,
      "varietal_id": 8,
      "food_pairing": "A duplicate order was reopened the same day.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 123,
      "varietal_id": 87,
      "food_pairing": "No response from the account owner, so the report was updated.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 124,
      "varietal_id": 65,
      "food_pairing": "The courier reported an urgent issue; the report was delayed.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 125,
      "varietal_id": 3,
      "food_pairing": "Flagged as manual. Support updated the report.",
      "recommended_temperature": 12,
      "pairing_type": "appetizer"
    },
    {
      "id": 126,
      "varietal_id": 118,
      "food_pairing": "A repeat report was updated the same day.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 127,
      "varietal_id": 54,
      "food_pairing": "Flagged as routine. The account owner rescheduled the record.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 128,
      "varietal_id": 14,
      "food_pairing": "The account owner reported an incomplete issue; the report was completed.",
      "recommended_temperature": 11,
      "pairing_type": "dessert"
    },
    {
      "id": 129,
      "varietal_id": 47,
      "food_pairing": "The shipment was reviewed after an urgent check.",
      "recommended_temperature": 15,
      "pairing_type": "dessert"
    },
    {
      "id": 130,
      "varietal_id": 58,
      "food_pairing": "A late ticket was updated the same day.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 131,
      "varietal_id": 46,
      "food_pairing": "The reviewer asked for a change and the transfer was closed.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 132,
      "varietal_id": 128,
      "food_pairing": "Flagged as routine. The supplier reopened the booking.",
      "recommended_temperature": 9,
      "pairing_type": "main course"
    },
    {
      "id": 133,
      "varietal_id": 147,
      "food_pairing": "No response from the customer, so the transfer was rejected.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 134,
      "varietal_id": 77,
      "food_pairing": "An operator confirmed the details and the payment was confirmed.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 135,
      "varietal_id": 26,
      "food_pairing": "The session was escalated following a partial review.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 136,
      "varietal_id": 5,
      "food_pairing": "An operator reported a standard issue; the transfer was confirmed.",
      "recommended_temperature": 15,
      "pairing_type": "appetizer"
    },
    {
      "id": 137,
      "varietal_id": 131,
      "food_pairing": "The team confirmed the details and the delivery was reopened.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 138,
      "varietal_id": 114,
      "food_pairing": "A repeat follow-up: the invoice was rescheduled.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 139,
      "varietal_id": 139,
      "food_pairing": "No response from support, so the session was closed.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 140,
      "varietal_id": 149,
      "food_pairing": "Support asked for a change and the document was replaced.",
      "recommended_temperature": 10,
      "pairing_type": "dessert"
    },
    {
      "id": 141,
      "varietal_id": 15,
      "food_pairing": "The delivery was processed after a duplicate check.",
      "recommended_temperature": 15,
      "pairing_type": "main course"
    },
    {
      "id": 142,
      "varietal_id": 71,
      "food_pairing": "An unusual follow-up: the payment was closed.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 143,
      "varietal_id": 67,
      "food_pairing": "An operator reported a duplicate issue; the payment was cancelled.",
      "recommended_temperature": 9,
      "pairing_type": "appetizer"
    },
    {
      "id": 144,
      "varietal_id": 117,
      "food_pairing": "The session was closed after a routine check.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 145,
      "varietal_id": 77,
      "food_pairing": "The account owner asked for a change and the transfer was refunded.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 146,
      "varietal_id": 150,
      "food_pairing": "A partial refund was rescheduled the same day.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 147,
      "varietal_id": 15,
      "food_pairing": "The record was refunded after an automatic check.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 148,
      "varietal_id": 21,
      "food_pairing": "The courier asked for a change and the transfer was replaced.",
      "recommended_temperature": 9,
      "pairing_type": "main course"
    },
    {
      "id": 149,
      "varietal_id": 83,
      "food_pairing": "The account was resolved following a standard review.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 150,
      "varietal_id": 66,
      "food_pairing": "The customer reported a late issue; the transfer was resolved.",
      "recommended_temperature": 15,
      "pairing_type": "main course"
    },
    {
      "id": 151,
      "varietal_id": 117,
      "food_pairing": "An automatic follow-up: the invoice was reopened.",
      "recommended_temperature": 13,
      "pairing_type": "appetizer"
    },
    {
      "id": 152,
      "varietal_id": 15,
      "food_pairing": "The booking was cancelled following a repeat review.",
      "recommended_temperature": 15,
      "pairing_type": "main course"
    },
    {
      "id": 153,
      "varietal_id": 136,
      "food_pairing": "An incomplete refund was rejected the same day.",
      "recommended_temperature": 9,
      "pairing_type": "main course"
    },
    {
      "id": 154,
      "varietal_id": 37,
      "food_pairing": "Flagged as automatic. The account owner confirmed the claim.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 155,
      "varietal_id": 36,
      "food_pairing": "A duplicate follow-up: the record was processed.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 156,
      "varietal_id": 15,
      "food_pairing": "The team asked for a change and the payment was rescheduled.",
      "recommended_temperature": 11,
      "pairing_type": "appetizer"
    },
    {
      "id": 157,
      "varietal_id": 75,
      "food_pairing": "The invoice was closed — minor case, no further action.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 158,
      "varietal_id": 82,
      "food_pairing": "The customer asked for a change and the document was confirmed.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 159,
      "varietal_id": 22,
      "food_pairing": "The report was rejected after a duplicate check.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 160,
      "varietal_id": 68,
      "food_pairing": "The account owner asked for a change and the delivery was refunded.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 161,
      "varietal_id": 40,
      "food_pairing": "The item was completed — routine case, no further action.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 162,
      "varietal_id": 48,
      "food_pairing": "The ticket was completed after a duplicate check.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 163,
      "varietal_id": 34,
      "food_pairing": "A duplicate refund was rescheduled the same day.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 164,
      "varietal_id": 64,
      "food_pairing": "The account owner reported a manual issue; the ticket was resolved.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 165,
      "varietal_id": 139,
      "food_pairing": "The booking was completed following a standard review.",
      "recommended_temperature": 14,
      "pairing_type": "appetizer"
    },
    {
      "id": 166,
      "varietal_id": 11,
      "food_pairing": "The courier confirmed the details and the account was refunded.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 167,
      "varietal_id": 137,
      "food_pairing": "The appointment was completed — manual case, no further action.",
      "recommended_temperature": 15,
      "pairing_type": "main course"
    },
    {
      "id": 168,
      "varietal_id": 123,
      "food_pairing": "An urgent request was updated the same day.",
      "recommended_temperature": 9,
      "pairing_type": "appetizer"
    },
    {
      "id": 169,
      "varietal_id": 74,
      "food_pairing": "The order was rejected following a standard review.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 170,
      "varietal_id": 6,
      "food_pairing": "The request was confirmed following an incomplete review.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 171,
      "varietal_id": 113,
      "food_pairing": "The item was confirmed — manual case, no further action.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 172,
      "varietal_id": 104,
      "food_pairing": "The account owner confirmed the details and the order was replaced.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 173,
      "varietal_id": 74,
      "food_pairing": "An operator reported an automatic issue; the delivery was rescheduled.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 174,
      "varietal_id": 81,
      "food_pairing": "The customer confirmed the details and the claim was replaced.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 175,
      "varietal_id": 119,
      "food_pairing": "No response from the team, so the order was delayed.",
      "recommended_temperature": 10,
      "pairing_type": "dessert"
    },
    {
      "id": 176,
      "varietal_id": 73,
      "food_pairing": "The ticket was delayed — urgent case, no further action.",
      "recommended_temperature": 10,
      "pairing_type": "appetizer"
    },
    {
      "id": 177,
      "varietal_id": 23,
      "food_pairing": "Flagged as urgent. The supplier refunded the report.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 178,
      "varietal_id": 81,
      "food_pairing": "The supplier confirmed the details and the payment was reviewed.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 179,
      "varietal_id": 143,
      "food_pairing": "The booking was refunded following a partial review.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 180,
      "varietal_id": 30,
      "food_pairing": "The document was rejected — partial case, no further action.",
      "recommended_temperature": 10,
      "pairing_type": "main course"
    },
    {
      "id": 181,
      "varietal_id": 2,
      "food_pairing": "Flagged as minor. Support resolved the shipment.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 182,
      "varietal_id": 93,
      "food_pairing": "The courier asked for a change and the order was reopened.",
      "recommended_temperature": 13,
      "pairing_type": "dessert"
    },
    {
      "id": 183,
      "varietal_id": 10,
      "food_pairing": "Support confirmed the details and the transfer was rescheduled.",
      "recommended_temperature": 13,
      "pairing_type": "appetizer"
    },
    {
      "id": 184,
      "varietal_id": 1,
      "food_pairing": "The request was cancelled following a routine review.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 185,
      "varietal_id": 32,
      "food_pairing": "Flagged as standard. The courier rescheduled the transfer.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 186,
      "varietal_id": 121,
      "food_pairing": "Flagged as late. An operator delayed the payment.",
      "recommended_temperature": 12,
      "pairing_type": "appetizer"
    },
    {
      "id": 187,
      "varietal_id": 143,
      "food_pairing": "The courier reported a standard issue; the invoice was rescheduled.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 188,
      "varietal_id": 20,
      "food_pairing": "An urgent follow-up: the transfer was delayed.",
      "recommended_temperature": 15,
      "pairing_type": "main course"
    },
    {
      "id": 189,
      "varietal_id": 77,
      "food_pairing": "An urgent appointment was completed the same day.",
      "recommended_temperature": 13,
      "pairing_type": "main course"
    },
    {
      "id": 190,
      "varietal_id": 66,
      "food_pairing": "No response from support, so the appointment was rescheduled.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 191,
      "varietal_id": 81,
      "food_pairing": "The session was reopened following an urgent review.",
      "recommended_temperature": 14,
      "pairing_type": "dessert"
    },
    {
      "id": 192,
      "varietal_id": 69,
      "food_pairing": "The record was refunded after an unusual check.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 193,
      "varietal_id": 121,
      "food_pairing": "A duplicate follow-up: the claim was delayed.",
      "recommended_temperature": 11,
      "pairing_type": "dessert"
    },
    {
      "id": 194,
      "varietal_id": 14,
      "food_pairing": "A duplicate record was reviewed the same day.",
      "recommended_temperature": 12,
      "pairing_type": "dessert"
    },
    {
      "id": 195,
      "varietal_id": 107,
      "food_pairing": "A standard invoice was approved the same day.",
      "recommended_temperature": 15,
      "pairing_type": "dessert"
    },
    {
      "id": 196,
      "varietal_id": 79,
      "food_pairing": "The team confirmed the details and the ticket was approved.",
      "recommended_temperature": 12,
      "pairing_type": "main course"
    },
    {
      "id": 197,
      "varietal_id": 86,
      "food_pairing": "A repeat follow-up: the payment was confirmed.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 198,
      "varietal_id": 13,
      "food_pairing": "The supplier asked for a change and the transfer was replaced.",
      "recommended_temperature": 14,
      "pairing_type": "main course"
    },
    {
      "id": 199,
      "varietal_id": 73,
      "food_pairing": "The transfer was delayed following an incomplete review.",
      "recommended_temperature": 11,
      "pairing_type": "main course"
    },
    {
      "id": 200,
      "varietal_id": 100,
      "food_pairing": "The account owner confirmed the details and the document was replaced.",
      "recommended_temperature": 10,
      "pairing_type": "dessert"
    }
  ],
  "sales_data": [
    {
      "id": 1,
      "varietal_id": 121,
      "sold_quantity": 77,
      "sale_date": "2023-04-04",
      "location": "Chicago"
    },
    {
      "id": 2,
      "varietal_id": 92,
      "sold_quantity": 16,
      "sale_date": "2023-10-22",
      "location": "Prague"
    },
    {
      "id": 3,
      "varietal_id": 12,
      "sold_quantity": 47,
      "sale_date": "2023-02-25",
      "location": "Paris"
    },
    {
      "id": 4,
      "varietal_id": 103,
      "sold_quantity": 73,
      "sale_date": "2023-05-30",
      "location": "Sydney"
    },
    {
      "id": 5,
      "varietal_id": 125,
      "sold_quantity": 95,
      "sale_date": "2023-07-23",
      "location": "Oslo"
    },
    {
      "id": 6,
      "varietal_id": 137,
      "sold_quantity": 99,
      "sale_date": "2023-01-09",
      "location": "Manchester"
    },
    {
      "id": 7,
      "varietal_id": 142,
      "sold_quantity": 50,
      "sale_date": "2023-10-19",
      "location": "Mexico City"
    },
    {
      "id": 8,
      "varietal_id": 88,
      "sold_quantity": 36,
      "sale_date": "2023-08-16",
      "location": "Barcelona"
    },
    {
      "id": 9,
      "varietal_id": 140,
      "sold_quantity": 96,
      "sale_date": "2023-08-15",
      "location": "Stockholm"
    },
    {
      "id": 10,
      "varietal_id": 21,
      "sold_quantity": 94,
      "sale_date": "2023-06-12",
      "location": "Bucharest"
    },
    {
      "id": 11,
      "varietal_id": 58,
      "sold_quantity": 99,
      "sale_date": "2023-11-08",
      "location": "Vienna"
    },
    {
      "id": 12,
      "varietal_id": 84,
      "sold_quantity": 44,
      "sale_date": "2023-10-02",
      "location": "Cape Town"
    },
    {
      "id": 13,
      "varietal_id": 56,
      "sold_quantity": 99,
      "sale_date": "2023-08-09",
      "location": "Istanbul"
    },
    {
      "id": 14,
      "varietal_id": 59,
      "sold_quantity": 100,
      "sale_date": "2023-09-01",
      "location": "Kyoto"
    },
    {
      "id": 15,
      "varietal_id": 72,
      "sold_quantity": 41,
      "sale_date": "2023-01-19",
      "location": "Vancouver"
    },
    {
      "id": 16,
      "varietal_id": 80,
      "sold_quantity": 29,
      "sale_date": "2023-10-31",
      "location": "Seoul"
    },
    {
      "id": 17,
      "varietal_id": 29,
      "sold_quantity": 5,
      "sale_date": "2023-09-17",
      "location": "Stockholm"
    },
    {
      "id": 18,
      "varietal_id": 64,
      "sold_quantity": 20,
      "sale_date": "2023-09-28",
      "location": "Barcelona"
    },
    {
      "id": 19,
      "varietal_id": 17,
      "sold_quantity": 12,
      "sale_date": "2023-06-04",
      "location": "Copenhagen"
    },
    {
      "id": 20,
      "varietal_id": 61,
      "sold_quantity": 99,
      "sale_date": "2023-07-11",
      "location": "Bucharest"
    },
    {
      "id": 21,
      "varietal_id": 131,
      "sold_quantity": 48,
      "sale_date": "2023-09-29",
      "location": "Toronto"
    },
    {
      "id": 22,
      "varietal_id": 12,
      "sold_quantity": 91,
      "sale_date": "2023-08-03",
      "location": "Warsaw"
    },
    {
      "id": 23,
      "varietal_id": 21,
      "sold_quantity": 91,
      "sale_date": "2023-08-11",
      "location": "Lagos"
    },
    {
      "id": 24,
      "varietal_id": 133,
      "sold_quantity": 40,
      "sale_date": "2023-02-05",
      "location": "Cairo"
    },
    {
      "id": 25,
      "varietal_id": 117,
      "sold_quantity": 90,
      "sale_date": "2023-04-30",
      "location": "Sydney"
    },
    {
      "id": 26,
      "varietal_id": 68,
      "sold_quantity": 94,
      "sale_date": "2023-10-19",
      "location": "Budapest"
    },
    {
      "id": 27,
      "varietal_id": 28,
      "sold_quantity": 95,
      "sale_date": "2023-12-09",
      "location": "Stockholm"
    },
    {
      "id": 28,
      "varietal_id": 73,
      "sold_quantity": 100,
      "sale_date": "2023-09-29",
      "location": "Denver"
    },
    {
      "id": 29,
      "varietal_id": 71,
      "sold_quantity": 77,
      "sale_date": "2023-11-14",
      "location": "Singapore"
    },
    {
      "id": 30,
      "varietal_id": 8,
      "sold_quantity": 50,
      "sale_date": "2023-08-14",
      "location": "Vancouver"
    },
    {
      "id": 31,
      "varietal_id": 100,
      "sold_quantity": 70,
      "sale_date": "2023-10-21",
      "location": "Izmir"
    },
    {
      "id": 32,
      "varietal_id": 124,
      "sold_quantity": 100,
      "sale_date": "2023-12-23",
      "location": "Auckland"
    },
    {
      "id": 33,
      "varietal_id": 80,
      "sold_quantity": 100,
      "sale_date": "2023-10-07",
      "location": "Paris"
    },
    {
      "id": 34,
      "varietal_id": 45,
      "sold_quantity": 23,
      "sale_date": "2023-12-23",
      "location": "Manila"
    },
    {
      "id": 35,
      "varietal_id": 25,
      "sold_quantity": 82,
      "sale_date": "2023-03-28",
      "location": "Kyoto"
    },
    {
      "id": 36,
      "varietal_id": 7,
      "sold_quantity": 65,
      "sale_date": "2023-07-28",
      "location": "Lagos"
    },
    {
      "id": 37,
      "varietal_id": 33,
      "sold_quantity": 69,
      "sale_date": "2023-02-25",
      "location": "Toronto"
    },
    {
      "id": 38,
      "varietal_id": 109,
      "sold_quantity": 35,
      "sale_date": "2023-09-19",
      "location": "Manchester"
    },
    {
      "id": 39,
      "varietal_id": 104,
      "sold_quantity": 99,
      "sale_date": "2023-10-11",
      "location": "Ankara"
    },
    {
      "id": 40,
      "varietal_id": 148,
      "sold_quantity": 47,
      "sale_date": "2023-07-18",
      "location": "Delhi"
    },
    {
      "id": 41,
      "varietal_id": 146,
      "sold_quantity": 95,
      "sale_date": "2023-10-07",
      "location": "Taipei"
    },
    {
      "id": 42,
      "varietal_id": 69,
      "sold_quantity": 67,
      "sale_date": "2023-10-22",
      "location": "Vienna"
    },
    {
      "id": 43,
      "varietal_id": 34,
      "sold_quantity": 64,
      "sale_date": "2023-07-26",
      "location": "Sao Paulo"
    },
    {
      "id": 44,
      "varietal_id": 89,
      "sold_quantity": 73,
      "sale_date": "2023-04-12",
      "location": "Milan"
    },
    {
      "id": 45,
      "varietal_id": 123,
      "sold_quantity": 98,
      "sale_date": "2023-04-09",
      "location": "Porto"
    },
    {
      "id": 46,
      "varietal_id": 16,
      "sold_quantity": 83,
      "sale_date": "2023-09-25",
      "location": "Rome"
    },
    {
      "id": 47,
      "varietal_id": 130,
      "sold_quantity": 49,
      "sale_date": "2023-10-05",
      "location": "Bogota"
    },
    {
      "id": 48,
      "varietal_id": 40,
      "sold_quantity": 39,
      "sale_date": "2023-10-16",
      "location": "Tokyo"
    },
    {
      "id": 49,
      "varietal_id": 66,
      "sold_quantity": 79,
      "sale_date": "2023-12-24",
      "location": "Buenos Aires"
    },
    {
      "id": 50,
      "varietal_id": 81,
      "sold_quantity": 53,
      "sale_date": "2023-10-13",
      "location": "Sao Paulo"
    },
    {
      "id": 51,
      "varietal_id": 6,
      "sold_quantity": 25,
      "sale_date": "2023-11-08",
      "location": "Mexico City"
    },
    {
      "id": 52,
      "varietal_id": 107,
      "sold_quantity": 91,
      "sale_date": "2023-08-27",
      "location": "Seattle"
    },
    {
      "id": 53,
      "varietal_id": 20,
      "sold_quantity": 92,
      "sale_date": "2023-04-15",
      "location": "Montreal"
    },
    {
      "id": 54,
      "varietal_id": 95,
      "sold_quantity": 100,
      "sale_date": "2023-09-22",
      "location": "Izmir"
    },
    {
      "id": 55,
      "varietal_id": 103,
      "sold_quantity": 7,
      "sale_date": "2023-11-27",
      "location": "Zurich"
    },
    {
      "id": 56,
      "varietal_id": 129,
      "sold_quantity": 79,
      "sale_date": "2023-06-22",
      "location": "Stockholm"
    },
    {
      "id": 57,
      "varietal_id": 112,
      "sold_quantity": 58,
      "sale_date": "2023-07-10",
      "location": "Cape Town"
    },
    {
      "id": 58,
      "varietal_id": 107,
      "sold_quantity": 29,
      "sale_date": "2023-05-20",
      "location": "Porto"
    },
    {
      "id": 59,
      "varietal_id": 106,
      "sold_quantity": 92,
      "sale_date": "2023-01-21",
      "location": "Milan"
    },
    {
      "id": 60,
      "varietal_id": 67,
      "sold_quantity": 20,
      "sale_date": "2023-10-24",
      "location": "Cairo"
    },
    {
      "id": 61,
      "varietal_id": 89,
      "sold_quantity": 88,
      "sale_date": "2023-05-31",
      "location": "Munich"
    },
    {
      "id": 62,
      "varietal_id": 31,
      "sold_quantity": 71,
      "sale_date": "2023-11-12",
      "location": "Taipei"
    },
    {
      "id": 63,
      "varietal_id": 112,
      "sold_quantity": 65,
      "sale_date": "2023-04-24",
      "location": "Mumbai"
    },
    {
      "id": 64,
      "varietal_id": 144,
      "sold_quantity": 64,
      "sale_date": "2023-06-16",
      "location": "Lisbon"
    },
    {
      "id": 65,
      "varietal_id": 35,
      "sold_quantity": 42,
      "sale_date": "2023-11-23",
      "location": "Austin"
    },
    {
      "id": 66,
      "varietal_id": 50,
      "sold_quantity": 58,
      "sale_date": "2023-12-13",
      "location": "Manchester"
    },
    {
      "id": 67,
      "varietal_id": 35,
      "sold_quantity": 70,
      "sale_date": "2023-07-24",
      "location": "Manila"
    },
    {
      "id": 68,
      "varietal_id": 62,
      "sold_quantity": 15,
      "sale_date": "2023-06-20",
      "location": "Rome"
    },
    {
      "id": 69,
      "varietal_id": 7,
      "sold_quantity": 34,
      "sale_date": "2023-06-22",
      "location": "Lyon"
    },
    {
      "id": 70,
      "varietal_id": 127,
      "sold_quantity": 53,
      "sale_date": "2023-06-03",
      "location": "Munich"
    },
    {
      "id": 71,
      "varietal_id": 3,
      "sold_quantity": 100,
      "sale_date": "2023-03-24",
      "location": "Mumbai"
    },
    {
      "id": 72,
      "varietal_id": 35,
      "sold_quantity": 27,
      "sale_date": "2023-07-02",
      "location": "Lisbon"
    },
    {
      "id": 73,
      "varietal_id": 12,
      "sold_quantity": 84,
      "sale_date": "2023-04-30",
      "location": "Edinburgh"
    },
    {
      "id": 74,
      "varietal_id": 64,
      "sold_quantity": 97,
      "sale_date": "2023-10-29",
      "location": "Jakarta"
    },
    {
      "id": 75,
      "varietal_id": 3,
      "sold_quantity": 82,
      "sale_date": "2023-09-25",
      "location": "Copenhagen"
    },
    {
      "id": 76,
      "varietal_id": 93,
      "sold_quantity": 80,
      "sale_date": "2023-05-14",
      "location": "Copenhagen"
    },
    {
      "id": 77,
      "varietal_id": 33,
      "sold_quantity": 37,
      "sale_date": "2023-01-29",
      "location": "Lyon"
    },
    {
      "id": 78,
      "varietal_id": 74,
      "sold_quantity": 76,
      "sale_date": "2023-02-26",
      "location": "Oslo"
    },
    {
      "id": 79,
      "varietal_id": 79,
      "sold_quantity": 97,
      "sale_date": "2023-05-25",
      "location": "San Diego"
    },
    {
      "id": 80,
      "varietal_id": 31,
      "sold_quantity": 38,
      "sale_date": "2023-05-21",
      "location": "Cairo"
    },
    {
      "id": 81,
      "varietal_id": 9,
      "sold_quantity": 98,
      "sale_date": "2023-08-22",
      "location": "Izmir"
    },
    {
      "id": 82,
      "varietal_id": 37,
      "sold_quantity": 96,
      "sale_date": "2023-08-27",
      "location": "Ankara"
    },
    {
      "id": 83,
      "varietal_id": 67,
      "sold_quantity": 58,
      "sale_date": "2023-06-06",
      "location": "Singapore"
    },
    {
      "id": 84,
      "varietal_id": 28,
      "sold_quantity": 99,
      "sale_date": "2023-01-09",
      "location": "Milan"
    },
    {
      "id": 85,
      "varietal_id": 120,
      "sold_quantity": 36,
      "sale_date": "2023-10-03",
      "location": "Edinburgh"
    },
    {
      "id": 86,
      "varietal_id": 140,
      "sold_quantity": 37,
      "sale_date": "2023-11-29",
      "location": "Edinburgh"
    },
    {
      "id": 87,
      "varietal_id": 43,
      "sold_quantity": 78,
      "sale_date": "2023-02-01",
      "location": "Edinburgh"
    },
    {
      "id": 88,
      "varietal_id": 78,
      "sold_quantity": 48,
      "sale_date": "2023-01-19",
      "location": "Madrid"
    },
    {
      "id": 89,
      "varietal_id": 65,
      "sold_quantity": 57,
      "sale_date": "2023-09-28",
      "location": "Austin"
    },
    {
      "id": 90,
      "varietal_id": 125,
      "sold_quantity": 93,
      "sale_date": "2023-04-09",
      "location": "Porto"
    },
    {
      "id": 91,
      "varietal_id": 66,
      "sold_quantity": 67,
      "sale_date": "2023-12-02",
      "location": "Vienna"
    },
    {
      "id": 92,
      "varietal_id": 30,
      "sold_quantity": 23,
      "sale_date": "2023-03-21",
      "location": "Istanbul"
    },
    {
      "id": 93,
      "varietal_id": 137,
      "sold_quantity": 37,
      "sale_date": "2023-03-07",
      "location": "Chicago"
    },
    {
      "id": 94,
      "varietal_id": 42,
      "sold_quantity": 41,
      "sale_date": "2023-01-25",
      "location": "Lagos"
    },
    {
      "id": 95,
      "varietal_id": 58,
      "sold_quantity": 96,
      "sale_date": "2023-08-20",
      "location": "Toronto"
    },
    {
      "id": 96,
      "varietal_id": 54,
      "sold_quantity": 4,
      "sale_date": "2023-07-24",
      "location": "Boston"
    },
    {
      "id": 97,
      "varietal_id": 26,
      "sold_quantity": 48,
      "sale_date": "2023-11-30",
      "location": "Barcelona"
    },
    {
      "id": 98,
      "varietal_id": 62,
      "sold_quantity": 87,
      "sale_date": "2023-10-05",
      "location": "Rome"
    },
    {
      "id": 99,
      "varietal_id": 44,
      "sold_quantity": 23,
      "sale_date": "2023-05-27",
      "location": "Denver"
    },
    {
      "id": 100,
      "varietal_id": 52,
      "sold_quantity": 56,
      "sale_date": "2023-07-31",
      "location": "Budapest"
    },
    {
      "id": 101,
      "varietal_id": 106,
      "sold_quantity": 33,
      "sale_date": "2023-09-12",
      "location": "Cape Town"
    },
    {
      "id": 102,
      "varietal_id": 115,
      "sold_quantity": 97,
      "sale_date": "2023-09-02",
      "location": "Austin"
    },
    {
      "id": 103,
      "varietal_id": 78,
      "sold_quantity": 61,
      "sale_date": "2023-06-08",
      "location": "Santiago"
    },
    {
      "id": 104,
      "varietal_id": 66,
      "sold_quantity": 99,
      "sale_date": "2023-08-12",
      "location": "Copenhagen"
    },
    {
      "id": 105,
      "varietal_id": 148,
      "sold_quantity": 79,
      "sale_date": "2023-10-07",
      "location": "Zurich"
    },
    {
      "id": 106,
      "varietal_id": 8,
      "sold_quantity": 62,
      "sale_date": "2023-04-24",
      "location": "Bogota"
    },
    {
      "id": 107,
      "varietal_id": 12,
      "sold_quantity": 97,
      "sale_date": "2023-06-24",
      "location": "Madrid"
    },
    {
      "id": 108,
      "varietal_id": 116,
      "sold_quantity": 49,
      "sale_date": "2023-06-11",
      "location": "Manila"
    },
    {
      "id": 109,
      "varietal_id": 15,
      "sold_quantity": 88,
      "sale_date": "2023-08-06",
      "location": "Madrid"
    },
    {
      "id": 110,
      "varietal_id": 6,
      "sold_quantity": 91,
      "sale_date": "2023-09-30",
      "location": "Austin"
    },
    {
      "id": 111,
      "varietal_id": 60,
      "sold_quantity": 79,
      "sale_date": "2023-12-18",
      "location": "Zurich"
    },
    {
      "id": 112,
      "varietal_id": 138,
      "sold_quantity": 98,
      "sale_date": "2023-01-22",
      "location": "Porto"
    },
    {
      "id": 113,
      "varietal_id": 131,
      "sold_quantity": 92,
      "sale_date": "2023-08-28",
      "location": "Milan"
    },
    {
      "id": 114,
      "varietal_id": 93,
      "sold_quantity": 91,
      "sale_date": "2023-11-02",
      "location": "Munich"
    },
    {
      "id": 115,
      "varietal_id": 30,
      "sold_quantity": 7,
      "sale_date": "2023-03-09",
      "location": "Paris"
    },
    {
      "id": 116,
      "varietal_id": 11,
      "sold_quantity": 92,
      "sale_date": "2023-10-07",
      "location": "Stockholm"
    },
    {
      "id": 117,
      "varietal_id": 1,
      "sold_quantity": 93,
      "sale_date": "2023-11-17",
      "location": "Budapest"
    },
    {
      "id": 118,
      "varietal_id": 149,
      "sold_quantity": 25,
      "sale_date": "2023-10-17",
      "location": "Austin"
    },
    {
      "id": 119,
      "varietal_id": 131,
      "sold_quantity": 99,
      "sale_date": "2023-10-08",
      "location": "Oslo"
    },
    {
      "id": 120,
      "varietal_id": 137,
      "sold_quantity": 100,
      "sale_date": "2023-11-26",
      "location": "Munich"
    },
    {
      "id": 121,
      "varietal_id": 30,
      "sold_quantity": 1,
      "sale_date": "2023-07-07",
      "location": "Nairobi"
    },
    {
      "id": 122,
      "varietal_id": 56,
      "sold_quantity": 48,
      "sale_date": "2023-01-20",
      "location": "Berlin"
    },
    {
      "id": 123,
      "varietal_id": 8,
      "sold_quantity": 3,
      "sale_date": "2023-11-21",
      "location": "Vancouver"
    },
    {
      "id": 124,
      "varietal_id": 15,
      "sold_quantity": 96,
      "sale_date": "2023-09-26",
      "location": "Ankara"
    },
    {
      "id": 125,
      "varietal_id": 4,
      "sold_quantity": 46,
      "sale_date": "2023-01-17",
      "location": "Madrid"
    },
    {
      "id": 126,
      "varietal_id": 59,
      "sold_quantity": 48,
      "sale_date": "2023-07-26",
      "location": "Singapore"
    },
    {
      "id": 127,
      "varietal_id": 132,
      "sold_quantity": 47,
      "sale_date": "2023-05-07",
      "location": "Lima"
    },
    {
      "id": 128,
      "varietal_id": 50,
      "sold_quantity": 32,
      "sale_date": "2023-02-07",
      "location": "Warsaw"
    },
    {
      "id": 129,
      "varietal_id": 117,
      "sold_quantity": 78,
      "sale_date": "2023-11-19",
      "location": "Dublin"
    },
    {
      "id": 130,
      "varietal_id": 113,
      "sold_quantity": 100,
      "sale_date": "2023-01-07",
      "location": "Athens"
    },
    {
      "id": 131,
      "varietal_id": 79,
      "sold_quantity": 95,
      "sale_date": "2023-02-09",
      "location": "Amsterdam"
    },
    {
      "id": 132,
      "varietal_id": 26,
      "sold_quantity": 100,
      "sale_date": "2023-08-27",
      "location": "Helsinki"
    },
    {
      "id": 133,
      "varietal_id": 66,
      "sold_quantity": 92,
      "sale_date": "2023-10-27",
      "location": "Berlin"
    },
    {
      "id": 134,
      "varietal_id": 106,
      "sold_quantity": 99,
      "sale_date": "2023-01-27",
      "location": "Manila"
    },
    {
      "id": 135,
      "varietal_id": 29,
      "sold_quantity": 97,
      "sale_date": "2023-11-04",
      "location": "Milan"
    },
    {
      "id": 136,
      "varietal_id": 143,
      "sold_quantity": 70,
      "sale_date": "2023-05-01",
      "location": "Sydney"
    },
    {
      "id": 137,
      "varietal_id": 34,
      "sold_quantity": 24,
      "sale_date": "2023-06-01",
      "location": "Barcelona"
    },
    {
      "id": 138,
      "varietal_id": 139,
      "sold_quantity": 66,
      "sale_date": "2023-08-14",
      "location": "Bogota"
    },
    {
      "id": 139,
      "varietal_id": 88,
      "sold_quantity": 99,
      "sale_date": "2023-10-30",
      "location": "Jakarta"
    },
    {
      "id": 140,
      "varietal_id": 64,
      "sold_quantity": 79,
      "sale_date": "2023-12-09",
      "location": "Helsinki"
    },
    {
      "id": 141,
      "varietal_id": 34,
      "sold_quantity": 70,
      "sale_date": "2023-04-15",
      "location": "Montreal"
    },
    {
      "id": 142,
      "varietal_id": 144,
      "sold_quantity": 14,
      "sale_date": "2023-09-11",
      "location": "Boston"
    },
    {
      "id": 143,
      "varietal_id": 71,
      "sold_quantity": 65,
      "sale_date": "2023-05-29",
      "location": "Auckland"
    },
    {
      "id": 144,
      "varietal_id": 66,
      "sold_quantity": 49,
      "sale_date": "2023-04-11",
      "location": "Jakarta"
    },
    {
      "id": 145,
      "varietal_id": 54,
      "sold_quantity": 78,
      "sale_date": "2023-06-08",
      "location": "Seattle"
    },
    {
      "id": 146,
      "varietal_id": 109,
      "sold_quantity": 13,
      "sale_date": "2023-06-05",
      "location": "Montreal"
    },
    {
      "id": 147,
      "varietal_id": 15,
      "sold_quantity": 99,
      "sale_date": "2023-06-02",
      "location": "Denver"
    },
    {
      "id": 148,
      "varietal_id": 149,
      "sold_quantity": 32,
      "sale_date": "2023-04-25",
      "location": "Montreal"
    },
    {
      "id": 149,
      "varietal_id": 142,
      "sold_quantity": 19,
      "sale_date": "2023-03-01",
      "location": "Berlin"
    },
    {
      "id": 150,
      "varietal_id": 126,
      "sold_quantity": 39,
      "sale_date": "2023-12-24",
      "location": "Copenhagen"
    },
    {
      "id": 151,
      "varietal_id": 1,
      "sold_quantity": 100,
      "sale_date": "2023-01-19",
      "location": "Bangkok"
    },
    {
      "id": 152,
      "varietal_id": 49,
      "sold_quantity": 94,
      "sale_date": "2023-05-10",
      "location": "Denver"
    },
    {
      "id": 153,
      "varietal_id": 32,
      "sold_quantity": 75,
      "sale_date": "2023-05-29",
      "location": "Lima"
    },
    {
      "id": 154,
      "varietal_id": 118,
      "sold_quantity": 53,
      "sale_date": "2023-08-10",
      "location": "London"
    },
    {
      "id": 155,
      "varietal_id": 42,
      "sold_quantity": 99,
      "sale_date": "2023-01-17",
      "location": "Lyon"
    },
    {
      "id": 156,
      "varietal_id": 96,
      "sold_quantity": 37,
      "sale_date": "2023-03-12",
      "location": "Buenos Aires"
    },
    {
      "id": 157,
      "varietal_id": 21,
      "sold_quantity": 100,
      "sale_date": "2023-04-29",
      "location": "Santiago"
    },
    {
      "id": 158,
      "varietal_id": 12,
      "sold_quantity": 78,
      "sale_date": "2023-02-11",
      "location": "Rome"
    },
    {
      "id": 159,
      "varietal_id": 39,
      "sold_quantity": 59,
      "sale_date": "2023-03-20",
      "location": "Nairobi"
    },
    {
      "id": 160,
      "varietal_id": 129,
      "sold_quantity": 72,
      "sale_date": "2023-12-26",
      "location": "Athens"
    },
    {
      "id": 161,
      "varietal_id": 6,
      "sold_quantity": 31,
      "sale_date": "2023-03-18",
      "location": "Denver"
    },
    {
      "id": 162,
      "varietal_id": 34,
      "sold_quantity": 70,
      "sale_date": "2023-11-05",
      "location": "Warsaw"
    },
    {
      "id": 163,
      "varietal_id": 133,
      "sold_quantity": 60,
      "sale_date": "2023-07-30",
      "location": "Stockholm"
    },
    {
      "id": 164,
      "varietal_id": 4,
      "sold_quantity": 54,
      "sale_date": "2023-09-21",
      "location": "Lisbon"
    },
    {
      "id": 165,
      "varietal_id": 126,
      "sold_quantity": 66,
      "sale_date": "2023-06-13",
      "location": "Helsinki"
    },
    {
      "id": 166,
      "varietal_id": 37,
      "sold_quantity": 28,
      "sale_date": "2023-08-21",
      "location": "Taipei"
    },
    {
      "id": 167,
      "varietal_id": 110,
      "sold_quantity": 77,
      "sale_date": "2023-06-11",
      "location": "Delhi"
    },
    {
      "id": 168,
      "varietal_id": 10,
      "sold_quantity": 93,
      "sale_date": "2023-01-31",
      "location": "Delhi"
    },
    {
      "id": 169,
      "varietal_id": 93,
      "sold_quantity": 76,
      "sale_date": "2023-08-10",
      "location": "Warsaw"
    },
    {
      "id": 170,
      "varietal_id": 87,
      "sold_quantity": 35,
      "sale_date": "2023-09-03",
      "location": "Edinburgh"
    },
    {
      "id": 171,
      "varietal_id": 137,
      "sold_quantity": 84,
      "sale_date": "2023-12-23",
      "location": "Edinburgh"
    },
    {
      "id": 172,
      "varietal_id": 23,
      "sold_quantity": 44,
      "sale_date": "2023-07-29",
      "location": "Montreal"
    },
    {
      "id": 173,
      "varietal_id": 133,
      "sold_quantity": 28,
      "sale_date": "2023-06-16",
      "location": "Athens"
    },
    {
      "id": 174,
      "varietal_id": 56,
      "sold_quantity": 73,
      "sale_date": "2023-08-28",
      "location": "Jakarta"
    },
    {
      "id": 175,
      "varietal_id": 21,
      "sold_quantity": 26,
      "sale_date": "2023-06-09",
      "location": "Chicago"
    },
    {
      "id": 176,
      "varietal_id": 38,
      "sold_quantity": 74,
      "sale_date": "2023-07-18",
      "location": "Milan"
    },
    {
      "id": 177,
      "varietal_id": 72,
      "sold_quantity": 81,
      "sale_date": "2023-02-16",
      "location": "Taipei"
    },
    {
      "id": 178,
      "varietal_id": 142,
      "sold_quantity": 54,
      "sale_date": "2023-12-02",
      "location": "Edinburgh"
    },
    {
      "id": 179,
      "varietal_id": 62,
      "sold_quantity": 34,
      "sale_date": "2023-12-19",
      "location": "Tokyo"
    },
    {
      "id": 180,
      "varietal_id": 125,
      "sold_quantity": 97,
      "sale_date": "2023-12-20",
      "location": "Istanbul"
    },
    {
      "id": 181,
      "varietal_id": 89,
      "sold_quantity": 96,
      "sale_date": "2023-11-04",
      "location": "Istanbul"
    },
    {
      "id": 182,
      "varietal_id": 22,
      "sold_quantity": 42,
      "sale_date": "2023-08-31",
      "location": "Bogota"
    },
    {
      "id": 183,
      "varietal_id": 134,
      "sold_quantity": 40,
      "sale_date": "2023-04-08",
      "location": "Copenhagen"
    },
    {
      "id": 184,
      "varietal_id": 122,
      "sold_quantity": 98,
      "sale_date": "2023-10-19",
      "location": "Zurich"
    },
    {
      "id": 185,
      "varietal_id": 10,
      "sold_quantity": 20,
      "sale_date": "2023-11-13",
      "location": "Sydney"
    },
    {
      "id": 186,
      "varietal_id": 137,
      "sold_quantity": 93,
      "sale_date": "2023-11-24",
      "location": "Mumbai"
    },
    {
      "id": 187,
      "varietal_id": 21,
      "sold_quantity": 44,
      "sale_date": "2023-06-18",
      "location": "Mexico City"
    },
    {
      "id": 188,
      "varietal_id": 142,
      "sold_quantity": 99,
      "sale_date": "2023-10-09",
      "location": "Nairobi"
    },
    {
      "id": 189,
      "varietal_id": 80,
      "sold_quantity": 41,
      "sale_date": "2023-05-06",
      "location": "Brussels"
    },
    {
      "id": 190,
      "varietal_id": 49,
      "sold_quantity": 98,
      "sale_date": "2023-12-23",
      "location": "Nairobi"
    },
    {
      "id": 191,
      "varietal_id": 137,
      "sold_quantity": 76,
      "sale_date": "2023-09-22",
      "location": "Barcelona"
    },
    {
      "id": 192,
      "varietal_id": 8,
      "sold_quantity": 99,
      "sale_date": "2023-07-16",
      "location": "London"
    },
    {
      "id": 193,
      "varietal_id": 115,
      "sold_quantity": 28,
      "sale_date": "2023-04-10",
      "location": "Prague"
    },
    {
      "id": 194,
      "varietal_id": 127,
      "sold_quantity": 88,
      "sale_date": "2023-08-17",
      "location": "Seoul"
    },
    {
      "id": 195,
      "varietal_id": 54,
      "sold_quantity": 69,
      "sale_date": "2023-09-07",
      "location": "Istanbul"
    },
    {
      "id": 196,
      "varietal_id": 108,
      "sold_quantity": 100,
      "sale_date": "2023-03-12",
      "location": "Hamburg"
    },
    {
      "id": 197,
      "varietal_id": 59,
      "sold_quantity": 99,
      "sale_date": "2023-09-15",
      "location": "Izmir"
    },
    {
      "id": 198,
      "varietal_id": 37,
      "sold_quantity": 64,
      "sale_date": "2023-12-22",
      "location": "Manchester"
    },
    {
      "id": 199,
      "varietal_id": 113,
      "sold_quantity": 68,
      "sale_date": "2023-11-15",
      "location": "Lisbon"
    },
    {
      "id": 200,
      "varietal_id": 118,
      "sold_quantity": 38,
      "sale_date": "2023-09-17",
      "location": "Sao Paulo"
    },
    {
      "id": 201,
      "varietal_id": 84,
      "sold_quantity": 95,
      "sale_date": "2023-03-24",
      "location": "Budapest"
    },
    {
      "id": 202,
      "varietal_id": 150,
      "sold_quantity": 97,
      "sale_date": "2023-02-17",
      "location": "Munich"
    },
    {
      "id": 203,
      "varietal_id": 35,
      "sold_quantity": 89,
      "sale_date": "2023-12-27",
      "location": "Prague"
    },
    {
      "id": 204,
      "varietal_id": 141,
      "sold_quantity": 98,
      "sale_date": "2023-02-15",
      "location": "Lyon"
    },
    {
      "id": 205,
      "varietal_id": 92,
      "sold_quantity": 95,
      "sale_date": "2023-12-25",
      "location": "Lyon"
    },
    {
      "id": 206,
      "varietal_id": 116,
      "sold_quantity": 99,
      "sale_date": "2023-07-22",
      "location": "Istanbul"
    },
    {
      "id": 207,
      "varietal_id": 92,
      "sold_quantity": 98,
      "sale_date": "2023-08-16",
      "location": "Lima"
    },
    {
      "id": 208,
      "varietal_id": 92,
      "sold_quantity": 67,
      "sale_date": "2023-09-10",
      "location": "Austin"
    },
    {
      "id": 209,
      "varietal_id": 72,
      "sold_quantity": 29,
      "sale_date": "2023-06-02",
      "location": "Stockholm"
    },
    {
      "id": 210,
      "varietal_id": 105,
      "sold_quantity": 20,
      "sale_date": "2023-05-25",
      "location": "Milan"
    },
    {
      "id": 211,
      "varietal_id": 58,
      "sold_quantity": 94,
      "sale_date": "2023-02-18",
      "location": "Hamburg"
    },
    {
      "id": 212,
      "varietal_id": 53,
      "sold_quantity": 93,
      "sale_date": "2023-11-06",
      "location": "Bangkok"
    },
    {
      "id": 213,
      "varietal_id": 98,
      "sold_quantity": 35,
      "sale_date": "2023-09-07",
      "location": "Seoul"
    },
    {
      "id": 214,
      "varietal_id": 81,
      "sold_quantity": 99,
      "sale_date": "2023-07-24",
      "location": "Lima"
    },
    {
      "id": 215,
      "varietal_id": 102,
      "sold_quantity": 62,
      "sale_date": "2023-04-11",
      "location": "Lyon"
    },
    {
      "id": 216,
      "varietal_id": 79,
      "sold_quantity": 66,
      "sale_date": "2023-11-19",
      "location": "Lagos"
    },
    {
      "id": 217,
      "varietal_id": 15,
      "sold_quantity": 98,
      "sale_date": "2023-01-15",
      "location": "Auckland"
    },
    {
      "id": 218,
      "varietal_id": 70,
      "sold_quantity": 80,
      "sale_date": "2023-11-06",
      "location": "Montreal"
    },
    {
      "id": 219,
      "varietal_id": 106,
      "sold_quantity": 65,
      "sale_date": "2023-12-09",
      "location": "Munich"
    },
    {
      "id": 220,
      "varietal_id": 55,
      "sold_quantity": 79,
      "sale_date": "2023-06-21",
      "location": "Porto"
    },
    {
      "id": 221,
      "varietal_id": 150,
      "sold_quantity": 8,
      "sale_date": "2023-02-18",
      "location": "Bogota"
    },
    {
      "id": 222,
      "varietal_id": 137,
      "sold_quantity": 85,
      "sale_date": "2023-02-10",
      "location": "Santiago"
    },
    {
      "id": 223,
      "varietal_id": 149,
      "sold_quantity": 81,
      "sale_date": "2023-12-31",
      "location": "Buenos Aires"
    },
    {
      "id": 224,
      "varietal_id": 59,
      "sold_quantity": 18,
      "sale_date": "2023-07-30",
      "location": "Stockholm"
    },
    {
      "id": 225,
      "varietal_id": 54,
      "sold_quantity": 100,
      "sale_date": "2023-02-28",
      "location": "Helsinki"
    },
    {
      "id": 226,
      "varietal_id": 148,
      "sold_quantity": 27,
      "sale_date": "2023-10-28",
      "location": "Rome"
    },
    {
      "id": 227,
      "varietal_id": 114,
      "sold_quantity": 88,
      "sale_date": "2023-12-28",
      "location": "Berlin"
    },
    {
      "id": 228,
      "varietal_id": 80,
      "sold_quantity": 94,
      "sale_date": "2023-12-26",
      "location": "Athens"
    },
    {
      "id": 229,
      "varietal_id": 99,
      "sold_quantity": 97,
      "sale_date": "2023-10-29",
      "location": "Lisbon"
    },
    {
      "id": 230,
      "varietal_id": 87,
      "sold_quantity": 68,
      "sale_date": "2023-07-15",
      "location": "Austin"
    },
    {
      "id": 231,
      "varietal_id": 64,
      "sold_quantity": 41,
      "sale_date": "2023-06-13",
      "location": "Nairobi"
    },
    {
      "id": 232,
      "varietal_id": 5,
      "sold_quantity": 98,
      "sale_date": "2023-08-01",
      "location": "Mumbai"
    },
    {
      "id": 233,
      "varietal_id": 142,
      "sold_quantity": 64,
      "sale_date": "2023-06-28",
      "location": "Auckland"
    },
    {
      "id": 234,
      "varietal_id": 129,
      "sold_quantity": 73,
      "sale_date": "2023-08-10",
      "location": "Rome"
    },
    {
      "id": 235,
      "varietal_id": 51,
      "sold_quantity": 81,
      "sale_date": "2023-01-14",
      "location": "Berlin"
    },
    {
      "id": 236,
      "varietal_id": 143,
      "sold_quantity": 74,
      "sale_date": "2023-09-19",
      "location": "Brussels"
    },
    {
      "id": 237,
      "varietal_id": 81,
      "sold_quantity": 42,
      "sale_date": "2023-11-27",
      "location": "Austin"
    },
    {
      "id": 238,
      "varietal_id": 84,
      "sold_quantity": 53,
      "sale_date": "2023-04-26",
      "location": "Seattle"
    },
    {
      "id": 239,
      "varietal_id": 119,
      "sold_quantity": 81,
      "sale_date": "2023-01-17",
      "location": "Vancouver"
    },
    {
      "id": 240,
      "varietal_id": 135,
      "sold_quantity": 94,
      "sale_date": "2023-11-21",
      "location": "Buenos Aires"
    },
    {
      "id": 241,
      "varietal_id": 47,
      "sold_quantity": 91,
      "sale_date": "2023-10-06",
      "location": "Sydney"
    },
    {
      "id": 242,
      "varietal_id": 37,
      "sold_quantity": 90,
      "sale_date": "2023-04-22",
      "location": "Melbourne"
    },
    {
      "id": 243,
      "varietal_id": 41,
      "sold_quantity": 76,
      "sale_date": "2023-02-06",
      "location": "Amsterdam"
    },
    {
      "id": 244,
      "varietal_id": 140,
      "sold_quantity": 18,
      "sale_date": "2023-09-02",
      "location": "Tokyo"
    },
    {
      "id": 245,
      "varietal_id": 13,
      "sold_quantity": 42,
      "sale_date": "2023-10-05",
      "location": "Helsinki"
    },
    {
      "id": 246,
      "varietal_id": 15,
      "sold_quantity": 55,
      "sale_date": "2023-10-31",
      "location": "Lagos"
    },
    {
      "id": 247,
      "varietal_id": 44,
      "sold_quantity": 28,
      "sale_date": "2023-05-12",
      "location": "Lagos"
    },
    {
      "id": 248,
      "varietal_id": 37,
      "sold_quantity": 52,
      "sale_date": "2023-08-28",
      "location": "Paris"
    },
    {
      "id": 249,
      "varietal_id": 126,
      "sold_quantity": 97,
      "sale_date": "2023-10-03",
      "location": "Lagos"
    },
    {
      "id": 250,
      "varietal_id": 85,
      "sold_quantity": 59,
      "sale_date": "2023-06-28",
      "location": "Amsterdam"
    },
    {
      "id": 251,
      "varietal_id": 75,
      "sold_quantity": 81,
      "sale_date": "2023-05-20",
      "location": "Madrid"
    },
    {
      "id": 252,
      "varietal_id": 150,
      "sold_quantity": 28,
      "sale_date": "2023-09-25",
      "location": "Lagos"
    },
    {
      "id": 253,
      "varietal_id": 114,
      "sold_quantity": 8,
      "sale_date": "2023-11-29",
      "location": "Dublin"
    },
    {
      "id": 254,
      "varietal_id": 12,
      "sold_quantity": 45,
      "sale_date": "2023-08-06",
      "location": "Nairobi"
    },
    {
      "id": 255,
      "varietal_id": 12,
      "sold_quantity": 85,
      "sale_date": "2023-08-28",
      "location": "San Diego"
    },
    {
      "id": 256,
      "varietal_id": 87,
      "sold_quantity": 1,
      "sale_date": "2023-07-03",
      "location": "Manchester"
    },
    {
      "id": 257,
      "varietal_id": 140,
      "sold_quantity": 97,
      "sale_date": "2023-04-05",
      "location": "Cape Town"
    },
    {
      "id": 258,
      "varietal_id": 45,
      "sold_quantity": 87,
      "sale_date": "2023-08-09",
      "location": "Cape Town"
    },
    {
      "id": 259,
      "varietal_id": 6,
      "sold_quantity": 87,
      "sale_date": "2023-04-12",
      "location": "Athens"
    },
    {
      "id": 260,
      "varietal_id": 146,
      "sold_quantity": 68,
      "sale_date": "2023-06-05",
      "location": "Warsaw"
    },
    {
      "id": 261,
      "varietal_id": 30,
      "sold_quantity": 84,
      "sale_date": "2023-11-20",
      "location": "Austin"
    },
    {
      "id": 262,
      "varietal_id": 13,
      "sold_quantity": 98,
      "sale_date": "2023-06-28",
      "location": "Copenhagen"
    },
    {
      "id": 263,
      "varietal_id": 8,
      "sold_quantity": 51,
      "sale_date": "2023-02-19",
      "location": "Athens"
    },
    {
      "id": 264,
      "varietal_id": 111,
      "sold_quantity": 86,
      "sale_date": "2023-04-28",
      "location": "Toronto"
    },
    {
      "id": 265,
      "varietal_id": 27,
      "sold_quantity": 100,
      "sale_date": "2023-09-19",
      "location": "Milan"
    },
    {
      "id": 266,
      "varietal_id": 120,
      "sold_quantity": 86,
      "sale_date": "2023-01-03",
      "location": "Athens"
    },
    {
      "id": 267,
      "varietal_id": 114,
      "sold_quantity": 84,
      "sale_date": "2023-10-31",
      "location": "Porto"
    },
    {
      "id": 268,
      "varietal_id": 117,
      "sold_quantity": 95,
      "sale_date": "2023-11-17",
      "location": "Hamburg"
    },
    {
      "id": 269,
      "varietal_id": 75,
      "sold_quantity": 80,
      "sale_date": "2023-09-10",
      "location": "Istanbul"
    },
    {
      "id": 270,
      "varietal_id": 1,
      "sold_quantity": 35,
      "sale_date": "2023-06-29",
      "location": "Izmir"
    },
    {
      "id": 271,
      "varietal_id": 36,
      "sold_quantity": 63,
      "sale_date": "2023-11-08",
      "location": "Delhi"
    },
    {
      "id": 272,
      "varietal_id": 148,
      "sold_quantity": 100,
      "sale_date": "2023-07-10",
      "location": "Sao Paulo"
    },
    {
      "id": 273,
      "varietal_id": 36,
      "sold_quantity": 64,
      "sale_date": "2023-11-03",
      "location": "Boston"
    },
    {
      "id": 274,
      "varietal_id": 81,
      "sold_quantity": 7,
      "sale_date": "2023-10-12",
      "location": "Stockholm"
    },
    {
      "id": 275,
      "varietal_id": 59,
      "sold_quantity": 49,
      "sale_date": "2023-11-02",
      "location": "Rome"
    },
    {
      "id": 276,
      "varietal_id": 45,
      "sold_quantity": 93,
      "sale_date": "2023-08-16",
      "location": "Lisbon"
    },
    {
      "id": 277,
      "varietal_id": 62,
      "sold_quantity": 100,
      "sale_date": "2023-12-03",
      "location": "Auckland"
    },
    {
      "id": 278,
      "varietal_id": 82,
      "sold_quantity": 78,
      "sale_date": "2023-07-01",
      "location": "Porto"
    },
    {
      "id": 279,
      "varietal_id": 123,
      "sold_quantity": 3,
      "sale_date": "2023-12-23",
      "location": "London"
    },
    {
      "id": 280,
      "varietal_id": 120,
      "sold_quantity": 100,
      "sale_date": "2023-09-24",
      "location": "Hamburg"
    },
    {
      "id": 281,
      "varietal_id": 5,
      "sold_quantity": 63,
      "sale_date": "2023-09-10",
      "location": "Vienna"
    },
    {
      "id": 282,
      "varietal_id": 17,
      "sold_quantity": 100,
      "sale_date": "2023-06-20",
      "location": "Vienna"
    },
    {
      "id": 283,
      "varietal_id": 100,
      "sold_quantity": 26,
      "sale_date": "2023-08-11",
      "location": "Chicago"
    },
    {
      "id": 284,
      "varietal_id": 115,
      "sold_quantity": 99,
      "sale_date": "2023-08-16",
      "location": "Sao Paulo"
    },
    {
      "id": 285,
      "varietal_id": 28,
      "sold_quantity": 82,
      "sale_date": "2023-11-24",
      "location": "Melbourne"
    },
    {
      "id": 286,
      "varietal_id": 70,
      "sold_quantity": 98,
      "sale_date": "2023-02-21",
      "location": "Berlin"
    },
    {
      "id": 287,
      "varietal_id": 92,
      "sold_quantity": 88,
      "sale_date": "2023-07-22",
      "location": "Singapore"
    },
    {
      "id": 288,
      "varietal_id": 47,
      "sold_quantity": 100,
      "sale_date": "2023-05-23",
      "location": "Chicago"
    },
    {
      "id": 289,
      "varietal_id": 63,
      "sold_quantity": 93,
      "sale_date": "2023-05-23",
      "location": "Jakarta"
    },
    {
      "id": 290,
      "varietal_id": 11,
      "sold_quantity": 97,
      "sale_date": "2023-06-02",
      "location": "Taipei"
    },
    {
      "id": 291,
      "varietal_id": 11,
      "sold_quantity": 28,
      "sale_date": "2023-10-22",
      "location": "Santiago"
    },
    {
      "id": 292,
      "varietal_id": 91,
      "sold_quantity": 87,
      "sale_date": "2023-06-19",
      "location": "Manila"
    },
    {
      "id": 293,
      "varietal_id": 4,
      "sold_quantity": 40,
      "sale_date": "2023-07-24",
      "location": "Porto"
    },
    {
      "id": 294,
      "varietal_id": 35,
      "sold_quantity": 92,
      "sale_date": "2023-12-27",
      "location": "Madrid"
    },
    {
      "id": 295,
      "varietal_id": 118,
      "sold_quantity": 58,
      "sale_date": "2023-03-10",
      "location": "Ankara"
    },
    {
      "id": 296,
      "varietal_id": 95,
      "sold_quantity": 100,
      "sale_date": "2023-11-16",
      "location": "Zurich"
    },
    {
      "id": 297,
      "varietal_id": 17,
      "sold_quantity": 89,
      "sale_date": "2023-05-30",
      "location": "Berlin"
    },
    {
      "id": 298,
      "varietal_id": 59,
      "sold_quantity": 98,
      "sale_date": "2023-03-13",
      "location": "Athens"
    },
    {
      "id": 299,
      "varietal_id": 29,
      "sold_quantity": 49,
      "sale_date": "2023-05-14",
      "location": "Auckland"
    },
    {
      "id": 300,
      "varietal_id": 122,
      "sold_quantity": 17,
      "sale_date": "2023-11-11",
      "location": "Kyoto"
    },
    {
      "id": 301,
      "varietal_id": 39,
      "sold_quantity": 56,
      "sale_date": "2023-08-07",
      "location": "Zurich"
    },
    {
      "id": 302,
      "varietal_id": 4,
      "sold_quantity": 49,
      "sale_date": "2023-08-01",
      "location": "Oslo"
    },
    {
      "id": 303,
      "varietal_id": 88,
      "sold_quantity": 36,
      "sale_date": "2023-12-26",
      "location": "Denver"
    },
    {
      "id": 304,
      "varietal_id": 140,
      "sold_quantity": 88,
      "sale_date": "2023-11-15",
      "location": "Hamburg"
    },
    {
      "id": 305,
      "varietal_id": 76,
      "sold_quantity": 89,
      "sale_date": "2023-05-15",
      "location": "Bucharest"
    },
    {
      "id": 306,
      "varietal_id": 124,
      "sold_quantity": 72,
      "sale_date": "2023-02-20",
      "location": "Rome"
    },
    {
      "id": 307,
      "varietal_id": 114,
      "sold_quantity": 69,
      "sale_date": "2023-09-16",
      "location": "Edinburgh"
    },
    {
      "id": 308,
      "varietal_id": 63,
      "sold_quantity": 33,
      "sale_date": "2023-07-19",
      "location": "Bucharest"
    },
    {
      "id": 309,
      "varietal_id": 4,
      "sold_quantity": 89,
      "sale_date": "2023-08-27",
      "location": "Helsinki"
    },
    {
      "id": 310,
      "varietal_id": 25,
      "sold_quantity": 10,
      "sale_date": "2023-03-26",
      "location": "Istanbul"
    },
    {
      "id": 311,
      "varietal_id": 4,
      "sold_quantity": 80,
      "sale_date": "2023-10-25",
      "location": "Rome"
    },
    {
      "id": 312,
      "varietal_id": 66,
      "sold_quantity": 89,
      "sale_date": "2023-05-20",
      "location": "Porto"
    },
    {
      "id": 313,
      "varietal_id": 99,
      "sold_quantity": 55,
      "sale_date": "2023-10-14",
      "location": "Nairobi"
    },
    {
      "id": 314,
      "varietal_id": 121,
      "sold_quantity": 64,
      "sale_date": "2023-04-02",
      "location": "Tokyo"
    },
    {
      "id": 315,
      "varietal_id": 71,
      "sold_quantity": 98,
      "sale_date": "2023-11-01",
      "location": "Helsinki"
    },
    {
      "id": 316,
      "varietal_id": 120,
      "sold_quantity": 7,
      "sale_date": "2023-08-22",
      "location": "London"
    },
    {
      "id": 317,
      "varietal_id": 4,
      "sold_quantity": 92,
      "sale_date": "2023-09-05",
      "location": "Lisbon"
    },
    {
      "id": 318,
      "varietal_id": 29,
      "sold_quantity": 60,
      "sale_date": "2023-09-06",
      "location": "Delhi"
    },
    {
      "id": 319,
      "varietal_id": 25,
      "sold_quantity": 92,
      "sale_date": "2023-05-07",
      "location": "Vancouver"
    },
    {
      "id": 320,
      "varietal_id": 31,
      "sold_quantity": 46,
      "sale_date": "2023-06-05",
      "location": "Nairobi"
    },
    {
      "id": 321,
      "varietal_id": 98,
      "sold_quantity": 36,
      "sale_date": "2023-06-16",
      "location": "Oslo"
    },
    {
      "id": 322,
      "varietal_id": 136,
      "sold_quantity": 8,
      "sale_date": "2023-11-21",
      "location": "Jakarta"
    },
    {
      "id": 323,
      "varietal_id": 23,
      "sold_quantity": 96,
      "sale_date": "2023-09-10",
      "location": "Singapore"
    },
    {
      "id": 324,
      "varietal_id": 60,
      "sold_quantity": 42,
      "sale_date": "2023-07-01",
      "location": "Oslo"
    },
    {
      "id": 325,
      "varietal_id": 51,
      "sold_quantity": 84,
      "sale_date": "2023-05-24",
      "location": "Kyoto"
    },
    {
      "id": 326,
      "varietal_id": 141,
      "sold_quantity": 38,
      "sale_date": "2023-11-29",
      "location": "Brussels"
    },
    {
      "id": 327,
      "varietal_id": 137,
      "sold_quantity": 98,
      "sale_date": "2023-09-27",
      "location": "Athens"
    },
    {
      "id": 328,
      "varietal_id": 85,
      "sold_quantity": 68,
      "sale_date": "2023-09-27",
      "location": "Edinburgh"
    },
    {
      "id": 329,
      "varietal_id": 16,
      "sold_quantity": 31,
      "sale_date": "2023-02-03",
      "location": "Stockholm"
    },
    {
      "id": 330,
      "varietal_id": 126,
      "sold_quantity": 7,
      "sale_date": "2023-04-16",
      "location": "Mumbai"
    },
    {
      "id": 331,
      "varietal_id": 90,
      "sold_quantity": 100,
      "sale_date": "2023-06-27",
      "location": "Porto"
    },
    {
      "id": 332,
      "varietal_id": 33,
      "sold_quantity": 91,
      "sale_date": "2023-07-15",
      "location": "Budapest"
    },
    {
      "id": 333,
      "varietal_id": 86,
      "sold_quantity": 32,
      "sale_date": "2023-03-29",
      "location": "Prague"
    },
    {
      "id": 334,
      "varietal_id": 135,
      "sold_quantity": 98,
      "sale_date": "2023-07-20",
      "location": "Seattle"
    },
    {
      "id": 335,
      "varietal_id": 2,
      "sold_quantity": 99,
      "sale_date": "2023-11-13",
      "location": "Manila"
    },
    {
      "id": 336,
      "varietal_id": 22,
      "sold_quantity": 96,
      "sale_date": "2023-06-10",
      "location": "Cairo"
    },
    {
      "id": 337,
      "varietal_id": 145,
      "sold_quantity": 87,
      "sale_date": "2023-12-15",
      "location": "Manchester"
    },
    {
      "id": 338,
      "varietal_id": 92,
      "sold_quantity": 99,
      "sale_date": "2023-12-04",
      "location": "Seoul"
    },
    {
      "id": 339,
      "varietal_id": 67,
      "sold_quantity": 99,
      "sale_date": "2023-12-10",
      "location": "Lima"
    },
    {
      "id": 340,
      "varietal_id": 103,
      "sold_quantity": 55,
      "sale_date": "2023-10-08",
      "location": "Denver"
    },
    {
      "id": 341,
      "varietal_id": 38,
      "sold_quantity": 74,
      "sale_date": "2023-04-24",
      "location": "Buenos Aires"
    },
    {
      "id": 342,
      "varietal_id": 2,
      "sold_quantity": 97,
      "sale_date": "2023-08-17",
      "location": "Helsinki"
    },
    {
      "id": 343,
      "varietal_id": 88,
      "sold_quantity": 5,
      "sale_date": "2023-07-24",
      "location": "Helsinki"
    },
    {
      "id": 344,
      "varietal_id": 50,
      "sold_quantity": 10,
      "sale_date": "2023-05-21",
      "location": "Auckland"
    },
    {
      "id": 345,
      "varietal_id": 77,
      "sold_quantity": 31,
      "sale_date": "2023-07-07",
      "location": "Porto"
    },
    {
      "id": 346,
      "varietal_id": 150,
      "sold_quantity": 81,
      "sale_date": "2023-08-22",
      "location": "Singapore"
    },
    {
      "id": 347,
      "varietal_id": 52,
      "sold_quantity": 99,
      "sale_date": "2023-12-12",
      "location": "Singapore"
    },
    {
      "id": 348,
      "varietal_id": 89,
      "sold_quantity": 6,
      "sale_date": "2023-05-04",
      "location": "Helsinki"
    },
    {
      "id": 349,
      "varietal_id": 5,
      "sold_quantity": 80,
      "sale_date": "2023-04-15",
      "location": "Bangkok"
    },
    {
      "id": 350,
      "varietal_id": 73,
      "sold_quantity": 87,
      "sale_date": "2023-05-05",
      "location": "Mumbai"
    },
    {
      "id": 351,
      "varietal_id": 1,
      "sold_quantity": 8,
      "sale_date": "2023-07-22",
      "location": "Madrid"
    },
    {
      "id": 352,
      "varietal_id": 57,
      "sold_quantity": 29,
      "sale_date": "2023-09-24",
      "location": "Budapest"
    },
    {
      "id": 353,
      "varietal_id": 133,
      "sold_quantity": 90,
      "sale_date": "2023-12-21",
      "location": "Madrid"
    },
    {
      "id": 354,
      "varietal_id": 48,
      "sold_quantity": 66,
      "sale_date": "2023-05-29",
      "location": "Budapest"
    },
    {
      "id": 355,
      "varietal_id": 89,
      "sold_quantity": 8,
      "sale_date": "2023-10-25",
      "location": "Bangkok"
    },
    {
      "id": 356,
      "varietal_id": 35,
      "sold_quantity": 3,
      "sale_date": "2023-12-03",
      "location": "Seattle"
    },
    {
      "id": 357,
      "varietal_id": 91,
      "sold_quantity": 52,
      "sale_date": "2023-12-24",
      "location": "Stockholm"
    },
    {
      "id": 358,
      "varietal_id": 73,
      "sold_quantity": 94,
      "sale_date": "2023-06-14",
      "location": "Singapore"
    },
    {
      "id": 359,
      "varietal_id": 97,
      "sold_quantity": 84,
      "sale_date": "2023-08-10",
      "location": "Manchester"
    },
    {
      "id": 360,
      "varietal_id": 105,
      "sold_quantity": 40,
      "sale_date": "2023-02-21",
      "location": "Oslo"
    },
    {
      "id": 361,
      "varietal_id": 144,
      "sold_quantity": 42,
      "sale_date": "2023-07-05",
      "location": "Madrid"
    },
    {
      "id": 362,
      "varietal_id": 58,
      "sold_quantity": 75,
      "sale_date": "2023-11-22",
      "location": "Munich"
    },
    {
      "id": 363,
      "varietal_id": 144,
      "sold_quantity": 93,
      "sale_date": "2023-11-16",
      "location": "Tokyo"
    },
    {
      "id": 364,
      "varietal_id": 150,
      "sold_quantity": 99,
      "sale_date": "2023-09-23",
      "location": "Kyoto"
    },
    {
      "id": 365,
      "varietal_id": 28,
      "sold_quantity": 80,
      "sale_date": "2023-04-02",
      "location": "Lima"
    },
    {
      "id": 366,
      "varietal_id": 3,
      "sold_quantity": 11,
      "sale_date": "2023-09-04",
      "location": "Manila"
    },
    {
      "id": 367,
      "varietal_id": 76,
      "sold_quantity": 70,
      "sale_date": "2023-01-19",
      "location": "Dublin"
    },
    {
      "id": 368,
      "varietal_id": 58,
      "sold_quantity": 91,
      "sale_date": "2023-09-11",
      "location": "Copenhagen"
    },
    {
      "id": 369,
      "varietal_id": 119,
      "sold_quantity": 98,
      "sale_date": "2023-05-29",
      "location": "San Diego"
    },
    {
      "id": 370,
      "varietal_id": 58,
      "sold_quantity": 100,
      "sale_date": "2023-03-07",
      "location": "London"
    },
    {
      "id": 371,
      "varietal_id": 69,
      "sold_quantity": 94,
      "sale_date": "2023-05-03",
      "location": "Istanbul"
    },
    {
      "id": 372,
      "varietal_id": 40,
      "sold_quantity": 80,
      "sale_date": "2023-12-15",
      "location": "Auckland"
    },
    {
      "id": 373,
      "varietal_id": 120,
      "sold_quantity": 98,
      "sale_date": "2023-04-10",
      "location": "Porto"
    },
    {
      "id": 374,
      "varietal_id": 97,
      "sold_quantity": 99,
      "sale_date": "2023-12-15",
      "location": "Auckland"
    },
    {
      "id": 375,
      "varietal_id": 103,
      "sold_quantity": 80,
      "sale_date": "2023-12-19",
      "location": "Santiago"
    },
    {
      "id": 376,
      "varietal_id": 79,
      "sold_quantity": 93,
      "sale_date": "2023-08-22",
      "location": "Ankara"
    },
    {
      "id": 377,
      "varietal_id": 63,
      "sold_quantity": 85,
      "sale_date": "2023-08-16",
      "location": "Taipei"
    },
    {
      "id": 378,
      "varietal_id": 115,
      "sold_quantity": 8,
      "sale_date": "2023-08-30",
      "location": "Buenos Aires"
    },
    {
      "id": 379,
      "varietal_id": 18,
      "sold_quantity": 74,
      "sale_date": "2023-11-13",
      "location": "Chicago"
    },
    {
      "id": 380,
      "varietal_id": 149,
      "sold_quantity": 52,
      "sale_date": "2023-09-17",
      "location": "Brussels"
    },
    {
      "id": 381,
      "varietal_id": 87,
      "sold_quantity": 52,
      "sale_date": "2023-12-15",
      "location": "Vancouver"
    },
    {
      "id": 382,
      "varietal_id": 46,
      "sold_quantity": 98,
      "sale_date": "2023-12-18",
      "location": "Manila"
    },
    {
      "id": 383,
      "varietal_id": 84,
      "sold_quantity": 89,
      "sale_date": "2023-08-15",
      "location": "Nairobi"
    },
    {
      "id": 384,
      "varietal_id": 71,
      "sold_quantity": 61,
      "sale_date": "2023-06-29",
      "location": "Athens"
    },
    {
      "id": 385,
      "varietal_id": 125,
      "sold_quantity": 46,
      "sale_date": "2023-09-06",
      "location": "Munich"
    },
    {
      "id": 386,
      "varietal_id": 116,
      "sold_quantity": 87,
      "sale_date": "2023-03-10",
      "location": "Ankara"
    },
    {
      "id": 387,
      "varietal_id": 62,
      "sold_quantity": 97,
      "sale_date": "2023-09-18",
      "location": "Istanbul"
    },
    {
      "id": 388,
      "varietal_id": 118,
      "sold_quantity": 93,
      "sale_date": "2023-10-07",
      "location": "Lyon"
    },
    {
      "id": 389,
      "varietal_id": 96,
      "sold_quantity": 97,
      "sale_date": "2023-07-01",
      "location": "Austin"
    },
    {
      "id": 390,
      "varietal_id": 3,
      "sold_quantity": 99,
      "sale_date": "2023-04-21",
      "location": "Toronto"
    },
    {
      "id": 391,
      "varietal_id": 93,
      "sold_quantity": 79,
      "sale_date": "2023-02-13",
      "location": "Oslo"
    },
    {
      "id": 392,
      "varietal_id": 132,
      "sold_quantity": 93,
      "sale_date": "2023-01-05",
      "location": "Delhi"
    },
    {
      "id": 393,
      "varietal_id": 147,
      "sold_quantity": 69,
      "sale_date": "2023-04-30",
      "location": "Zurich"
    },
    {
      "id": 394,
      "varietal_id": 105,
      "sold_quantity": 22,
      "sale_date": "2023-10-04",
      "location": "Oslo"
    },
    {
      "id": 395,
      "varietal_id": 104,
      "sold_quantity": 44,
      "sale_date": "2023-09-04",
      "location": "Lagos"
    },
    {
      "id": 396,
      "varietal_id": 25,
      "sold_quantity": 87,
      "sale_date": "2023-11-26",
      "location": "Oslo"
    },
    {
      "id": 397,
      "varietal_id": 46,
      "sold_quantity": 99,
      "sale_date": "2023-11-11",
      "location": "Mumbai"
    },
    {
      "id": 398,
      "varietal_id": 3,
      "sold_quantity": 74,
      "sale_date": "2023-04-14",
      "location": "Melbourne"
    },
    {
      "id": 399,
      "varietal_id": 67,
      "sold_quantity": 53,
      "sale_date": "2023-12-04",
      "location": "Lagos"
    },
    {
      "id": 400,
      "varietal_id": 27,
      "sold_quantity": 96,
      "sale_date": "2023-11-23",
      "location": "Bogota"
    },
    {
      "id": 401,
      "varietal_id": 94,
      "sold_quantity": 95,
      "sale_date": "2023-06-27",
      "location": "Kyoto"
    },
    {
      "id": 402,
      "varietal_id": 18,
      "sold_quantity": 3,
      "sale_date": "2023-08-25",
      "location": "Edinburgh"
    },
    {
      "id": 403,
      "varietal_id": 11,
      "sold_quantity": 85,
      "sale_date": "2023-03-23",
      "location": "Tokyo"
    },
    {
      "id": 404,
      "varietal_id": 6,
      "sold_quantity": 33,
      "sale_date": "2023-01-14",
      "location": "Barcelona"
    },
    {
      "id": 405,
      "varietal_id": 77,
      "sold_quantity": 56,
      "sale_date": "2023-01-04",
      "location": "Porto"
    },
    {
      "id": 406,
      "varietal_id": 43,
      "sold_quantity": 75,
      "sale_date": "2023-06-28",
      "location": "Ankara"
    },
    {
      "id": 407,
      "varietal_id": 36,
      "sold_quantity": 32,
      "sale_date": "2023-05-11",
      "location": "Seoul"
    },
    {
      "id": 408,
      "varietal_id": 15,
      "sold_quantity": 78,
      "sale_date": "2023-02-17",
      "location": "Nairobi"
    },
    {
      "id": 409,
      "varietal_id": 53,
      "sold_quantity": 93,
      "sale_date": "2023-11-04",
      "location": "Istanbul"
    },
    {
      "id": 410,
      "varietal_id": 139,
      "sold_quantity": 95,
      "sale_date": "2023-02-06",
      "location": "Lyon"
    },
    {
      "id": 411,
      "varietal_id": 102,
      "sold_quantity": 67,
      "sale_date": "2023-03-10",
      "location": "Tokyo"
    },
    {
      "id": 412,
      "varietal_id": 84,
      "sold_quantity": 97,
      "sale_date": "2023-12-10",
      "location": "Bangkok"
    },
    {
      "id": 413,
      "varietal_id": 128,
      "sold_quantity": 81,
      "sale_date": "2023-07-30",
      "location": "Cairo"
    },
    {
      "id": 414,
      "varietal_id": 51,
      "sold_quantity": 74,
      "sale_date": "2023-09-02",
      "location": "Melbourne"
    },
    {
      "id": 415,
      "varietal_id": 13,
      "sold_quantity": 21,
      "sale_date": "2023-06-20",
      "location": "Taipei"
    },
    {
      "id": 416,
      "varietal_id": 100,
      "sold_quantity": 94,
      "sale_date": "2023-03-18",
      "location": "Mexico City"
    },
    {
      "id": 417,
      "varietal_id": 102,
      "sold_quantity": 87,
      "sale_date": "2023-04-19",
      "location": "Manila"
    },
    {
      "id": 418,
      "varietal_id": 22,
      "sold_quantity": 70,
      "sale_date": "2023-12-16",
      "location": "Seattle"
    },
    {
      "id": 419,
      "varietal_id": 68,
      "sold_quantity": 19,
      "sale_date": "2023-05-26",
      "location": "Kyoto"
    },
    {
      "id": 420,
      "varietal_id": 97,
      "sold_quantity": 95,
      "sale_date": "2023-05-21",
      "location": "Munich"
    },
    {
      "id": 421,
      "varietal_id": 128,
      "sold_quantity": 76,
      "sale_date": "2023-12-06",
      "location": "Brussels"
    },
    {
      "id": 422,
      "varietal_id": 44,
      "sold_quantity": 48,
      "sale_date": "2023-09-20",
      "location": "Rome"
    },
    {
      "id": 423,
      "varietal_id": 112,
      "sold_quantity": 93,
      "sale_date": "2023-11-19",
      "location": "Barcelona"
    },
    {
      "id": 424,
      "varietal_id": 45,
      "sold_quantity": 16,
      "sale_date": "2023-07-30",
      "location": "Stockholm"
    },
    {
      "id": 425,
      "varietal_id": 145,
      "sold_quantity": 60,
      "sale_date": "2023-03-30",
      "location": "Boston"
    },
    {
      "id": 426,
      "varietal_id": 130,
      "sold_quantity": 98,
      "sale_date": "2023-11-11",
      "location": "Rome"
    },
    {
      "id": 427,
      "varietal_id": 55,
      "sold_quantity": 58,
      "sale_date": "2023-08-02",
      "location": "Santiago"
    },
    {
      "id": 428,
      "varietal_id": 65,
      "sold_quantity": 80,
      "sale_date": "2023-12-20",
      "location": "Budapest"
    },
    {
      "id": 429,
      "varietal_id": 129,
      "sold_quantity": 72,
      "sale_date": "2023-05-25",
      "location": "Lyon"
    },
    {
      "id": 430,
      "varietal_id": 134,
      "sold_quantity": 49,
      "sale_date": "2023-10-21",
      "location": "Munich"
    },
    {
      "id": 431,
      "varietal_id": 4,
      "sold_quantity": 89,
      "sale_date": "2023-06-08",
      "location": "Nairobi"
    },
    {
      "id": 432,
      "varietal_id": 140,
      "sold_quantity": 86,
      "sale_date": "2023-09-04",
      "location": "Lyon"
    },
    {
      "id": 433,
      "varietal_id": 86,
      "sold_quantity": 32,
      "sale_date": "2023-04-22",
      "location": "Manila"
    },
    {
      "id": 434,
      "varietal_id": 138,
      "sold_quantity": 42,
      "sale_date": "2023-06-09",
      "location": "Chicago"
    },
    {
      "id": 435,
      "varietal_id": 26,
      "sold_quantity": 83,
      "sale_date": "2023-11-18",
      "location": "Cape Town"
    },
    {
      "id": 436,
      "varietal_id": 18,
      "sold_quantity": 96,
      "sale_date": "2023-05-24",
      "location": "Seattle"
    },
    {
      "id": 437,
      "varietal_id": 9,
      "sold_quantity": 68,
      "sale_date": "2023-04-20",
      "location": "Istanbul"
    },
    {
      "id": 438,
      "varietal_id": 3,
      "sold_quantity": 81,
      "sale_date": "2023-01-29",
      "location": "Brussels"
    },
    {
      "id": 439,
      "varietal_id": 50,
      "sold_quantity": 89,
      "sale_date": "2023-09-05",
      "location": "Barcelona"
    },
    {
      "id": 440,
      "varietal_id": 142,
      "sold_quantity": 95,
      "sale_date": "2023-09-11",
      "location": "Kyoto"
    },
    {
      "id": 441,
      "varietal_id": 106,
      "sold_quantity": 85,
      "sale_date": "2023-08-02",
      "location": "Edinburgh"
    },
    {
      "id": 442,
      "varietal_id": 80,
      "sold_quantity": 86,
      "sale_date": "2023-07-27",
      "location": "Bucharest"
    },
    {
      "id": 443,
      "varietal_id": 26,
      "sold_quantity": 74,
      "sale_date": "2023-08-16",
      "location": "Edinburgh"
    },
    {
      "id": 444,
      "varietal_id": 64,
      "sold_quantity": 38,
      "sale_date": "2023-08-07",
      "location": "Mexico City"
    },
    {
      "id": 445,
      "varietal_id": 33,
      "sold_quantity": 55,
      "sale_date": "2023-11-08",
      "location": "Prague"
    },
    {
      "id": 446,
      "varietal_id": 22,
      "sold_quantity": 83,
      "sale_date": "2023-04-06",
      "location": "Lagos"
    },
    {
      "id": 447,
      "varietal_id": 22,
      "sold_quantity": 99,
      "sale_date": "2023-08-24",
      "location": "Cairo"
    },
    {
      "id": 448,
      "varietal_id": 42,
      "sold_quantity": 39,
      "sale_date": "2023-04-05",
      "location": "Denver"
    },
    {
      "id": 449,
      "varietal_id": 10,
      "sold_quantity": 60,
      "sale_date": "2023-12-26",
      "location": "Hamburg"
    },
    {
      "id": 450,
      "varietal_id": 139,
      "sold_quantity": 87,
      "sale_date": "2023-11-07",
      "location": "Chicago"
    },
    {
      "id": 451,
      "varietal_id": 86,
      "sold_quantity": 73,
      "sale_date": "2023-07-17",
      "location": "Delhi"
    },
    {
      "id": 452,
      "varietal_id": 148,
      "sold_quantity": 99,
      "sale_date": "2023-03-08",
      "location": "Cape Town"
    },
    {
      "id": 453,
      "varietal_id": 96,
      "sold_quantity": 10,
      "sale_date": "2023-03-08",
      "location": "Barcelona"
    },
    {
      "id": 454,
      "varietal_id": 3,
      "sold_quantity": 91,
      "sale_date": "2023-05-14",
      "location": "Nairobi"
    },
    {
      "id": 455,
      "varietal_id": 3,
      "sold_quantity": 91,
      "sale_date": "2023-05-23",
      "location": "Berlin"
    },
    {
      "id": 456,
      "varietal_id": 112,
      "sold_quantity": 98,
      "sale_date": "2023-09-13",
      "location": "Edinburgh"
    },
    {
      "id": 457,
      "varietal_id": 23,
      "sold_quantity": 54,
      "sale_date": "2023-12-28",
      "location": "Warsaw"
    },
    {
      "id": 458,
      "varietal_id": 107,
      "sold_quantity": 52,
      "sale_date": "2023-11-30",
      "location": "Lima"
    },
    {
      "id": 459,
      "varietal_id": 8,
      "sold_quantity": 98,
      "sale_date": "2023-04-23",
      "location": "Auckland"
    },
    {
      "id": 460,
      "varietal_id": 112,
      "sold_quantity": 73,
      "sale_date": "2023-09-14",
      "location": "London"
    },
    {
      "id": 461,
      "varietal_id": 62,
      "sold_quantity": 33,
      "sale_date": "2023-08-31",
      "location": "Melbourne"
    },
    {
      "id": 462,
      "varietal_id": 83,
      "sold_quantity": 91,
      "sale_date": "2023-10-26",
      "location": "Berlin"
    },
    {
      "id": 463,
      "varietal_id": 147,
      "sold_quantity": 88,
      "sale_date": "2023-10-15",
      "location": "Ankara"
    },
    {
      "id": 464,
      "varietal_id": 96,
      "sold_quantity": 45,
      "sale_date": "2023-07-29",
      "location": "Santiago"
    },
    {
      "id": 465,
      "varietal_id": 138,
      "sold_quantity": 100,
      "sale_date": "2023-09-04",
      "location": "Dublin"
    },
    {
      "id": 466,
      "varietal_id": 10,
      "sold_quantity": 83,
      "sale_date": "2023-08-27",
      "location": "Dublin"
    },
    {
      "id": 467,
      "varietal_id": 99,
      "sold_quantity": 77,
      "sale_date": "2023-02-23",
      "location": "Stockholm"
    },
    {
      "id": 468,
      "varietal_id": 23,
      "sold_quantity": 98,
      "sale_date": "2023-11-29",
      "location": "Denver"
    },
    {
      "id": 469,
      "varietal_id": 16,
      "sold_quantity": 36,
      "sale_date": "2023-05-24",
      "location": "Manchester"
    },
    {
      "id": 470,
      "varietal_id": 100,
      "sold_quantity": 82,
      "sale_date": "2023-09-08",
      "location": "Santiago"
    },
    {
      "id": 471,
      "varietal_id": 87,
      "sold_quantity": 65,
      "sale_date": "2023-02-04",
      "location": "Chicago"
    },
    {
      "id": 472,
      "varietal_id": 31,
      "sold_quantity": 98,
      "sale_date": "2023-12-12",
      "location": "Helsinki"
    },
    {
      "id": 473,
      "varietal_id": 133,
      "sold_quantity": 90,
      "sale_date": "2023-09-03",
      "location": "Berlin"
    },
    {
      "id": 474,
      "varietal_id": 8,
      "sold_quantity": 23,
      "sale_date": "2023-03-31",
      "location": "Sao Paulo"
    },
    {
      "id": 475,
      "varietal_id": 86,
      "sold_quantity": 98,
      "sale_date": "2023-12-19",
      "location": "Vienna"
    },
    {
      "id": 476,
      "varietal_id": 97,
      "sold_quantity": 96,
      "sale_date": "2023-03-30",
      "location": "Auckland"
    },
    {
      "id": 477,
      "varietal_id": 72,
      "sold_quantity": 86,
      "sale_date": "2023-12-31",
      "location": "Amsterdam"
    },
    {
      "id": 478,
      "varietal_id": 96,
      "sold_quantity": 45,
      "sale_date": "2023-03-08",
      "location": "Auckland"
    },
    {
      "id": 479,
      "varietal_id": 92,
      "sold_quantity": 35,
      "sale_date": "2023-10-22",
      "location": "Buenos Aires"
    },
    {
      "id": 480,
      "varietal_id": 146,
      "sold_quantity": 100,
      "sale_date": "2023-09-05",
      "location": "London"
    },
    {
      "id": 481,
      "varietal_id": 115,
      "sold_quantity": 15,
      "sale_date": "2023-12-15",
      "location": "Auckland"
    },
    {
      "id": 482,
      "varietal_id": 52,
      "sold_quantity": 31,
      "sale_date": "2023-01-19",
      "location": "San Diego"
    },
    {
      "id": 483,
      "varietal_id": 95,
      "sold_quantity": 100,
      "sale_date": "2023-04-05",
      "location": "Milan"
    },
    {
      "id": 484,
      "varietal_id": 96,
      "sold_quantity": 98,
      "sale_date": "2023-09-05",
      "location": "Athens"
    },
    {
      "id": 485,
      "varietal_id": 130,
      "sold_quantity": 85,
      "sale_date": "2023-11-15",
      "location": "Lyon"
    },
    {
      "id": 486,
      "varietal_id": 75,
      "sold_quantity": 6,
      "sale_date": "2023-07-16",
      "location": "Sao Paulo"
    },
    {
      "id": 487,
      "varietal_id": 129,
      "sold_quantity": 64,
      "sale_date": "2023-08-05",
      "location": "Berlin"
    },
    {
      "id": 488,
      "varietal_id": 11,
      "sold_quantity": 93,
      "sale_date": "2023-06-15",
      "location": "Copenhagen"
    },
    {
      "id": 489,
      "varietal_id": 92,
      "sold_quantity": 81,
      "sale_date": "2023-07-15",
      "location": "Copenhagen"
    },
    {
      "id": 490,
      "varietal_id": 103,
      "sold_quantity": 77,
      "sale_date": "2023-08-16",
      "location": "Mexico City"
    },
    {
      "id": 491,
      "varietal_id": 93,
      "sold_quantity": 42,
      "sale_date": "2023-08-24",
      "location": "Vancouver"
    },
    {
      "id": 492,
      "varietal_id": 30,
      "sold_quantity": 85,
      "sale_date": "2023-11-17",
      "location": "Tokyo"
    },
    {
      "id": 493,
      "varietal_id": 54,
      "sold_quantity": 62,
      "sale_date": "2023-11-17",
      "location": "Milan"
    },
    {
      "id": 494,
      "varietal_id": 7,
      "sold_quantity": 96,
      "sale_date": "2023-09-01",
      "location": "San Diego"
    },
    {
      "id": 495,
      "varietal_id": 122,
      "sold_quantity": 39,
      "sale_date": "2023-10-25",
      "location": "Prague"
    },
    {
      "id": 496,
      "varietal_id": 93,
      "sold_quantity": 3,
      "sale_date": "2023-12-18",
      "location": "Berlin"
    },
    {
      "id": 497,
      "varietal_id": 60,
      "sold_quantity": 10,
      "sale_date": "2023-08-03",
      "location": "Chicago"
    },
    {
      "id": 498,
      "varietal_id": 138,
      "sold_quantity": 8,
      "sale_date": "2023-07-10",
      "location": "Taipei"
    },
    {
      "id": 499,
      "varietal_id": 86,
      "sold_quantity": 22,
      "sale_date": "2023-07-07",
      "location": "Santiago"
    },
    {
      "id": 500,
      "varietal_id": 62,
      "sold_quantity": 40,
      "sale_date": "2023-03-25",
      "location": "Lyon"
    }
  ]
}
