// Real Estate Project Management (real-estate-project-management) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.users), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Ravi Singh", email: "ravi.singh@example.net", role: "Agent" },
            { id: 2, full_name: "Nina Cruz", email: "nina.cruz@example.com", role: "Manager" },
            { id: 3, full_name: "Emma Oliveira", email: "emma.oliveira@example.com", role: "Manager" },
            { id: 4, full_name: "James Hughes", email: "james.hughes@example.com", role: "Manager" },
            { id: 5, full_name: "Selin Larsen", email: "selin.larsen@example.org", role: "Manager" },
            { id: 6, full_name: "Daniel Mendes", email: "daniel.mendes@example.org", role: "Manager" },
            { id: 7, full_name: "Ben Schneider", email: "ben.schneider@example.net", role: "Manager" },
            { id: 8, full_name: "Lena Lopez", email: "lena.lopez@example.com", role: "Manager" },
            { id: 9, full_name: "Grace Novak", email: "grace.novak@example.net", role: "Manager" },
            { id: 10, full_name: "Lucas Hansen", email: "lucas.hansen@example.com", role: "Manager" },
            { id: 11, full_name: "Julia Ruiz", email: "julia.ruiz@example.com", role: "Agent" },
            { id: 12, full_name: "Maya Walker", email: "maya.walker@example.net", role: "Manager" },
            { id: 13, full_name: "Victor Garcia", email: "victor.garcia@example.net", role: "Agent" },
            { id: 14, full_name: "Chen Wang", email: "chen.wang@example.com", role: "Manager" },
            { id: 15, full_name: "Arjun Mendes", email: "arjun.mendes@example.net", role: "Manager" },
            { id: 16, full_name: "Carlos Lopez", email: "carlos.lopez@example.org", role: "Manager" },
            { id: 17, full_name: "Victor Almeida", email: "victor.almeida@example.org", role: "Maintenance" },
            { id: 18, full_name: "Sam Chen", email: "sam.chen@example.com", role: "Manager" },
            { id: 19, full_name: "Andre Smith", email: "andre.smith@example.org", role: "Manager" },
            { id: 20, full_name: "Yusuf Young", email: "yusuf.young@example.org", role: "Maintenance" },
            { id: 21, full_name: "Maja Jensen", email: "maja.jensen@example.net", role: "Agent" },
            { id: 22, full_name: "Andre Taylor", email: "andre.taylor@example.net", role: "Agent" },
            { id: 23, full_name: "Olivia Garcia", email: "olivia.garcia@example.net", role: "Manager" },
            { id: 24, full_name: "Rosa Hughes", email: "rosa.hughes@example.org", role: "Agent" },
            { id: 25, full_name: "Zara Jansen", email: "zara.jansen@example.net", role: "Agent" },
            { id: 26, full_name: "Chen Diaz", email: "chen.diaz@example.net", role: "Agent" },
            { id: 27, full_name: "Maria Davis", email: "maria.davis@example.net", role: "Manager" },
            { id: 28, full_name: "Yusuf Zhang", email: "yusuf.zhang@example.org", role: "Manager" },
            { id: 29, full_name: "Mila Wang", email: "mila.wang@example.net", role: "Manager" },
            { id: 30, full_name: "Jonas Castro", email: "jonas.castro@example.org", role: "Agent" },
            { id: 31, full_name: "Andre Kumar", email: "andre.kumar@example.net", role: "Manager" },
            { id: 32, full_name: "Ines Sato", email: "ines.sato@example.org", role: "Agent" },
            { id: 33, full_name: "Carla Ali", email: "carla.ali@example.net", role: "Agent" },
            { id: 34, full_name: "Amir Miller", email: "amir.miller@example.net", role: "Manager" },
            { id: 35, full_name: "Ethan Demir", email: "ethan.demir@example.com", role: "Manager" },
            { id: 36, full_name: "Kai Ruiz", email: "kai.ruiz@example.com", role: "Manager" },
            { id: 37, full_name: "Carlos Yilmaz", email: "carlos.yilmaz@example.com", role: "Manager" },
            { id: 38, full_name: "Deniz Demir", email: "deniz.demir@example.net", role: "Manager" },
            { id: 39, full_name: "Chen Miller", email: "chen.miller@example.org", role: "Manager" },
            { id: 40, full_name: "Ines Meyer", email: "ines.meyer@example.net", role: "Maintenance" },
            { id: 41, full_name: "Victor Pereira", email: "victor.pereira@example.net", role: "Manager" },
            { id: 42, full_name: "Paula Yilmaz", email: "paula.yilmaz@example.org", role: "Agent" },
            { id: 43, full_name: "Andre Kumar", email: "andre.kumar@example.org", role: "Agent" },
            { id: 44, full_name: "Pedro Park", email: "pedro.park@example.com", role: "Manager" },
            { id: 45, full_name: "Marco Meyer", email: "marco.meyer@example.com", role: "Manager" },
            { id: 46, full_name: "Andre Walker", email: "andre.walker@example.org", role: "Manager" },
            { id: 47, full_name: "Ben Novak", email: "ben.novak@example.com", role: "Manager" },
            { id: 48, full_name: "Tariq Kumar", email: "tariq.kumar@example.org", role: "Manager" },
            { id: 49, full_name: "Ines Lopez", email: "ines.lopez@example.net", role: "Maintenance" },
            { id: 50, full_name: "Anna Evans", email: "anna.evans@example.com", role: "Manager" },
        ],
    });
    await prisma.properties.createMany({
        data: [
            { id: 1, name: "Cypress", location: "Bucharest", property_type: "Residential", owner_id: 47 },
            { id: 2, name: "Fieldstone Juniper", location: "Taipei", property_type: "Residential", owner_id: 35 },
            { id: 3, name: "Seaside Clover", location: "Brussels", property_type: "Residential", owner_id: 24 },
            { id: 4, name: "Aspen", location: "Delhi", property_type: "Residential", owner_id: 37 },
            { id: 5, name: "Woodland Mountain", location: "Tokyo", property_type: "Residential", owner_id: 12 },
            { id: 6, name: "Dunes", location: "Brussels", property_type: "Commercial", owner_id: 42 },
            { id: 7, name: "Peachtree Thorn", location: "Seoul", property_type: "Commercial", owner_id: 43 },
            { id: 8, name: "Creek Timber Thorn", location: "Melbourne", property_type: "Residential", owner_id: 12 },
            { id: 9, name: "Creek Riverbend Lakeside", location: "Sydney", property_type: "Residential", owner_id: 50 },
            { id: 10, name: "Fern Summit", location: "Boston", property_type: "Residential", owner_id: 16 },
            { id: 11, name: "Stonegate", location: "Paris", property_type: "Residential", owner_id: 10 },
            { id: 12, name: "Cliffside Sunset", location: "Lyon", property_type: "Residential", owner_id: 18 },
            { id: 13, name: "Pinnacle Whispering Hillside", location: "Singapore", property_type: "Residential", owner_id: 19 },
            { id: 14, name: "Brook", location: "Bogota", property_type: "Residential", owner_id: 14 },
            { id: 15, name: "Timber", location: "Budapest", property_type: "Residential", owner_id: 19 },
            { id: 16, name: "Woodland Stonegate", location: "Montreal", property_type: "Residential", owner_id: 23 },
            { id: 17, name: "Fieldstone Magnolia Cedar", location: "Vancouver", property_type: "Residential", owner_id: 33 },
            { id: 18, name: "Eagle's Canyon", location: "Lima", property_type: "Residential", owner_id: 31 },
            { id: 19, name: "Orchard Maple Holly", location: "Ankara", property_type: "Commercial", owner_id: 7 },
            { id: 20, name: "Skyline Pine Vista", location: "Athens", property_type: "Residential", owner_id: 3 },
            { id: 21, name: "Hillside Cedar", location: "Sao Paulo", property_type: "Residential", owner_id: 38 },
            { id: 22, name: "Creek Aspen Valley", location: "Boston", property_type: "Residential", owner_id: 49 },
            { id: 23, name: "Seaside", location: "Boston", property_type: "Residential", owner_id: 45 },
            { id: 24, name: "Cliffside Timber Grove", location: "Lagos", property_type: "Commercial", owner_id: 49 },
            { id: 25, name: "Bayview Ridge Thorn", location: "Ankara", property_type: "Residential", owner_id: 25 },
            { id: 26, name: "Ridge Cliffside", location: "Buenos Aires", property_type: "Industrial", owner_id: 44 },
            { id: 27, name: "Ridge", location: "Jakarta", property_type: "Commercial", owner_id: 22 },
            { id: 28, name: "Dunes Cove Ridge", location: "Jakarta", property_type: "Commercial", owner_id: 30 },
            { id: 29, name: "Cliffside Springs", location: "Hamburg", property_type: "Residential", owner_id: 48 },
            { id: 30, name: "Cypress", location: "Dublin", property_type: "Residential", owner_id: 16 },
            { id: 31, name: "Cove Clover Grove", location: "Munich", property_type: "Residential", owner_id: 21 },
            { id: 32, name: "Timber Woodland", location: "Sydney", property_type: "Commercial", owner_id: 46 },
            { id: 33, name: "Fieldstone Birch", location: "Milan", property_type: "Residential", owner_id: 33 },
            { id: 34, name: "Thorn", location: "Copenhagen", property_type: "Residential", owner_id: 36 },
            { id: 35, name: "Brook", location: "Seoul", property_type: "Residential", owner_id: 46 },
            { id: 36, name: "Lakeside Vista", location: "Delhi", property_type: "Commercial", owner_id: 14 },
            { id: 37, name: "Shoreline Magnolia Eagle's", location: "Paris", property_type: "Residential", owner_id: 46 },
            { id: 38, name: "Crescent Bayview", location: "Lisbon", property_type: "Residential", owner_id: 15 },
            { id: 39, name: "Dunes Skyline", location: "Athens", property_type: "Residential", owner_id: 15 },
            { id: 40, name: "Riverbend Fern Orchard", location: "Kyoto", property_type: "Commercial", owner_id: 37 },
            { id: 41, name: "Summit Cedar", location: "Brussels", property_type: "Residential", owner_id: 35 },
            { id: 42, name: "Sunset Grove", location: "Kyoto", property_type: "Industrial", owner_id: 20 },
            { id: 43, name: "Willow", location: "Lagos", property_type: "Residential", owner_id: 29 },
            { id: 44, name: "Woodland Brook", location: "Lyon", property_type: "Residential", owner_id: 47 },
            { id: 45, name: "Oasis Meadow", location: "Manila", property_type: "Residential", owner_id: 28 },
            { id: 46, name: "Aspen", location: "Lagos", property_type: "Residential", owner_id: 36 },
            { id: 47, name: "Fieldstone", location: "Seoul", property_type: "Industrial", owner_id: 21 },
            { id: 48, name: "Clover", location: "Singapore", property_type: "Residential", owner_id: 4 },
            { id: 49, name: "Brook Birch Haven", location: "Stockholm", property_type: "Residential", owner_id: 21 },
            { id: 50, name: "Retreat Sunset Brook", location: "Rome", property_type: "Residential", owner_id: 35 },
            { id: 51, name: "Bayview Ridge", location: "Rome", property_type: "Residential", owner_id: 15 },
            { id: 52, name: "Timber Clover Harbor", location: "Mumbai", property_type: "Residential", owner_id: 26 },
            { id: 53, name: "Springs", location: "Denver", property_type: "Residential", owner_id: 20 },
            { id: 54, name: "Shoreline Maple", location: "Milan", property_type: "Residential", owner_id: 36 },
            { id: 55, name: "Grove", location: "Bangkok", property_type: "Residential", owner_id: 6 },
            { id: 56, name: "Whispering Shoreline", location: "Vancouver", property_type: "Commercial", owner_id: 9 },
            { id: 57, name: "Elmwood", location: "Vancouver", property_type: "Residential", owner_id: 47 },
            { id: 58, name: "Rosewood Haven", location: "Cape Town", property_type: "Residential", owner_id: 47 },
            { id: 59, name: "Thorn Aspen Mountain", location: "Montreal", property_type: "Residential", owner_id: 42 },
            { id: 60, name: "Shoreline Mountain Woodland", location: "Milan", property_type: "Residential", owner_id: 1 },
            { id: 61, name: "Magnolia", location: "San Diego", property_type: "Residential", owner_id: 25 },
            { id: 62, name: "Maple Cedar Bayview", location: "Buenos Aires", property_type: "Commercial", owner_id: 2 },
            { id: 63, name: "Holly Oasis Peachtree", location: "Bucharest", property_type: "Residential", owner_id: 36 },
            { id: 64, name: "Garden Harbor", location: "Vienna", property_type: "Commercial", owner_id: 48 },
            { id: 65, name: "Cliffside", location: "Lyon", property_type: "Residential", owner_id: 23 },
            { id: 66, name: "Pinnacle Stonegate Maple", location: "Cairo", property_type: "Residential", owner_id: 9 },
            { id: 67, name: "Valley Harbor Cove", location: "Istanbul", property_type: "Industrial", owner_id: 39 },
            { id: 68, name: "Lily Haven Summit", location: "Hamburg", property_type: "Commercial", owner_id: 10 },
            { id: 69, name: "Crescent Pinnacle Haven", location: "Budapest", property_type: "Residential", owner_id: 7 },
            { id: 70, name: "Magnolia", location: "Lagos", property_type: "Commercial", owner_id: 36 },
            { id: 71, name: "Fieldstone Eagle's", location: "Seoul", property_type: "Residential", owner_id: 8 },
            { id: 72, name: "Magnolia Hillside", location: "Lima", property_type: "Commercial", owner_id: 9 },
            { id: 73, name: "Shoreline Stonegate Clover", location: "Bangkok", property_type: "Industrial", owner_id: 20 },
            { id: 74, name: "Cove Brook Clover", location: "Madrid", property_type: "Commercial", owner_id: 24 },
            { id: 75, name: "Creek Fern", location: "Dublin", property_type: "Commercial", owner_id: 5 },
            { id: 76, name: "Orchard Riverbend", location: "Mexico City", property_type: "Commercial", owner_id: 15 },
            { id: 77, name: "Clover Skyline Grove", location: "Budapest", property_type: "Residential", owner_id: 7 },
            { id: 78, name: "Dunes Magnolia", location: "Lisbon", property_type: "Residential", owner_id: 27 },
            { id: 79, name: "Haven", location: "Chicago", property_type: "Commercial", owner_id: 19 },
            { id: 80, name: "Creek Cypress", location: "Brussels", property_type: "Industrial", owner_id: 17 },
            { id: 81, name: "Pinnacle Whispering", location: "Vienna", property_type: "Residential", owner_id: 22 },
            { id: 82, name: "Whispering Aspen Eagle's", location: "Taipei", property_type: "Residential", owner_id: 31 },
            { id: 83, name: "Skyline Shoreline Parkside", location: "Lyon", property_type: "Residential", owner_id: 21 },
            { id: 84, name: "Timber Cliffside", location: "Barcelona", property_type: "Residential", owner_id: 48 },
            { id: 85, name: "Rosewood Summit Holly", location: "Paris", property_type: "Residential", owner_id: 23 },
            { id: 86, name: "Pinnacle Fieldstone", location: "Mumbai", property_type: "Residential", owner_id: 34 },
            { id: 87, name: "Peachtree Summit", location: "Porto", property_type: "Commercial", owner_id: 5 },
            { id: 88, name: "Hillside Shoreline", location: "San Diego", property_type: "Residential", owner_id: 22 },
            { id: 89, name: "Vista Brook Parkside", location: "Oslo", property_type: "Residential", owner_id: 14 },
            { id: 90, name: "Sunset Stonegate Cove", location: "Hamburg", property_type: "Residential", owner_id: 38 },
            { id: 91, name: "Brook", location: "Singapore", property_type: "Commercial", owner_id: 6 },
            { id: 92, name: "Ridge Crescent Magnolia", location: "Mumbai", property_type: "Residential", owner_id: 15 },
            { id: 93, name: "Ivy Cedar", location: "Istanbul", property_type: "Residential", owner_id: 13 },
            { id: 94, name: "Lakeside Grove", location: "Hamburg", property_type: "Industrial", owner_id: 8 },
            { id: 95, name: "Thorn Rosewood Peachtree", location: "Hamburg", property_type: "Commercial", owner_id: 7 },
            { id: 96, name: "Clover", location: "Tokyo", property_type: "Residential", owner_id: 48 },
            { id: 97, name: "Garden", location: "Rome", property_type: "Residential", owner_id: 7 },
            { id: 98, name: "Summit Ivy", location: "Kyoto", property_type: "Residential", owner_id: 48 },
            { id: 99, name: "Springs", location: "Athens", property_type: "Commercial", owner_id: 30 },
            { id: 100, name: "Birch Ivy Shoreline", location: "Kyoto", property_type: "Residential", owner_id: 18 },
            { id: 101, name: "Thorn Sunset", location: "Oslo", property_type: "Residential", owner_id: 47 },
            { id: 102, name: "Skyline Seaside Lily", location: "Toronto", property_type: "Residential", owner_id: 24 },
            { id: 103, name: "Springs", location: "Cairo", property_type: "Residential", owner_id: 22 },
            { id: 104, name: "Timber Lily", location: "Sao Paulo", property_type: "Residential", owner_id: 7 },
            { id: 105, name: "Woodland Skyline", location: "Chicago", property_type: "Commercial", owner_id: 20 },
            { id: 106, name: "Shoreline", location: "Austin", property_type: "Residential", owner_id: 10 },
            { id: 107, name: "Pinnacle", location: "Zurich", property_type: "Residential", owner_id: 2 },
            { id: 108, name: "Willow Bayview", location: "Hamburg", property_type: "Commercial", owner_id: 41 },
            { id: 109, name: "Garden Whispering Timber", location: "Zurich", property_type: "Residential", owner_id: 26 },
            { id: 110, name: "Cove Mountain Fern", location: "Copenhagen", property_type: "Residential", owner_id: 32 },
            { id: 111, name: "Grove Crescent Fieldstone", location: "Zurich", property_type: "Residential", owner_id: 26 },
            { id: 112, name: "Fern", location: "Mumbai", property_type: "Industrial", owner_id: 14 },
            { id: 113, name: "Lily", location: "Lagos", property_type: "Residential", owner_id: 25 },
            { id: 114, name: "Ridge Holly Parkside", location: "Seoul", property_type: "Residential", owner_id: 21 },
            { id: 115, name: "Vista", location: "Edinburgh", property_type: "Commercial", owner_id: 41 },
            { id: 116, name: "Oasis", location: "Buenos Aires", property_type: "Residential", owner_id: 36 },
            { id: 117, name: "Springs Vista", location: "Hamburg", property_type: "Residential", owner_id: 26 },
            { id: 118, name: "Cliffside", location: "Lisbon", property_type: "Commercial", owner_id: 43 },
            { id: 119, name: "Hillside Orchard Whispering", location: "Austin", property_type: "Residential", owner_id: 43 },
            { id: 120, name: "Eagle's Shoreline", location: "Budapest", property_type: "Residential", owner_id: 24 },
            { id: 121, name: "Mountain", location: "Izmir", property_type: "Residential", owner_id: 5 },
            { id: 122, name: "Maple Skyline Vista", location: "Milan", property_type: "Residential", owner_id: 4 },
            { id: 123, name: "Seaside Ivy Ridge", location: "Sydney", property_type: "Commercial", owner_id: 14 },
            { id: 124, name: "Canyon Timber Valley", location: "Cairo", property_type: "Residential", owner_id: 4 },
            { id: 125, name: "Valley", location: "Athens", property_type: "Residential", owner_id: 12 },
            { id: 126, name: "Shoreline Skyline", location: "Mexico City", property_type: "Residential", owner_id: 9 },
            { id: 127, name: "Eagle's", location: "Melbourne", property_type: "Residential", owner_id: 16 },
            { id: 128, name: "Whispering Creek Timber", location: "Rome", property_type: "Residential", owner_id: 3 },
            { id: 129, name: "Creek Stonegate", location: "Manila", property_type: "Residential", owner_id: 7 },
            { id: 130, name: "Summit", location: "Vancouver", property_type: "Industrial", owner_id: 29 },
            { id: 131, name: "Parkside Cliffside", location: "Bogota", property_type: "Commercial", owner_id: 24 },
            { id: 132, name: "Meadow Orchard Holly", location: "Seoul", property_type: "Commercial", owner_id: 28 },
            { id: 133, name: "Ridge Parkside", location: "Melbourne", property_type: "Residential", owner_id: 45 },
            { id: 134, name: "Parkside Eagle's", location: "Buenos Aires", property_type: "Residential", owner_id: 31 },
            { id: 135, name: "Rosewood Seaside", location: "Seattle", property_type: "Residential", owner_id: 42 },
            { id: 136, name: "Whispering", location: "Istanbul", property_type: "Commercial", owner_id: 21 },
            { id: 137, name: "Cove Lakeside Woodland", location: "Vancouver", property_type: "Commercial", owner_id: 10 },
            { id: 138, name: "Eagle's", location: "Hamburg", property_type: "Commercial", owner_id: 6 },
            { id: 139, name: "Cedar Crescent Meadow", location: "Cape Town", property_type: "Residential", owner_id: 26 },
            { id: 140, name: "Lily Ivy Skyline", location: "Vancouver", property_type: "Residential", owner_id: 50 },
            { id: 141, name: "Harbor Rosewood Cedar", location: "Cape Town", property_type: "Residential", owner_id: 10 },
            { id: 142, name: "Shoreline Cove Orchard", location: "Brussels", property_type: "Commercial", owner_id: 49 },
            { id: 143, name: "Lily Willow", location: "Austin", property_type: "Residential", owner_id: 37 },
            { id: 144, name: "Woodland Parkside", location: "Rome", property_type: "Residential", owner_id: 41 },
            { id: 145, name: "Skyline", location: "Jakarta", property_type: "Residential", owner_id: 48 },
            { id: 146, name: "Garden", location: "Istanbul", property_type: "Residential", owner_id: 6 },
            { id: 147, name: "Harbor Clover", location: "Kyoto", property_type: "Residential", owner_id: 42 },
            { id: 148, name: "Thorn Haven", location: "Athens", property_type: "Industrial", owner_id: 20 },
            { id: 149, name: "Valley Clover Hillside", location: "Montreal", property_type: "Residential", owner_id: 10 },
            { id: 150, name: "Fern Creek Magnolia", location: "Prague", property_type: "Commercial", owner_id: 14 },
            { id: 151, name: "Haven Cliffside Retreat", location: "Zurich", property_type: "Residential", owner_id: 4 },
            { id: 152, name: "Sunset Birch", location: "Munich", property_type: "Industrial", owner_id: 41 },
            { id: 153, name: "Cedar Springs", location: "Milan", property_type: "Commercial", owner_id: 40 },
            { id: 154, name: "Fern Stonegate", location: "Helsinki", property_type: "Residential", owner_id: 8 },
            { id: 155, name: "Eagle's Hillside Skyline", location: "Paris", property_type: "Residential", owner_id: 17 },
            { id: 156, name: "Juniper", location: "Bucharest", property_type: "Commercial", owner_id: 38 },
            { id: 157, name: "Crescent Parkside Willow", location: "Barcelona", property_type: "Commercial", owner_id: 46 },
            { id: 158, name: "Sunset", location: "Vienna", property_type: "Residential", owner_id: 34 },
            { id: 159, name: "Shoreline Lakeside Pine", location: "Seoul", property_type: "Commercial", owner_id: 44 },
            { id: 160, name: "Retreat", location: "Nairobi", property_type: "Residential", owner_id: 7 },
            { id: 161, name: "Dunes", location: "Sydney", property_type: "Residential", owner_id: 49 },
            { id: 162, name: "Oasis Stonegate Cove", location: "Bucharest", property_type: "Commercial", owner_id: 29 },
            { id: 163, name: "Ivy Whispering", location: "Mexico City", property_type: "Residential", owner_id: 43 },
            { id: 164, name: "Fern Valley", location: "Vancouver", property_type: "Commercial", owner_id: 28 },
            { id: 165, name: "Peachtree", location: "Berlin", property_type: "Residential", owner_id: 26 },
            { id: 166, name: "Dunes Ivy Stonegate", location: "London", property_type: "Residential", owner_id: 45 },
            { id: 167, name: "Brook", location: "Prague", property_type: "Residential", owner_id: 32 },
            { id: 168, name: "Maple Oasis Fieldstone", location: "Lisbon", property_type: "Commercial", owner_id: 36 },
            { id: 169, name: "Lakeside Ivy Creek", location: "Bangkok", property_type: "Residential", owner_id: 9 },
            { id: 170, name: "Haven Cypress Meadow", location: "Denver", property_type: "Residential", owner_id: 41 },
            { id: 171, name: "Mountain Haven", location: "Barcelona", property_type: "Industrial", owner_id: 5 },
            { id: 172, name: "Orchard Pinnacle Harbor", location: "Munich", property_type: "Residential", owner_id: 49 },
            { id: 173, name: "Maple Lily", location: "Helsinki", property_type: "Residential", owner_id: 21 },
            { id: 174, name: "Thorn Skyline Retreat", location: "Edinburgh", property_type: "Residential", owner_id: 2 },
            { id: 175, name: "Meadow Lakeside", location: "Munich", property_type: "Residential", owner_id: 46 },
            { id: 176, name: "Parkside Seaside Woodland", location: "Warsaw", property_type: "Residential", owner_id: 21 },
            { id: 177, name: "Birch", location: "Tokyo", property_type: "Residential", owner_id: 23 },
            { id: 178, name: "Grove Summit Cedar", location: "Seoul", property_type: "Residential", owner_id: 13 },
            { id: 179, name: "Birch Ivy", location: "Madrid", property_type: "Residential", owner_id: 42 },
            { id: 180, name: "Fern Lakeside", location: "Santiago", property_type: "Residential", owner_id: 36 },
            { id: 181, name: "Haven", location: "Singapore", property_type: "Residential", owner_id: 3 },
            { id: 182, name: "Vista Fieldstone", location: "Hamburg", property_type: "Residential", owner_id: 10 },
            { id: 183, name: "Brook Springs", location: "Austin", property_type: "Residential", owner_id: 46 },
            { id: 184, name: "Meadow Summit", location: "Toronto", property_type: "Residential", owner_id: 43 },
            { id: 185, name: "Rosewood Elmwood Seaside", location: "Seoul", property_type: "Residential", owner_id: 10 },
            { id: 186, name: "Orchard Maple Hillside", location: "Montreal", property_type: "Residential", owner_id: 5 },
            { id: 187, name: "Creek Springs Dunes", location: "Kyoto", property_type: "Residential", owner_id: 38 },
            { id: 188, name: "Parkside Oasis Garden", location: "Delhi", property_type: "Residential", owner_id: 38 },
            { id: 189, name: "Garden", location: "Nairobi", property_type: "Residential", owner_id: 13 },
            { id: 190, name: "Canyon Timber", location: "Bangkok", property_type: "Commercial", owner_id: 17 },
            { id: 191, name: "Cypress Parkside", location: "Lima", property_type: "Residential", owner_id: 12 },
            { id: 192, name: "Cypress", location: "Seoul", property_type: "Residential", owner_id: 11 },
            { id: 193, name: "Ivy", location: "Delhi", property_type: "Residential", owner_id: 43 },
            { id: 194, name: "Birch", location: "Izmir", property_type: "Residential", owner_id: 32 },
            { id: 195, name: "Vista", location: "Ankara", property_type: "Residential", owner_id: 13 },
            { id: 196, name: "Juniper Crescent Oasis", location: "Dublin", property_type: "Residential", owner_id: 21 },
            { id: 197, name: "Elmwood Meadow Cove", location: "Warsaw", property_type: "Commercial", owner_id: 19 },
            { id: 198, name: "Valley Harbor", location: "Buenos Aires", property_type: "Residential", owner_id: 47 },
            { id: 199, name: "Aspen", location: "Denver", property_type: "Residential", owner_id: 22 },
            { id: 200, name: "Parkside", location: "Manila", property_type: "Residential", owner_id: 12 },
        ],
    });
    await prisma.maintenance_requests.createMany({
        data: [
            { id: 1, property_id: 129, request_date: "2024-04-26", resolution_date: "2024-05-07", status: "Open" },
            { id: 2, property_id: 179, request_date: "2023-05-19", resolution_date: "2023-05-28", status: "Open" },
            { id: 3, property_id: 174, request_date: "2024-10-31", resolution_date: "2024-11-09", status: "Open" },
            { id: 4, property_id: 21, request_date: "2023-06-12", resolution_date: "2023-06-19", status: "Open" },
            { id: 5, property_id: 60, request_date: "2023-08-08", resolution_date: "2023-08-15", status: "Closed" },
            { id: 6, property_id: 149, request_date: "2024-01-22", resolution_date: "2024-02-04", status: "Open" },
            { id: 7, property_id: 75, request_date: "2023-09-18", resolution_date: "2023-09-20", status: "Closed" },
            { id: 8, property_id: 193, request_date: "2024-10-26", resolution_date: "2024-11-08", status: "In Progress" },
            { id: 9, property_id: 38, request_date: "2023-11-19", resolution_date: "2023-11-30", status: "Open" },
            { id: 10, property_id: 48, request_date: "2023-11-30", resolution_date: "2023-12-04", status: "Open" },
            { id: 11, property_id: 159, request_date: "2024-06-28", resolution_date: "2024-07-10", status: "Open" },
            { id: 12, property_id: 98, request_date: "2024-07-06", resolution_date: "2024-07-20", status: "Open" },
            { id: 13, property_id: 72, request_date: "2024-09-25", resolution_date: "2024-09-25", status: "Closed" },
            { id: 14, property_id: 97, request_date: "2024-12-20", resolution_date: "2024-12-27", status: "Open" },
            { id: 15, property_id: 190, request_date: "2024-05-26", resolution_date: "2024-06-03", status: "Open" },
            { id: 16, property_id: 88, request_date: "2024-08-30", resolution_date: "2024-09-01", status: "Open" },
            { id: 17, property_id: 138, request_date: "2023-12-10", resolution_date: "2023-12-21", status: "Open" },
            { id: 18, property_id: 184, request_date: "2024-05-31", resolution_date: "2024-06-02", status: "Open" },
            { id: 19, property_id: 143, request_date: "2024-11-14", resolution_date: "2024-11-20", status: "Open" },
            { id: 20, property_id: 119, request_date: "2024-10-02", resolution_date: "2024-10-16", status: "Open" },
            { id: 21, property_id: 107, request_date: "2023-11-09", resolution_date: "2023-11-21", status: "Open" },
            { id: 22, property_id: 110, request_date: "2024-12-04", resolution_date: "2024-12-08", status: "Closed" },
            { id: 23, property_id: 83, request_date: "2023-06-25", resolution_date: "2023-07-07", status: "Closed" },
            { id: 24, property_id: 58, request_date: "2024-08-24", resolution_date: "2024-08-29", status: "Open" },
            { id: 25, property_id: 186, request_date: "2024-10-02", resolution_date: "2024-10-15", status: "Open" },
            { id: 26, property_id: 171, request_date: "2024-11-13", resolution_date: "2024-11-15", status: "Open" },
            { id: 27, property_id: 50, request_date: "2024-04-14", resolution_date: "2024-04-19", status: "Open" },
            { id: 28, property_id: 110, request_date: "2024-03-27", resolution_date: "2024-04-07", status: "Open" },
            { id: 29, property_id: 187, request_date: "2024-06-14", resolution_date: "2024-06-14", status: "Open" },
            { id: 30, property_id: 144, request_date: "2023-02-02", resolution_date: "2023-02-06", status: "In Progress" },
            { id: 31, property_id: 36, request_date: "2024-04-16", resolution_date: "2024-04-25", status: "Open" },
            { id: 32, property_id: 96, request_date: "2024-01-14", resolution_date: "2024-01-28", status: "Open" },
            { id: 33, property_id: 165, request_date: "2024-06-21", resolution_date: "2024-07-01", status: "Closed" },
            { id: 34, property_id: 4, request_date: "2024-09-20", resolution_date: "2024-09-24", status: "Open" },
            { id: 35, property_id: 23, request_date: "2024-10-19", resolution_date: "2024-10-27", status: "Open" },
            { id: 36, property_id: 45, request_date: "2023-10-07", resolution_date: "2023-10-21", status: "In Progress" },
            { id: 37, property_id: 102, request_date: "2024-08-19", resolution_date: "2024-08-22", status: "Open" },
            { id: 38, property_id: 165, request_date: "2023-10-22", resolution_date: "2023-11-04", status: "Open" },
            { id: 39, property_id: 132, request_date: "2023-05-11", resolution_date: "2023-05-14", status: "Open" },
            { id: 40, property_id: 63, request_date: "2024-12-26", resolution_date: "2024-12-30", status: "In Progress" },
            { id: 41, property_id: 94, request_date: "2023-09-28", resolution_date: "2023-10-09", status: "In Progress" },
            { id: 42, property_id: 49, request_date: "2024-05-27", resolution_date: "2024-05-27", status: "Open" },
            { id: 43, property_id: 83, request_date: "2024-06-29", resolution_date: "2024-07-13", status: "Open" },
            { id: 44, property_id: 47, request_date: "2024-09-24", resolution_date: "2024-10-09", status: "In Progress" },
            { id: 45, property_id: 166, request_date: "2024-07-13", resolution_date: "2024-07-15", status: "Open" },
            { id: 46, property_id: 62, request_date: "2023-12-28", resolution_date: "2024-01-10", status: "Open" },
            { id: 47, property_id: 43, request_date: "2024-04-09", resolution_date: "2024-04-11", status: "In Progress" },
            { id: 48, property_id: 148, request_date: "2024-05-09", resolution_date: "2024-05-23", status: "Open" },
            { id: 49, property_id: 19, request_date: "2023-04-08", resolution_date: "2023-04-20", status: "Open" },
            { id: 50, property_id: 112, request_date: "2024-05-08", resolution_date: "2024-05-20", status: "Closed" },
            { id: 51, property_id: 137, request_date: "2024-08-08", resolution_date: "2024-08-18", status: "Open" },
            { id: 52, property_id: 165, request_date: "2024-06-05", resolution_date: "2024-06-14", status: "Open" },
            { id: 53, property_id: 58, request_date: "2024-01-25", resolution_date: "2024-02-02", status: "Open" },
            { id: 54, property_id: 93, request_date: "2024-06-18", resolution_date: "2024-06-24", status: "Closed" },
            { id: 55, property_id: 139, request_date: "2024-08-12", resolution_date: "2024-08-21", status: "Open" },
            { id: 56, property_id: 162, request_date: "2023-06-06", resolution_date: "2023-06-08", status: "In Progress" },
            { id: 57, property_id: 23, request_date: "2024-11-04", resolution_date: "2024-11-08", status: "Open" },
            { id: 58, property_id: 194, request_date: "2024-04-28", resolution_date: "2024-05-05", status: "Open" },
            { id: 59, property_id: 138, request_date: "2024-07-06", resolution_date: "2024-07-13", status: "Open" },
            { id: 60, property_id: 126, request_date: "2024-11-15", resolution_date: "2024-11-15", status: "Open" },
            { id: 61, property_id: 60, request_date: "2023-07-31", resolution_date: "2023-08-05", status: "Open" },
            { id: 62, property_id: 181, request_date: "2023-08-01", resolution_date: "2023-08-12", status: "Open" },
            { id: 63, property_id: 10, request_date: "2023-07-27", resolution_date: "2023-08-03", status: "Open" },
            { id: 64, property_id: 118, request_date: "2024-03-03", resolution_date: "2024-03-16", status: "In Progress" },
            { id: 65, property_id: 125, request_date: "2024-02-27", resolution_date: "2024-03-08", status: "Open" },
            { id: 66, property_id: 134, request_date: "2024-06-25", resolution_date: "2024-06-26", status: "In Progress" },
            { id: 67, property_id: 36, request_date: "2024-03-21", resolution_date: "2024-03-31", status: "In Progress" },
            { id: 68, property_id: 23, request_date: "2023-10-04", resolution_date: "2023-10-17", status: "In Progress" },
            { id: 69, property_id: 30, request_date: "2024-05-19", resolution_date: "2024-06-03", status: "In Progress" },
            { id: 70, property_id: 93, request_date: "2023-03-25", resolution_date: "2023-03-27", status: "Closed" },
            { id: 71, property_id: 90, request_date: "2023-08-10", resolution_date: "2023-08-17", status: "Open" },
            { id: 72, property_id: 83, request_date: "2024-07-10", resolution_date: "2024-07-19", status: "Open" },
            { id: 73, property_id: 147, request_date: "2023-03-19", resolution_date: "2023-03-23", status: "In Progress" },
            { id: 74, property_id: 154, request_date: "2023-12-09", resolution_date: "2023-12-18", status: "Open" },
            { id: 75, property_id: 35, request_date: "2023-06-19", resolution_date: "2023-06-25", status: "In Progress" },
            { id: 76, property_id: 147, request_date: "2023-03-13", resolution_date: "2023-03-14", status: "Open" },
            { id: 77, property_id: 68, request_date: "2024-08-08", resolution_date: "2024-08-23", status: "Open" },
            { id: 78, property_id: 5, request_date: "2024-11-29", resolution_date: "2024-12-01", status: "Open" },
            { id: 79, property_id: 66, request_date: "2024-08-10", resolution_date: "2024-08-13", status: "Open" },
            { id: 80, property_id: 115, request_date: "2023-09-21", resolution_date: "2023-09-25", status: "Open" },
            { id: 81, property_id: 7, request_date: "2024-11-14", resolution_date: "2024-11-22", status: "In Progress" },
            { id: 82, property_id: 172, request_date: "2024-09-02", resolution_date: "2024-09-04", status: "Open" },
            { id: 83, property_id: 180, request_date: "2023-11-12", resolution_date: "2023-11-23", status: "Open" },
            { id: 84, property_id: 21, request_date: "2023-06-28", resolution_date: "2023-07-10", status: "Closed" },
            { id: 85, property_id: 69, request_date: "2023-11-16", resolution_date: "2023-11-27", status: "Open" },
            { id: 86, property_id: 159, request_date: "2023-02-24", resolution_date: "2023-02-28", status: "Open" },
            { id: 87, property_id: 123, request_date: "2023-09-22", resolution_date: "2023-10-03", status: "Open" },
            { id: 88, property_id: 183, request_date: "2024-02-01", resolution_date: "2024-02-13", status: "Open" },
            { id: 89, property_id: 111, request_date: "2023-11-23", resolution_date: "2023-12-07", status: "Open" },
            { id: 90, property_id: 61, request_date: "2024-04-07", resolution_date: "2024-04-07", status: "Open" },
            { id: 91, property_id: 32, request_date: "2024-09-09", resolution_date: "2024-09-17", status: "Closed" },
            { id: 92, property_id: 34, request_date: "2023-06-24", resolution_date: "2023-07-09", status: "Open" },
            { id: 93, property_id: 119, request_date: "2023-09-17", resolution_date: "2023-09-17", status: "Open" },
            { id: 94, property_id: 104, request_date: "2024-03-09", resolution_date: "2024-03-16", status: "Open" },
            { id: 95, property_id: 194, request_date: "2024-09-26", resolution_date: "2024-10-02", status: "Open" },
            { id: 96, property_id: 132, request_date: "2023-10-23", resolution_date: "2023-11-01", status: "Open" },
            { id: 97, property_id: 130, request_date: "2024-12-09", resolution_date: "2024-12-12", status: "Open" },
            { id: 98, property_id: 161, request_date: "2023-12-17", resolution_date: "2024-01-01", status: "In Progress" },
            { id: 99, property_id: 41, request_date: "2023-08-07", resolution_date: "2023-08-11", status: "Open" },
            { id: 100, property_id: 104, request_date: "2023-05-25", resolution_date: "2023-05-28", status: "Open" },
            { id: 101, property_id: 175, request_date: "2023-10-01", resolution_date: "2023-10-03", status: "Open" },
            { id: 102, property_id: 133, request_date: "2023-03-07", resolution_date: "2023-03-17", status: "Open" },
            { id: 103, property_id: 110, request_date: "2023-10-09", resolution_date: "2023-10-16", status: "In Progress" },
            { id: 104, property_id: 145, request_date: "2023-09-19", resolution_date: "2023-09-24", status: "In Progress" },
            { id: 105, property_id: 28, request_date: "2023-01-28", resolution_date: "2023-02-01", status: "Open" },
            { id: 106, property_id: 110, request_date: "2024-11-11", resolution_date: "2024-11-23", status: "Closed" },
            { id: 107, property_id: 14, request_date: "2024-06-28", resolution_date: "2024-07-13", status: "Open" },
            { id: 108, property_id: 193, request_date: "2024-02-28", resolution_date: "2024-03-09", status: "Open" },
            { id: 109, property_id: 85, request_date: "2024-07-07", resolution_date: "2024-07-18", status: "Open" },
            { id: 110, property_id: 24, request_date: "2023-11-30", resolution_date: "2023-12-13", status: "Open" },
            { id: 111, property_id: 90, request_date: "2024-11-16", resolution_date: "2024-11-30", status: "Open" },
            { id: 112, property_id: 68, request_date: "2023-02-21", resolution_date: "2023-03-07", status: "In Progress" },
            { id: 113, property_id: 76, request_date: "2024-10-30", resolution_date: "2024-11-01", status: "Open" },
            { id: 114, property_id: 72, request_date: "2024-11-14", resolution_date: "2024-11-22", status: "Open" },
            { id: 115, property_id: 108, request_date: "2024-04-14", resolution_date: "2024-04-23", status: "In Progress" },
            { id: 116, property_id: 124, request_date: "2024-04-03", resolution_date: "2024-04-18", status: "In Progress" },
            { id: 117, property_id: 9, request_date: "2024-12-26", resolution_date: "2025-01-04", status: "Open" },
            { id: 118, property_id: 8, request_date: "2023-03-23", resolution_date: "2023-03-23", status: "Open" },
            { id: 119, property_id: 186, request_date: "2023-12-15", resolution_date: "2023-12-26", status: "Open" },
            { id: 120, property_id: 160, request_date: "2024-08-29", resolution_date: "2024-09-09", status: "Open" },
            { id: 121, property_id: 48, request_date: "2024-12-17", resolution_date: "2024-12-25", status: "In Progress" },
            { id: 122, property_id: 116, request_date: "2023-12-27", resolution_date: "2024-01-09", status: "Closed" },
            { id: 123, property_id: 82, request_date: "2024-11-28", resolution_date: "2024-12-11", status: "Open" },
            { id: 124, property_id: 198, request_date: "2024-06-08", resolution_date: "2024-06-20", status: "In Progress" },
            { id: 125, property_id: 54, request_date: "2024-12-31", resolution_date: "2025-01-04", status: "Open" },
            { id: 126, property_id: 14, request_date: "2024-08-20", resolution_date: "2024-08-30", status: "Open" },
            { id: 127, property_id: 109, request_date: "2023-12-06", resolution_date: "2023-12-17", status: "Closed" },
            { id: 128, property_id: 79, request_date: "2023-08-09", resolution_date: "2023-08-19", status: "Open" },
            { id: 129, property_id: 139, request_date: "2023-08-21", resolution_date: "2023-08-31", status: "Open" },
            { id: 130, property_id: 125, request_date: "2024-08-01", resolution_date: "2024-08-08", status: "Open" },
            { id: 131, property_id: 28, request_date: "2023-09-17", resolution_date: "2023-09-28", status: "In Progress" },
            { id: 132, property_id: 140, request_date: "2023-12-02", resolution_date: "2023-12-07", status: "Open" },
            { id: 133, property_id: 169, request_date: "2024-01-04", resolution_date: "2024-01-05", status: "Open" },
            { id: 134, property_id: 18, request_date: "2023-12-05", resolution_date: "2023-12-12", status: "Open" },
            { id: 135, property_id: 127, request_date: "2024-06-27", resolution_date: "2024-07-11", status: "In Progress" },
            { id: 136, property_id: 19, request_date: "2023-08-04", resolution_date: "2023-08-07", status: "Open" },
            { id: 137, property_id: 85, request_date: "2023-06-23", resolution_date: "2023-06-28", status: "Open" },
            { id: 138, property_id: 175, request_date: "2024-10-26", resolution_date: "2024-10-26", status: "Open" },
            { id: 139, property_id: 166, request_date: "2023-11-23", resolution_date: "2023-12-01", status: "Open" },
            { id: 140, property_id: 85, request_date: "2024-07-08", resolution_date: "2024-07-11", status: "Open" },
            { id: 141, property_id: 40, request_date: "2024-01-08", resolution_date: "2024-01-10", status: "Open" },
            { id: 142, property_id: 52, request_date: "2024-05-21", resolution_date: "2024-05-31", status: "Open" },
            { id: 143, property_id: 28, request_date: "2024-10-14", resolution_date: "2024-10-26", status: "In Progress" },
            { id: 144, property_id: 150, request_date: "2023-09-30", resolution_date: "2023-10-02", status: "In Progress" },
            { id: 145, property_id: 41, request_date: "2023-07-03", resolution_date: "2023-07-10", status: "Open" },
            { id: 146, property_id: 88, request_date: "2023-01-04", resolution_date: "2023-01-07", status: "Open" },
            { id: 147, property_id: 85, request_date: "2024-02-08", resolution_date: "2024-02-11", status: "Open" },
            { id: 148, property_id: 139, request_date: "2023-12-09", resolution_date: "2023-12-11", status: "Open" },
            { id: 149, property_id: 136, request_date: "2024-01-06", resolution_date: "2024-01-18", status: "Open" },
            { id: 150, property_id: 15, request_date: "2023-04-15", resolution_date: "2023-04-29", status: "Closed" },
            { id: 151, property_id: 72, request_date: "2024-05-17", resolution_date: "2024-05-19", status: "Open" },
            { id: 152, property_id: 92, request_date: "2024-01-03", resolution_date: "2024-01-05", status: "Closed" },
            { id: 153, property_id: 165, request_date: "2024-09-03", resolution_date: "2024-09-09", status: "Closed" },
            { id: 154, property_id: 15, request_date: "2023-11-05", resolution_date: "2023-11-16", status: "In Progress" },
            { id: 155, property_id: 143, request_date: "2024-01-23", resolution_date: "2024-01-27", status: "Open" },
            { id: 156, property_id: 41, request_date: "2024-07-08", resolution_date: "2024-07-20", status: "In Progress" },
            { id: 157, property_id: 170, request_date: "2023-03-23", resolution_date: "2023-03-25", status: "Open" },
            { id: 158, property_id: 35, request_date: "2023-04-20", resolution_date: "2023-05-01", status: "Closed" },
            { id: 159, property_id: 61, request_date: "2024-04-17", resolution_date: "2024-04-26", status: "Open" },
            { id: 160, property_id: 175, request_date: "2023-07-28", resolution_date: "2023-08-07", status: "In Progress" },
            { id: 161, property_id: 76, request_date: "2023-11-03", resolution_date: "2023-11-16", status: "In Progress" },
            { id: 162, property_id: 154, request_date: "2024-10-26", resolution_date: "2024-11-04", status: "In Progress" },
            { id: 163, property_id: 23, request_date: "2024-03-02", resolution_date: "2024-03-13", status: "In Progress" },
            { id: 164, property_id: 158, request_date: "2024-01-17", resolution_date: "2024-01-25", status: "Open" },
            { id: 165, property_id: 141, request_date: "2024-06-21", resolution_date: "2024-06-23", status: "Open" },
            { id: 166, property_id: 76, request_date: "2023-09-12", resolution_date: "2023-09-17", status: "Open" },
            { id: 167, property_id: 200, request_date: "2024-07-02", resolution_date: "2024-07-16", status: "Open" },
            { id: 168, property_id: 159, request_date: "2024-07-27", resolution_date: "2024-08-10", status: "Closed" },
            { id: 169, property_id: 118, request_date: "2024-09-25", resolution_date: "2024-09-28", status: "Open" },
            { id: 170, property_id: 38, request_date: "2024-12-26", resolution_date: "2025-01-01", status: "Open" },
            { id: 171, property_id: 166, request_date: "2024-05-26", resolution_date: "2024-05-28", status: "Open" },
            { id: 172, property_id: 195, request_date: "2023-11-24", resolution_date: "2023-11-24", status: "Open" },
            { id: 173, property_id: 9, request_date: "2024-09-10", resolution_date: "2024-09-14", status: "Open" },
            { id: 174, property_id: 104, request_date: "2023-07-15", resolution_date: "2023-07-30", status: "Open" },
            { id: 175, property_id: 137, request_date: "2024-12-14", resolution_date: "2024-12-15", status: "Open" },
            { id: 176, property_id: 159, request_date: "2023-09-28", resolution_date: "2023-10-07", status: "Open" },
            { id: 177, property_id: 169, request_date: "2023-10-07", resolution_date: "2023-10-12", status: "Open" },
            { id: 178, property_id: 134, request_date: "2024-08-04", resolution_date: "2024-08-10", status: "In Progress" },
            { id: 179, property_id: 192, request_date: "2024-10-23", resolution_date: "2024-10-26", status: "Open" },
            { id: 180, property_id: 191, request_date: "2024-01-04", resolution_date: "2024-01-14", status: "Open" },
            { id: 181, property_id: 143, request_date: "2023-07-22", resolution_date: "2023-07-24", status: "In Progress" },
            { id: 182, property_id: 170, request_date: "2023-08-09", resolution_date: "2023-08-22", status: "Open" },
            { id: 183, property_id: 186, request_date: "2023-10-02", resolution_date: "2023-10-08", status: "Open" },
            { id: 184, property_id: 112, request_date: "2024-12-06", resolution_date: "2024-12-11", status: "Open" },
            { id: 185, property_id: 133, request_date: "2023-12-15", resolution_date: "2023-12-26", status: "Closed" },
            { id: 186, property_id: 200, request_date: "2024-07-07", resolution_date: "2024-07-09", status: "Open" },
            { id: 187, property_id: 35, request_date: "2023-09-15", resolution_date: "2023-09-16", status: "Open" },
            { id: 188, property_id: 5, request_date: "2024-12-13", resolution_date: "2024-12-17", status: "Open" },
            { id: 189, property_id: 74, request_date: "2024-12-03", resolution_date: "2024-12-15", status: "Open" },
            { id: 190, property_id: 34, request_date: "2023-12-11", resolution_date: "2023-12-18", status: "Open" },
            { id: 191, property_id: 161, request_date: "2023-08-15", resolution_date: "2023-08-23", status: "Open" },
            { id: 192, property_id: 76, request_date: "2024-10-16", resolution_date: "2024-10-22", status: "In Progress" },
            { id: 193, property_id: 156, request_date: "2023-10-01", resolution_date: "2023-10-09", status: "In Progress" },
            { id: 194, property_id: 29, request_date: "2024-02-03", resolution_date: "2024-02-17", status: "Open" },
            { id: 195, property_id: 93, request_date: "2024-08-21", resolution_date: "2024-09-01", status: "Open" },
            { id: 196, property_id: 22, request_date: "2024-09-15", resolution_date: "2024-09-16", status: "In Progress" },
            { id: 197, property_id: 156, request_date: "2024-07-31", resolution_date: "2024-08-14", status: "In Progress" },
            { id: 198, property_id: 199, request_date: "2024-10-23", resolution_date: "2024-10-29", status: "In Progress" },
            { id: 199, property_id: 123, request_date: "2023-01-27", resolution_date: "2023-02-08", status: "Open" },
            { id: 200, property_id: 183, request_date: "2024-05-21", resolution_date: "2024-05-22", status: "In Progress" },
            { id: 201, property_id: 110, request_date: "2023-07-08", resolution_date: "2023-07-14", status: "Open" },
            { id: 202, property_id: 25, request_date: "2023-10-24", resolution_date: "2023-10-29", status: "Open" },
            { id: 203, property_id: 148, request_date: "2024-03-11", resolution_date: "2024-03-18", status: "Open" },
            { id: 204, property_id: 140, request_date: "2023-02-17", resolution_date: "2023-03-03", status: "In Progress" },
            { id: 205, property_id: 141, request_date: "2024-07-07", resolution_date: "2024-07-20", status: "Open" },
            { id: 206, property_id: 4, request_date: "2024-09-21", resolution_date: "2024-10-06", status: "Closed" },
            { id: 207, property_id: 148, request_date: "2023-06-19", resolution_date: "2023-07-03", status: "Open" },
            { id: 208, property_id: 195, request_date: "2024-11-15", resolution_date: "2024-11-27", status: "Open" },
            { id: 209, property_id: 81, request_date: "2024-12-20", resolution_date: "2024-12-30", status: "Open" },
            { id: 210, property_id: 143, request_date: "2024-12-14", resolution_date: "2024-12-28", status: "Open" },
            { id: 211, property_id: 172, request_date: "2023-11-17", resolution_date: "2023-11-21", status: "Open" },
            { id: 212, property_id: 96, request_date: "2023-07-10", resolution_date: "2023-07-14", status: "In Progress" },
            { id: 213, property_id: 194, request_date: "2024-12-07", resolution_date: "2024-12-18", status: "Closed" },
            { id: 214, property_id: 183, request_date: "2024-02-03", resolution_date: "2024-02-14", status: "In Progress" },
            { id: 215, property_id: 87, request_date: "2024-02-15", resolution_date: "2024-02-24", status: "Open" },
            { id: 216, property_id: 31, request_date: "2023-01-29", resolution_date: "2023-01-29", status: "Closed" },
            { id: 217, property_id: 37, request_date: "2024-09-23", resolution_date: "2024-09-27", status: "In Progress" },
            { id: 218, property_id: 61, request_date: "2023-12-12", resolution_date: "2023-12-27", status: "Open" },
            { id: 219, property_id: 159, request_date: "2024-12-05", resolution_date: "2024-12-17", status: "Open" },
            { id: 220, property_id: 157, request_date: "2023-11-04", resolution_date: "2023-11-15", status: "In Progress" },
            { id: 221, property_id: 152, request_date: "2024-08-09", resolution_date: "2024-08-22", status: "In Progress" },
            { id: 222, property_id: 91, request_date: "2024-08-10", resolution_date: "2024-08-19", status: "In Progress" },
            { id: 223, property_id: 27, request_date: "2024-05-18", resolution_date: "2024-05-26", status: "Open" },
            { id: 224, property_id: 144, request_date: "2024-10-04", resolution_date: "2024-10-13", status: "In Progress" },
            { id: 225, property_id: 134, request_date: "2023-12-09", resolution_date: "2023-12-21", status: "In Progress" },
            { id: 226, property_id: 111, request_date: "2023-03-10", resolution_date: "2023-03-22", status: "Open" },
            { id: 227, property_id: 12, request_date: "2024-01-12", resolution_date: "2024-01-22", status: "Open" },
            { id: 228, property_id: 92, request_date: "2024-07-09", resolution_date: "2024-07-15", status: "Open" },
            { id: 229, property_id: 128, request_date: "2023-04-19", resolution_date: "2023-04-19", status: "In Progress" },
            { id: 230, property_id: 186, request_date: "2024-05-15", resolution_date: "2024-05-20", status: "Open" },
            { id: 231, property_id: 136, request_date: "2023-09-21", resolution_date: "2023-10-06", status: "Open" },
            { id: 232, property_id: 46, request_date: "2023-11-28", resolution_date: "2023-12-04", status: "Open" },
            { id: 233, property_id: 197, request_date: "2024-03-09", resolution_date: "2024-03-10", status: "Open" },
            { id: 234, property_id: 177, request_date: "2024-08-12", resolution_date: "2024-08-25", status: "Open" },
            { id: 235, property_id: 35, request_date: "2023-07-17", resolution_date: "2023-07-30", status: "Open" },
            { id: 236, property_id: 85, request_date: "2023-10-27", resolution_date: "2023-10-28", status: "Closed" },
            { id: 237, property_id: 32, request_date: "2024-02-12", resolution_date: "2024-02-12", status: "Open" },
            { id: 238, property_id: 113, request_date: "2023-07-28", resolution_date: "2023-08-06", status: "Open" },
            { id: 239, property_id: 142, request_date: "2023-07-13", resolution_date: "2023-07-20", status: "In Progress" },
            { id: 240, property_id: 111, request_date: "2024-07-07", resolution_date: "2024-07-14", status: "Open" },
            { id: 241, property_id: 187, request_date: "2023-12-30", resolution_date: "2024-01-11", status: "Closed" },
            { id: 242, property_id: 49, request_date: "2024-11-09", resolution_date: "2024-11-15", status: "Open" },
            { id: 243, property_id: 20, request_date: "2023-11-17", resolution_date: "2023-11-29", status: "Open" },
            { id: 244, property_id: 135, request_date: "2024-11-27", resolution_date: "2024-11-29", status: "In Progress" },
            { id: 245, property_id: 25, request_date: "2024-10-26", resolution_date: "2024-11-06", status: "Open" },
            { id: 246, property_id: 127, request_date: "2024-12-13", resolution_date: "2024-12-21", status: "Closed" },
            { id: 247, property_id: 166, request_date: "2024-12-16", resolution_date: "2024-12-29", status: "Open" },
            { id: 248, property_id: 109, request_date: "2024-06-20", resolution_date: "2024-06-20", status: "In Progress" },
            { id: 249, property_id: 24, request_date: "2024-06-29", resolution_date: "2024-07-14", status: "Open" },
            { id: 250, property_id: 6, request_date: "2024-08-22", resolution_date: "2024-08-25", status: "Closed" },
            { id: 251, property_id: 129, request_date: "2024-01-30", resolution_date: "2024-02-07", status: "Closed" },
            { id: 252, property_id: 49, request_date: "2023-08-07", resolution_date: "2023-08-13", status: "In Progress" },
            { id: 253, property_id: 106, request_date: "2024-03-23", resolution_date: "2024-04-07", status: "Open" },
            { id: 254, property_id: 80, request_date: "2024-09-02", resolution_date: "2024-09-07", status: "In Progress" },
            { id: 255, property_id: 49, request_date: "2023-03-21", resolution_date: "2023-03-22", status: "Open" },
            { id: 256, property_id: 137, request_date: "2023-01-15", resolution_date: "2023-01-24", status: "Open" },
            { id: 257, property_id: 199, request_date: "2024-07-17", resolution_date: "2024-07-18", status: "Open" },
            { id: 258, property_id: 193, request_date: "2024-12-15", resolution_date: "2024-12-19", status: "Open" },
            { id: 259, property_id: 75, request_date: "2024-12-14", resolution_date: "2024-12-24", status: "Closed" },
            { id: 260, property_id: 84, request_date: "2023-08-04", resolution_date: "2023-08-10", status: "Open" },
            { id: 261, property_id: 171, request_date: "2023-05-30", resolution_date: "2023-06-07", status: "In Progress" },
            { id: 262, property_id: 7, request_date: "2023-05-05", resolution_date: "2023-05-15", status: "Open" },
            { id: 263, property_id: 124, request_date: "2023-07-06", resolution_date: "2023-07-19", status: "In Progress" },
            { id: 264, property_id: 33, request_date: "2023-12-13", resolution_date: "2023-12-26", status: "Closed" },
            { id: 265, property_id: 5, request_date: "2023-05-05", resolution_date: "2023-05-11", status: "Open" },
            { id: 266, property_id: 99, request_date: "2024-09-17", resolution_date: "2024-09-30", status: "Open" },
            { id: 267, property_id: 173, request_date: "2024-11-15", resolution_date: "2024-11-21", status: "Open" },
            { id: 268, property_id: 26, request_date: "2024-01-19", resolution_date: "2024-01-29", status: "Open" },
            { id: 269, property_id: 166, request_date: "2023-01-23", resolution_date: "2023-02-03", status: "Open" },
            { id: 270, property_id: 28, request_date: "2024-08-08", resolution_date: "2024-08-21", status: "Open" },
            { id: 271, property_id: 135, request_date: "2024-07-10", resolution_date: "2024-07-12", status: "Open" },
            { id: 272, property_id: 1, request_date: "2024-08-28", resolution_date: "2024-08-31", status: "Open" },
            { id: 273, property_id: 48, request_date: "2024-09-08", resolution_date: "2024-09-19", status: "Open" },
            { id: 274, property_id: 128, request_date: "2024-06-21", resolution_date: "2024-06-30", status: "Open" },
            { id: 275, property_id: 157, request_date: "2024-12-27", resolution_date: "2025-01-11", status: "Open" },
            { id: 276, property_id: 8, request_date: "2024-11-23", resolution_date: "2024-11-29", status: "Open" },
            { id: 277, property_id: 32, request_date: "2024-09-14", resolution_date: "2024-09-18", status: "In Progress" },
            { id: 278, property_id: 169, request_date: "2024-06-14", resolution_date: "2024-06-28", status: "Open" },
            { id: 279, property_id: 81, request_date: "2024-12-28", resolution_date: "2024-12-28", status: "Open" },
            { id: 280, property_id: 174, request_date: "2024-02-17", resolution_date: "2024-02-22", status: "Closed" },
            { id: 281, property_id: 55, request_date: "2024-09-23", resolution_date: "2024-10-07", status: "Closed" },
            { id: 282, property_id: 124, request_date: "2023-11-24", resolution_date: "2023-11-30", status: "Closed" },
            { id: 283, property_id: 56, request_date: "2024-10-31", resolution_date: "2024-11-03", status: "Open" },
            { id: 284, property_id: 162, request_date: "2024-06-17", resolution_date: "2024-07-02", status: "Open" },
            { id: 285, property_id: 184, request_date: "2023-09-13", resolution_date: "2023-09-14", status: "Open" },
            { id: 286, property_id: 128, request_date: "2024-07-24", resolution_date: "2024-07-24", status: "Open" },
            { id: 287, property_id: 33, request_date: "2024-12-04", resolution_date: "2024-12-08", status: "Open" },
            { id: 288, property_id: 12, request_date: "2024-11-16", resolution_date: "2024-11-30", status: "Open" },
            { id: 289, property_id: 135, request_date: "2024-04-05", resolution_date: "2024-04-12", status: "Open" },
            { id: 290, property_id: 10, request_date: "2024-08-25", resolution_date: "2024-09-09", status: "Open" },
            { id: 291, property_id: 185, request_date: "2024-08-23", resolution_date: "2024-09-03", status: "Closed" },
            { id: 292, property_id: 66, request_date: "2024-04-10", resolution_date: "2024-04-16", status: "Closed" },
            { id: 293, property_id: 48, request_date: "2024-08-14", resolution_date: "2024-08-16", status: "Open" },
            { id: 294, property_id: 94, request_date: "2023-12-17", resolution_date: "2023-12-30", status: "Open" },
            { id: 295, property_id: 199, request_date: "2023-12-07", resolution_date: "2023-12-22", status: "In Progress" },
            { id: 296, property_id: 37, request_date: "2023-10-20", resolution_date: "2023-10-26", status: "Closed" },
            { id: 297, property_id: 57, request_date: "2024-06-07", resolution_date: "2024-06-13", status: "Open" },
            { id: 298, property_id: 191, request_date: "2024-12-06", resolution_date: "2024-12-13", status: "Open" },
            { id: 299, property_id: 52, request_date: "2024-04-29", resolution_date: "2024-04-30", status: "Open" },
            { id: 300, property_id: 5, request_date: "2024-01-22", resolution_date: "2024-01-30", status: "Open" },
        ],
    });
    await prisma.project_timelines.createMany({
        data: [
            { id: 1, property_id: 179, start_date: "2024-12-03", end_date: "2024-12-26", status: "Planned" },
            { id: 2, property_id: 72, start_date: "2024-11-08", end_date: "2024-11-15", status: "Ongoing" },
            { id: 3, property_id: 164, start_date: "2024-05-22", end_date: "2024-06-13", status: "Planned" },
            { id: 4, property_id: 134, start_date: "2024-06-28", end_date: "2024-07-10", status: "Planned" },
            { id: 5, property_id: 39, start_date: "2024-04-01", end_date: "2024-04-26", status: "Completed" },
            { id: 6, property_id: 114, start_date: "2024-11-07", end_date: "2024-11-28", status: "Planned" },
            { id: 7, property_id: 47, start_date: "2023-09-15", end_date: "2023-09-18", status: "Completed" },
            { id: 8, property_id: 18, start_date: "2024-05-05", end_date: "2024-05-09", status: "Planned" },
            { id: 9, property_id: 73, start_date: "2023-12-15", end_date: "2024-01-07", status: "Ongoing" },
            { id: 10, property_id: 30, start_date: "2023-03-12", end_date: "2023-03-23", status: "Completed" },
            { id: 11, property_id: 174, start_date: "2024-03-31", end_date: "2024-04-26", status: "Planned" },
            { id: 12, property_id: 94, start_date: "2024-09-09", end_date: "2024-10-04", status: "Completed" },
            { id: 13, property_id: 189, start_date: "2024-12-16", end_date: "2024-12-21", status: "Planned" },
            { id: 14, property_id: 71, start_date: "2024-06-25", end_date: "2024-07-25", status: "Completed" },
            { id: 15, property_id: 103, start_date: "2024-08-03", end_date: "2024-08-31", status: "Completed" },
            { id: 16, property_id: 66, start_date: "2024-07-27", end_date: "2024-08-25", status: "Planned" },
            { id: 17, property_id: 178, start_date: "2023-09-08", end_date: "2023-09-19", status: "Planned" },
            { id: 18, property_id: 87, start_date: "2023-11-16", end_date: "2023-12-11", status: "Completed" },
            { id: 19, property_id: 165, start_date: "2024-03-01", end_date: "2024-03-06", status: "Planned" },
            { id: 20, property_id: 133, start_date: "2024-12-27", end_date: "2025-01-22", status: "Ongoing" },
            { id: 21, property_id: 89, start_date: "2024-06-12", end_date: "2024-06-18", status: "Planned" },
            { id: 22, property_id: 159, start_date: "2024-02-06", end_date: "2024-02-26", status: "Ongoing" },
            { id: 23, property_id: 141, start_date: "2023-10-24", end_date: "2023-11-04", status: "Planned" },
            { id: 24, property_id: 49, start_date: "2024-06-10", end_date: "2024-06-17", status: "Planned" },
            { id: 25, property_id: 192, start_date: "2024-05-30", end_date: "2024-06-09", status: "Ongoing" },
            { id: 26, property_id: 130, start_date: "2023-06-25", end_date: "2023-07-09", status: "Planned" },
            { id: 27, property_id: 88, start_date: "2023-10-22", end_date: "2023-11-11", status: "Ongoing" },
            { id: 28, property_id: 105, start_date: "2023-09-12", end_date: "2023-10-10", status: "Planned" },
            { id: 29, property_id: 93, start_date: "2024-12-21", end_date: "2025-01-01", status: "Ongoing" },
            { id: 30, property_id: 92, start_date: "2024-01-10", end_date: "2024-02-04", status: "Planned" },
            { id: 31, property_id: 97, start_date: "2023-06-12", end_date: "2023-07-09", status: "Completed" },
            { id: 32, property_id: 131, start_date: "2024-02-28", end_date: "2024-03-24", status: "Planned" },
            { id: 33, property_id: 163, start_date: "2024-05-15", end_date: "2024-06-10", status: "Ongoing" },
            { id: 34, property_id: 118, start_date: "2024-10-26", end_date: "2024-11-20", status: "Planned" },
            { id: 35, property_id: 178, start_date: "2024-06-24", end_date: "2024-06-28", status: "Planned" },
            { id: 36, property_id: 173, start_date: "2024-06-10", end_date: "2024-06-27", status: "Ongoing" },
            { id: 37, property_id: 189, start_date: "2023-07-30", end_date: "2023-08-28", status: "Planned" },
            { id: 38, property_id: 29, start_date: "2024-11-05", end_date: "2024-11-09", status: "Planned" },
            { id: 39, property_id: 191, start_date: "2024-06-22", end_date: "2024-07-19", status: "Ongoing" },
            { id: 40, property_id: 52, start_date: "2024-10-17", end_date: "2024-11-01", status: "Planned" },
            { id: 41, property_id: 9, start_date: "2024-01-20", end_date: "2024-01-27", status: "Ongoing" },
            { id: 42, property_id: 52, start_date: "2023-11-30", end_date: "2023-12-05", status: "Planned" },
            { id: 43, property_id: 173, start_date: "2024-10-20", end_date: "2024-11-04", status: "Ongoing" },
            { id: 44, property_id: 113, start_date: "2023-10-17", end_date: "2023-11-06", status: "Planned" },
            { id: 45, property_id: 168, start_date: "2023-12-20", end_date: "2023-12-22", status: "Completed" },
            { id: 46, property_id: 17, start_date: "2024-03-19", end_date: "2024-03-25", status: "Planned" },
            { id: 47, property_id: 161, start_date: "2023-02-18", end_date: "2023-03-14", status: "Ongoing" },
            { id: 48, property_id: 73, start_date: "2024-01-24", end_date: "2024-02-13", status: "Ongoing" },
            { id: 49, property_id: 153, start_date: "2024-04-23", end_date: "2024-05-08", status: "Planned" },
            { id: 50, property_id: 138, start_date: "2024-06-19", end_date: "2024-07-06", status: "Planned" },
            { id: 51, property_id: 40, start_date: "2024-06-03", end_date: "2024-06-05", status: "Ongoing" },
            { id: 52, property_id: 24, start_date: "2023-07-29", end_date: "2023-08-01", status: "Planned" },
            { id: 53, property_id: 156, start_date: "2023-07-09", end_date: "2023-07-09", status: "Planned" },
            { id: 54, property_id: 83, start_date: "2024-10-08", end_date: "2024-10-13", status: "Ongoing" },
            { id: 55, property_id: 181, start_date: "2024-11-10", end_date: "2024-11-18", status: "Planned" },
            { id: 56, property_id: 176, start_date: "2024-03-21", end_date: "2024-04-05", status: "Planned" },
            { id: 57, property_id: 143, start_date: "2024-12-03", end_date: "2024-12-27", status: "Planned" },
            { id: 58, property_id: 170, start_date: "2023-04-15", end_date: "2023-04-30", status: "Completed" },
            { id: 59, property_id: 85, start_date: "2023-08-13", end_date: "2023-08-19", status: "Planned" },
            { id: 60, property_id: 184, start_date: "2024-12-01", end_date: "2024-12-17", status: "Planned" },
            { id: 61, property_id: 65, start_date: "2023-05-29", end_date: "2023-06-25", status: "Planned" },
            { id: 62, property_id: 21, start_date: "2023-03-23", end_date: "2023-04-21", status: "Ongoing" },
            { id: 63, property_id: 71, start_date: "2023-01-06", end_date: "2023-01-24", status: "Planned" },
            { id: 64, property_id: 20, start_date: "2023-11-05", end_date: "2023-12-03", status: "Planned" },
            { id: 65, property_id: 30, start_date: "2024-12-07", end_date: "2024-12-08", status: "Planned" },
            { id: 66, property_id: 126, start_date: "2023-04-05", end_date: "2023-04-15", status: "Completed" },
            { id: 67, property_id: 150, start_date: "2023-12-30", end_date: "2023-12-31", status: "Planned" },
            { id: 68, property_id: 171, start_date: "2023-12-04", end_date: "2023-12-17", status: "Planned" },
            { id: 69, property_id: 113, start_date: "2024-08-16", end_date: "2024-09-12", status: "Ongoing" },
            { id: 70, property_id: 185, start_date: "2023-03-30", end_date: "2023-04-16", status: "Planned" },
            { id: 71, property_id: 95, start_date: "2024-10-15", end_date: "2024-10-27", status: "Planned" },
            { id: 72, property_id: 75, start_date: "2024-10-15", end_date: "2024-11-08", status: "Planned" },
            { id: 73, property_id: 41, start_date: "2024-12-12", end_date: "2025-01-10", status: "Planned" },
            { id: 74, property_id: 66, start_date: "2024-03-20", end_date: "2024-04-12", status: "Planned" },
            { id: 75, property_id: 154, start_date: "2023-12-22", end_date: "2024-01-21", status: "Ongoing" },
            { id: 76, property_id: 134, start_date: "2023-03-05", end_date: "2023-03-22", status: "Ongoing" },
            { id: 77, property_id: 71, start_date: "2024-06-13", end_date: "2024-06-26", status: "Ongoing" },
            { id: 78, property_id: 17, start_date: "2024-08-13", end_date: "2024-08-20", status: "Planned" },
            { id: 79, property_id: 153, start_date: "2023-11-15", end_date: "2023-12-12", status: "Ongoing" },
            { id: 80, property_id: 25, start_date: "2024-10-15", end_date: "2024-10-18", status: "Planned" },
            { id: 81, property_id: 168, start_date: "2023-11-29", end_date: "2023-12-08", status: "Planned" },
            { id: 82, property_id: 124, start_date: "2024-07-29", end_date: "2024-08-03", status: "Planned" },
            { id: 83, property_id: 190, start_date: "2023-10-30", end_date: "2023-11-18", status: "Ongoing" },
            { id: 84, property_id: 25, start_date: "2023-04-08", end_date: "2023-04-23", status: "Ongoing" },
            { id: 85, property_id: 136, start_date: "2023-09-11", end_date: "2023-10-08", status: "Ongoing" },
            { id: 86, property_id: 170, start_date: "2024-08-01", end_date: "2024-08-21", status: "Ongoing" },
            { id: 87, property_id: 117, start_date: "2023-07-27", end_date: "2023-08-12", status: "Ongoing" },
            { id: 88, property_id: 151, start_date: "2023-08-11", end_date: "2023-08-18", status: "Ongoing" },
            { id: 89, property_id: 74, start_date: "2023-01-07", end_date: "2023-02-05", status: "Planned" },
            { id: 90, property_id: 39, start_date: "2023-06-04", end_date: "2023-06-19", status: "Completed" },
            { id: 91, property_id: 25, start_date: "2023-06-02", end_date: "2023-06-26", status: "Planned" },
            { id: 92, property_id: 131, start_date: "2024-07-11", end_date: "2024-07-27", status: "Ongoing" },
            { id: 93, property_id: 17, start_date: "2024-03-18", end_date: "2024-04-12", status: "Ongoing" },
            { id: 94, property_id: 69, start_date: "2024-02-23", end_date: "2024-03-01", status: "Ongoing" },
            { id: 95, property_id: 130, start_date: "2024-06-21", end_date: "2024-06-25", status: "Planned" },
            { id: 96, property_id: 190, start_date: "2023-11-19", end_date: "2023-11-28", status: "Completed" },
            { id: 97, property_id: 153, start_date: "2023-06-30", end_date: "2023-07-12", status: "Planned" },
            { id: 98, property_id: 168, start_date: "2024-04-26", end_date: "2024-04-30", status: "Ongoing" },
            { id: 99, property_id: 149, start_date: "2024-06-13", end_date: "2024-06-25", status: "Planned" },
            { id: 100, property_id: 61, start_date: "2024-09-28", end_date: "2024-10-08", status: "Ongoing" },
            { id: 101, property_id: 156, start_date: "2023-10-04", end_date: "2023-10-16", status: "Planned" },
            { id: 102, property_id: 199, start_date: "2023-11-09", end_date: "2023-11-19", status: "Planned" },
            { id: 103, property_id: 180, start_date: "2023-04-14", end_date: "2023-05-13", status: "Completed" },
            { id: 104, property_id: 83, start_date: "2024-07-03", end_date: "2024-08-01", status: "Planned" },
            { id: 105, property_id: 91, start_date: "2024-02-01", end_date: "2024-02-14", status: "Completed" },
            { id: 106, property_id: 32, start_date: "2023-06-15", end_date: "2023-06-26", status: "Ongoing" },
            { id: 107, property_id: 80, start_date: "2023-12-28", end_date: "2023-12-29", status: "Planned" },
            { id: 108, property_id: 151, start_date: "2024-02-29", end_date: "2024-02-29", status: "Ongoing" },
            { id: 109, property_id: 73, start_date: "2023-12-26", end_date: "2024-01-14", status: "Planned" },
            { id: 110, property_id: 129, start_date: "2024-03-06", end_date: "2024-03-25", status: "Ongoing" },
            { id: 111, property_id: 3, start_date: "2023-08-26", end_date: "2023-09-10", status: "Ongoing" },
            { id: 112, property_id: 93, start_date: "2024-04-17", end_date: "2024-05-14", status: "Ongoing" },
            { id: 113, property_id: 32, start_date: "2023-03-02", end_date: "2023-03-16", status: "Ongoing" },
            { id: 114, property_id: 54, start_date: "2023-01-30", end_date: "2023-02-25", status: "Planned" },
            { id: 115, property_id: 57, start_date: "2024-05-05", end_date: "2024-06-02", status: "Ongoing" },
            { id: 116, property_id: 93, start_date: "2023-12-02", end_date: "2023-12-09", status: "Planned" },
            { id: 117, property_id: 130, start_date: "2024-06-20", end_date: "2024-06-24", status: "Ongoing" },
            { id: 118, property_id: 167, start_date: "2024-12-18", end_date: "2025-01-07", status: "Ongoing" },
            { id: 119, property_id: 26, start_date: "2024-07-14", end_date: "2024-08-10", status: "Ongoing" },
            { id: 120, property_id: 29, start_date: "2023-11-24", end_date: "2023-12-04", status: "Planned" },
            { id: 121, property_id: 150, start_date: "2023-04-21", end_date: "2023-04-28", status: "Ongoing" },
            { id: 122, property_id: 130, start_date: "2023-03-15", end_date: "2023-04-12", status: "Ongoing" },
            { id: 123, property_id: 104, start_date: "2024-03-14", end_date: "2024-03-29", status: "Planned" },
            { id: 124, property_id: 155, start_date: "2024-05-24", end_date: "2024-06-01", status: "Planned" },
            { id: 125, property_id: 30, start_date: "2023-12-30", end_date: "2024-01-27", status: "Completed" },
            { id: 126, property_id: 134, start_date: "2024-05-14", end_date: "2024-05-31", status: "Ongoing" },
            { id: 127, property_id: 18, start_date: "2024-02-11", end_date: "2024-03-02", status: "Completed" },
            { id: 128, property_id: 27, start_date: "2024-02-09", end_date: "2024-02-24", status: "Planned" },
            { id: 129, property_id: 16, start_date: "2024-07-28", end_date: "2024-08-12", status: "Planned" },
            { id: 130, property_id: 19, start_date: "2024-12-08", end_date: "2025-01-04", status: "Planned" },
            { id: 131, property_id: 134, start_date: "2024-01-18", end_date: "2024-01-20", status: "Ongoing" },
            { id: 132, property_id: 123, start_date: "2024-10-23", end_date: "2024-11-05", status: "Ongoing" },
            { id: 133, property_id: 95, start_date: "2023-06-22", end_date: "2023-07-10", status: "Planned" },
            { id: 134, property_id: 94, start_date: "2024-08-17", end_date: "2024-09-04", status: "Completed" },
            { id: 135, property_id: 157, start_date: "2023-05-22", end_date: "2023-06-07", status: "Ongoing" },
            { id: 136, property_id: 126, start_date: "2023-12-27", end_date: "2024-01-22", status: "Planned" },
            { id: 137, property_id: 113, start_date: "2024-02-04", end_date: "2024-02-23", status: "Ongoing" },
            { id: 138, property_id: 180, start_date: "2023-07-13", end_date: "2023-08-11", status: "Planned" },
            { id: 139, property_id: 125, start_date: "2023-09-06", end_date: "2023-09-18", status: "Ongoing" },
            { id: 140, property_id: 77, start_date: "2023-12-25", end_date: "2023-12-26", status: "Ongoing" },
            { id: 141, property_id: 165, start_date: "2024-01-01", end_date: "2024-01-04", status: "Planned" },
            { id: 142, property_id: 7, start_date: "2024-01-15", end_date: "2024-02-09", status: "Planned" },
            { id: 143, property_id: 123, start_date: "2024-09-03", end_date: "2024-09-26", status: "Ongoing" },
            { id: 144, property_id: 87, start_date: "2023-06-07", end_date: "2023-06-17", status: "Planned" },
            { id: 145, property_id: 84, start_date: "2023-10-17", end_date: "2023-10-17", status: "Planned" },
            { id: 146, property_id: 46, start_date: "2024-09-26", end_date: "2024-10-23", status: "Planned" },
            { id: 147, property_id: 157, start_date: "2024-08-20", end_date: "2024-09-04", status: "Planned" },
            { id: 148, property_id: 109, start_date: "2024-05-21", end_date: "2024-05-29", status: "Planned" },
            { id: 149, property_id: 189, start_date: "2024-05-15", end_date: "2024-05-17", status: "Planned" },
            { id: 150, property_id: 158, start_date: "2024-01-02", end_date: "2024-01-27", status: "Completed" },
            { id: 151, property_id: 39, start_date: "2024-05-12", end_date: "2024-05-30", status: "Ongoing" },
            { id: 152, property_id: 181, start_date: "2024-08-30", end_date: "2024-09-25", status: "Planned" },
            { id: 153, property_id: 173, start_date: "2024-06-18", end_date: "2024-07-09", status: "Planned" },
            { id: 154, property_id: 31, start_date: "2024-09-18", end_date: "2024-09-28", status: "Planned" },
            { id: 155, property_id: 54, start_date: "2023-09-16", end_date: "2023-10-14", status: "Planned" },
            { id: 156, property_id: 138, start_date: "2024-03-18", end_date: "2024-03-24", status: "Planned" },
            { id: 157, property_id: 171, start_date: "2023-08-06", end_date: "2023-08-21", status: "Ongoing" },
            { id: 158, property_id: 173, start_date: "2023-08-14", end_date: "2023-09-07", status: "Planned" },
            { id: 159, property_id: 154, start_date: "2024-02-04", end_date: "2024-03-04", status: "Ongoing" },
            { id: 160, property_id: 62, start_date: "2023-06-22", end_date: "2023-06-25", status: "Planned" },
            { id: 161, property_id: 87, start_date: "2024-06-12", end_date: "2024-07-07", status: "Planned" },
            { id: 162, property_id: 60, start_date: "2024-07-29", end_date: "2024-08-04", status: "Completed" },
            { id: 163, property_id: 101, start_date: "2024-09-12", end_date: "2024-10-09", status: "Planned" },
            { id: 164, property_id: 187, start_date: "2024-11-06", end_date: "2024-12-03", status: "Ongoing" },
            { id: 165, property_id: 193, start_date: "2024-07-31", end_date: "2024-08-20", status: "Ongoing" },
            { id: 166, property_id: 79, start_date: "2023-04-29", end_date: "2023-05-01", status: "Planned" },
            { id: 167, property_id: 23, start_date: "2023-11-17", end_date: "2023-11-26", status: "Planned" },
            { id: 168, property_id: 35, start_date: "2024-11-12", end_date: "2024-11-22", status: "Ongoing" },
            { id: 169, property_id: 74, start_date: "2023-12-12", end_date: "2024-01-01", status: "Ongoing" },
            { id: 170, property_id: 168, start_date: "2024-10-18", end_date: "2024-11-14", status: "Ongoing" },
            { id: 171, property_id: 113, start_date: "2024-01-13", end_date: "2024-01-13", status: "Ongoing" },
            { id: 172, property_id: 102, start_date: "2024-12-18", end_date: "2025-01-14", status: "Planned" },
            { id: 173, property_id: 98, start_date: "2023-11-16", end_date: "2023-11-28", status: "Planned" },
            { id: 174, property_id: 54, start_date: "2024-11-17", end_date: "2024-12-10", status: "Planned" },
            { id: 175, property_id: 94, start_date: "2024-11-23", end_date: "2024-11-28", status: "Ongoing" },
            { id: 176, property_id: 59, start_date: "2024-10-18", end_date: "2024-10-22", status: "Planned" },
            { id: 177, property_id: 6, start_date: "2023-03-31", end_date: "2023-04-17", status: "Planned" },
            { id: 178, property_id: 138, start_date: "2024-12-21", end_date: "2025-01-17", status: "Planned" },
            { id: 179, property_id: 182, start_date: "2023-12-22", end_date: "2023-12-27", status: "Ongoing" },
            { id: 180, property_id: 154, start_date: "2023-09-17", end_date: "2023-10-03", status: "Ongoing" },
            { id: 181, property_id: 158, start_date: "2024-01-29", end_date: "2024-01-30", status: "Ongoing" },
            { id: 182, property_id: 129, start_date: "2023-10-22", end_date: "2023-10-24", status: "Ongoing" },
            { id: 183, property_id: 3, start_date: "2024-09-18", end_date: "2024-10-06", status: "Completed" },
            { id: 184, property_id: 37, start_date: "2024-08-18", end_date: "2024-08-27", status: "Ongoing" },
            { id: 185, property_id: 194, start_date: "2024-05-02", end_date: "2024-05-03", status: "Ongoing" },
            { id: 186, property_id: 4, start_date: "2024-10-16", end_date: "2024-10-23", status: "Ongoing" },
            { id: 187, property_id: 12, start_date: "2024-07-31", end_date: "2024-07-31", status: "Planned" },
            { id: 188, property_id: 88, start_date: "2024-06-19", end_date: "2024-07-18", status: "Planned" },
            { id: 189, property_id: 141, start_date: "2024-01-04", end_date: "2024-02-01", status: "Ongoing" },
            { id: 190, property_id: 133, start_date: "2024-10-09", end_date: "2024-11-07", status: "Planned" },
            { id: 191, property_id: 37, start_date: "2024-10-03", end_date: "2024-10-10", status: "Ongoing" },
            { id: 192, property_id: 101, start_date: "2023-06-29", end_date: "2023-07-05", status: "Ongoing" },
            { id: 193, property_id: 90, start_date: "2024-03-14", end_date: "2024-03-22", status: "Planned" },
            { id: 194, property_id: 118, start_date: "2023-12-24", end_date: "2024-01-02", status: "Ongoing" },
            { id: 195, property_id: 59, start_date: "2023-10-01", end_date: "2023-10-17", status: "Completed" },
            { id: 196, property_id: 122, start_date: "2023-11-05", end_date: "2023-11-25", status: "Planned" },
            { id: 197, property_id: 37, start_date: "2024-04-02", end_date: "2024-04-19", status: "Completed" },
            { id: 198, property_id: 40, start_date: "2023-05-18", end_date: "2023-05-25", status: "Planned" },
            { id: 199, property_id: 85, start_date: "2024-12-26", end_date: "2025-01-10", status: "Planned" },
            { id: 200, property_id: 37, start_date: "2024-01-30", end_date: "2024-02-27", status: "Planned" },
            { id: 201, property_id: 173, start_date: "2024-09-12", end_date: "2024-09-23", status: "Planned" },
            { id: 202, property_id: 127, start_date: "2023-04-19", end_date: "2023-04-27", status: "Planned" },
            { id: 203, property_id: 149, start_date: "2023-04-13", end_date: "2023-04-15", status: "Ongoing" },
            { id: 204, property_id: 70, start_date: "2023-10-05", end_date: "2023-10-27", status: "Ongoing" },
            { id: 205, property_id: 174, start_date: "2024-03-07", end_date: "2024-03-29", status: "Planned" },
            { id: 206, property_id: 113, start_date: "2024-07-01", end_date: "2024-07-18", status: "Planned" },
            { id: 207, property_id: 58, start_date: "2024-04-25", end_date: "2024-05-12", status: "Ongoing" },
            { id: 208, property_id: 108, start_date: "2024-04-14", end_date: "2024-05-08", status: "Planned" },
            { id: 209, property_id: 9, start_date: "2023-03-18", end_date: "2023-04-02", status: "Planned" },
            { id: 210, property_id: 42, start_date: "2024-12-09", end_date: "2025-01-05", status: "Planned" },
            { id: 211, property_id: 94, start_date: "2023-10-07", end_date: "2023-11-01", status: "Planned" },
            { id: 212, property_id: 97, start_date: "2024-02-25", end_date: "2024-03-03", status: "Completed" },
            { id: 213, property_id: 84, start_date: "2023-07-14", end_date: "2023-07-29", status: "Planned" },
            { id: 214, property_id: 187, start_date: "2024-07-29", end_date: "2024-08-11", status: "Planned" },
            { id: 215, property_id: 10, start_date: "2023-05-08", end_date: "2023-05-28", status: "Ongoing" },
            { id: 216, property_id: 54, start_date: "2024-04-14", end_date: "2024-05-01", status: "Planned" },
            { id: 217, property_id: 30, start_date: "2024-06-14", end_date: "2024-07-07", status: "Completed" },
            { id: 218, property_id: 83, start_date: "2024-06-11", end_date: "2024-07-02", status: "Planned" },
            { id: 219, property_id: 173, start_date: "2024-11-04", end_date: "2024-11-14", status: "Planned" },
            { id: 220, property_id: 137, start_date: "2024-03-03", end_date: "2024-03-21", status: "Planned" },
            { id: 221, property_id: 159, start_date: "2024-03-21", end_date: "2024-04-06", status: "Ongoing" },
            { id: 222, property_id: 141, start_date: "2023-05-27", end_date: "2023-05-31", status: "Planned" },
            { id: 223, property_id: 20, start_date: "2024-12-24", end_date: "2025-01-04", status: "Completed" },
            { id: 224, property_id: 154, start_date: "2024-09-14", end_date: "2024-10-09", status: "Ongoing" },
            { id: 225, property_id: 62, start_date: "2024-09-11", end_date: "2024-09-26", status: "Ongoing" },
            { id: 226, property_id: 8, start_date: "2024-03-02", end_date: "2024-03-27", status: "Planned" },
            { id: 227, property_id: 82, start_date: "2024-12-22", end_date: "2025-01-02", status: "Planned" },
            { id: 228, property_id: 140, start_date: "2024-02-07", end_date: "2024-02-07", status: "Ongoing" },
            { id: 229, property_id: 160, start_date: "2024-12-07", end_date: "2024-12-16", status: "Planned" },
            { id: 230, property_id: 117, start_date: "2024-12-31", end_date: "2025-01-15", status: "Planned" },
            { id: 231, property_id: 34, start_date: "2024-02-22", end_date: "2024-02-27", status: "Ongoing" },
            { id: 232, property_id: 40, start_date: "2024-04-22", end_date: "2024-05-03", status: "Completed" },
            { id: 233, property_id: 192, start_date: "2023-08-24", end_date: "2023-09-12", status: "Planned" },
            { id: 234, property_id: 14, start_date: "2024-07-26", end_date: "2024-08-02", status: "Planned" },
            { id: 235, property_id: 150, start_date: "2023-08-12", end_date: "2023-08-15", status: "Planned" },
            { id: 236, property_id: 27, start_date: "2024-07-26", end_date: "2024-07-27", status: "Ongoing" },
            { id: 237, property_id: 123, start_date: "2024-11-01", end_date: "2024-11-03", status: "Completed" },
            { id: 238, property_id: 60, start_date: "2023-12-22", end_date: "2024-01-04", status: "Ongoing" },
            { id: 239, property_id: 152, start_date: "2024-10-21", end_date: "2024-11-17", status: "Completed" },
            { id: 240, property_id: 31, start_date: "2023-12-29", end_date: "2024-01-27", status: "Planned" },
            { id: 241, property_id: 169, start_date: "2023-03-13", end_date: "2023-03-20", status: "Planned" },
            { id: 242, property_id: 141, start_date: "2024-09-27", end_date: "2024-10-12", status: "Planned" },
            { id: 243, property_id: 78, start_date: "2024-04-25", end_date: "2024-04-28", status: "Planned" },
            { id: 244, property_id: 12, start_date: "2023-09-19", end_date: "2023-09-30", status: "Planned" },
            { id: 245, property_id: 179, start_date: "2024-06-30", end_date: "2024-07-10", status: "Planned" },
            { id: 246, property_id: 146, start_date: "2023-07-13", end_date: "2023-08-06", status: "Planned" },
            { id: 247, property_id: 173, start_date: "2024-07-11", end_date: "2024-08-03", status: "Ongoing" },
            { id: 248, property_id: 20, start_date: "2024-02-21", end_date: "2024-03-11", status: "Planned" },
            { id: 249, property_id: 103, start_date: "2024-06-26", end_date: "2024-06-26", status: "Planned" },
            { id: 250, property_id: 171, start_date: "2023-05-04", end_date: "2023-05-05", status: "Planned" },
        ],
    });
    await prisma.tasks.createMany({
        data: [
            { id: 1, property_id: 111, assigned_to: 31, status: "In Progress", created_at: "2024-11-09", completion_date: "2024-11-16" },
            { id: 2, property_id: 52, assigned_to: 31, status: "Pending", created_at: "2024-08-16", completion_date: "2024-09-04" },
            { id: 3, property_id: 104, assigned_to: 3, status: "Pending", created_at: "2023-12-10", completion_date: "2023-12-12" },
            { id: 4, property_id: 143, assigned_to: 32, status: "Completed", created_at: "2023-02-27", completion_date: "2023-03-13" },
            { id: 5, property_id: 114, assigned_to: 40, status: "Completed", created_at: "2023-03-04", completion_date: "2023-03-05" },
            { id: 6, property_id: 172, assigned_to: 19, status: "Pending", created_at: "2023-05-17", completion_date: "2023-06-03" },
            { id: 7, property_id: 52, assigned_to: 42, status: "Completed", created_at: "2024-12-01", completion_date: "2024-12-08" },
            { id: 8, property_id: 101, assigned_to: 7, status: "Pending", created_at: "2024-11-18", completion_date: "2024-12-04" },
            { id: 9, property_id: 72, assigned_to: 48, status: "Pending", created_at: "2024-03-04", completion_date: "2024-03-09" },
            { id: 10, property_id: 89, assigned_to: 3, status: "Pending", created_at: "2023-11-26", completion_date: "2023-12-25" },
            { id: 11, property_id: 6, assigned_to: 3, status: "Pending", created_at: "2024-08-07", completion_date: "2024-09-04" },
            { id: 12, property_id: 183, assigned_to: 45, status: "Completed", created_at: "2024-10-07", completion_date: "2024-11-01" },
            { id: 13, property_id: 7, assigned_to: 46, status: "Pending", created_at: "2024-07-30", completion_date: "2024-08-07" },
            { id: 14, property_id: 64, assigned_to: 48, status: "In Progress", created_at: "2023-09-08", completion_date: "2023-09-17" },
            { id: 15, property_id: 98, assigned_to: 21, status: "Pending", created_at: "2024-12-18", completion_date: "2024-12-19" },
            { id: 16, property_id: 71, assigned_to: 20, status: "In Progress", created_at: "2023-11-09", completion_date: "2023-11-15" },
            { id: 17, property_id: 23, assigned_to: 18, status: "In Progress", created_at: "2024-08-05", completion_date: "2024-08-28" },
            { id: 18, property_id: 41, assigned_to: 31, status: "Pending", created_at: "2024-01-26", completion_date: "2024-01-27" },
            { id: 19, property_id: 81, assigned_to: 9, status: "Pending", created_at: "2023-12-29", completion_date: "2023-12-30" },
            { id: 20, property_id: 67, assigned_to: 33, status: "In Progress", created_at: "2024-06-28", completion_date: "2024-07-19" },
            { id: 21, property_id: 105, assigned_to: 17, status: "Pending", created_at: "2023-01-31", completion_date: "2023-02-14" },
            { id: 22, property_id: 58, assigned_to: 4, status: "Pending", created_at: "2023-10-20", completion_date: "2023-11-03" },
            { id: 23, property_id: 16, assigned_to: 9, status: "Pending", created_at: "2024-10-26", completion_date: "2024-11-02" },
            { id: 24, property_id: 88, assigned_to: 8, status: "Completed", created_at: "2023-07-04", completion_date: "2023-08-02" },
            { id: 25, property_id: 66, assigned_to: 35, status: "Completed", created_at: "2024-12-06", completion_date: "2024-12-27" },
            { id: 26, property_id: 96, assigned_to: 2, status: "In Progress", created_at: "2024-11-20", completion_date: "2024-11-26" },
            { id: 27, property_id: 52, assigned_to: 21, status: "Pending", created_at: "2023-01-13", completion_date: "2023-02-06" },
            { id: 28, property_id: 133, assigned_to: 32, status: "Completed", created_at: "2024-03-26", completion_date: "2024-04-24" },
            { id: 29, property_id: 116, assigned_to: 22, status: "Pending", created_at: "2024-02-15", completion_date: "2024-03-06" },
            { id: 30, property_id: 179, assigned_to: 48, status: "Pending", created_at: "2024-10-10", completion_date: "2024-11-06" },
            { id: 31, property_id: 80, assigned_to: 8, status: "Pending", created_at: "2024-09-21", completion_date: "2024-09-23" },
            { id: 32, property_id: 135, assigned_to: 44, status: "Pending", created_at: "2024-06-20", completion_date: "2024-06-30" },
            { id: 33, property_id: 70, assigned_to: 11, status: "Pending", created_at: "2023-01-02", completion_date: "2023-01-26" },
            { id: 34, property_id: 110, assigned_to: 25, status: "Pending", created_at: "2023-12-23", completion_date: "2024-01-06" },
            { id: 35, property_id: 197, assigned_to: 38, status: "Pending", created_at: "2024-03-06", completion_date: "2024-03-07" },
            { id: 36, property_id: 167, assigned_to: 3, status: "Pending", created_at: "2024-02-22", completion_date: "2024-02-28" },
            { id: 37, property_id: 185, assigned_to: 41, status: "In Progress", created_at: "2023-07-31", completion_date: "2023-08-14" },
            { id: 38, property_id: 49, assigned_to: 30, status: "Pending", created_at: "2023-01-01", completion_date: "2023-01-24" },
            { id: 39, property_id: 188, assigned_to: 41, status: "In Progress", created_at: "2023-08-16", completion_date: "2023-08-16" },
            { id: 40, property_id: 136, assigned_to: 22, status: "Pending", created_at: "2024-10-01", completion_date: "2024-10-25" },
            { id: 41, property_id: 130, assigned_to: 7, status: "Pending", created_at: "2023-09-15", completion_date: "2023-09-26" },
            { id: 42, property_id: 79, assigned_to: 6, status: "Pending", created_at: "2024-12-14", completion_date: "2025-01-02" },
            { id: 43, property_id: 143, assigned_to: 16, status: "In Progress", created_at: "2024-02-04", completion_date: "2024-02-11" },
            { id: 44, property_id: 145, assigned_to: 45, status: "Pending", created_at: "2024-09-21", completion_date: "2024-10-03" },
            { id: 45, property_id: 10, assigned_to: 6, status: "In Progress", created_at: "2024-03-04", completion_date: "2024-03-12" },
            { id: 46, property_id: 146, assigned_to: 39, status: "Completed", created_at: "2024-03-07", completion_date: "2024-04-01" },
            { id: 47, property_id: 9, assigned_to: 12, status: "Pending", created_at: "2024-02-07", completion_date: "2024-02-20" },
            { id: 48, property_id: 142, assigned_to: 37, status: "Pending", created_at: "2023-07-29", completion_date: "2023-08-16" },
            { id: 49, property_id: 45, assigned_to: 41, status: "Pending", created_at: "2023-12-13", completion_date: "2023-12-16" },
            { id: 50, property_id: 147, assigned_to: 42, status: "Pending", created_at: "2024-03-06", completion_date: "2024-03-14" },
            { id: 51, property_id: 176, assigned_to: 45, status: "In Progress", created_at: "2024-04-02", completion_date: "2024-04-25" },
            { id: 52, property_id: 85, assigned_to: 17, status: "Completed", created_at: "2023-08-09", completion_date: "2023-08-28" },
            { id: 53, property_id: 168, assigned_to: 44, status: "In Progress", created_at: "2024-02-05", completion_date: "2024-02-06" },
            { id: 54, property_id: 122, assigned_to: 2, status: "Pending", created_at: "2024-11-02", completion_date: "2024-11-24" },
            { id: 55, property_id: 184, assigned_to: 35, status: "Pending", created_at: "2023-07-22", completion_date: "2023-08-07" },
            { id: 56, property_id: 156, assigned_to: 14, status: "Pending", created_at: "2024-11-01", completion_date: "2024-11-05" },
            { id: 57, property_id: 115, assigned_to: 37, status: "Pending", created_at: "2024-11-03", completion_date: "2024-11-17" },
            { id: 58, property_id: 148, assigned_to: 34, status: "In Progress", created_at: "2023-10-16", completion_date: "2023-11-06" },
            { id: 59, property_id: 94, assigned_to: 11, status: "Pending", created_at: "2023-04-15", completion_date: "2023-04-18" },
            { id: 60, property_id: 189, assigned_to: 30, status: "Pending", created_at: "2024-05-18", completion_date: "2024-05-30" },
            { id: 61, property_id: 140, assigned_to: 32, status: "Pending", created_at: "2024-01-10", completion_date: "2024-02-01" },
            { id: 62, property_id: 30, assigned_to: 45, status: "Pending", created_at: "2023-11-26", completion_date: "2023-12-16" },
            { id: 63, property_id: 83, assigned_to: 20, status: "Pending", created_at: "2024-02-03", completion_date: "2024-02-06" },
            { id: 64, property_id: 102, assigned_to: 44, status: "Completed", created_at: "2024-12-02", completion_date: "2024-12-28" },
            { id: 65, property_id: 129, assigned_to: 12, status: "Pending", created_at: "2024-03-20", completion_date: "2024-04-01" },
            { id: 66, property_id: 197, assigned_to: 20, status: "Pending", created_at: "2024-10-26", completion_date: "2024-10-30" },
            { id: 67, property_id: 24, assigned_to: 42, status: "In Progress", created_at: "2023-07-04", completion_date: "2023-07-15" },
            { id: 68, property_id: 83, assigned_to: 33, status: "In Progress", created_at: "2024-10-11", completion_date: "2024-11-06" },
            { id: 69, property_id: 180, assigned_to: 29, status: "Pending", created_at: "2024-02-27", completion_date: "2024-03-26" },
            { id: 70, property_id: 98, assigned_to: 29, status: "Pending", created_at: "2024-04-27", completion_date: "2024-05-05" },
            { id: 71, property_id: 179, assigned_to: 31, status: "Pending", created_at: "2024-03-07", completion_date: "2024-03-08" },
            { id: 72, property_id: 10, assigned_to: 8, status: "In Progress", created_at: "2024-09-06", completion_date: "2024-09-22" },
            { id: 73, property_id: 132, assigned_to: 28, status: "In Progress", created_at: "2024-05-22", completion_date: "2024-05-30" },
            { id: 74, property_id: 86, assigned_to: 41, status: "In Progress", created_at: "2024-08-05", completion_date: "2024-08-21" },
            { id: 75, property_id: 89, assigned_to: 11, status: "Pending", created_at: "2024-03-09", completion_date: "2024-03-10" },
            { id: 76, property_id: 153, assigned_to: 40, status: "Pending", created_at: "2024-12-21", completion_date: "2025-01-04" },
            { id: 77, property_id: 144, assigned_to: 30, status: "Pending", created_at: "2024-12-01", completion_date: "2024-12-16" },
            { id: 78, property_id: 182, assigned_to: 10, status: "Pending", created_at: "2024-09-14", completion_date: "2024-10-02" },
            { id: 79, property_id: 125, assigned_to: 11, status: "Pending", created_at: "2023-10-02", completion_date: "2023-10-24" },
            { id: 80, property_id: 9, assigned_to: 21, status: "Pending", created_at: "2024-01-09", completion_date: "2024-02-01" },
            { id: 81, property_id: 125, assigned_to: 38, status: "Completed", created_at: "2024-01-29", completion_date: "2024-02-24" },
            { id: 82, property_id: 49, assigned_to: 11, status: "Pending", created_at: "2024-08-13", completion_date: "2024-08-22" },
            { id: 83, property_id: 98, assigned_to: 13, status: "Pending", created_at: "2024-04-21", completion_date: "2024-05-17" },
            { id: 84, property_id: 68, assigned_to: 22, status: "Pending", created_at: "2024-09-30", completion_date: "2024-10-22" },
            { id: 85, property_id: 50, assigned_to: 35, status: "Pending", created_at: "2024-06-08", completion_date: "2024-06-28" },
            { id: 86, property_id: 142, assigned_to: 17, status: "Completed", created_at: "2023-11-20", completion_date: "2023-11-28" },
            { id: 87, property_id: 126, assigned_to: 10, status: "Pending", created_at: "2023-12-21", completion_date: "2024-01-05" },
            { id: 88, property_id: 167, assigned_to: 6, status: "Pending", created_at: "2024-06-21", completion_date: "2024-07-01" },
            { id: 89, property_id: 35, assigned_to: 5, status: "Pending", created_at: "2024-07-04", completion_date: "2024-07-11" },
            { id: 90, property_id: 27, assigned_to: 47, status: "Pending", created_at: "2024-10-01", completion_date: "2024-10-01" },
            { id: 91, property_id: 193, assigned_to: 18, status: "Pending", created_at: "2024-01-20", completion_date: "2024-02-06" },
            { id: 92, property_id: 34, assigned_to: 46, status: "Pending", created_at: "2024-09-06", completion_date: "2024-09-07" },
            { id: 93, property_id: 180, assigned_to: 20, status: "Pending", created_at: "2023-01-31", completion_date: "2023-02-10" },
            { id: 94, property_id: 84, assigned_to: 14, status: "In Progress", created_at: "2024-08-31", completion_date: "2024-09-24" },
            { id: 95, property_id: 65, assigned_to: 25, status: "In Progress", created_at: "2024-10-21", completion_date: "2024-11-14" },
            { id: 96, property_id: 138, assigned_to: 22, status: "Pending", created_at: "2024-02-27", completion_date: "2024-03-08" },
            { id: 97, property_id: 166, assigned_to: 1, status: "Pending", created_at: "2024-05-30", completion_date: "2024-06-07" },
            { id: 98, property_id: 138, assigned_to: 13, status: "In Progress", created_at: "2023-08-04", completion_date: "2023-08-30" },
            { id: 99, property_id: 156, assigned_to: 28, status: "Pending", created_at: "2023-07-03", completion_date: "2023-08-02" },
            { id: 100, property_id: 123, assigned_to: 12, status: "Pending", created_at: "2024-03-08", completion_date: "2024-04-03" },
            { id: 101, property_id: 94, assigned_to: 2, status: "In Progress", created_at: "2024-07-20", completion_date: "2024-08-17" },
            { id: 102, property_id: 92, assigned_to: 16, status: "In Progress", created_at: "2024-12-10", completion_date: "2024-12-24" },
            { id: 103, property_id: 151, assigned_to: 35, status: "Pending", created_at: "2024-09-22", completion_date: "2024-10-19" },
            { id: 104, property_id: 61, assigned_to: 17, status: "Pending", created_at: "2024-11-19", completion_date: "2024-12-16" },
            { id: 105, property_id: 107, assigned_to: 45, status: "Pending", created_at: "2024-10-26", completion_date: "2024-10-27" },
            { id: 106, property_id: 121, assigned_to: 23, status: "In Progress", created_at: "2023-04-09", completion_date: "2023-04-25" },
            { id: 107, property_id: 152, assigned_to: 34, status: "In Progress", created_at: "2024-02-13", completion_date: "2024-03-06" },
            { id: 108, property_id: 79, assigned_to: 38, status: "In Progress", created_at: "2024-04-29", completion_date: "2024-05-10" },
            { id: 109, property_id: 161, assigned_to: 14, status: "Pending", created_at: "2023-10-02", completion_date: "2023-10-10" },
            { id: 110, property_id: 9, assigned_to: 43, status: "In Progress", created_at: "2023-05-24", completion_date: "2023-05-29" },
            { id: 111, property_id: 114, assigned_to: 50, status: "Pending", created_at: "2024-08-18", completion_date: "2024-08-31" },
            { id: 112, property_id: 89, assigned_to: 44, status: "Pending", created_at: "2023-06-01", completion_date: "2023-06-05" },
            { id: 113, property_id: 133, assigned_to: 1, status: "In Progress", created_at: "2024-06-27", completion_date: "2024-06-28" },
            { id: 114, property_id: 186, assigned_to: 3, status: "Pending", created_at: "2024-11-29", completion_date: "2024-11-30" },
            { id: 115, property_id: 18, assigned_to: 25, status: "Pending", created_at: "2023-08-27", completion_date: "2023-08-29" },
            { id: 116, property_id: 99, assigned_to: 50, status: "Pending", created_at: "2024-11-10", completion_date: "2024-11-29" },
            { id: 117, property_id: 193, assigned_to: 23, status: "Pending", created_at: "2024-12-04", completion_date: "2024-12-08" },
            { id: 118, property_id: 65, assigned_to: 30, status: "Pending", created_at: "2024-09-13", completion_date: "2024-10-07" },
            { id: 119, property_id: 86, assigned_to: 40, status: "In Progress", created_at: "2024-08-19", completion_date: "2024-08-22" },
            { id: 120, property_id: 80, assigned_to: 12, status: "In Progress", created_at: "2023-01-22", completion_date: "2023-02-06" },
            { id: 121, property_id: 60, assigned_to: 39, status: "In Progress", created_at: "2024-07-04", completion_date: "2024-07-31" },
            { id: 122, property_id: 106, assigned_to: 36, status: "In Progress", created_at: "2023-09-26", completion_date: "2023-10-18" },
            { id: 123, property_id: 145, assigned_to: 26, status: "Pending", created_at: "2023-04-09", completion_date: "2023-04-26" },
            { id: 124, property_id: 87, assigned_to: 29, status: "Pending", created_at: "2023-07-08", completion_date: "2023-07-31" },
            { id: 125, property_id: 137, assigned_to: 14, status: "In Progress", created_at: "2024-06-09", completion_date: "2024-06-16" },
            { id: 126, property_id: 128, assigned_to: 18, status: "In Progress", created_at: "2023-06-12", completion_date: "2023-07-12" },
            { id: 127, property_id: 18, assigned_to: 27, status: "Pending", created_at: "2023-12-29", completion_date: "2024-01-14" },
            { id: 128, property_id: 155, assigned_to: 50, status: "Pending", created_at: "2024-04-28", completion_date: "2024-04-28" },
            { id: 129, property_id: 107, assigned_to: 46, status: "Completed", created_at: "2024-07-02", completion_date: "2024-07-04" },
            { id: 130, property_id: 44, assigned_to: 23, status: "In Progress", created_at: "2024-05-13", completion_date: "2024-06-08" },
            { id: 131, property_id: 86, assigned_to: 15, status: "Pending", created_at: "2024-03-15", completion_date: "2024-03-15" },
            { id: 132, property_id: 200, assigned_to: 32, status: "Pending", created_at: "2023-07-27", completion_date: "2023-08-08" },
            { id: 133, property_id: 181, assigned_to: 40, status: "Pending", created_at: "2023-09-12", completion_date: "2023-09-22" },
            { id: 134, property_id: 57, assigned_to: 5, status: "In Progress", created_at: "2024-11-20", completion_date: "2024-12-02" },
            { id: 135, property_id: 58, assigned_to: 41, status: "Pending", created_at: "2023-09-16", completion_date: "2023-09-25" },
            { id: 136, property_id: 121, assigned_to: 23, status: "Pending", created_at: "2024-09-21", completion_date: "2024-10-05" },
            { id: 137, property_id: 4, assigned_to: 31, status: "Pending", created_at: "2024-09-14", completion_date: "2024-10-05" },
            { id: 138, property_id: 186, assigned_to: 8, status: "Pending", created_at: "2024-02-29", completion_date: "2024-03-04" },
            { id: 139, property_id: 9, assigned_to: 28, status: "Pending", created_at: "2024-04-08", completion_date: "2024-04-22" },
            { id: 140, property_id: 96, assigned_to: 37, status: "Completed", created_at: "2024-05-20", completion_date: "2024-05-26" },
            { id: 141, property_id: 166, assigned_to: 8, status: "In Progress", created_at: "2023-05-28", completion_date: "2023-06-14" },
            { id: 142, property_id: 12, assigned_to: 27, status: "In Progress", created_at: "2024-06-26", completion_date: "2024-07-24" },
            { id: 143, property_id: 75, assigned_to: 30, status: "In Progress", created_at: "2023-10-01", completion_date: "2023-10-15" },
            { id: 144, property_id: 191, assigned_to: 1, status: "In Progress", created_at: "2024-12-16", completion_date: "2025-01-12" },
            { id: 145, property_id: 181, assigned_to: 33, status: "Pending", created_at: "2023-09-13", completion_date: "2023-09-22" },
            { id: 146, property_id: 178, assigned_to: 47, status: "In Progress", created_at: "2023-02-18", completion_date: "2023-03-07" },
            { id: 147, property_id: 109, assigned_to: 15, status: "Completed", created_at: "2024-10-21", completion_date: "2024-11-13" },
            { id: 148, property_id: 109, assigned_to: 46, status: "Pending", created_at: "2024-05-29", completion_date: "2024-06-01" },
            { id: 149, property_id: 58, assigned_to: 4, status: "In Progress", created_at: "2024-07-25", completion_date: "2024-08-04" },
            { id: 150, property_id: 59, assigned_to: 47, status: "Pending", created_at: "2024-02-22", completion_date: "2024-03-21" },
            { id: 151, property_id: 35, assigned_to: 2, status: "In Progress", created_at: "2023-06-10", completion_date: "2023-06-17" },
            { id: 152, property_id: 9, assigned_to: 7, status: "Pending", created_at: "2023-07-17", completion_date: "2023-07-22" },
            { id: 153, property_id: 20, assigned_to: 31, status: "Pending", created_at: "2024-12-27", completion_date: "2025-01-03" },
            { id: 154, property_id: 14, assigned_to: 49, status: "Completed", created_at: "2024-01-17", completion_date: "2024-01-25" },
            { id: 155, property_id: 65, assigned_to: 50, status: "Pending", created_at: "2023-05-16", completion_date: "2023-06-12" },
            { id: 156, property_id: 172, assigned_to: 39, status: "In Progress", created_at: "2024-12-20", completion_date: "2025-01-11" },
            { id: 157, property_id: 143, assigned_to: 28, status: "Pending", created_at: "2024-11-27", completion_date: "2024-12-21" },
            { id: 158, property_id: 160, assigned_to: 30, status: "Pending", created_at: "2024-10-05", completion_date: "2024-10-26" },
            { id: 159, property_id: 177, assigned_to: 12, status: "Completed", created_at: "2024-08-19", completion_date: "2024-09-10" },
            { id: 160, property_id: 65, assigned_to: 5, status: "Pending", created_at: "2024-09-13", completion_date: "2024-10-11" },
            { id: 161, property_id: 25, assigned_to: 26, status: "Pending", created_at: "2024-09-25", completion_date: "2024-10-08" },
            { id: 162, property_id: 181, assigned_to: 29, status: "Pending", created_at: "2024-01-26", completion_date: "2024-02-06" },
            { id: 163, property_id: 46, assigned_to: 3, status: "In Progress", created_at: "2024-04-29", completion_date: "2024-05-23" },
            { id: 164, property_id: 86, assigned_to: 34, status: "Pending", created_at: "2023-02-17", completion_date: "2023-02-19" },
            { id: 165, property_id: 11, assigned_to: 33, status: "Pending", created_at: "2024-04-12", completion_date: "2024-05-09" },
            { id: 166, property_id: 65, assigned_to: 49, status: "Pending", created_at: "2024-10-04", completion_date: "2024-10-08" },
            { id: 167, property_id: 166, assigned_to: 29, status: "Pending", created_at: "2023-11-23", completion_date: "2023-11-27" },
            { id: 168, property_id: 45, assigned_to: 46, status: "Pending", created_at: "2024-08-01", completion_date: "2024-08-08" },
            { id: 169, property_id: 45, assigned_to: 50, status: "In Progress", created_at: "2023-09-24", completion_date: "2023-10-10" },
            { id: 170, property_id: 82, assigned_to: 25, status: "In Progress", created_at: "2024-05-04", completion_date: "2024-05-10" },
            { id: 171, property_id: 77, assigned_to: 1, status: "Completed", created_at: "2024-03-13", completion_date: "2024-03-22" },
            { id: 172, property_id: 67, assigned_to: 8, status: "Pending", created_at: "2024-02-26", completion_date: "2024-03-16" },
            { id: 173, property_id: 123, assigned_to: 1, status: "In Progress", created_at: "2024-11-16", completion_date: "2024-12-09" },
            { id: 174, property_id: 193, assigned_to: 39, status: "In Progress", created_at: "2024-10-20", completion_date: "2024-11-02" },
            { id: 175, property_id: 9, assigned_to: 41, status: "In Progress", created_at: "2024-01-25", completion_date: "2024-02-18" },
            { id: 176, property_id: 168, assigned_to: 5, status: "Pending", created_at: "2023-04-12", completion_date: "2023-05-11" },
            { id: 177, property_id: 145, assigned_to: 2, status: "In Progress", created_at: "2023-10-21", completion_date: "2023-10-27" },
            { id: 178, property_id: 147, assigned_to: 31, status: "In Progress", created_at: "2023-05-16", completion_date: "2023-05-21" },
            { id: 179, property_id: 131, assigned_to: 13, status: "Pending", created_at: "2023-07-22", completion_date: "2023-08-17" },
            { id: 180, property_id: 57, assigned_to: 38, status: "In Progress", created_at: "2023-01-10", completion_date: "2023-01-10" },
            { id: 181, property_id: 33, assigned_to: 30, status: "Pending", created_at: "2024-03-29", completion_date: "2024-04-09" },
            { id: 182, property_id: 99, assigned_to: 16, status: "Pending", created_at: "2023-09-28", completion_date: "2023-10-02" },
            { id: 183, property_id: 196, assigned_to: 1, status: "Pending", created_at: "2023-02-18", completion_date: "2023-03-03" },
            { id: 184, property_id: 106, assigned_to: 5, status: "In Progress", created_at: "2024-03-14", completion_date: "2024-03-29" },
            { id: 185, property_id: 191, assigned_to: 29, status: "Pending", created_at: "2024-12-15", completion_date: "2024-12-23" },
            { id: 186, property_id: 126, assigned_to: 29, status: "Completed", created_at: "2024-01-14", completion_date: "2024-01-21" },
            { id: 187, property_id: 160, assigned_to: 8, status: "Pending", created_at: "2024-09-13", completion_date: "2024-10-12" },
            { id: 188, property_id: 79, assigned_to: 39, status: "Pending", created_at: "2024-08-01", completion_date: "2024-08-18" },
            { id: 189, property_id: 194, assigned_to: 35, status: "In Progress", created_at: "2024-05-05", completion_date: "2024-05-14" },
            { id: 190, property_id: 172, assigned_to: 50, status: "Pending", created_at: "2024-10-14", completion_date: "2024-10-16" },
            { id: 191, property_id: 54, assigned_to: 8, status: "Pending", created_at: "2024-11-17", completion_date: "2024-11-28" },
            { id: 192, property_id: 170, assigned_to: 49, status: "Completed", created_at: "2023-01-08", completion_date: "2023-01-31" },
            { id: 193, property_id: 28, assigned_to: 39, status: "In Progress", created_at: "2024-08-11", completion_date: "2024-08-30" },
            { id: 194, property_id: 33, assigned_to: 16, status: "Pending", created_at: "2023-11-17", completion_date: "2023-12-02" },
            { id: 195, property_id: 164, assigned_to: 37, status: "Pending", created_at: "2024-12-23", completion_date: "2025-01-19" },
            { id: 196, property_id: 38, assigned_to: 50, status: "In Progress", created_at: "2024-04-04", completion_date: "2024-04-27" },
            { id: 197, property_id: 1, assigned_to: 35, status: "Pending", created_at: "2024-08-21", completion_date: "2024-09-13" },
            { id: 198, property_id: 20, assigned_to: 4, status: "Pending", created_at: "2024-12-10", completion_date: "2025-01-08" },
            { id: 199, property_id: 181, assigned_to: 8, status: "Pending", created_at: "2024-11-02", completion_date: "2024-11-12" },
            { id: 200, property_id: 172, assigned_to: 20, status: "Pending", created_at: "2024-07-26", completion_date: "2024-08-14" },
            { id: 201, property_id: 27, assigned_to: 19, status: "Pending", created_at: "2023-10-18", completion_date: "2023-11-02" },
            { id: 202, property_id: 43, assigned_to: 26, status: "Pending", created_at: "2023-03-10", completion_date: "2023-03-18" },
            { id: 203, property_id: 33, assigned_to: 26, status: "Pending", created_at: "2024-10-02", completion_date: "2024-10-23" },
            { id: 204, property_id: 133, assigned_to: 37, status: "Pending", created_at: "2024-11-08", completion_date: "2024-12-03" },
            { id: 205, property_id: 108, assigned_to: 6, status: "In Progress", created_at: "2024-03-25", completion_date: "2024-03-27" },
            { id: 206, property_id: 155, assigned_to: 8, status: "Pending", created_at: "2023-12-01", completion_date: "2023-12-05" },
            { id: 207, property_id: 116, assigned_to: 26, status: "Pending", created_at: "2024-11-06", completion_date: "2024-11-07" },
            { id: 208, property_id: 39, assigned_to: 17, status: "Pending", created_at: "2024-04-16", completion_date: "2024-04-22" },
            { id: 209, property_id: 101, assigned_to: 15, status: "Completed", created_at: "2023-04-06", completion_date: "2023-04-19" },
            { id: 210, property_id: 4, assigned_to: 41, status: "Pending", created_at: "2024-08-26", completion_date: "2024-09-13" },
            { id: 211, property_id: 169, assigned_to: 18, status: "In Progress", created_at: "2024-02-10", completion_date: "2024-03-08" },
            { id: 212, property_id: 35, assigned_to: 37, status: "In Progress", created_at: "2024-11-19", completion_date: "2024-12-10" },
            { id: 213, property_id: 84, assigned_to: 37, status: "Pending", created_at: "2024-10-15", completion_date: "2024-11-10" },
            { id: 214, property_id: 198, assigned_to: 25, status: "Pending", created_at: "2024-01-11", completion_date: "2024-01-29" },
            { id: 215, property_id: 149, assigned_to: 12, status: "Pending", created_at: "2024-12-11", completion_date: "2025-01-05" },
            { id: 216, property_id: 42, assigned_to: 32, status: "Pending", created_at: "2024-10-25", completion_date: "2024-11-15" },
            { id: 217, property_id: 62, assigned_to: 39, status: "Pending", created_at: "2023-07-18", completion_date: "2023-07-22" },
            { id: 218, property_id: 141, assigned_to: 16, status: "Completed", created_at: "2024-03-16", completion_date: "2024-03-24" },
            { id: 219, property_id: 192, assigned_to: 44, status: "Pending", created_at: "2024-10-27", completion_date: "2024-11-01" },
            { id: 220, property_id: 198, assigned_to: 39, status: "Pending", created_at: "2023-03-05", completion_date: "2023-03-15" },
            { id: 221, property_id: 88, assigned_to: 34, status: "In Progress", created_at: "2023-07-24", completion_date: "2023-08-13" },
            { id: 222, property_id: 137, assigned_to: 24, status: "In Progress", created_at: "2023-02-19", completion_date: "2023-03-13" },
            { id: 223, property_id: 146, assigned_to: 35, status: "Pending", created_at: "2024-09-04", completion_date: "2024-09-13" },
            { id: 224, property_id: 186, assigned_to: 44, status: "Pending", created_at: "2023-12-07", completion_date: "2024-01-02" },
            { id: 225, property_id: 35, assigned_to: 2, status: "Pending", created_at: "2023-07-13", completion_date: "2023-08-02" },
            { id: 226, property_id: 88, assigned_to: 15, status: "Pending", created_at: "2024-05-26", completion_date: "2024-06-14" },
            { id: 227, property_id: 35, assigned_to: 19, status: "In Progress", created_at: "2023-10-06", completion_date: "2023-10-22" },
            { id: 228, property_id: 2, assigned_to: 33, status: "Pending", created_at: "2024-12-16", completion_date: "2025-01-11" },
            { id: 229, property_id: 25, assigned_to: 15, status: "In Progress", created_at: "2024-08-31", completion_date: "2024-09-08" },
            { id: 230, property_id: 41, assigned_to: 23, status: "In Progress", created_at: "2024-11-25", completion_date: "2024-12-18" },
            { id: 231, property_id: 120, assigned_to: 50, status: "Pending", created_at: "2023-09-25", completion_date: "2023-10-16" },
            { id: 232, property_id: 30, assigned_to: 44, status: "Pending", created_at: "2023-02-10", completion_date: "2023-03-09" },
            { id: 233, property_id: 190, assigned_to: 3, status: "Pending", created_at: "2023-09-30", completion_date: "2023-10-16" },
            { id: 234, property_id: 172, assigned_to: 28, status: "In Progress", created_at: "2023-12-02", completion_date: "2024-01-01" },
            { id: 235, property_id: 70, assigned_to: 46, status: "Pending", created_at: "2023-05-20", completion_date: "2023-05-21" },
            { id: 236, property_id: 174, assigned_to: 49, status: "In Progress", created_at: "2023-06-27", completion_date: "2023-07-02" },
            { id: 237, property_id: 133, assigned_to: 35, status: "In Progress", created_at: "2024-08-15", completion_date: "2024-09-01" },
            { id: 238, property_id: 164, assigned_to: 8, status: "Pending", created_at: "2024-08-18", completion_date: "2024-08-20" },
            { id: 239, property_id: 156, assigned_to: 28, status: "Pending", created_at: "2023-04-12", completion_date: "2023-05-11" },
            { id: 240, property_id: 24, assigned_to: 12, status: "Pending", created_at: "2024-10-18", completion_date: "2024-10-27" },
            { id: 241, property_id: 76, assigned_to: 26, status: "In Progress", created_at: "2023-11-13", completion_date: "2023-12-12" },
            { id: 242, property_id: 103, assigned_to: 20, status: "Pending", created_at: "2023-02-14", completion_date: "2023-03-12" },
            { id: 243, property_id: 9, assigned_to: 22, status: "In Progress", created_at: "2024-07-25", completion_date: "2024-07-28" },
            { id: 244, property_id: 117, assigned_to: 6, status: "Pending", created_at: "2023-11-09", completion_date: "2023-11-20" },
            { id: 245, property_id: 109, assigned_to: 50, status: "Completed", created_at: "2024-01-02", completion_date: "2024-01-19" },
            { id: 246, property_id: 189, assigned_to: 12, status: "In Progress", created_at: "2024-08-15", completion_date: "2024-08-22" },
            { id: 247, property_id: 162, assigned_to: 34, status: "Pending", created_at: "2024-12-29", completion_date: "2025-01-18" },
            { id: 248, property_id: 44, assigned_to: 1, status: "Pending", created_at: "2024-06-09", completion_date: "2024-06-20" },
            { id: 249, property_id: 155, assigned_to: 28, status: "Pending", created_at: "2024-06-19", completion_date: "2024-07-16" },
            { id: 250, property_id: 162, assigned_to: 36, status: "In Progress", created_at: "2023-12-17", completion_date: "2023-12-26" },
            { id: 251, property_id: 178, assigned_to: 20, status: "Pending", created_at: "2023-05-02", completion_date: "2023-05-19" },
            { id: 252, property_id: 102, assigned_to: 3, status: "Pending", created_at: "2024-07-31", completion_date: "2024-08-18" },
            { id: 253, property_id: 71, assigned_to: 28, status: "Pending", created_at: "2024-08-16", completion_date: "2024-08-21" },
            { id: 254, property_id: 140, assigned_to: 2, status: "Pending", created_at: "2023-12-03", completion_date: "2023-12-12" },
            { id: 255, property_id: 89, assigned_to: 42, status: "Pending", created_at: "2023-10-05", completion_date: "2023-10-26" },
            { id: 256, property_id: 82, assigned_to: 46, status: "Pending", created_at: "2023-12-17", completion_date: "2024-01-10" },
            { id: 257, property_id: 39, assigned_to: 4, status: "Pending", created_at: "2024-06-06", completion_date: "2024-06-08" },
            { id: 258, property_id: 143, assigned_to: 27, status: "In Progress", created_at: "2023-04-09", completion_date: "2023-04-15" },
            { id: 259, property_id: 13, assigned_to: 43, status: "In Progress", created_at: "2024-08-20", completion_date: "2024-08-24" },
            { id: 260, property_id: 6, assigned_to: 50, status: "Completed", created_at: "2024-03-06", completion_date: "2024-03-23" },
            { id: 261, property_id: 141, assigned_to: 45, status: "In Progress", created_at: "2023-10-17", completion_date: "2023-11-10" },
            { id: 262, property_id: 8, assigned_to: 29, status: "In Progress", created_at: "2024-09-25", completion_date: "2024-10-11" },
            { id: 263, property_id: 198, assigned_to: 44, status: "Pending", created_at: "2023-08-29", completion_date: "2023-09-22" },
            { id: 264, property_id: 94, assigned_to: 43, status: "In Progress", created_at: "2023-11-21", completion_date: "2023-12-14" },
            { id: 265, property_id: 168, assigned_to: 27, status: "Pending", created_at: "2024-12-18", completion_date: "2025-01-14" },
            { id: 266, property_id: 44, assigned_to: 4, status: "Pending", created_at: "2024-10-22", completion_date: "2024-11-09" },
            { id: 267, property_id: 167, assigned_to: 2, status: "Pending", created_at: "2024-03-01", completion_date: "2024-03-06" },
            { id: 268, property_id: 145, assigned_to: 13, status: "In Progress", created_at: "2024-12-31", completion_date: "2025-01-27" },
            { id: 269, property_id: 33, assigned_to: 48, status: "Pending", created_at: "2024-11-02", completion_date: "2024-11-19" },
            { id: 270, property_id: 160, assigned_to: 35, status: "Pending", created_at: "2023-03-04", completion_date: "2023-03-18" },
            { id: 271, property_id: 150, assigned_to: 23, status: "Pending", created_at: "2023-10-03", completion_date: "2023-10-25" },
            { id: 272, property_id: 4, assigned_to: 20, status: "In Progress", created_at: "2024-01-07", completion_date: "2024-02-04" },
            { id: 273, property_id: 4, assigned_to: 49, status: "In Progress", created_at: "2024-08-09", completion_date: "2024-08-10" },
            { id: 274, property_id: 139, assigned_to: 25, status: "In Progress", created_at: "2023-10-23", completion_date: "2023-11-17" },
            { id: 275, property_id: 97, assigned_to: 24, status: "Pending", created_at: "2023-09-09", completion_date: "2023-09-18" },
            { id: 276, property_id: 33, assigned_to: 31, status: "In Progress", created_at: "2023-07-28", completion_date: "2023-08-26" },
            { id: 277, property_id: 130, assigned_to: 40, status: "In Progress", created_at: "2024-02-06", completion_date: "2024-02-09" },
            { id: 278, property_id: 26, assigned_to: 11, status: "In Progress", created_at: "2023-06-05", completion_date: "2023-07-04" },
            { id: 279, property_id: 81, assigned_to: 35, status: "Completed", created_at: "2024-10-14", completion_date: "2024-10-16" },
            { id: 280, property_id: 53, assigned_to: 11, status: "Completed", created_at: "2024-08-23", completion_date: "2024-09-21" },
            { id: 281, property_id: 48, assigned_to: 3, status: "Pending", created_at: "2023-11-12", completion_date: "2023-12-06" },
            { id: 282, property_id: 12, assigned_to: 5, status: "Pending", created_at: "2024-06-30", completion_date: "2024-07-08" },
            { id: 283, property_id: 108, assigned_to: 40, status: "Completed", created_at: "2023-02-07", completion_date: "2023-03-01" },
            { id: 284, property_id: 9, assigned_to: 21, status: "Pending", created_at: "2024-12-09", completion_date: "2024-12-21" },
            { id: 285, property_id: 12, assigned_to: 48, status: "Pending", created_at: "2024-08-06", completion_date: "2024-09-05" },
            { id: 286, property_id: 186, assigned_to: 28, status: "In Progress", created_at: "2024-11-28", completion_date: "2024-12-23" },
            { id: 287, property_id: 118, assigned_to: 35, status: "Pending", created_at: "2024-05-23", completion_date: "2024-06-16" },
            { id: 288, property_id: 17, assigned_to: 18, status: "Pending", created_at: "2023-07-21", completion_date: "2023-07-21" },
            { id: 289, property_id: 52, assigned_to: 31, status: "Completed", created_at: "2024-05-03", completion_date: "2024-05-27" },
            { id: 290, property_id: 11, assigned_to: 23, status: "Pending", created_at: "2024-11-02", completion_date: "2024-11-06" },
            { id: 291, property_id: 19, assigned_to: 40, status: "In Progress", created_at: "2024-12-11", completion_date: "2025-01-07" },
            { id: 292, property_id: 38, assigned_to: 41, status: "Pending", created_at: "2024-09-30", completion_date: "2024-10-04" },
            { id: 293, property_id: 189, assigned_to: 20, status: "Pending", created_at: "2024-05-06", completion_date: "2024-05-08" },
            { id: 294, property_id: 158, assigned_to: 7, status: "Pending", created_at: "2024-12-07", completion_date: "2024-12-12" },
            { id: 295, property_id: 153, assigned_to: 1, status: "Pending", created_at: "2024-10-16", completion_date: "2024-10-29" },
            { id: 296, property_id: 19, assigned_to: 50, status: "Pending", created_at: "2024-05-07", completion_date: "2024-05-19" },
            { id: 297, property_id: 75, assigned_to: 50, status: "Pending", created_at: "2024-04-23", completion_date: "2024-05-14" },
            { id: 298, property_id: 196, assigned_to: 50, status: "In Progress", created_at: "2023-07-13", completion_date: "2023-07-23" },
            { id: 299, property_id: 126, assigned_to: 49, status: "Pending", created_at: "2024-11-02", completion_date: "2024-11-23" },
            { id: 300, property_id: 106, assigned_to: 23, status: "Pending", created_at: "2024-08-30", completion_date: "2024-09-27" },
            { id: 301, property_id: 161, assigned_to: 30, status: "Pending", created_at: "2024-12-13", completion_date: "2025-01-09" },
            { id: 302, property_id: 124, assigned_to: 7, status: "Completed", created_at: "2024-12-14", completion_date: "2024-12-27" },
            { id: 303, property_id: 99, assigned_to: 37, status: "Pending", created_at: "2024-02-15", completion_date: "2024-03-07" },
            { id: 304, property_id: 165, assigned_to: 1, status: "Pending", created_at: "2024-01-21", completion_date: "2024-01-28" },
            { id: 305, property_id: 168, assigned_to: 7, status: "Pending", created_at: "2023-03-10", completion_date: "2023-03-26" },
            { id: 306, property_id: 115, assigned_to: 1, status: "In Progress", created_at: "2023-04-30", completion_date: "2023-05-27" },
            { id: 307, property_id: 41, assigned_to: 10, status: "Pending", created_at: "2024-05-21", completion_date: "2024-05-28" },
            { id: 308, property_id: 25, assigned_to: 34, status: "In Progress", created_at: "2024-03-22", completion_date: "2024-04-18" },
            { id: 309, property_id: 120, assigned_to: 50, status: "Pending", created_at: "2024-10-15", completion_date: "2024-11-14" },
            { id: 310, property_id: 32, assigned_to: 6, status: "In Progress", created_at: "2024-11-22", completion_date: "2024-12-20" },
            { id: 311, property_id: 78, assigned_to: 2, status: "Pending", created_at: "2024-08-11", completion_date: "2024-09-05" },
            { id: 312, property_id: 175, assigned_to: 32, status: "In Progress", created_at: "2024-04-11", completion_date: "2024-05-03" },
            { id: 313, property_id: 89, assigned_to: 15, status: "Pending", created_at: "2023-11-22", completion_date: "2023-11-27" },
            { id: 314, property_id: 84, assigned_to: 13, status: "Completed", created_at: "2023-03-03", completion_date: "2023-04-01" },
            { id: 315, property_id: 5, assigned_to: 23, status: "Pending", created_at: "2024-07-30", completion_date: "2024-08-12" },
            { id: 316, property_id: 93, assigned_to: 49, status: "Pending", created_at: "2024-03-11", completion_date: "2024-03-13" },
            { id: 317, property_id: 108, assigned_to: 7, status: "In Progress", created_at: "2024-11-30", completion_date: "2024-11-30" },
            { id: 318, property_id: 8, assigned_to: 34, status: "Completed", created_at: "2024-09-21", completion_date: "2024-10-05" },
            { id: 319, property_id: 35, assigned_to: 46, status: "In Progress", created_at: "2024-01-08", completion_date: "2024-02-02" },
            { id: 320, property_id: 39, assigned_to: 28, status: "Pending", created_at: "2024-12-09", completion_date: "2025-01-06" },
            { id: 321, property_id: 100, assigned_to: 19, status: "Completed", created_at: "2023-12-04", completion_date: "2024-01-03" },
            { id: 322, property_id: 165, assigned_to: 26, status: "In Progress", created_at: "2023-05-24", completion_date: "2023-06-17" },
            { id: 323, property_id: 71, assigned_to: 38, status: "Pending", created_at: "2023-05-11", completion_date: "2023-06-06" },
            { id: 324, property_id: 141, assigned_to: 38, status: "In Progress", created_at: "2023-09-27", completion_date: "2023-10-21" },
            { id: 325, property_id: 115, assigned_to: 17, status: "Pending", created_at: "2023-02-12", completion_date: "2023-02-21" },
            { id: 326, property_id: 85, assigned_to: 47, status: "Pending", created_at: "2024-10-14", completion_date: "2024-11-07" },
            { id: 327, property_id: 9, assigned_to: 4, status: "In Progress", created_at: "2024-08-17", completion_date: "2024-09-01" },
            { id: 328, property_id: 72, assigned_to: 10, status: "Pending", created_at: "2023-05-12", completion_date: "2023-06-11" },
            { id: 329, property_id: 161, assigned_to: 41, status: "Pending", created_at: "2024-11-08", completion_date: "2024-11-30" },
            { id: 330, property_id: 17, assigned_to: 35, status: "In Progress", created_at: "2024-02-27", completion_date: "2024-03-14" },
            { id: 331, property_id: 199, assigned_to: 20, status: "Pending", created_at: "2023-03-28", completion_date: "2023-04-18" },
            { id: 332, property_id: 135, assigned_to: 12, status: "Pending", created_at: "2024-06-23", completion_date: "2024-07-02" },
            { id: 333, property_id: 127, assigned_to: 22, status: "Pending", created_at: "2024-06-26", completion_date: "2024-07-03" },
            { id: 334, property_id: 97, assigned_to: 25, status: "Pending", created_at: "2024-12-16", completion_date: "2025-01-13" },
            { id: 335, property_id: 31, assigned_to: 17, status: "Pending", created_at: "2023-01-06", completion_date: "2023-01-25" },
            { id: 336, property_id: 131, assigned_to: 33, status: "Pending", created_at: "2024-08-21", completion_date: "2024-08-30" },
            { id: 337, property_id: 193, assigned_to: 26, status: "Pending", created_at: "2023-02-19", completion_date: "2023-03-13" },
            { id: 338, property_id: 11, assigned_to: 14, status: "Pending", created_at: "2023-07-18", completion_date: "2023-07-19" },
            { id: 339, property_id: 42, assigned_to: 43, status: "In Progress", created_at: "2024-11-10", completion_date: "2024-11-11" },
            { id: 340, property_id: 13, assigned_to: 33, status: "Completed", created_at: "2024-12-15", completion_date: "2025-01-02" },
            { id: 341, property_id: 27, assigned_to: 6, status: "Pending", created_at: "2024-09-15", completion_date: "2024-09-25" },
            { id: 342, property_id: 114, assigned_to: 6, status: "In Progress", created_at: "2024-12-17", completion_date: "2025-01-16" },
            { id: 343, property_id: 54, assigned_to: 42, status: "Pending", created_at: "2024-05-16", completion_date: "2024-06-06" },
            { id: 344, property_id: 75, assigned_to: 28, status: "Pending", created_at: "2024-08-03", completion_date: "2024-08-23" },
            { id: 345, property_id: 85, assigned_to: 33, status: "In Progress", created_at: "2023-11-14", completion_date: "2023-11-18" },
            { id: 346, property_id: 117, assigned_to: 27, status: "In Progress", created_at: "2023-10-15", completion_date: "2023-10-24" },
            { id: 347, property_id: 121, assigned_to: 30, status: "In Progress", created_at: "2024-10-07", completion_date: "2024-10-18" },
            { id: 348, property_id: 147, assigned_to: 4, status: "Pending", created_at: "2024-07-21", completion_date: "2024-07-22" },
            { id: 349, property_id: 142, assigned_to: 6, status: "Pending", created_at: "2023-07-07", completion_date: "2023-07-19" },
            { id: 350, property_id: 128, assigned_to: 35, status: "Completed", created_at: "2024-07-15", completion_date: "2024-07-29" },
            { id: 351, property_id: 12, assigned_to: 12, status: "In Progress", created_at: "2024-05-30", completion_date: "2024-06-24" },
            { id: 352, property_id: 13, assigned_to: 35, status: "Completed", created_at: "2024-05-03", completion_date: "2024-06-02" },
            { id: 353, property_id: 173, assigned_to: 20, status: "In Progress", created_at: "2023-06-05", completion_date: "2023-06-30" },
            { id: 354, property_id: 15, assigned_to: 26, status: "Pending", created_at: "2024-08-03", completion_date: "2024-08-06" },
            { id: 355, property_id: 111, assigned_to: 26, status: "Pending", created_at: "2024-05-31", completion_date: "2024-06-03" },
            { id: 356, property_id: 18, assigned_to: 20, status: "Pending", created_at: "2024-03-24", completion_date: "2024-03-27" },
            { id: 357, property_id: 46, assigned_to: 2, status: "Pending", created_at: "2024-01-02", completion_date: "2024-01-30" },
            { id: 358, property_id: 143, assigned_to: 14, status: "Pending", created_at: "2024-10-16", completion_date: "2024-11-03" },
            { id: 359, property_id: 151, assigned_to: 43, status: "Pending", created_at: "2024-06-24", completion_date: "2024-07-04" },
            { id: 360, property_id: 44, assigned_to: 23, status: "Pending", created_at: "2023-06-01", completion_date: "2023-06-21" },
            { id: 361, property_id: 30, assigned_to: 15, status: "In Progress", created_at: "2023-12-04", completion_date: "2023-12-29" },
            { id: 362, property_id: 21, assigned_to: 38, status: "In Progress", created_at: "2023-06-02", completion_date: "2023-06-08" },
            { id: 363, property_id: 183, assigned_to: 11, status: "Pending", created_at: "2024-12-04", completion_date: "2024-12-14" },
            { id: 364, property_id: 81, assigned_to: 6, status: "Pending", created_at: "2024-07-19", completion_date: "2024-08-14" },
            { id: 365, property_id: 33, assigned_to: 14, status: "In Progress", created_at: "2023-01-13", completion_date: "2023-02-06" },
            { id: 366, property_id: 43, assigned_to: 21, status: "Completed", created_at: "2023-07-28", completion_date: "2023-08-26" },
            { id: 367, property_id: 9, assigned_to: 20, status: "Pending", created_at: "2024-03-23", completion_date: "2024-03-24" },
            { id: 368, property_id: 87, assigned_to: 11, status: "Pending", created_at: "2023-12-28", completion_date: "2024-01-26" },
            { id: 369, property_id: 148, assigned_to: 39, status: "In Progress", created_at: "2023-11-15", completion_date: "2023-11-20" },
            { id: 370, property_id: 150, assigned_to: 41, status: "In Progress", created_at: "2024-01-01", completion_date: "2024-01-04" },
            { id: 371, property_id: 192, assigned_to: 49, status: "Completed", created_at: "2023-11-09", completion_date: "2023-11-12" },
            { id: 372, property_id: 74, assigned_to: 5, status: "Pending", created_at: "2024-09-29", completion_date: "2024-10-23" },
            { id: 373, property_id: 7, assigned_to: 22, status: "In Progress", created_at: "2023-04-01", completion_date: "2023-04-27" },
            { id: 374, property_id: 186, assigned_to: 5, status: "Pending", created_at: "2024-07-21", completion_date: "2024-08-06" },
            { id: 375, property_id: 121, assigned_to: 26, status: "In Progress", created_at: "2023-06-19", completion_date: "2023-07-10" },
            { id: 376, property_id: 121, assigned_to: 2, status: "In Progress", created_at: "2024-08-28", completion_date: "2024-09-25" },
            { id: 377, property_id: 73, assigned_to: 24, status: "In Progress", created_at: "2023-11-12", completion_date: "2023-11-23" },
            { id: 378, property_id: 181, assigned_to: 11, status: "Pending", created_at: "2023-07-11", completion_date: "2023-07-15" },
            { id: 379, property_id: 190, assigned_to: 12, status: "In Progress", created_at: "2023-07-17", completion_date: "2023-08-04" },
            { id: 380, property_id: 82, assigned_to: 37, status: "Pending", created_at: "2023-09-27", completion_date: "2023-10-14" },
            { id: 381, property_id: 22, assigned_to: 27, status: "Pending", created_at: "2023-05-22", completion_date: "2023-06-04" },
            { id: 382, property_id: 72, assigned_to: 49, status: "Pending", created_at: "2024-03-09", completion_date: "2024-03-11" },
            { id: 383, property_id: 27, assigned_to: 37, status: "Pending", created_at: "2024-07-07", completion_date: "2024-07-22" },
            { id: 384, property_id: 92, assigned_to: 10, status: "Pending", created_at: "2023-12-01", completion_date: "2023-12-21" },
            { id: 385, property_id: 146, assigned_to: 26, status: "In Progress", created_at: "2024-12-24", completion_date: "2025-01-15" },
            { id: 386, property_id: 200, assigned_to: 39, status: "Pending", created_at: "2024-03-18", completion_date: "2024-04-08" },
            { id: 387, property_id: 167, assigned_to: 26, status: "Pending", created_at: "2023-07-21", completion_date: "2023-08-17" },
            { id: 388, property_id: 123, assigned_to: 1, status: "Pending", created_at: "2023-11-18", completion_date: "2023-12-07" },
            { id: 389, property_id: 46, assigned_to: 8, status: "Pending", created_at: "2023-08-16", completion_date: "2023-09-02" },
            { id: 390, property_id: 78, assigned_to: 43, status: "Pending", created_at: "2023-03-11", completion_date: "2023-03-13" },
            { id: 391, property_id: 144, assigned_to: 22, status: "Pending", created_at: "2024-09-05", completion_date: "2024-09-19" },
            { id: 392, property_id: 16, assigned_to: 49, status: "Pending", created_at: "2024-12-31", completion_date: "2025-01-24" },
            { id: 393, property_id: 162, assigned_to: 42, status: "Pending", created_at: "2024-10-10", completion_date: "2024-10-10" },
            { id: 394, property_id: 72, assigned_to: 34, status: "Pending", created_at: "2024-04-19", completion_date: "2024-05-06" },
            { id: 395, property_id: 177, assigned_to: 4, status: "Pending", created_at: "2024-05-08", completion_date: "2024-06-04" },
            { id: 396, property_id: 83, assigned_to: 24, status: "Pending", created_at: "2023-03-30", completion_date: "2023-04-03" },
            { id: 397, property_id: 194, assigned_to: 7, status: "Pending", created_at: "2024-04-11", completion_date: "2024-04-24" },
            { id: 398, property_id: 8, assigned_to: 16, status: "Completed", created_at: "2023-03-22", completion_date: "2023-04-01" },
            { id: 399, property_id: 137, assigned_to: 38, status: "Pending", created_at: "2024-12-09", completion_date: "2024-12-25" },
            { id: 400, property_id: 200, assigned_to: 10, status: "Pending", created_at: "2024-07-12", completion_date: "2024-07-28" },
            { id: 401, property_id: 7, assigned_to: 41, status: "Pending", created_at: "2024-03-28", completion_date: "2024-04-20" },
            { id: 402, property_id: 126, assigned_to: 3, status: "Pending", created_at: "2023-11-30", completion_date: "2023-12-11" },
            { id: 403, property_id: 35, assigned_to: 40, status: "Completed", created_at: "2024-03-30", completion_date: "2024-04-13" },
            { id: 404, property_id: 171, assigned_to: 18, status: "Pending", created_at: "2024-05-04", completion_date: "2024-05-24" },
            { id: 405, property_id: 52, assigned_to: 3, status: "In Progress", created_at: "2023-03-07", completion_date: "2023-03-16" },
            { id: 406, property_id: 181, assigned_to: 39, status: "In Progress", created_at: "2023-06-04", completion_date: "2023-06-24" },
            { id: 407, property_id: 64, assigned_to: 40, status: "In Progress", created_at: "2024-02-07", completion_date: "2024-02-23" },
            { id: 408, property_id: 57, assigned_to: 33, status: "In Progress", created_at: "2023-11-22", completion_date: "2023-12-06" },
            { id: 409, property_id: 163, assigned_to: 9, status: "In Progress", created_at: "2023-08-22", completion_date: "2023-09-01" },
            { id: 410, property_id: 48, assigned_to: 31, status: "In Progress", created_at: "2024-05-05", completion_date: "2024-06-03" },
            { id: 411, property_id: 158, assigned_to: 35, status: "Pending", created_at: "2024-01-21", completion_date: "2024-01-22" },
            { id: 412, property_id: 79, assigned_to: 38, status: "Completed", created_at: "2024-11-14", completion_date: "2024-11-15" },
            { id: 413, property_id: 182, assigned_to: 3, status: "Pending", created_at: "2024-09-28", completion_date: "2024-10-01" },
            { id: 414, property_id: 190, assigned_to: 13, status: "Pending", created_at: "2024-02-06", completion_date: "2024-02-20" },
            { id: 415, property_id: 191, assigned_to: 2, status: "In Progress", created_at: "2024-12-09", completion_date: "2025-01-08" },
            { id: 416, property_id: 157, assigned_to: 37, status: "In Progress", created_at: "2023-04-13", completion_date: "2023-04-21" },
            { id: 417, property_id: 109, assigned_to: 47, status: "Completed", created_at: "2024-02-02", completion_date: "2024-02-04" },
            { id: 418, property_id: 53, assigned_to: 3, status: "In Progress", created_at: "2024-01-11", completion_date: "2024-02-01" },
            { id: 419, property_id: 153, assigned_to: 38, status: "In Progress", created_at: "2023-05-01", completion_date: "2023-05-20" },
            { id: 420, property_id: 127, assigned_to: 3, status: "Pending", created_at: "2024-09-28", completion_date: "2024-10-26" },
            { id: 421, property_id: 192, assigned_to: 8, status: "In Progress", created_at: "2024-10-28", completion_date: "2024-11-02" },
            { id: 422, property_id: 14, assigned_to: 13, status: "Pending", created_at: "2024-06-24", completion_date: "2024-07-14" },
            { id: 423, property_id: 149, assigned_to: 8, status: "In Progress", created_at: "2024-10-29", completion_date: "2024-11-23" },
            { id: 424, property_id: 122, assigned_to: 23, status: "Pending", created_at: "2023-09-19", completion_date: "2023-10-01" },
            { id: 425, property_id: 112, assigned_to: 12, status: "Pending", created_at: "2024-12-15", completion_date: "2024-12-26" },
            { id: 426, property_id: 63, assigned_to: 27, status: "Pending", created_at: "2024-07-18", completion_date: "2024-07-20" },
            { id: 427, property_id: 151, assigned_to: 7, status: "In Progress", created_at: "2024-04-15", completion_date: "2024-04-28" },
            { id: 428, property_id: 114, assigned_to: 43, status: "In Progress", created_at: "2023-07-21", completion_date: "2023-07-23" },
            { id: 429, property_id: 74, assigned_to: 49, status: "Completed", created_at: "2024-03-15", completion_date: "2024-04-07" },
            { id: 430, property_id: 140, assigned_to: 7, status: "Pending", created_at: "2023-02-09", completion_date: "2023-02-24" },
            { id: 431, property_id: 167, assigned_to: 26, status: "Pending", created_at: "2024-06-01", completion_date: "2024-06-03" },
            { id: 432, property_id: 70, assigned_to: 46, status: "Pending", created_at: "2023-05-20", completion_date: "2023-05-31" },
            { id: 433, property_id: 198, assigned_to: 8, status: "Pending", created_at: "2024-08-06", completion_date: "2024-08-29" },
            { id: 434, property_id: 198, assigned_to: 1, status: "Pending", created_at: "2024-11-24", completion_date: "2024-11-28" },
            { id: 435, property_id: 129, assigned_to: 24, status: "In Progress", created_at: "2024-02-04", completion_date: "2024-02-13" },
            { id: 436, property_id: 65, assigned_to: 46, status: "In Progress", created_at: "2024-07-27", completion_date: "2024-08-16" },
            { id: 437, property_id: 73, assigned_to: 8, status: "Completed", created_at: "2024-10-15", completion_date: "2024-11-02" },
            { id: 438, property_id: 130, assigned_to: 8, status: "Pending", created_at: "2024-12-04", completion_date: "2024-12-14" },
            { id: 439, property_id: 105, assigned_to: 6, status: "In Progress", created_at: "2023-10-21", completion_date: "2023-11-20" },
            { id: 440, property_id: 170, assigned_to: 39, status: "Completed", created_at: "2024-06-01", completion_date: "2024-06-21" },
            { id: 441, property_id: 25, assigned_to: 19, status: "In Progress", created_at: "2024-07-18", completion_date: "2024-08-03" },
            { id: 442, property_id: 160, assigned_to: 42, status: "Pending", created_at: "2024-03-27", completion_date: "2024-04-15" },
            { id: 443, property_id: 175, assigned_to: 15, status: "Pending", created_at: "2024-02-20", completion_date: "2024-02-22" },
            { id: 444, property_id: 174, assigned_to: 36, status: "Pending", created_at: "2024-05-16", completion_date: "2024-05-16" },
            { id: 445, property_id: 5, assigned_to: 38, status: "Pending", created_at: "2024-07-07", completion_date: "2024-07-25" },
            { id: 446, property_id: 33, assigned_to: 39, status: "Pending", created_at: "2024-02-16", completion_date: "2024-03-08" },
            { id: 447, property_id: 168, assigned_to: 38, status: "Pending", created_at: "2024-12-19", completion_date: "2025-01-07" },
            { id: 448, property_id: 86, assigned_to: 37, status: "Pending", created_at: "2024-04-05", completion_date: "2024-05-02" },
            { id: 449, property_id: 118, assigned_to: 25, status: "Pending", created_at: "2024-11-30", completion_date: "2024-12-10" },
            { id: 450, property_id: 98, assigned_to: 37, status: "In Progress", created_at: "2023-01-19", completion_date: "2023-01-31" },
            { id: 451, property_id: 72, assigned_to: 26, status: "In Progress", created_at: "2024-10-02", completion_date: "2024-10-04" },
            { id: 452, property_id: 200, assigned_to: 9, status: "Pending", created_at: "2024-10-08", completion_date: "2024-11-05" },
            { id: 453, property_id: 79, assigned_to: 30, status: "Pending", created_at: "2023-11-02", completion_date: "2023-11-08" },
            { id: 454, property_id: 187, assigned_to: 48, status: "Pending", created_at: "2023-06-19", completion_date: "2023-07-15" },
            { id: 455, property_id: 21, assigned_to: 39, status: "In Progress", created_at: "2024-06-13", completion_date: "2024-07-12" },
            { id: 456, property_id: 9, assigned_to: 19, status: "Pending", created_at: "2024-11-25", completion_date: "2024-12-08" },
            { id: 457, property_id: 32, assigned_to: 12, status: "Pending", created_at: "2024-06-20", completion_date: "2024-07-01" },
            { id: 458, property_id: 72, assigned_to: 27, status: "Pending", created_at: "2024-03-21", completion_date: "2024-04-09" },
            { id: 459, property_id: 197, assigned_to: 9, status: "Pending", created_at: "2023-01-24", completion_date: "2023-02-04" },
            { id: 460, property_id: 115, assigned_to: 31, status: "Pending", created_at: "2023-09-27", completion_date: "2023-10-13" },
            { id: 461, property_id: 106, assigned_to: 33, status: "Pending", created_at: "2023-05-14", completion_date: "2023-05-27" },
            { id: 462, property_id: 140, assigned_to: 30, status: "Pending", created_at: "2024-12-11", completion_date: "2024-12-31" },
            { id: 463, property_id: 103, assigned_to: 2, status: "Completed", created_at: "2023-08-23", completion_date: "2023-08-31" },
            { id: 464, property_id: 73, assigned_to: 5, status: "Pending", created_at: "2024-08-23", completion_date: "2024-09-09" },
            { id: 465, property_id: 95, assigned_to: 32, status: "Pending", created_at: "2024-09-27", completion_date: "2024-10-20" },
            { id: 466, property_id: 41, assigned_to: 5, status: "Pending", created_at: "2023-09-17", completion_date: "2023-10-13" },
            { id: 467, property_id: 32, assigned_to: 42, status: "Pending", created_at: "2024-09-17", completion_date: "2024-09-26" },
            { id: 468, property_id: 116, assigned_to: 11, status: "Completed", created_at: "2023-10-23", completion_date: "2023-11-09" },
            { id: 469, property_id: 4, assigned_to: 2, status: "Pending", created_at: "2023-08-03", completion_date: "2023-08-11" },
            { id: 470, property_id: 25, assigned_to: 18, status: "Pending", created_at: "2024-09-19", completion_date: "2024-10-06" },
            { id: 471, property_id: 167, assigned_to: 35, status: "Pending", created_at: "2023-04-07", completion_date: "2023-04-14" },
            { id: 472, property_id: 126, assigned_to: 43, status: "Pending", created_at: "2023-11-17", completion_date: "2023-12-16" },
            { id: 473, property_id: 73, assigned_to: 22, status: "In Progress", created_at: "2024-11-26", completion_date: "2024-12-14" },
            { id: 474, property_id: 150, assigned_to: 17, status: "In Progress", created_at: "2024-03-25", completion_date: "2024-04-13" },
            { id: 475, property_id: 67, assigned_to: 43, status: "Pending", created_at: "2024-10-26", completion_date: "2024-11-10" },
            { id: 476, property_id: 47, assigned_to: 30, status: "In Progress", created_at: "2024-03-02", completion_date: "2024-03-07" },
            { id: 477, property_id: 85, assigned_to: 18, status: "Pending", created_at: "2023-07-16", completion_date: "2023-07-23" },
            { id: 478, property_id: 103, assigned_to: 31, status: "In Progress", created_at: "2024-12-19", completion_date: "2025-01-07" },
            { id: 479, property_id: 130, assigned_to: 13, status: "Pending", created_at: "2024-08-01", completion_date: "2024-08-23" },
            { id: 480, property_id: 89, assigned_to: 31, status: "Pending", created_at: "2023-08-22", completion_date: "2023-09-15" },
            { id: 481, property_id: 19, assigned_to: 45, status: "Pending", created_at: "2024-08-12", completion_date: "2024-08-15" },
            { id: 482, property_id: 50, assigned_to: 34, status: "Pending", created_at: "2024-09-02", completion_date: "2024-09-26" },
            { id: 483, property_id: 72, assigned_to: 27, status: "Pending", created_at: "2024-09-18", completion_date: "2024-10-06" },
            { id: 484, property_id: 191, assigned_to: 40, status: "Pending", created_at: "2024-06-15", completion_date: "2024-07-09" },
            { id: 485, property_id: 92, assigned_to: 40, status: "Pending", created_at: "2024-10-28", completion_date: "2024-11-17" },
            { id: 486, property_id: 95, assigned_to: 8, status: "Pending", created_at: "2024-11-01", completion_date: "2024-11-17" },
            { id: 487, property_id: 16, assigned_to: 17, status: "Pending", created_at: "2024-01-21", completion_date: "2024-02-16" },
            { id: 488, property_id: 161, assigned_to: 20, status: "Pending", created_at: "2023-01-16", completion_date: "2023-02-05" },
            { id: 489, property_id: 78, assigned_to: 41, status: "Pending", created_at: "2023-06-23", completion_date: "2023-07-02" },
            { id: 490, property_id: 133, assigned_to: 37, status: "Pending", created_at: "2023-07-27", completion_date: "2023-07-29" },
            { id: 491, property_id: 192, assigned_to: 31, status: "Pending", created_at: "2023-09-13", completion_date: "2023-09-25" },
            { id: 492, property_id: 118, assigned_to: 19, status: "In Progress", created_at: "2024-05-22", completion_date: "2024-06-11" },
            { id: 493, property_id: 37, assigned_to: 14, status: "In Progress", created_at: "2024-10-06", completion_date: "2024-11-04" },
            { id: 494, property_id: 92, assigned_to: 22, status: "Pending", created_at: "2024-11-14", completion_date: "2024-11-23" },
            { id: 495, property_id: 85, assigned_to: 16, status: "In Progress", created_at: "2023-11-22", completion_date: "2023-12-18" },
            { id: 496, property_id: 7, assigned_to: 14, status: "Pending", created_at: "2024-01-14", completion_date: "2024-02-08" },
            { id: 497, property_id: 60, assigned_to: 38, status: "In Progress", created_at: "2024-09-20", completion_date: "2024-09-22" },
            { id: 498, property_id: 165, assigned_to: 15, status: "Completed", created_at: "2024-04-06", completion_date: "2024-04-18" },
            { id: 499, property_id: 86, assigned_to: 21, status: "Pending", created_at: "2024-09-03", completion_date: "2024-09-19" },
            { id: 500, property_id: 115, assigned_to: 38, status: "Completed", created_at: "2023-05-19", completion_date: "2023-06-01" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
