SwiftUI Table performance issue

I found the Table with Toggle will have performance issue when the data is large.

I can reproduce it in Apple demo: https://developer.apple.com/documentation/swiftui/building_a_great_mac_app_with_swiftui

Replace with a large mock data, for example

[
    {
        "id" : "079FBE8F-A402-4592-B930-9A8EB396F73F",
        "year" : 2018,
        "name" : "Backyard Flower Bed",
        "plants" : [

        ]
    },
    {
        "id" : "FE2522C5-F361-4ACC-B311-2898ACF992C8",
        "year" : 2018,
        "name" : "Vegetable Patch",
        "plants" : [

        ]
    },
    {
        "id" : "33B55A49-A07E-4BAA-BA87-45E08BD46D7B",
        "year" : 2019,
        "name" : "Backyard Flower Bed",
        "plants" : [

        ]
    },
    {
        "id" : "700DA69E-8CCC-4890-8396-8612BE2336EE",
        "year" : 2020,
        "name" : "Vegetable Patch",
        "plants" : [

        ]
    },
    {
        "id" : "D494F1B3-9332-4130-A9D8-C7DFB1B09619",
        "year" : 2020,
        "name" : "Backyard Flower Bed",
        "plants" : [

        ]
    },
    {
        "id" : "67EA676C-891E-4457-96A5-7BFB5CDDC7AC",
        "year" : 2021,
        "name" : "Backyard Flower Bed",
        "plants" : [
            {
                "wateringFrequency" : 5,
                "id" : "610F8E9B-BB4E-4C7C-837A-74A7637AEE14",
                "favorite" : false,
                "variety" : "California Poppy",
                "daysToMaturity" : 100,
                "datePlanted" : "2021-05-01T00:00:00Z",
                "lastWateredOn" : "2021-06-03T00:00:00Z"
            },
            {
                "wateringFrequency" : 5,
                "id" : "FC8B2DFC-7D0F-404D-9E86-2EC0235161DD",
                "favorite" : false,
                "variety" : "Marigold",
                "daysToMaturity" : 100,
                "datePlanted" : "2021-05-01T00:00:00Z",
                "lastWateredOn" : "2021-06-02T00:00:00Z"
            },
            {
                "wateringFrequency" : 5,
                "id" : "169C1780-356C-45F1-9AE2-DECFFA926640",
                "favorite" : false,
                "variety" : "Sunflower",
                "daysToMaturity" : 100,
                "datePlanted" : "2021-05-01T00:00:00Z",
                "lastWateredOn" : "2021-06-02T00:00:00Z"
            },
            {
                "wateringFrequency" : 5,
                "id" : "FAF12176-CA3C-4CCD-A483-31BFFD47B676",
                "favorite" : false,
                "variety" : "Peonies",
                "daysToMaturity" : 50,
                "datePlanted" : "2021-05-01T00:00:00Z",
                "lastWateredOn" : "2021-06-01T00:00:00Z"
            },
            {
                "wateringFrequency" : 5,
                "id" : "562B2EC5-AFAC-482E-8720-7A7DBF6CAEF9",
                "favorite" : false,
                "variety" : "Morning Glory",
                "daysToMaturity" : 50,
                "datePlanted" : "2021-05-01T00:00:00Z",
                "lastWateredOn" : "2021-06-03T00:00:00Z"
            },
            {
                "wateringFrequency" : 5,
                "id" : "296ADEBF-8E6A-4038-AA89-063E5D0E789C",
                "favorite" : false,
                "variety" : "Zinnias",
                "daysToMaturity" : 50,
                "datePlanted" : "2021-05-01T00:00:00Z",
                "lastWateredOn" : "2021-06-03T00:00:00Z"
            }
        ]
    },
    {
        "id" : "A37957BD-7F3B-40D1-AE6C-756EBE9B3684",
        "year" : 2021,
        "name" : "Vegetable Patch",
        "plants" : [
            {
                "variety": "Tomatoes",
                "id": "185119BF-B99A-4B9B-8F60-ED319D32C901",
                "datePlanted": "2021-05-18T00:34:54Z",
                "favorite": false,
                "lastWateredOn": "2021-05-30T00:34:54Z",
                "daysToMaturity": 85,
                "wateringFrequency": 2
            },
            {
                "variety": "Peppers",
                "id": "91111ACE-7F63-4AC8-A02A-D1A9335F6F73",
                "datePlanted": "2021-05-10T00:34:54Z",
                "favorite": false,
                "lastWateredOn": "2021-05-19T00:34:54Z",
                "daysToMaturity": 104,
                "wateringFrequency": 3
            },
            {
                "variety": "Cabbage",
                "id": "7B966BB4-B479-4448-AB4C-7CC51B96E798",
                "datePlanted": "2025-02-20T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-10T10:17:41Z",
                "daysToMaturity": 98,
                "wateringFrequency": 10
            },
            {
                "variety": "Potatoes",
                "id": "FB98579E-ACBE-4E5F-96B8-8D945413243F",
                "datePlanted": "2024-11-20T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-25T10:17:41Z",
                "daysToMaturity": 77,
                "wateringFrequency": 6
            },
            {
                "variety": "Broccoli",
                "id": "9233C861-3F7B-4108-8784-1291B644F667",
                "datePlanted": "2025-02-25T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-18T10:17:41Z",
                "daysToMaturity": 56,
                "wateringFrequency": 9
            },
            {
                "variety": "Lettuce",
                "id": "8C04670D-CD31-4833-892A-B634C8D0B4D4",
                "datePlanted": "2025-02-16T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-27T10:17:41Z",
                "daysToMaturity": 72,
                "wateringFrequency": 9
            },
            {
                "variety": "Cabbage",
                "id": "67BFD622-74EC-4465-A9A2-81D5F03DFD38",
                "datePlanted": "2024-03-07T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-11T10:17:41Z",
                "daysToMaturity": 52,
                "wateringFrequency": 9
            },
            {
                "variety": "Carrots",
                "id": "646EB633-80A3-46D4-93BC-75037F599B6A",
                "datePlanted": "2024-11-30T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-19T10:17:41Z",
                "daysToMaturity": 88,
                "wateringFrequency": 4
            },
            {
                "variety": "Pumpkins",
                "id": "B4DF7D45-3D9E-4017-9319-676F362BF01B",
                "datePlanted": "2024-09-11T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 55,
                "wateringFrequency": 9
            },
            {
                "variety": "Potatoes",
                "id": "435534B1-6224-4F10-8D4F-29A88BBC1A1D",
                "datePlanted": "2024-12-22T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-08T10:17:41Z",
                "daysToMaturity": 112,
                "wateringFrequency": 3
            },
            {
                "variety": "Lettuce",
                "id": "0A34D930-075B-4F93-98DE-18DCF319F6CC",
                "datePlanted": "2024-07-05T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-09T10:17:41Z",
                "daysToMaturity": 61,
                "wateringFrequency": 3
            },
            {
                "variety": "Pumpkins",
                "id": "46E23BC4-8832-4B3D-AE72-D02F9B48AF43",
                "datePlanted": "2024-08-09T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-07T10:17:41Z",
                "daysToMaturity": 102,
                "wateringFrequency": 3
            },
            {
                "variety": "Garlic",
                "id": "E1CF478B-D62B-4372-BE8A-96B5BE8B5597",
                "datePlanted": "2024-12-15T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 41,
                "wateringFrequency": 2
            },
            {
                "variety": "Cabbage",
                "id": "6475D434-3336-4693-A2C1-ED123B9E31DF",
                "datePlanted": "2024-06-25T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 83,
                "wateringFrequency": 7
            },
            {
                "variety": "Cabbage",
                "id": "4A85F4D8-5C1A-41B9-9A9C-A16A764C654A",
                "datePlanted": "2024-03-28T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-19T10:17:41Z",
                "daysToMaturity": 42,
                "wateringFrequency": 9
            },
            {
                "variety": "Garlic",
                "id": "61CFC2FD-BAD0-4823-B3BF-6A0BA711F4BB",
                "datePlanted": "2024-07-03T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-28T10:17:41Z",
                "daysToMaturity": 62,
                "wateringFrequency": 3
            },
            {
                "variety": "Zucchini",
                "id": "FFEE2B80-2239-4C3B-A8F1-65F357AABBE4",
                "datePlanted": "2024-03-27T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-10T10:17:41Z",
                "daysToMaturity": 68,
                "wateringFrequency": 5
            },
            {
                "variety": "Cucumbers",
                "id": "7F69DC32-E6E3-4059-9AD7-F373344E6DC7",
                "datePlanted": "2024-04-10T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-15T10:17:41Z",
                "daysToMaturity": 64,
                "wateringFrequency": 8
            },
            {
                "variety": "Garlic",
                "id": "46E9FCC3-10B9-4DAC-A65D-54E29FA570D7",
                "datePlanted": "2024-04-19T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-04T10:17:41Z",
                "daysToMaturity": 95,
                "wateringFrequency": 2
            },
            {
                "variety": "Cabbage",
                "id": "A1431FA7-CB3A-48FE-83D2-7EDC86B45E20",
                "datePlanted": "2024-09-15T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-24T10:17:41Z",
                "daysToMaturity": 64,
                "wateringFrequency": 2
            },
            {
                "variety": "Lettuce",
                "id": "DB48D0CD-84AC-48B9-981B-5F02D45C7E0F",
                "datePlanted": "2024-10-23T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 53,
                "wateringFrequency": 9
            },
            {
                "variety": "Onions",
                "id": "4341E621-B012-4013-9DA5-71B7F57228B7",
                "datePlanted": "2024-11-29T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-27T10:17:41Z",
                "daysToMaturity": 75,
                "wateringFrequency": 1
            },
            {
                "variety": "Pumpkins",
                "id": "EB078230-FBBB-4331-B878-B02E1372960E",
                "datePlanted": "2024-05-25T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-11T10:17:41Z",
                "daysToMaturity": 50,
                "wateringFrequency": 2
            },
            {
                "variety": "Lettuce",
                "id": "8694B7A8-A9AC-41EC-A151-9DCE6C116199",
                "datePlanted": "2025-02-22T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 61,
                "wateringFrequency": 6
            },
            {
                "variety": "Garlic",
                "id": "3450E9A5-D512-4F40-90A6-47737DF75118",
                "datePlanted": "2024-12-26T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 110,
                "wateringFrequency": 4
            },
            {
                "variety": "Onions",
                "id": "6E3F8759-DC30-4D97-92CD-12AD8B221BC3",
                "datePlanted": "2024-05-06T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-18T10:17:41Z",
                "daysToMaturity": 95,
                "wateringFrequency": 10
            },
            {
                "variety": "Potatoes",
                "id": "1DCAB02B-213A-4233-8585-EB16436C7B38",
                "datePlanted": "2024-04-03T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-13T10:17:41Z",
                "daysToMaturity": 95,
                "wateringFrequency": 5
            },
            {
                "variety": "Garlic",
                "id": "3C907A3A-DCC1-4A3B-8114-3B6B8605D15A",
                "datePlanted": "2024-11-07T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-01T10:17:41Z",
                "daysToMaturity": 108,
                "wateringFrequency": 8
            },
            {
                "variety": "Lettuce",
                "id": "4C1EEFFC-6408-4DD1-89AE-18D4C586F524",
                "datePlanted": "2024-04-22T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-16T10:17:41Z",
                "daysToMaturity": 39,
                "wateringFrequency": 6
            },
            {
                "variety": "Lettuce",
                "id": "5F55EDE4-C744-4B0C-97AA-C5BD5BD04795",
                "datePlanted": "2024-06-13T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-23T10:17:41Z",
                "daysToMaturity": 75,
                "wateringFrequency": 10
            },
            {
                "variety": "Onions",
                "id": "EC51E717-F0B1-4BE6-821C-228E00D55D42",
                "datePlanted": "2024-07-14T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-19T10:17:41Z",
                "daysToMaturity": 110,
                "wateringFrequency": 2
            },
            {
                "variety": "Potatoes",
                "id": "3E3DE695-7D2C-4BFF-B8F9-0FAA6640B132",
                "datePlanted": "2025-02-07T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-20T10:17:41Z",
                "daysToMaturity": 71,
                "wateringFrequency": 6
            },
            {
                "variety": "Cabbage",
                "id": "A19EEDE5-6A97-4F71-9F9A-49A9F3338568",
                "datePlanted": "2024-10-12T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 104,
                "wateringFrequency": 10
            },
            {
                "variety": "Carrots",
                "id": "D9C638E9-436C-4333-891C-75D2B06E6925",
                "datePlanted": "2024-10-11T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-25T10:17:41Z",
                "daysToMaturity": 40,
                "wateringFrequency": 1
            },
            {
                "variety": "Carrots",
                "id": "7684554E-B790-45F3-8685-07F5F52EC47A",
                "datePlanted": "2025-01-23T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-07T10:17:41Z",
                "daysToMaturity": 43,
                "wateringFrequency": 1
            },
            {
                "variety": "Pumpkins",
                "id": "80F1116E-DACB-4141-A3AA-2885D8D9C143",
                "datePlanted": "2025-01-11T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-21T10:17:41Z",
                "daysToMaturity": 120,
                "wateringFrequency": 3
            },
            {
                "variety": "Cabbage",
                "id": "E8602940-DFF8-45A9-9692-1A7E325202E7",
                "datePlanted": "2024-12-31T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 44,
                "wateringFrequency": 7
            },
            {
                "variety": "Garlic",
                "id": "C3769D3B-E673-47B5-8C34-0560039BC4C6",
                "datePlanted": "2024-09-02T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-10T10:17:41Z",
                "daysToMaturity": 63,
                "wateringFrequency": 5
            },
            {
                "variety": "Broccoli",
                "id": "BAFD5F3F-8EC3-4E3D-8D3E-BD49ACC31BED",
                "datePlanted": "2024-05-06T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 58,
                "wateringFrequency": 6
            },
            {
                "variety": "Zucchini",
                "id": "8121A913-F05D-4054-BE97-E8C858757B03",
                "datePlanted": "2024-03-10T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-01T10:17:41Z",
                "daysToMaturity": 112,
                "wateringFrequency": 3
            },
            {
                "variety": "Onions",
                "id": "7170BC20-9B72-4CA1-967C-609B29420D27",
                "datePlanted": "2024-12-20T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 114,
                "wateringFrequency": 2
            },
            {
                "variety": "Lettuce",
                "id": "81060273-1AEA-49C0-85AB-DA01886C1240",
                "datePlanted": "2024-12-08T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 71,
                "wateringFrequency": 4
            },
            {
                "variety": "Cabbage",
                "id": "04D741BB-C451-4A1B-8275-2A33952E3B3D",
                "datePlanted": "2024-04-19T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-16T10:17:41Z",
                "daysToMaturity": 68,
                "wateringFrequency": 7
            },
            {
                "variety": "Cabbage",
                "id": "7FC25272-F43C-4067-B72A-E0105AFF02BF",
                "datePlanted": "2024-04-13T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-09T10:17:41Z",
                "daysToMaturity": 72,
                "wateringFrequency": 3
            },
            {
                "variety": "Carrots",
                "id": "7268EF31-B294-45D9-9446-C30A302A6E3C",
                "datePlanted": "2024-04-20T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-07T10:17:41Z",
                "daysToMaturity": 119,
                "wateringFrequency": 1
            },
            {
                "variety": "Broccoli",
                "id": "4C162246-8DED-4F47-9BA9-79256EA5CD9F",
                "datePlanted": "2024-06-16T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-20T10:17:41Z",
                "daysToMaturity": 44,
                "wateringFrequency": 4
            },
            {
                "variety": "Zucchini",
                "id": "8CA4C50E-4948-4FF4-866A-944066639777",
                "datePlanted": "2024-05-07T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 42,
                "wateringFrequency": 3
            },
            {
                "variety": "Carrots",
                "id": "29504B9B-50B5-4FE4-BED9-9330D00B9D0E",
                "datePlanted": "2024-08-10T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 76,
                "wateringFrequency": 9
            },
            {
                "variety": "Zucchini",
                "id": "897C5BF9-3B36-49A6-AE1D-6D6F3F95BC5D",
                "datePlanted": "2024-06-03T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-07T10:17:41Z",
                "daysToMaturity": 56,
                "wateringFrequency": 6
            },
            {
                "variety": "Carrots",
                "id": "E8E4C3B1-1911-447D-8BCF-CBF4A5B27BEF",
                "datePlanted": "2024-09-05T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 80,
                "wateringFrequency": 1
            },
            {
                "variety": "Broccoli",
                "id": "A67B3C55-5D22-4B5D-8456-913AD0608F8F",
                "datePlanted": "2025-01-07T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-19T10:17:41Z",
                "daysToMaturity": 33,
                "wateringFrequency": 1
            },
            {
                "variety": "Pumpkins",
                "id": "8C9151D4-633E-4BBA-8CF3-3954611C8B88",
                "datePlanted": "2024-03-07T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-13T10:17:41Z",
                "daysToMaturity": 97,
                "wateringFrequency": 6
            },
            {
                "variety": "Potatoes",
                "id": "0A2CE150-A884-4AB3-AC19-8668CE877C56",
                "datePlanted": "2024-07-26T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-25T10:17:41Z",
                "daysToMaturity": 43,
                "wateringFrequency": 5
            },
            {
                "variety": "Onions",
                "id": "265FE2D3-7619-4544-9570-23A9A04529B1",
                "datePlanted": "2024-12-09T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-24T10:17:41Z",
                "daysToMaturity": 95,
                "wateringFrequency": 4
            },
            {
                "variety": "Cabbage",
                "id": "E12075B4-7ACF-439A-A935-A92EA1F30BBB",
                "datePlanted": "2025-02-10T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-18T10:17:41Z",
                "daysToMaturity": 34,
                "wateringFrequency": 4
            },
            {
                "variety": "Cabbage",
                "id": "8D0E7BC9-A435-4D16-B159-F388CFD10695",
                "datePlanted": "2024-08-18T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 60,
                "wateringFrequency": 5
            },
            {
                "variety": "Carrots",
                "id": "6797E398-2394-43BB-B45E-CA5941E1FFB6",
                "datePlanted": "2024-06-18T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-23T10:17:41Z",
                "daysToMaturity": 94,
                "wateringFrequency": 6
            },
            {
                "variety": "Pumpkins",
                "id": "3E5F68FC-7C45-4593-B013-5CADC872A8A9",
                "datePlanted": "2024-08-13T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-05T10:17:41Z",
                "daysToMaturity": 72,
                "wateringFrequency": 3
            },
            {
                "variety": "Potatoes",
                "id": "3FE586DA-84C7-4E36-8837-F8A5DCF5B5E9",
                "datePlanted": "2024-09-05T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-03-01T10:17:41Z",
                "daysToMaturity": 35,
                "wateringFrequency": 10
            },
            {
                "variety": "Cabbage",
                "id": "C5C1EAC5-8491-4B57-BFA4-C888C223E8C2",
                "datePlanted": "2024-03-22T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 50,
                "wateringFrequency": 3
            },
            {
                "variety": "Zucchini",
                "id": "C3354809-B6CB-4AB8-8AFB-A2D93F3649CA",
                "datePlanted": "2024-04-26T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 44,
                "wateringFrequency": 9
            },
            {
                "variety": "Carrots",
                "id": "DAAA6C47-A1A5-4E5D-861E-7E9219AEF87D",
                "datePlanted": "2024-12-09T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 56,
                "wateringFrequency": 4
            },
            {
                "variety": "Lettuce",
                "id": "77734841-A0DF-4A13-BABA-70EC52A02A13",
                "datePlanted": "2024-08-31T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-25T10:17:41Z",
                "daysToMaturity": 74,
                "wateringFrequency": 5
            },
            {
                "variety": "Lettuce",
                "id": "F06C6EC5-EA75-4108-A426-D6A6294BFD56",
                "datePlanted": "2025-01-26T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-21T10:17:41Z",
                "daysToMaturity": 87,
                "wateringFrequency": 7
            },
            {
                "variety": "Lettuce",
                "id": "4D34F142-7E53-4673-903A-3CD6493249BB",
                "datePlanted": "2024-11-10T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-15T10:17:41Z",
                "daysToMaturity": 80,
                "wateringFrequency": 3
            },
            {
                "variety": "Garlic",
                "id": "4CA5F825-36F4-44A8-B0F2-777DEA9C4682",
                "datePlanted": "2024-07-19T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 53,
                "wateringFrequency": 7
            },
            {
                "variety": "Lettuce",
                "id": "8574ABEC-8F25-4309-B924-D7CD9D79EBC3",
                "datePlanted": "2024-04-28T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 37,
                "wateringFrequency": 8
            },
            {
                "variety": "Potatoes",
                "id": "63B3A615-E350-4FF1-BDD3-514B8F84A707",
                "datePlanted": "2025-02-16T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-05T10:17:41Z",
                "daysToMaturity": 112,
                "wateringFrequency": 3
            },
            {
                "variety": "Lettuce",
                "id": "1CEE70A7-CC8A-4C6C-9761-CEDFC075FB49",
                "datePlanted": "2024-04-06T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-27T10:17:41Z",
                "daysToMaturity": 78,
                "wateringFrequency": 5
            },
            {
                "variety": "Pumpkins",
                "id": "3B3C11D7-E13B-423D-95B6-64973892DAE4",
                "datePlanted": "2024-05-06T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 112,
                "wateringFrequency": 8
            },
            {
                "variety": "Potatoes",
                "id": "E94655E5-E80F-4F7D-A466-7F3600583EA8",
                "datePlanted": "2024-06-11T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-23T10:17:41Z",
                "daysToMaturity": 117,
                "wateringFrequency": 8
            },
            {
                "variety": "Lettuce",
                "id": "3D2703AE-A643-4B93-B488-5D1579E91C36",
                "datePlanted": "2025-01-17T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 83,
                "wateringFrequency": 8
            },
            {
                "variety": "Pumpkins",
                "id": "F1EAEC6D-FBF1-40C0-B4FC-3E9F6501E7BA",
                "datePlanted": "2024-06-09T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-01T10:17:41Z",
                "daysToMaturity": 82,
                "wateringFrequency": 7
            },
            {
                "variety": "Potatoes",
                "id": "22C0DD2C-D7BE-4A9E-A0F6-0AC35D67BA9A",
                "datePlanted": "2025-03-01T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-26T10:17:41Z",
                "daysToMaturity": 35,
                "wateringFrequency": 4
            },
            {
                "variety": "Potatoes",
                "id": "AD04147A-343A-4803-A330-933F9C5151B5",
                "datePlanted": "2024-09-15T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-19T10:17:41Z",
                "daysToMaturity": 65,
                "wateringFrequency": 9
            },
            {
                "variety": "Carrots",
                "id": "5643911F-EDA5-4662-B23B-62B4EC65BECB",
                "datePlanted": "2024-05-14T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-08T10:17:41Z",
                "daysToMaturity": 87,
                "wateringFrequency": 7
            },
            {
                "variety": "Potatoes",
                "id": "CC07E777-761C-4158-8758-31C1E09AE0A7",
                "datePlanted": "2024-11-06T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-10T10:17:41Z",
                "daysToMaturity": 47,
                "wateringFrequency": 4
            },
            {
                "variety": "Cabbage",
                "id": "8A4971AF-A581-4A04-8E48-EA91709A2C3E",
                "datePlanted": "2024-06-05T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 45,
                "wateringFrequency": 10
            },
            {
                "variety": "Cucumbers",
                "id": "136EE702-FE3A-4163-8953-EA032440C634",
                "datePlanted": "2025-02-20T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-27T10:17:41Z",
                "daysToMaturity": 110,
                "wateringFrequency": 2
            },
            {
                "variety": "Cucumbers",
                "id": "143A01D1-E588-4A98-A460-8F6C196FEB3A",
                "datePlanted": "2024-07-02T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-28T10:17:41Z",
                "daysToMaturity": 113,
                "wateringFrequency": 7
            },
            {
                "variety": "Onions",
                "id": "AF8CDC0C-B81E-4B5D-8ABC-B2DA92B6814B",
                "datePlanted": "2024-04-23T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-25T10:17:41Z",
                "daysToMaturity": 83,
                "wateringFrequency": 9
            },
            {
                "variety": "Cucumbers",
                "id": "BD115441-DE90-4443-9B80-25265F8DACC1",
                "datePlanted": "2024-12-28T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 106,
                "wateringFrequency": 1
            },
            {
                "variety": "Garlic",
                "id": "730FE9A9-4DD6-47B4-A761-58A7AA296A4D",
                "datePlanted": "2025-02-03T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-04T10:17:41Z",
                "daysToMaturity": 117,
                "wateringFrequency": 1
            },
            {
                "variety": "Cucumbers",
                "id": "5FADD742-865D-4C7F-9F94-15FDA61E2958",
                "datePlanted": "2024-06-15T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 70,
                "wateringFrequency": 7
            },
            {
                "variety": "Potatoes",
                "id": "588E6DDE-DE06-411C-8ED8-F2B3F6B02A0B",
                "datePlanted": "2024-03-17T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-08T10:17:41Z",
                "daysToMaturity": 105,
                "wateringFrequency": 9
            },
            {
                "variety": "Pumpkins",
                "id": "570355B3-8997-47F2-9BB8-B8A060596DE9",
                "datePlanted": "2024-06-29T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-20T10:17:41Z",
                "daysToMaturity": 105,
                "wateringFrequency": 3
            },
            {
                "variety": "Lettuce",
                "id": "6DF5C899-5477-46FE-AD45-F0E8588ABBAB",
                "datePlanted": "2024-11-06T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-15T10:17:41Z",
                "daysToMaturity": 49,
                "wateringFrequency": 3
            },
            {
                "variety": "Cucumbers",
                "id": "769BFD11-60D2-4DFB-B086-C4312F26438E",
                "datePlanted": "2025-02-01T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 83,
                "wateringFrequency": 4
            },
            {
                "variety": "Lettuce",
                "id": "47E09C5B-8A4A-494A-BC1C-23367FC4A21E",
                "datePlanted": "2024-03-24T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 33,
                "wateringFrequency": 9
            },
            {
                "variety": "Carrots",
                "id": "9D0D1CB0-755F-435D-A614-7BEC57D3AB3C",
                "datePlanted": "2024-04-28T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-03-01T10:17:41Z",
                "daysToMaturity": 54,
                "wateringFrequency": 10
            },
            {
                "variety": "Cabbage",
                "id": "8393EC30-853D-4755-8523-5AF07B8D4369",
                "datePlanted": "2024-04-17T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-03-01T10:17:41Z",
                "daysToMaturity": 80,
                "wateringFrequency": 1
            },
            {
                "variety": "Potatoes",
                "id": "145E3E06-52A4-49DC-821A-BADD6399BA2D",
                "datePlanted": "2024-08-05T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 84,
                "wateringFrequency": 9
            },
            {
                "variety": "Lettuce",
                "id": "041D8443-07EF-4C80-AEDC-DC9F5BABC81A",
                "datePlanted": "2024-03-04T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 119,
                "wateringFrequency": 7
            },
            {
                "variety": "Onions",
                "id": "A53762B9-4E41-413C-81C1-067CF089FBA8",
                "datePlanted": "2024-03-17T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-14T10:17:41Z",
                "daysToMaturity": 98,
                "wateringFrequency": 5
            },
            {
                "variety": "Onions",
                "id": "4F3F1F09-D416-4B36-B0BD-042A8AF0145F",
                "datePlanted": "2024-11-01T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-21T10:17:41Z",
                "daysToMaturity": 43,
                "wateringFrequency": 2
            },
            {
                "variety": "Carrots",
                "id": "9598020F-6F87-42C7-ADAE-E584585972AC",
                "datePlanted": "2024-07-04T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-05T10:17:41Z",
                "daysToMaturity": 117,
                "wateringFrequency": 6
            },
            {
                "variety": "Cabbage",
                "id": "71A30544-4B0D-4A56-8622-C8F2313E4E78",
                "datePlanted": "2024-06-10T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 30,
                "wateringFrequency": 10
            },
            {
                "variety": "Garlic",
                "id": "A5579981-FF3A-4B40-958D-B60D293975CB",
                "datePlanted": "2024-03-07T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-09T10:17:41Z",
                "daysToMaturity": 41,
                "wateringFrequency": 3
            },
            {
                "variety": "Carrots",
                "id": "A1EB6FBE-C486-486E-BC1D-131D9DCFE6FD",
                "datePlanted": "2024-06-24T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-08T10:17:41Z",
                "daysToMaturity": 50,
                "wateringFrequency": 8
            },
            {
                "variety": "Onions",
                "id": "130CA5A9-0485-453F-86B3-29B25E534724",
                "datePlanted": "2024-08-24T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-05T10:17:41Z",
                "daysToMaturity": 41,
                "wateringFrequency": 5
            },
            {
                "variety": "Carrots",
                "id": "ABBE5D24-67E3-47A6-A770-D05CB1CC9525",
                "datePlanted": "2024-05-25T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-09T10:17:41Z",
                "daysToMaturity": 118,
                "wateringFrequency": 6
            },
            {
                "variety": "Garlic",
                "id": "DF211133-93AF-4A50-B635-4C484461F4CF",
                "datePlanted": "2024-10-07T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-23T10:17:41Z",
                "daysToMaturity": 77,
                "wateringFrequency": 10
            },
            {
                "variety": "Carrots",
                "id": "9BAAD7D2-4ADF-48CC-9212-132D886B03EB",
                "datePlanted": "2024-08-19T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-01T10:17:41Z",
                "daysToMaturity": 52,
                "wateringFrequency": 8
            },
            {
                "variety": "Cabbage",
                "id": "F909807B-5C86-4F18-A9D8-0919290DF16D",
                "datePlanted": "2024-12-30T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 35,
                "wateringFrequency": 7
            },
            {
                "variety": "Garlic",
                "id": "F5165299-770D-4D7C-9874-04AC97A5FB70",
                "datePlanted": "2024-11-08T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-11T10:17:41Z",
                "daysToMaturity": 118,
                "wateringFrequency": 8
            },
            {
                "variety": "Carrots",
                "id": "D1A53FFF-7BCD-4608-BFB1-2E31895A348B",
                "datePlanted": "2024-12-12T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-27T10:17:41Z",
                "daysToMaturity": 89,
                "wateringFrequency": 7
            },
            {
                "variety": "Zucchini",
                "id": "B4511B7D-15E1-4D52-A104-54B6A2D508AE",
                "datePlanted": "2024-10-21T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-16T10:17:41Z",
                "daysToMaturity": 72,
                "wateringFrequency": 10
            },
            {
                "variety": "Garlic",
                "id": "B70CF439-F9FE-471C-A847-889DD5E4A993",
                "datePlanted": "2024-05-29T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-04T10:17:41Z",
                "daysToMaturity": 54,
                "wateringFrequency": 10
            },
            {
                "variety": "Carrots",
                "id": "4FC14CAE-DDBC-4511-9EAD-6F0E3A5737D6",
                "datePlanted": "2024-12-18T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-14T10:17:41Z",
                "daysToMaturity": 37,
                "wateringFrequency": 7
            },
            {
                "variety": "Broccoli",
                "id": "DE1F0A79-B16C-4303-A41D-A8037B54C72F",
                "datePlanted": "2025-01-13T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-23T10:17:41Z",
                "daysToMaturity": 66,
                "wateringFrequency": 4
            },
            {
                "variety": "Carrots",
                "id": "AC635266-F466-4EC8-8B4B-098076A68923",
                "datePlanted": "2025-01-02T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-28T10:17:41Z",
                "daysToMaturity": 94,
                "wateringFrequency": 6
            },
            {
                "variety": "Carrots",
                "id": "10EF8199-0E20-4A66-80EB-193FEBDA03C8",
                "datePlanted": "2024-04-05T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 99,
                "wateringFrequency": 1
            },
            {
                "variety": "Broccoli",
                "id": "38D6D873-F906-424A-B9DA-297958D62FA1",
                "datePlanted": "2024-12-28T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-20T10:17:41Z",
                "daysToMaturity": 101,
                "wateringFrequency": 9
            },
            {
                "variety": "Pumpkins",
                "id": "6E487358-7138-4B20-AB19-599E291C5509",
                "datePlanted": "2024-09-27T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 69,
                "wateringFrequency": 6
            },
            {
                "variety": "Carrots",
                "id": "58087875-85C7-4521-B524-278A9CFC087F",
                "datePlanted": "2024-09-03T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 58,
                "wateringFrequency": 9
            },
            {
                "variety": "Pumpkins",
                "id": "4F927DFB-FDA5-481C-85B8-E9CF12A10AEB",
                "datePlanted": "2024-07-15T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-13T10:17:41Z",
                "daysToMaturity": 43,
                "wateringFrequency": 8
            },
            {
                "variety": "Cucumbers",
                "id": "0F9E5AB1-073F-4BA1-9A6B-9CA0AA939146",
                "datePlanted": "2024-12-22T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 77,
                "wateringFrequency": 2
            },
            {
                "variety": "Onions",
                "id": "900142C1-75D7-4331-B71D-855EF0B37A8E",
                "datePlanted": "2024-06-16T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-03T10:17:41Z",
                "daysToMaturity": 56,
                "wateringFrequency": 8
            },
            {
                "variety": "Broccoli",
                "id": "30BE76CB-18EC-4424-9FFB-8F72CAE61768",
                "datePlanted": "2024-04-09T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-15T10:17:41Z",
                "daysToMaturity": 107,
                "wateringFrequency": 4
            },
            {
                "variety": "Carrots",
                "id": "771F20FF-152F-49DC-81A7-634927BC3CE5",
                "datePlanted": "2024-10-02T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-26T10:17:41Z",
                "daysToMaturity": 119,
                "wateringFrequency": 8
            },
            {
                "variety": "Broccoli",
                "id": "2A644A87-0328-4AD0-A7C2-30025DF07347",
                "datePlanted": "2025-02-19T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-07T10:17:41Z",
                "daysToMaturity": 76,
                "wateringFrequency": 6
            },
            {
                "variety": "Broccoli",
                "id": "1E0A794F-A6AE-40BC-8232-121E3163112C",
                "datePlanted": "2024-05-26T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-23T10:17:41Z",
                "daysToMaturity": 82,
                "wateringFrequency": 5
            },
            {
                "variety": "Zucchini",
                "id": "AA93B56A-A534-47B4-AC1C-7917E5D12772",
                "datePlanted": "2024-04-18T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 75,
                "wateringFrequency": 10
            },
            {
                "variety": "Lettuce",
                "id": "27897BDC-70E7-4A5B-9A0F-7D07960C030B",
                "datePlanted": "2024-08-22T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-26T10:17:41Z",
                "daysToMaturity": 68,
                "wateringFrequency": 7
            },
            {
                "variety": "Pumpkins",
                "id": "04494C9F-CDF5-40A6-8978-C6A4FB8E7DF1",
                "datePlanted": "2024-08-06T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-07T10:17:41Z",
                "daysToMaturity": 33,
                "wateringFrequency": 4
            },
            {
                "variety": "Broccoli",
                "id": "4B293720-72AC-4C2A-9CEC-7654CD1037E8",
                "datePlanted": "2024-10-24T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 119,
                "wateringFrequency": 7
            },
            {
                "variety": "Pumpkins",
                "id": "0EE9CA27-6585-4AED-947C-D82D7C11723E",
                "datePlanted": "2024-04-28T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-07T10:17:41Z",
                "daysToMaturity": 42,
                "wateringFrequency": 7
            },
            {
                "variety": "Zucchini",
                "id": "C5E59B93-50DB-4408-8718-78C2FB7EE174",
                "datePlanted": "2024-11-24T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-04T10:17:41Z",
                "daysToMaturity": 62,
                "wateringFrequency": 4
            },
            {
                "variety": "Cabbage",
                "id": "FB62BBE1-8CA1-4A78-9AA6-488645D9147A",
                "datePlanted": "2024-04-04T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-24T10:17:41Z",
                "daysToMaturity": 51,
                "wateringFrequency": 3
            },
            {
                "variety": "Onions",
                "id": "114F879B-290D-42B6-B7C2-4E8210198AAC",
                "datePlanted": "2024-12-25T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-21T10:17:41Z",
                "daysToMaturity": 86,
                "wateringFrequency": 6
            },
            {
                "variety": "Potatoes",
                "id": "AF1FECC9-8BB5-4B7C-80C5-4404F1C66800",
                "datePlanted": "2024-07-26T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-23T10:17:41Z",
                "daysToMaturity": 84,
                "wateringFrequency": 9
            },
            {
                "variety": "Carrots",
                "id": "4F20C82A-2525-40DF-9B63-F92E50D73161",
                "datePlanted": "2024-03-23T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-14T10:17:41Z",
                "daysToMaturity": 35,
                "wateringFrequency": 9
            },
            {
                "variety": "Zucchini",
                "id": "AB3FB80E-D2C8-4FEA-BF48-C740552EAD4F",
                "datePlanted": "2025-01-10T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 44,
                "wateringFrequency": 10
            },
            {
                "variety": "Zucchini",
                "id": "E65605B1-B59E-45C6-8EED-FEDF860C93CE",
                "datePlanted": "2024-03-31T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-08T10:17:41Z",
                "daysToMaturity": 81,
                "wateringFrequency": 7
            },
            {
                "variety": "Onions",
                "id": "CDF25300-07FD-48B3-A772-3F7D6B47F22F",
                "datePlanted": "2024-06-27T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-15T10:17:41Z",
                "daysToMaturity": 80,
                "wateringFrequency": 6
            },
            {
                "variety": "Lettuce",
                "id": "2938C39B-021F-48AC-B0C1-CD205672226B",
                "datePlanted": "2024-04-02T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-18T10:17:41Z",
                "daysToMaturity": 49,
                "wateringFrequency": 6
            },
            {
                "variety": "Carrots",
                "id": "D858E5C8-4C94-4AE4-88E6-3DC25085A590",
                "datePlanted": "2025-02-26T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 106,
                "wateringFrequency": 1
            },
            {
                "variety": "Broccoli",
                "id": "37D230C7-3AEB-4E12-ADC6-AF4169D4B365",
                "datePlanted": "2025-01-30T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-04T10:17:41Z",
                "daysToMaturity": 38,
                "wateringFrequency": 9
            },
            {
                "variety": "Zucchini",
                "id": "6D92A699-F978-49A3-A2AB-5CD041C885F4",
                "datePlanted": "2024-08-26T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-28T10:17:41Z",
                "daysToMaturity": 77,
                "wateringFrequency": 5
            },
            {
                "variety": "Zucchini",
                "id": "D91D25AD-C23D-4836-9873-5A79D40E7D03",
                "datePlanted": "2024-08-30T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-09T10:17:41Z",
                "daysToMaturity": 90,
                "wateringFrequency": 3
            },
            {
                "variety": "Garlic",
                "id": "9DA2FF71-674B-44FD-A0A6-0B315C538825",
                "datePlanted": "2024-07-17T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-26T10:17:41Z",
                "daysToMaturity": 95,
                "wateringFrequency": 7
            },
            {
                "variety": "Broccoli",
                "id": "7544190E-ADEE-4B6D-A031-014A874D435E",
                "datePlanted": "2024-10-04T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-26T10:17:41Z",
                "daysToMaturity": 91,
                "wateringFrequency": 10
            },
            {
                "variety": "Carrots",
                "id": "51E78C9E-9AB8-4B8C-93F8-1B7C025106E6",
                "datePlanted": "2025-01-23T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-03-01T10:17:41Z",
                "daysToMaturity": 76,
                "wateringFrequency": 4
            },
            {
                "variety": "Cucumbers",
                "id": "B3FFF806-864A-40E4-B07E-C08991BEEE58",
                "datePlanted": "2024-07-29T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 70,
                "wateringFrequency": 1
            },
            {
                "variety": "Broccoli",
                "id": "D9F44131-4050-478E-A864-5C94D87BCD44",
                "datePlanted": "2025-02-28T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-03-01T10:17:41Z",
                "daysToMaturity": 89,
                "wateringFrequency": 9
            },
            {
                "variety": "Pumpkins",
                "id": "8BE5614E-226D-4BB4-BC4B-5616A36A0333",
                "datePlanted": "2025-02-04T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-14T10:17:41Z",
                "daysToMaturity": 64,
                "wateringFrequency": 6
            },
            {
                "variety": "Cucumbers",
                "id": "D5887B28-BE89-4288-ADD1-6F36BC431BD0",
                "datePlanted": "2024-11-26T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 47,
                "wateringFrequency": 8
            },
            {
                "variety": "Onions",
                "id": "365C2109-672C-4A95-B02E-83073F3A520D",
                "datePlanted": "2024-05-08T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-15T10:17:41Z",
                "daysToMaturity": 104,
                "wateringFrequency": 6
            },
            {
                "variety": "Potatoes",
                "id": "DD4B5293-BBD5-42B6-A441-143BF942B654",
                "datePlanted": "2024-08-10T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-13T10:17:41Z",
                "daysToMaturity": 62,
                "wateringFrequency": 1
            },
            {
                "variety": "Pumpkins",
                "id": "0B0119AF-0D14-477C-80EE-D9988FED5E91",
                "datePlanted": "2024-12-28T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-14T10:17:41Z",
                "daysToMaturity": 94,
                "wateringFrequency": 5
            },
            {
                "variety": "Onions",
                "id": "62BB468A-049A-4EE1-A431-8B45C2BAE892",
                "datePlanted": "2024-08-17T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-25T10:17:41Z",
                "daysToMaturity": 54,
                "wateringFrequency": 2
            },
            {
                "variety": "Cucumbers",
                "id": "884C35BF-5435-47EE-ABBF-A208B10F5B4F",
                "datePlanted": "2024-06-19T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 118,
                "wateringFrequency": 10
            },
            {
                "variety": "Zucchini",
                "id": "CB0CDF0B-A25C-447B-A9F3-31969536DFAF",
                "datePlanted": "2024-04-19T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 118,
                "wateringFrequency": 8
            },
            {
                "variety": "Broccoli",
                "id": "1747FCF0-BBE2-4FB3-B7D7-EE1A164C4711",
                "datePlanted": "2024-06-24T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-07T10:17:41Z",
                "daysToMaturity": 41,
                "wateringFrequency": 8
            },
            {
                "variety": "Zucchini",
                "id": "1BBA4685-06AD-44C8-95B9-EAFB23A487DE",
                "datePlanted": "2024-07-06T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 89,
                "wateringFrequency": 2
            },
            {
                "variety": "Lettuce",
                "id": "A0207841-F7D2-4B1F-9508-280AD8B8063E",
                "datePlanted": "2024-08-03T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-16T10:17:41Z",
                "daysToMaturity": 88,
                "wateringFrequency": 5
            },
            {
                "variety": "Potatoes",
                "id": "7CF51791-3AB5-4EA0-8DAD-81827B9F7502",
                "datePlanted": "2024-09-25T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 103,
                "wateringFrequency": 4
            },
            {
                "variety": "Cucumbers",
                "id": "875189CF-3B9F-4EDC-B821-90409EF1F166",
                "datePlanted": "2025-02-11T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 80,
                "wateringFrequency": 5
            },
            {
                "variety": "Carrots",
                "id": "681B8A3D-79A5-4AED-A6EA-12E174DB7AC4",
                "datePlanted": "2024-05-12T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-05T10:17:41Z",
                "daysToMaturity": 117,
                "wateringFrequency": 9
            },
            {
                "variety": "Onions",
                "id": "1B2DC798-2538-4FAF-A3A0-FD6EB0FF1E56",
                "datePlanted": "2024-05-04T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-22T10:17:41Z",
                "daysToMaturity": 65,
                "wateringFrequency": 6
            },
            {
                "variety": "Cucumbers",
                "id": "32AF5C64-077C-4116-9DF4-848B5B2F1F92",
                "datePlanted": "2024-12-08T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-01T10:17:41Z",
                "daysToMaturity": 44,
                "wateringFrequency": 4
            },
            {
                "variety": "Cucumbers",
                "id": "F3896BBA-5AFD-498B-A0A4-28742C4AB7DD",
                "datePlanted": "2024-09-20T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-12T10:17:41Z",
                "daysToMaturity": 74,
                "wateringFrequency": 10
            },
            {
                "variety": "Pumpkins",
                "id": "0B666D85-1082-4A62-BA28-8EE71383C6E8",
                "datePlanted": "2024-05-02T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-26T10:17:41Z",
                "daysToMaturity": 58,
                "wateringFrequency": 4
            },
            {
                "variety": "Cabbage",
                "id": "009282AF-7153-420D-A349-41606629D850",
                "datePlanted": "2024-12-12T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-12T10:17:41Z",
                "daysToMaturity": 88,
                "wateringFrequency": 9
            },
            {
                "variety": "Onions",
                "id": "C0A855FC-CCBA-4024-99DB-36857FD49185",
                "datePlanted": "2024-04-20T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-26T10:17:41Z",
                "daysToMaturity": 55,
                "wateringFrequency": 10
            },
            {
                "variety": "Zucchini",
                "id": "BE6B3B95-A8E3-487B-8C27-798D00A521CA",
                "datePlanted": "2024-11-21T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-11T10:17:41Z",
                "daysToMaturity": 110,
                "wateringFrequency": 1
            },
            {
                "variety": "Garlic",
                "id": "8D304242-D341-440B-AD05-10741FC9F5FF",
                "datePlanted": "2024-06-09T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 91,
                "wateringFrequency": 8
            },
            {
                "variety": "Lettuce",
                "id": "51687439-4738-4147-A161-AA190EF88F72",
                "datePlanted": "2025-02-23T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 89,
                "wateringFrequency": 7
            },
            {
                "variety": "Pumpkins",
                "id": "180EB485-18F3-46F8-A96B-EA4E3A832DC4",
                "datePlanted": "2024-10-26T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-21T10:17:41Z",
                "daysToMaturity": 61,
                "wateringFrequency": 2
            },
            {
                "variety": "Lettuce",
                "id": "08AC2563-13B7-43CE-A708-C083D14ACB25",
                "datePlanted": "2024-07-06T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-02T10:17:41Z",
                "daysToMaturity": 88,
                "wateringFrequency": 3
            },
            {
                "variety": "Garlic",
                "id": "3F4148A0-2216-4080-B832-488BBB1B4758",
                "datePlanted": "2024-12-18T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 113,
                "wateringFrequency": 4
            },
            {
                "variety": "Cabbage",
                "id": "B8385BEF-E178-4B6E-8A8E-7A7B954D2B57",
                "datePlanted": "2025-01-23T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-04T10:17:41Z",
                "daysToMaturity": 34,
                "wateringFrequency": 9
            },
            {
                "variety": "Pumpkins",
                "id": "87559098-28A9-42B2-A9EE-BF6C7F13B0E9",
                "datePlanted": "2024-05-16T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-20T10:17:41Z",
                "daysToMaturity": 70,
                "wateringFrequency": 4
            },
            {
                "variety": "Zucchini",
                "id": "17901E37-98AC-4227-859A-FDFFDDE77C0D",
                "datePlanted": "2025-02-18T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 75,
                "wateringFrequency": 1
            },
            {
                "variety": "Onions",
                "id": "DB52220E-1FA7-447C-88F8-83162EEF1B7C",
                "datePlanted": "2024-06-29T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 96,
                "wateringFrequency": 7
            },
            {
                "variety": "Pumpkins",
                "id": "EDBC0AA3-AD6A-4B6F-8D77-D2B1B7592E41",
                "datePlanted": "2024-09-17T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-14T10:17:41Z",
                "daysToMaturity": 70,
                "wateringFrequency": 7
            },
            {
                "variety": "Lettuce",
                "id": "E114720C-10DC-45B0-A37E-9EC906C7D13F",
                "datePlanted": "2025-01-14T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-01T10:17:41Z",
                "daysToMaturity": 105,
                "wateringFrequency": 1
            },
            {
                "variety": "Carrots",
                "id": "141FAF12-6077-4964-A196-7447BF88FC6B",
                "datePlanted": "2024-10-29T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-20T10:17:41Z",
                "daysToMaturity": 68,
                "wateringFrequency": 10
            },
            {
                "variety": "Potatoes",
                "id": "DBD2CE4D-D431-4F4F-9EFB-EE416221E4B7",
                "datePlanted": "2024-04-12T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 95,
                "wateringFrequency": 10
            },
            {
                "variety": "Lettuce",
                "id": "E2927484-4B13-4599-A69D-19EEC3F68C4D",
                "datePlanted": "2024-10-21T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-18T10:17:41Z",
                "daysToMaturity": 114,
                "wateringFrequency": 6
            },
            {
                "variety": "Cucumbers",
                "id": "A998B827-E06E-48E1-94DD-BCF4D11DD6DC",
                "datePlanted": "2025-01-24T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-09T10:17:41Z",
                "daysToMaturity": 114,
                "wateringFrequency": 4
            },
            {
                "variety": "Cabbage",
                "id": "9043918D-0481-44B2-8172-31C50FF78054",
                "datePlanted": "2025-01-22T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-06T10:17:41Z",
                "daysToMaturity": 115,
                "wateringFrequency": 9
            },
            {
                "variety": "Broccoli",
                "id": "1F8B708B-DFA0-4C09-9524-931D6E53F10D",
                "datePlanted": "2024-10-28T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-18T10:17:41Z",
                "daysToMaturity": 30,
                "wateringFrequency": 8
            },
            {
                "variety": "Cabbage",
                "id": "BD577572-3BCB-4F95-982C-CC67F715C78A",
                "datePlanted": "2024-11-24T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-19T10:17:41Z",
                "daysToMaturity": 34,
                "wateringFrequency": 1
            },
            {
                "variety": "Cabbage",
                "id": "2972BB09-3FFB-4EDA-893A-81984B9A1EAD",
                "datePlanted": "2025-01-11T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-04T10:17:41Z",
                "daysToMaturity": 34,
                "wateringFrequency": 9
            },
            {
                "variety": "Carrots",
                "id": "855C9F73-4934-4714-A488-18CCACC455E1",
                "datePlanted": "2024-12-19T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-20T10:17:41Z",
                "daysToMaturity": 49,
                "wateringFrequency": 2
            },
            {
                "variety": "Pumpkins",
                "id": "594F1BB2-31E6-4DDC-A406-2F42ED81BAD0",
                "datePlanted": "2025-02-16T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-03-02T10:17:41Z",
                "daysToMaturity": 77,
                "wateringFrequency": 6
            },
            {
                "variety": "Broccoli",
                "id": "F0E13B00-89D9-4EB4-94FB-1662A8399925",
                "datePlanted": "2024-08-25T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-25T10:17:41Z",
                "daysToMaturity": 45,
                "wateringFrequency": 2
            },
            {
                "variety": "Pumpkins",
                "id": "96A522F5-AB5B-4CA1-90A9-3EB77694AAB2",
                "datePlanted": "2025-01-18T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-08T10:17:41Z",
                "daysToMaturity": 63,
                "wateringFrequency": 8
            },
            {
                "variety": "Zucchini",
                "id": "9F6B0453-E85A-438F-BED6-0ADD2AFB9C40",
                "datePlanted": "2024-03-17T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-13T10:17:41Z",
                "daysToMaturity": 113,
                "wateringFrequency": 7
            },
            {
                "variety": "Carrots",
                "id": "DDB36A81-9252-4296-94EF-B9FDF29D9AC8",
                "datePlanted": "2024-12-09T10:17:41Z",
                "favorite": false,
                "lastWateredOn": "2025-02-17T10:17:41Z",
                "daysToMaturity": 88,
                "wateringFrequency": 2
            },
            {
                "variety": "Potatoes",
                "id": "2BA11D3C-B937-490A-BE3F-9B9A315EA30A",
                "datePlanted": "2024-07-23T10:17:41Z",
                "favorite": true,
                "lastWateredOn": "2025-02-24T10:17:41Z",
                "daysToMaturity": 62,
                "wateringFrequency": 7
            }
        ]
    },
    {
        "id" : "A5B3DC8E-2F4A-4CAC-9AFF-51E605E00F32",
        "year" : 2021,
        "name" : "Herbs",
        "plants" : [
            {
                "wateringFrequency" : 7,
                "id" : "12BCA68A-0005-4C8C-AF19-B4385F498A95",
                "favorite" : false,
                "variety" : "Dill",
                "daysToMaturity" : 30,
                "datePlanted" : "2021-05-15T00:00:00Z",
                "lastWateredOn" : "2021-06-01T00:00:00Z"
            },
            {
                "wateringFrequency" : 3,
                "id" : "530011DA-3CD3-4705-914A-9D2B7588907E",
                "favorite" : false,
                "variety" : "Mint",
                "daysToMaturity" : 42,
                "datePlanted" : "2021-05-15T00:00:00Z",
                "lastWateredOn" : "2021-06-01T00:00:00Z"
            },
            {
                "wateringFrequency" : 4,
                "id" : "0E728B02-743A-4392-A5E8-89D209CB70F9",
                "favorite" : false,
                "variety" : "Basil",
                "daysToMaturity" : 40,
                "datePlanted" : "2021-05-15T00:00:00Z",
                "lastWateredOn" : "2021-06-01T00:00:00Z"
            }
        ]
    },
    {
        "id" : "3878660A-B24B-4C67-98bE-1F08214DD70F",
        "year" : 2021,
        "name" : "Indoor Plants",
        "plants" : [
            {
                "wateringFrequency" : 14,
                "id" : "98F050A6-2bE4-4BE1-B11B-C5C4FA5D318A",
                "favorite" : false,
                "variety" : "Succulent",
                "daysToMaturity" : 30,
                "datePlanted" : "2021-06-07T00:00:00Z",
                "lastWateredOn" : "2021-06-07T00:00:00Z"
            },
            {
                "wateringFrequency" : 3,
                "id" : "838937F8-CA7A-4E77-A55E-11CA018437B5",
                "favorite" : false,
                "variety" : "Rubber Plant",
                "daysToMaturity" : 30,
                "datePlanted" : "2021-06-02T00:00:00Z",
                "lastWateredOn" : "2021-06-07T00:00:00Z"
            },
            {
                "wateringFrequency" : 5,
                "id" : "88218732-6F68-4D5F-A5F8-A3DF46A089A2",
                "favorite" : false,
                "variety" : "Begonia",
                "daysToMaturity" : 30,
                "datePlanted" : "2021-06-03T00:00:00Z",
                "lastWateredOn" : "2021-06-07T00:00:00Z"
            }
        ]
    }
]

Try to scroll the table, it's not smooth.

I found if I delete the Toggle, the performance be good.

            TableColumn("Favorite", value: \.favorite, comparator: BoolComparator()) { plant in
                Toggle("Favorite", isOn: $garden[plant.id].favorite)
                    .labelsHidden()
            }

Is this bug in SwiftUI? Any workaround?

My Mac is Intel, not sure it can repro on Apple Silicon

What steps did you take to debug the issue, did you profile for hangs and hitches using instruments?

I didn't notice any performance issues in the sample project, however you could open a bug report, include the test data and a focused sample project that reproduces the performance issue, and post the FB number here once you do.

Bug Reporting: How and Why? has tips on creating your bug report

SwiftUI Table performance issue
 
 
Q