// Travel Insurance Insights (travel-insurance-database) 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.travelers), 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.travelers.createMany({
        data: [
            { id: 1, full_name: "Mila Schmidt", email: "mila.schmidt@example.com", country: "Spain", date_of_birth: "1957-06-19" },
            { id: 2, full_name: null, email: null, country: "Turkey", date_of_birth: "1982-02-23" },
            { id: 3, full_name: "Sara Lopez", email: null, country: "Singapore", date_of_birth: "1966-03-31" },
            { id: 4, full_name: "Omar Lopez", email: "omar.lopez@example.org", country: "Egypt", date_of_birth: "1955-05-08" },
            { id: 5, full_name: "David Schneider", email: "david.schneider@example.net", country: "Thailand", date_of_birth: "1993-02-28" },
            { id: 6, full_name: null, email: null, country: "Brazil", date_of_birth: "1979-12-26" },
            { id: 7, full_name: "Zoe Bennett", email: "zoe.bennett@example.net", country: "United Kingdom", date_of_birth: "1995-08-22" },
            { id: 8, full_name: "Carlos Johnson", email: "carlos.johnson@example.org", country: "Argentina", date_of_birth: "2002-04-07" },
            { id: 9, full_name: null, email: null, country: "Italy", date_of_birth: "1966-06-29" },
            { id: 10, full_name: "Sara Torres", email: "sara.torres@example.net", country: "Colombia", date_of_birth: "1979-05-28" },
            { id: 11, full_name: "Lina Johnson", email: "lina.johnson@example.com", country: "Canada", date_of_birth: "1989-02-09" },
            { id: 12, full_name: "Deniz Ahmed", email: "deniz.ahmed@example.com", country: "United States", date_of_birth: "1996-06-27" },
            { id: 13, full_name: "Liam Patel", email: "liam.patel@example.net", country: "South Korea", date_of_birth: "2001-02-15" },
            { id: 14, full_name: "Marco Larsen", email: "marco.larsen@example.com", country: "Sweden", date_of_birth: "2003-02-21" },
            { id: 15, full_name: "Nour Torres", email: "nour.torres@example.net", country: "Germany", date_of_birth: null },
            { id: 16, full_name: "Diego Vargas", email: "diego.vargas@example.com", country: "Turkey", date_of_birth: "1950-09-25" },
            { id: 17, full_name: null, email: null, country: "South Africa", date_of_birth: "2000-04-03" },
            { id: 18, full_name: "Elena Pereira", email: "elena.pereira@example.org", country: "Germany", date_of_birth: "1967-03-10" },
            { id: 19, full_name: "Sam Costa", email: "sam.costa@example.net", country: "France", date_of_birth: "1963-03-12" },
            { id: 20, full_name: "Laura Gupta", email: "laura.gupta@example.org", country: "Canada", date_of_birth: "1995-03-04" },
            { id: 21, full_name: "Lucas Adams", email: "lucas.adams@example.net", country: "Austria", date_of_birth: "1959-07-13" },
            { id: 22, full_name: "Mila Shah", email: "mila.shah@example.net", country: "France", date_of_birth: "1959-06-09" },
            { id: 23, full_name: null, email: null, country: "Hungary", date_of_birth: "1989-11-30" },
            { id: 24, full_name: "Oscar Almeida", email: "oscar.almeida@example.net", country: "Turkey", date_of_birth: null },
            { id: 25, full_name: "Arjun Torres", email: "arjun.torres@example.org", country: "Japan", date_of_birth: "1952-04-05" },
            { id: 26, full_name: "Mei Moreau", email: "mei.moreau@example.org", country: "Poland", date_of_birth: "1965-05-17" },
            { id: 27, full_name: "Oscar Brown", email: "oscar.brown@example.net", country: "Italy", date_of_birth: "1961-04-03" },
            { id: 28, full_name: "Ibrahim Meyer", email: "ibrahim.meyer@example.net", country: "Philippines", date_of_birth: "1999-05-13" },
            { id: 29, full_name: "Arjun Schneider", email: "arjun.schneider@example.com", country: "Portugal", date_of_birth: "1995-04-07" },
            { id: 30, full_name: "Sven Costa", email: "sven.costa@example.org", country: "Spain", date_of_birth: null },
            { id: 31, full_name: "Grace Kumar", email: "grace.kumar@example.net", country: "Thailand", date_of_birth: "1983-09-21" },
            { id: 32, full_name: null, email: null, country: "Germany", date_of_birth: "1979-07-13" },
            { id: 33, full_name: "Elif Rossi", email: "elif.rossi@example.org", country: "Poland", date_of_birth: "1957-02-14" },
            { id: 34, full_name: "Nadia Castro", email: "nadia.castro@example.org", country: "Greece", date_of_birth: null },
            { id: 35, full_name: "Rafael Schmidt", email: "rafael.schmidt@example.com", country: "Canada", date_of_birth: "2002-02-08" },
            { id: 36, full_name: "Felix Miller", email: "felix.miller@example.org", country: "Spain", date_of_birth: "1992-01-27" },
            { id: 37, full_name: "Marco Yilmaz", email: "marco.yilmaz@example.net", country: "Spain", date_of_birth: "1960-05-06" },
            { id: 38, full_name: "Sven Demir", email: "sven.demir@example.net", country: "Nigeria", date_of_birth: "1992-03-07" },
            { id: 39, full_name: "Elif Hassan", email: "elif.hassan@example.com", country: "Singapore", date_of_birth: null },
            { id: 40, full_name: "Yara Brown", email: "yara.brown@example.org", country: "Philippines", date_of_birth: "1962-05-12" },
            { id: 41, full_name: "Carla Ruiz", email: "carla.ruiz@example.net", country: null, date_of_birth: "1972-11-06" },
            { id: 42, full_name: "Ethan Walker", email: "ethan.walker@example.org", country: "Philippines", date_of_birth: "1986-04-15" },
            { id: 43, full_name: null, email: null, country: "Austria", date_of_birth: "1983-03-06" },
            { id: 44, full_name: "Selin Chen", email: "selin.chen@example.net", country: "Sweden", date_of_birth: "1999-09-09" },
            { id: 45, full_name: null, email: null, country: "New Zealand", date_of_birth: "1977-03-25" },
            { id: 46, full_name: "Jade Ali", email: "jade.ali@example.net", country: "Switzerland", date_of_birth: "1977-03-06" },
            { id: 47, full_name: null, email: null, country: null, date_of_birth: "1988-01-27" },
            { id: 48, full_name: "Diego Garcia", email: "diego.garcia@example.com", country: "Taiwan", date_of_birth: "1967-12-11" },
            { id: 49, full_name: "Sofia Hughes", email: null, country: "United States", date_of_birth: null },
            { id: 50, full_name: "Leo Diaz", email: "leo.diaz@example.com", country: "United States", date_of_birth: null },
            { id: 51, full_name: "Uma Becker", email: null, country: "Singapore", date_of_birth: "1976-02-07" },
            { id: 52, full_name: "Nina Kim", email: "nina.kim@example.org", country: "Australia", date_of_birth: "1996-02-25" },
            { id: 53, full_name: "Ethan Kaya", email: "ethan.kaya@example.com", country: "Indonesia", date_of_birth: "1969-12-01" },
            { id: 54, full_name: "Lucas Gupta", email: "lucas.gupta@example.org", country: "Greece", date_of_birth: "1968-08-07" },
            { id: 55, full_name: "James Carter", email: "james.carter@example.net", country: "Canada", date_of_birth: "1956-07-13" },
            { id: 56, full_name: "Hugo Demir", email: "hugo.demir@example.net", country: "Australia", date_of_birth: null },
            { id: 57, full_name: "Nadia Gomez", email: "nadia.gomez@example.net", country: null, date_of_birth: "1950-01-01" },
            { id: 58, full_name: "Karim Sousa", email: "karim.sousa@example.org", country: "Philippines", date_of_birth: "1954-07-28" },
            { id: 59, full_name: null, email: null, country: "Greece", date_of_birth: "1985-10-14" },
            { id: 60, full_name: "Noah Torres", email: "noah.torres@example.org", country: "United States", date_of_birth: "1988-04-04" },
            { id: 61, full_name: "Leo Gupta", email: "leo.gupta@example.org", country: null, date_of_birth: "1991-06-08" },
            { id: 62, full_name: "Ana Torres", email: "ana.torres@example.org", country: "Germany", date_of_birth: "1955-02-03" },
            { id: 63, full_name: "David Hansen", email: null, country: null, date_of_birth: "1960-10-28" },
            { id: 64, full_name: "Selin Khan", email: "selin.khan@example.org", country: "Romania", date_of_birth: null },
            { id: 65, full_name: "Amir Fischer", email: "amir.fischer@example.com", country: "Kenya", date_of_birth: "1959-07-03" },
            { id: 66, full_name: "Wei Sato", email: "wei.sato@example.net", country: "Switzerland", date_of_birth: "2002-10-08" },
            { id: 67, full_name: "Uma Miller", email: "uma.miller@example.org", country: "United States", date_of_birth: "1985-07-06" },
            { id: 68, full_name: "Wei Singh", email: null, country: null, date_of_birth: "1976-05-31" },
            { id: 69, full_name: "Arjun Wilson", email: null, country: "Canada", date_of_birth: "1951-11-29" },
            { id: 70, full_name: "Mateo Taylor", email: "mateo.taylor@example.net", country: "Romania", date_of_birth: "1963-01-09" },
            { id: 71, full_name: "Yara Gupta", email: "yara.gupta@example.net", country: "Hungary", date_of_birth: "1996-05-27" },
            { id: 72, full_name: "Mei Martin", email: "mei.martin@example.net", country: "Italy", date_of_birth: null },
            { id: 73, full_name: "Ravi Castro", email: "ravi.castro@example.net", country: "Czech Republic", date_of_birth: "1982-12-09" },
            { id: 74, full_name: "Chen Baker", email: "chen.baker@example.org", country: "Nigeria", date_of_birth: null },
            { id: 75, full_name: null, email: null, country: "Germany", date_of_birth: "1997-07-04" },
            { id: 76, full_name: "Maja Mendes", email: "maja.mendes@example.net", country: "Sweden", date_of_birth: "1951-05-21" },
            { id: 77, full_name: null, email: null, country: "Turkey", date_of_birth: "1990-12-05" },
            { id: 78, full_name: "Tomas Bennett", email: null, country: "United States", date_of_birth: "1997-05-28" },
            { id: 79, full_name: "Lucas Singh", email: "lucas.singh@example.com", country: "Sweden", date_of_birth: null },
            { id: 80, full_name: "Wei Nguyen", email: "wei.nguyen@example.com", country: "Kenya", date_of_birth: "2001-08-02" },
            { id: 81, full_name: "Amir Chen", email: null, country: "Switzerland", date_of_birth: "1972-08-22" },
            { id: 82, full_name: "David Castro", email: "david.castro@example.net", country: "United States", date_of_birth: "1965-10-09" },
            { id: 83, full_name: "Arjun Walker", email: "arjun.walker@example.com", country: "Poland", date_of_birth: "1973-12-30" },
            { id: 84, full_name: "Nadia Wagner", email: "nadia.wagner@example.com", country: "Turkey", date_of_birth: null },
            { id: 85, full_name: "Elena Clark", email: "elena.clark@example.net", country: "Norway", date_of_birth: "1991-11-21" },
            { id: 86, full_name: "Mei Wilson", email: "mei.wilson@example.org", country: null, date_of_birth: "1989-05-21" },
            { id: 87, full_name: "Anna Baker", email: "anna.baker@example.net", country: "Argentina", date_of_birth: "1993-09-12" },
            { id: 88, full_name: "Ines Ibrahim", email: "ines.ibrahim@example.com", country: "Finland", date_of_birth: "1950-10-03" },
            { id: 89, full_name: "Daniel Silva", email: "daniel.silva@example.com", country: null, date_of_birth: null },
            { id: 90, full_name: "Omar Miller", email: "omar.miller@example.com", country: "Singapore", date_of_birth: null },
            { id: 91, full_name: "Tariq Miller", email: "tariq.miller@example.com", country: "South Korea", date_of_birth: "1968-01-28" },
            { id: 92, full_name: "Tariq Gomez", email: "tariq.gomez@example.org", country: "Thailand", date_of_birth: "1966-07-16" },
            { id: 93, full_name: "Diego Chen", email: "diego.chen@example.com", country: "United States", date_of_birth: "1968-11-05" },
            { id: 94, full_name: "Laura Hassan", email: "laura.hassan@example.org", country: "United States", date_of_birth: "1950-07-25" },
            { id: 95, full_name: "Lina Kaya", email: null, country: "Canada", date_of_birth: null },
            { id: 96, full_name: "Amir Zhang", email: "amir.zhang@example.org", country: "Hungary", date_of_birth: null },
            { id: 97, full_name: "Anna Flores", email: "anna.flores@example.com", country: "Australia", date_of_birth: "1964-06-07" },
            { id: 98, full_name: null, email: null, country: "Turkey", date_of_birth: "1997-09-19" },
            { id: 99, full_name: "Nina Nakamura", email: "nina.nakamura@example.com", country: "Mexico", date_of_birth: "1964-04-06" },
            { id: 100, full_name: "Deniz Shah", email: "deniz.shah@example.org", country: "Czech Republic", date_of_birth: "1975-12-26" },
            { id: 101, full_name: "Uma Wagner", email: "uma.wagner@example.org", country: "South Korea", date_of_birth: "1993-01-08" },
            { id: 102, full_name: "Daniel Hughes", email: "daniel.hughes@example.net", country: null, date_of_birth: "2003-05-29" },
            { id: 103, full_name: "Paula Fischer", email: "paula.fischer@example.com", country: "Germany", date_of_birth: "1951-05-15" },
            { id: 104, full_name: "Felix Young", email: "felix.young@example.net", country: "New Zealand", date_of_birth: "2001-04-02" },
            { id: 105, full_name: "Maria Sato", email: "maria.sato@example.net", country: "United States", date_of_birth: "1994-11-08" },
            { id: 106, full_name: null, email: null, country: "United States", date_of_birth: null },
            { id: 107, full_name: "Lina Torres", email: "lina.torres@example.com", country: "Greece", date_of_birth: "1958-01-20" },
            { id: 108, full_name: null, email: null, country: "Denmark", date_of_birth: "1995-04-03" },
            { id: 109, full_name: "Carla Weber", email: "carla.weber@example.org", country: "Finland", date_of_birth: "1950-04-16" },
            { id: 110, full_name: null, email: null, country: "Italy", date_of_birth: "1986-01-20" },
            { id: 111, full_name: "Sofia Martin", email: "sofia.martin@example.net", country: "Argentina", date_of_birth: "1989-06-07" },
            { id: 112, full_name: "Tariq Novak", email: "tariq.novak@example.net", country: "India", date_of_birth: "1968-11-12" },
            { id: 113, full_name: "Leo Singh", email: "leo.singh@example.net", country: "United States", date_of_birth: "1995-12-17" },
            { id: 114, full_name: "Emma Park", email: "emma.park@example.com", country: "Denmark", date_of_birth: "1951-04-21" },
            { id: 115, full_name: "Mei Yilmaz", email: "mei.yilmaz@example.com", country: "India", date_of_birth: "1976-07-10" },
            { id: 116, full_name: "Mohamed Lopez", email: "mohamed.lopez@example.net", country: "Turkey", date_of_birth: "1958-12-28" },
            { id: 117, full_name: "Grace Wagner", email: "grace.wagner@example.net", country: "France", date_of_birth: "1996-09-03" },
            { id: 118, full_name: "Sofia Kumar", email: "sofia.kumar@example.org", country: "Portugal", date_of_birth: "2001-03-12" },
            { id: 119, full_name: "Ben Lee", email: "ben.lee@example.com", country: "Egypt", date_of_birth: "2000-06-06" },
            { id: 120, full_name: "Ben Torres", email: "ben.torres@example.com", country: "Czech Republic", date_of_birth: "1976-10-12" },
            { id: 121, full_name: "Alice Torres", email: "alice.torres@example.org", country: "United States", date_of_birth: "2004-01-12" },
            { id: 122, full_name: null, email: null, country: "Canada", date_of_birth: "1991-05-06" },
            { id: 123, full_name: "Hana Castro", email: "hana.castro@example.com", country: "Colombia", date_of_birth: "1981-09-21" },
            { id: 124, full_name: "Mei Walker", email: "mei.walker@example.net", country: null, date_of_birth: null },
            { id: 125, full_name: "Ruby Kim", email: null, country: "India", date_of_birth: null },
            { id: 126, full_name: "Arjun Ahmed", email: "arjun.ahmed@example.org", country: "Japan", date_of_birth: "1950-05-31" },
            { id: 127, full_name: "Mohamed Young", email: "mohamed.young@example.net", country: "Germany", date_of_birth: "1999-04-02" },
            { id: 128, full_name: "Mei Gupta", email: "mei.gupta@example.com", country: "Romania", date_of_birth: "1999-04-27" },
            { id: 129, full_name: "David Almeida", email: "david.almeida@example.com", country: "Spain", date_of_birth: "1975-03-08" },
            { id: 130, full_name: "Theo Bauer", email: "theo.bauer@example.com", country: "Germany", date_of_birth: "1981-02-20" },
            { id: 131, full_name: "Wei Singh", email: "wei.singh@example.net", country: "Spain", date_of_birth: "1988-07-02" },
            { id: 132, full_name: "Selin Oliveira", email: "selin.oliveira@example.com", country: "South Africa", date_of_birth: "1967-10-28" },
            { id: 133, full_name: "Nadia Schneider", email: "nadia.schneider@example.net", country: "Indonesia", date_of_birth: "1961-08-22" },
            { id: 134, full_name: "Maya Klein", email: "maya.klein@example.com", country: "Romania", date_of_birth: "1980-01-21" },
            { id: 135, full_name: "Alice Hassan", email: "alice.hassan@example.com", country: "United Kingdom", date_of_birth: null },
            { id: 136, full_name: "Lucas Vargas", email: "lucas.vargas@example.org", country: "Switzerland", date_of_birth: "1961-11-02" },
            { id: 137, full_name: "Nina Jensen", email: "nina.jensen@example.com", country: "Norway", date_of_birth: "1957-07-21" },
            { id: 138, full_name: "Carlos Tanaka", email: "carlos.tanaka@example.org", country: "Ireland", date_of_birth: "1975-12-04" },
            { id: 139, full_name: "Isaac Pereira", email: "isaac.pereira@example.com", country: "Singapore", date_of_birth: "1987-07-28" },
            { id: 140, full_name: "Alice Park", email: "alice.park@example.com", country: "Turkey", date_of_birth: "1987-05-11" },
            { id: 141, full_name: "Hana Moreau", email: "hana.moreau@example.com", country: "New Zealand", date_of_birth: "1989-05-02" },
            { id: 142, full_name: "Mei Ali", email: "mei.ali@example.net", country: "Singapore", date_of_birth: "1969-09-13" },
            { id: 143, full_name: "Wei Becker", email: "wei.becker@example.net", country: null, date_of_birth: "1987-07-11" },
            { id: 144, full_name: "David Kaya", email: "david.kaya@example.net", country: "South Korea", date_of_birth: "1997-02-12" },
            { id: 145, full_name: "Ethan Wagner", email: "ethan.wagner@example.com", country: "United States", date_of_birth: "1979-05-05" },
            { id: 146, full_name: "Hugo Smith", email: "hugo.smith@example.com", country: "Chile", date_of_birth: "1995-02-12" },
            { id: 147, full_name: "Oscar Smith", email: "oscar.smith@example.net", country: "South Korea", date_of_birth: "1997-11-30" },
            { id: 148, full_name: "Mila Kaya", email: "mila.kaya@example.net", country: "Australia", date_of_birth: "1962-08-17" },
            { id: 149, full_name: "Noah Lee", email: "noah.lee@example.org", country: "Chile", date_of_birth: "1971-02-08" },
            { id: 150, full_name: "Oscar Almeida", email: "oscar.almeida@example.org", country: "Greece", date_of_birth: "1960-04-27" },
            { id: 151, full_name: "Anna Kaya", email: "anna.kaya@example.org", country: "Turkey", date_of_birth: "1991-08-04" },
            { id: 152, full_name: "Karim Flores", email: "karim.flores@example.com", country: "Switzerland", date_of_birth: "1975-02-23" },
            { id: 153, full_name: "Isaac Vargas", email: "isaac.vargas@example.net", country: "Philippines", date_of_birth: "1960-01-24" },
            { id: 154, full_name: "Olivia Martin", email: "olivia.martin@example.org", country: "Czech Republic", date_of_birth: "1951-01-17" },
            { id: 155, full_name: "Victor Hassan", email: "victor.hassan@example.net", country: "Australia", date_of_birth: null },
            { id: 156, full_name: "Kai Smith", email: "kai.smith@example.com", country: null, date_of_birth: "1974-04-22" },
            { id: 157, full_name: "Yusuf Baker", email: "yusuf.baker@example.org", country: "Portugal", date_of_birth: "1956-07-28" },
            { id: 158, full_name: "Tariq Patel", email: null, country: "Ireland", date_of_birth: null },
            { id: 159, full_name: "Arjun Chen", email: "arjun.chen@example.org", country: "Romania", date_of_birth: "1991-05-19" },
            { id: 160, full_name: "Ines Baker", email: null, country: "India", date_of_birth: "1987-08-14" },
            { id: 161, full_name: "Ruby Brown", email: "ruby.brown@example.org", country: null, date_of_birth: "1970-06-16" },
            { id: 162, full_name: "Sam Demir", email: "sam.demir@example.com", country: "Poland", date_of_birth: "1998-10-08" },
            { id: 163, full_name: "Oscar Sato", email: "oscar.sato@example.com", country: "Romania", date_of_birth: "2002-05-21" },
            { id: 164, full_name: "Maja Miller", email: "maja.miller@example.com", country: "Japan", date_of_birth: null },
            { id: 165, full_name: "James Bauer", email: "james.bauer@example.com", country: "Philippines", date_of_birth: "1967-03-23" },
            { id: 166, full_name: null, email: null, country: "Turkey", date_of_birth: "1973-11-16" },
            { id: 167, full_name: "Maya Sato", email: "maya.sato@example.com", country: "Norway", date_of_birth: "2002-02-20" },
            { id: 168, full_name: null, email: null, country: "United States", date_of_birth: "1972-09-07" },
            { id: 169, full_name: "Sara Silva", email: "sara.silva@example.net", country: "United Kingdom", date_of_birth: "1985-02-25" },
            { id: 170, full_name: "Laura Costa", email: "laura.costa@example.net", country: "Singapore", date_of_birth: "1975-01-21" },
            { id: 171, full_name: "Daniel Ibrahim", email: "daniel.ibrahim@example.net", country: "Canada", date_of_birth: "1996-07-18" },
            { id: 172, full_name: "David Wagner", email: "david.wagner@example.com", country: "Canada", date_of_birth: "1978-05-19" },
            { id: 173, full_name: "Nadia Mendes", email: "nadia.mendes@example.net", country: null, date_of_birth: null },
            { id: 174, full_name: "Ravi Becker", email: "ravi.becker@example.org", country: "Canada", date_of_birth: null },
            { id: 175, full_name: "Victor Pereira", email: "victor.pereira@example.com", country: "France", date_of_birth: "1970-07-02" },
            { id: 176, full_name: null, email: null, country: "Belgium", date_of_birth: "1963-04-10" },
            { id: 177, full_name: "Felix Meyer", email: "felix.meyer@example.net", country: "Greece", date_of_birth: "1965-10-03" },
            { id: 178, full_name: "Mila Wagner", email: "mila.wagner@example.com", country: null, date_of_birth: "1981-06-07" },
            { id: 179, full_name: "Lina Vargas", email: null, country: "Turkey", date_of_birth: "1957-08-31" },
            { id: 180, full_name: "Jade Mendes", email: "jade.mendes@example.com", country: null, date_of_birth: null },
            { id: 181, full_name: "Zara Wilson", email: "zara.wilson@example.com", country: "Australia", date_of_birth: "2001-12-11" },
            { id: 182, full_name: "Leo Lee", email: "leo.lee@example.com", country: "Sweden", date_of_birth: "1995-01-28" },
            { id: 183, full_name: "Jade Kowalski", email: null, country: "Italy", date_of_birth: "1990-03-15" },
            { id: 184, full_name: "Lucas Kowalski", email: "lucas.kowalski@example.org", country: null, date_of_birth: null },
            { id: 185, full_name: "Alice Schneider", email: "alice.schneider@example.net", country: "Portugal", date_of_birth: "1959-05-22" },
            { id: 186, full_name: "Jonas Baker", email: "jonas.baker@example.org", country: "Philippines", date_of_birth: "1972-04-05" },
            { id: 187, full_name: null, email: null, country: null, date_of_birth: "1985-05-21" },
            { id: 188, full_name: "Jack Young", email: "jack.young@example.com", country: "Argentina", date_of_birth: "1959-01-17" },
            { id: 189, full_name: "Daniel Walker", email: null, country: "Finland", date_of_birth: "1957-06-21" },
            { id: 190, full_name: "Oscar Wright", email: "oscar.wright@example.org", country: "Nigeria", date_of_birth: "1956-04-05" },
            { id: 191, full_name: null, email: null, country: null, date_of_birth: "1979-08-01" },
            { id: 192, full_name: "Chloe Adams", email: null, country: "Norway", date_of_birth: "1966-07-30" },
            { id: 193, full_name: "Nadia Chen", email: "nadia.chen@example.org", country: "Japan", date_of_birth: "1964-03-11" },
            { id: 194, full_name: "Liam Nguyen", email: "liam.nguyen@example.org", country: "United States", date_of_birth: "1970-03-13" },
            { id: 195, full_name: "Maya Flores", email: "maya.flores@example.org", country: "Colombia", date_of_birth: "1994-04-07" },
            { id: 196, full_name: "Chen Evans", email: "chen.evans@example.com", country: "Austria", date_of_birth: "1976-11-26" },
            { id: 197, full_name: "Amir Nguyen", email: "amir.nguyen@example.net", country: "Germany", date_of_birth: "1965-03-19" },
            { id: 198, full_name: "Kai Carter", email: "kai.carter@example.net", country: "Turkey", date_of_birth: "1987-12-15" },
            { id: 199, full_name: "Elena Murphy", email: "elena.murphy@example.net", country: "Colombia", date_of_birth: null },
            { id: 200, full_name: "Mila Demir", email: "mila.demir@example.org", country: "Taiwan", date_of_birth: "1965-09-01" },
            { id: 201, full_name: "Hannah Walker", email: "hannah.walker@example.org", country: "Canada", date_of_birth: null },
            { id: 202, full_name: "Nadia Klein", email: "nadia.klein@example.net", country: "Norway", date_of_birth: "1991-04-20" },
            { id: 203, full_name: "Ruby Sousa", email: "ruby.sousa@example.net", country: "Indonesia", date_of_birth: "1961-10-08" },
            { id: 204, full_name: "Tomas Smith", email: "tomas.smith@example.org", country: "Poland", date_of_birth: "1957-10-09" },
            { id: 205, full_name: "Tomas Schneider", email: "tomas.schneider@example.com", country: "Denmark", date_of_birth: null },
            { id: 206, full_name: "Nadia Meyer", email: "nadia.meyer@example.com", country: "South Africa", date_of_birth: "1971-01-19" },
            { id: 207, full_name: null, email: null, country: "Romania", date_of_birth: "1990-01-29" },
            { id: 208, full_name: "Alice Gupta", email: "alice.gupta@example.org", country: "Spain", date_of_birth: "1972-03-07" },
            { id: 209, full_name: "Carla Fischer", email: "carla.fischer@example.org", country: "United States", date_of_birth: "1984-07-16" },
            { id: 210, full_name: "Zoe Schneider", email: "zoe.schneider@example.com", country: "Thailand", date_of_birth: "2000-10-30" },
            { id: 211, full_name: "Lina Ruiz", email: "lina.ruiz@example.com", country: "Canada", date_of_birth: "1997-10-25" },
            { id: 212, full_name: "Noah Sousa", email: "noah.sousa@example.org", country: "Singapore", date_of_birth: "2004-06-08" },
            { id: 213, full_name: "Mohamed Garcia", email: "mohamed.garcia@example.org", country: "France", date_of_birth: "2000-08-08" },
            { id: 214, full_name: "Julia Sousa", email: "julia.sousa@example.com", country: "Egypt", date_of_birth: "1992-05-23" },
            { id: 215, full_name: "Omar Ali", email: "omar.ali@example.com", country: "Canada", date_of_birth: "1996-06-25" },
            { id: 216, full_name: "Marco Singh", email: "marco.singh@example.com", country: null, date_of_birth: "1986-02-26" },
            { id: 217, full_name: "Mateo Nakamura", email: "mateo.nakamura@example.com", country: null, date_of_birth: "1966-08-29" },
            { id: 218, full_name: "Isaac Moreau", email: "isaac.moreau@example.org", country: "United Kingdom", date_of_birth: "1987-07-11" },
            { id: 219, full_name: "Zara Jansen", email: "zara.jansen@example.net", country: "Austria", date_of_birth: "1959-01-29" },
            { id: 220, full_name: "Lina Jensen", email: "lina.jensen@example.com", country: null, date_of_birth: "1980-09-09" },
            { id: 221, full_name: null, email: null, country: null, date_of_birth: "1967-10-28" },
            { id: 222, full_name: "Julia Chen", email: "julia.chen@example.org", country: null, date_of_birth: "1973-11-25" },
            { id: 223, full_name: "Ana Evans", email: "ana.evans@example.org", country: "France", date_of_birth: "1983-08-30" },
            { id: 224, full_name: "Theo Ruiz", email: "theo.ruiz@example.net", country: null, date_of_birth: "1983-12-28" },
            { id: 225, full_name: "Sven Nguyen", email: "sven.nguyen@example.com", country: "United States", date_of_birth: null },
            { id: 226, full_name: "Wei Lee", email: "wei.lee@example.com", country: "Austria", date_of_birth: "1957-03-01" },
            { id: 227, full_name: "Rosa Wang", email: "rosa.wang@example.net", country: null, date_of_birth: "1969-01-02" },
            { id: 228, full_name: "Wei Yilmaz", email: "wei.yilmaz@example.com", country: null, date_of_birth: "1993-07-16" },
            { id: 229, full_name: "Mia Rossi", email: "mia.rossi@example.com", country: "Turkey", date_of_birth: "1967-08-04" },
            { id: 230, full_name: "Mei Kim", email: "mei.kim@example.com", country: "Italy", date_of_birth: "1978-06-27" },
            { id: 231, full_name: "Wei Sousa", email: null, country: "United Kingdom", date_of_birth: "1972-01-13" },
            { id: 232, full_name: "Ben Fischer", email: "ben.fischer@example.com", country: "Canada", date_of_birth: "1973-04-16" },
            { id: 233, full_name: "Ana Shah", email: "ana.shah@example.net", country: "Netherlands", date_of_birth: "1995-01-21" },
            { id: 234, full_name: "Mohamed Gomez", email: "mohamed.gomez@example.com", country: "United States", date_of_birth: "1995-06-21" },
            { id: 235, full_name: "Sven Diaz", email: null, country: "Portugal", date_of_birth: "1966-11-26" },
            { id: 236, full_name: "Theo Carter", email: "theo.carter@example.org", country: "Greece", date_of_birth: "1989-10-23" },
            { id: 237, full_name: "Elif Ibrahim", email: "elif.ibrahim@example.net", country: "Chile", date_of_birth: "1995-01-25" },
            { id: 238, full_name: "James Baker", email: "james.baker@example.org", country: "South Africa", date_of_birth: null },
            { id: 239, full_name: "Yara Moreau", email: null, country: "France", date_of_birth: "1991-07-13" },
            { id: 240, full_name: null, email: null, country: "Japan", date_of_birth: "1986-01-03" },
            { id: 241, full_name: "Omar Lee", email: "omar.lee@example.com", country: "Indonesia", date_of_birth: "1998-02-21" },
            { id: 242, full_name: "Arjun Walker", email: "arjun.walker@example.net", country: "Belgium", date_of_birth: null },
            { id: 243, full_name: "Yara Baker", email: "yara.baker@example.com", country: "Australia", date_of_birth: "1978-01-28" },
            { id: 244, full_name: null, email: null, country: "Australia", date_of_birth: "1983-12-13" },
            { id: 245, full_name: "Rosa Kaya", email: "rosa.kaya@example.com", country: "United States", date_of_birth: "1981-02-26" },
            { id: 246, full_name: "Alice Lee", email: "alice.lee@example.net", country: "Norway", date_of_birth: "1980-03-12" },
            { id: 247, full_name: null, email: null, country: "United Kingdom", date_of_birth: "1972-09-15" },
            { id: 248, full_name: "Maya Park", email: "maya.park@example.org", country: "South Korea", date_of_birth: "1964-04-25" },
            { id: 249, full_name: "Priya Andersen", email: "priya.andersen@example.org", country: "United States", date_of_birth: "1989-04-13" },
            { id: 250, full_name: "Chen Pereira", email: "chen.pereira@example.org", country: "Canada", date_of_birth: null },
            { id: 251, full_name: "Elif Kowalski", email: "elif.kowalski@example.net", country: null, date_of_birth: "1991-11-15" },
            { id: 252, full_name: "Sam Hughes", email: "sam.hughes@example.net", country: "India", date_of_birth: "1990-06-27" },
            { id: 253, full_name: "Sam Evans", email: "sam.evans@example.net", country: "France", date_of_birth: "1955-12-12" },
            { id: 254, full_name: "Zara Evans", email: "zara.evans@example.net", country: "Thailand", date_of_birth: "2000-04-06" },
            { id: 255, full_name: "Amir Gomez", email: "amir.gomez@example.com", country: "United States", date_of_birth: "1962-08-27" },
            { id: 256, full_name: null, email: null, country: null, date_of_birth: "1979-08-06" },
            { id: 257, full_name: null, email: null, country: "Indonesia", date_of_birth: "1998-11-13" },
            { id: 258, full_name: "Ana Larsen", email: "ana.larsen@example.org", country: "Turkey", date_of_birth: "1993-06-01" },
            { id: 259, full_name: "Lena Davis", email: "lena.davis@example.com", country: "Finland", date_of_birth: "1987-11-30" },
            { id: 260, full_name: "Karim Dubois", email: "karim.dubois@example.com", country: null, date_of_birth: "1962-06-12" },
            { id: 261, full_name: "Nour Wilson", email: "nour.wilson@example.org", country: "Kenya", date_of_birth: "1962-12-18" },
            { id: 262, full_name: "Sven Ahmed", email: "sven.ahmed@example.com", country: null, date_of_birth: "1963-05-06" },
            { id: 263, full_name: "Sara Fischer", email: "sara.fischer@example.com", country: "Japan", date_of_birth: null },
            { id: 264, full_name: "Ibrahim Almeida", email: "ibrahim.almeida@example.net", country: "Italy", date_of_birth: "1998-06-17" },
            { id: 265, full_name: "Deniz Jansen", email: "deniz.jansen@example.org", country: "Australia", date_of_birth: "1990-03-21" },
            { id: 266, full_name: "Mateo Kaya", email: "mateo.kaya@example.org", country: "Portugal", date_of_birth: "1989-10-17" },
            { id: 267, full_name: "Paula Hughes", email: "paula.hughes@example.net", country: "Thailand", date_of_birth: "1972-06-22" },
            { id: 268, full_name: "Nadia Jensen", email: "nadia.jensen@example.org", country: "United States", date_of_birth: "1951-12-25" },
            { id: 269, full_name: "Ben Murphy", email: "ben.murphy@example.com", country: "Greece", date_of_birth: "1976-08-30" },
            { id: 270, full_name: "Oscar Garcia", email: "oscar.garcia@example.net", country: "Denmark", date_of_birth: "2004-04-22" },
            { id: 271, full_name: "Hana Baker", email: "hana.baker@example.org", country: "United States", date_of_birth: "1993-01-02" },
            { id: 272, full_name: "Fatima Chen", email: "fatima.chen@example.org", country: "Spain", date_of_birth: "2003-05-28" },
            { id: 273, full_name: "Maja Schmidt", email: "maja.schmidt@example.com", country: "Germany", date_of_birth: "1970-12-20" },
            { id: 274, full_name: "Jack Nguyen", email: null, country: "Denmark", date_of_birth: "1990-04-04" },
            { id: 275, full_name: null, email: null, country: "Japan", date_of_birth: "1982-03-23" },
            { id: 276, full_name: "Hannah Vargas", email: "hannah.vargas@example.com", country: "Turkey", date_of_birth: "1957-02-03" },
            { id: 277, full_name: "Alice Schneider", email: null, country: "United Kingdom", date_of_birth: "1951-11-04" },
            { id: 278, full_name: "Mei Wilson", email: "mei.wilson@example.org", country: "Spain", date_of_birth: "1968-07-09" },
            { id: 279, full_name: "Isaac Singh", email: "isaac.singh@example.org", country: "Argentina", date_of_birth: "1955-11-08" },
            { id: 280, full_name: "Leo Vargas", email: null, country: "Brazil", date_of_birth: "1989-09-22" },
            { id: 281, full_name: "James Shah", email: "james.shah@example.org", country: "Germany", date_of_birth: "1995-03-25" },
            { id: 282, full_name: "Liam Mendes", email: "liam.mendes@example.com", country: null, date_of_birth: "1958-08-10" },
            { id: 283, full_name: null, email: null, country: "Singapore", date_of_birth: "1953-11-01" },
            { id: 284, full_name: null, email: null, country: null, date_of_birth: "1956-02-04" },
            { id: 285, full_name: null, email: null, country: "Spain", date_of_birth: "1976-09-24" },
            { id: 286, full_name: "Mei Klein", email: "mei.klein@example.org", country: "Egypt", date_of_birth: "1959-12-04" },
            { id: 287, full_name: "Kai Schmidt", email: "kai.schmidt@example.net", country: "France", date_of_birth: "2003-05-16" },
            { id: 288, full_name: "Ravi Ibrahim", email: "ravi.ibrahim@example.org", country: "Chile", date_of_birth: "1996-12-04" },
            { id: 289, full_name: "Mila Diaz", email: "mila.diaz@example.net", country: "South Africa", date_of_birth: "1984-08-31" },
            { id: 290, full_name: "Theo Pereira", email: "theo.pereira@example.org", country: "Mexico", date_of_birth: "1970-10-21" },
            { id: 291, full_name: null, email: null, country: "Norway", date_of_birth: "1986-04-11" },
            { id: 292, full_name: null, email: null, country: "Turkey", date_of_birth: "1975-02-01" },
            { id: 293, full_name: null, email: null, country: "Italy", date_of_birth: "1987-01-14" },
            { id: 294, full_name: "Isaac Tanaka", email: "isaac.tanaka@example.net", country: "Colombia", date_of_birth: "1977-08-09" },
            { id: 295, full_name: "Lucas Schneider", email: "lucas.schneider@example.org", country: "Ireland", date_of_birth: "1967-03-15" },
            { id: 296, full_name: null, email: null, country: "Germany", date_of_birth: "1956-10-08" },
            { id: 297, full_name: "Isaac Diaz", email: "isaac.diaz@example.com", country: "Belgium", date_of_birth: "1985-11-05" },
            { id: 298, full_name: "Ruby Dubois", email: "ruby.dubois@example.net", country: "New Zealand", date_of_birth: "1962-10-09" },
            { id: 299, full_name: null, email: null, country: null, date_of_birth: "1967-10-31" },
            { id: 300, full_name: "Maria Schneider", email: "maria.schneider@example.net", country: "United States", date_of_birth: "1995-12-16" },
        ],
    });
    await prisma.policies.createMany({
        data: [
            { id: 1, policy_type: "Premium", coverage_amount: "90270.08", traveler_id: 53, premium_amount: "1104.18", duration_months: 15 },
            { id: 2, policy_type: "Premium", coverage_amount: "84639.23", traveler_id: 91, premium_amount: "624.31", duration_months: 6 },
            { id: 3, policy_type: "Standard", coverage_amount: "87179.59", traveler_id: 112, premium_amount: "748.09", duration_months: 18 },
            { id: 4, policy_type: "Standard", coverage_amount: "1232.24", traveler_id: 86, premium_amount: "195.83", duration_months: 13 },
            { id: 5, policy_type: "Standard", coverage_amount: "47641.09", traveler_id: 82, premium_amount: "110.98", duration_months: 12 },
            { id: 6, policy_type: "Standard", coverage_amount: "28770.85", traveler_id: 125, premium_amount: "101.13", duration_months: 9 },
            { id: 7, policy_type: "Standard", coverage_amount: "19167.31", traveler_id: 196, premium_amount: "1361.62", duration_months: 11 },
            { id: 8, policy_type: "Standard", coverage_amount: "11564.05", traveler_id: 272, premium_amount: "221.97", duration_months: 15 },
            { id: 9, policy_type: "Standard", coverage_amount: "7665.73", traveler_id: 295, premium_amount: "423.02", duration_months: 16 },
            { id: 10, policy_type: "Standard", coverage_amount: "11416.71", traveler_id: 40, premium_amount: "134.38", duration_months: 16 },
            { id: 11, policy_type: "Premium", coverage_amount: "19229.87", traveler_id: 83, premium_amount: "660.80", duration_months: 8 },
            { id: 12, policy_type: "Basic", coverage_amount: null, traveler_id: 75, premium_amount: "235.99", duration_months: 17 },
            { id: 13, policy_type: "Standard", coverage_amount: "2413.31", traveler_id: 261, premium_amount: "114.19", duration_months: 14 },
            { id: 14, policy_type: "Premium", coverage_amount: "68526.63", traveler_id: 240, premium_amount: "440.70", duration_months: 11 },
            { id: 15, policy_type: "Standard", coverage_amount: "61977.65", traveler_id: 207, premium_amount: "1964.92", duration_months: 9 },
            { id: 16, policy_type: "Standard", coverage_amount: "34030.35", traveler_id: 205, premium_amount: "1817.60", duration_months: 14 },
            { id: 17, policy_type: "Basic", coverage_amount: null, traveler_id: 51, premium_amount: "1278.31", duration_months: 10 },
            { id: 18, policy_type: "Standard", coverage_amount: "2672.64", traveler_id: 149, premium_amount: "399.44", duration_months: 13 },
            { id: 19, policy_type: "Standard", coverage_amount: "96289.42", traveler_id: 74, premium_amount: "334.81", duration_months: 10 },
            { id: 20, policy_type: "Premium", coverage_amount: "1662.74", traveler_id: 119, premium_amount: "1878.33", duration_months: 12 },
            { id: 21, policy_type: "Standard", coverage_amount: "35806.43", traveler_id: 188, premium_amount: "1570.58", duration_months: 12 },
            { id: 22, policy_type: "Standard", coverage_amount: "14730.50", traveler_id: 129, premium_amount: "1147.06", duration_months: 11 },
            { id: 23, policy_type: "Standard", coverage_amount: "38468.23", traveler_id: 106, premium_amount: "103.34", duration_months: 11 },
            { id: 24, policy_type: "Premium", coverage_amount: "59120.72", traveler_id: 226, premium_amount: "300.85", duration_months: 9 },
            { id: 25, policy_type: "Premium", coverage_amount: "38499.50", traveler_id: 103, premium_amount: "111.34", duration_months: 12 },
            { id: 26, policy_type: "Premium", coverage_amount: "72007.56", traveler_id: 38, premium_amount: "105.07", duration_months: 18 },
            { id: 27, policy_type: "Standard", coverage_amount: "85199.42", traveler_id: 77, premium_amount: "1823.62", duration_months: 15 },
            { id: 28, policy_type: "Premium", coverage_amount: "5838.85", traveler_id: 254, premium_amount: "476.71", duration_months: 11 },
            { id: 29, policy_type: "Standard", coverage_amount: "21923.16", traveler_id: 62, premium_amount: "100.67", duration_months: 15 },
            { id: 30, policy_type: "Standard", coverage_amount: "17713.56", traveler_id: 5, premium_amount: "518.94", duration_months: 9 },
            { id: 31, policy_type: "Standard", coverage_amount: "89347.61", traveler_id: 115, premium_amount: "1222.36", duration_months: 11 },
            { id: 32, policy_type: "Standard", coverage_amount: "59358.70", traveler_id: 46, premium_amount: "587.60", duration_months: 10 },
            { id: 33, policy_type: "Premium", coverage_amount: "1853.35", traveler_id: 105, premium_amount: "169.93", duration_months: 13 },
            { id: 34, policy_type: "Standard", coverage_amount: "18318.42", traveler_id: 10, premium_amount: "128.15", duration_months: 15 },
            { id: 35, policy_type: "Standard", coverage_amount: "39116.13", traveler_id: 204, premium_amount: "1544.39", duration_months: 10 },
            { id: 36, policy_type: "Standard", coverage_amount: "5482.44", traveler_id: 217, premium_amount: "217.38", duration_months: 17 },
            { id: 37, policy_type: "Standard", coverage_amount: "23040.29", traveler_id: 151, premium_amount: "1179.80", duration_months: 12 },
            { id: 38, policy_type: "Standard", coverage_amount: "39250.17", traveler_id: 223, premium_amount: "1689.77", duration_months: 15 },
            { id: 39, policy_type: "Premium", coverage_amount: "62955.80", traveler_id: 190, premium_amount: "1762.75", duration_months: 14 },
            { id: 40, policy_type: "Standard", coverage_amount: "43892.65", traveler_id: 21, premium_amount: "113.55", duration_months: 12 },
            { id: 41, policy_type: "Premium", coverage_amount: "42985.71", traveler_id: 249, premium_amount: "385.55", duration_months: 12 },
            { id: 42, policy_type: "Standard", coverage_amount: "16270.00", traveler_id: 32, premium_amount: "108.98", duration_months: 12 },
            { id: 43, policy_type: "Standard", coverage_amount: "5646.79", traveler_id: 143, premium_amount: "1831.93", duration_months: 10 },
            { id: 44, policy_type: "Standard", coverage_amount: "17548.63", traveler_id: 288, premium_amount: "1339.92", duration_months: 19 },
            { id: 45, policy_type: "Basic", coverage_amount: null, traveler_id: 212, premium_amount: "402.14", duration_months: 10 },
            { id: 46, policy_type: "Standard", coverage_amount: "6947.16", traveler_id: 227, premium_amount: "1923.32", duration_months: 16 },
            { id: 47, policy_type: "Basic", coverage_amount: null, traveler_id: 211, premium_amount: "153.39", duration_months: 18 },
            { id: 48, policy_type: "Standard", coverage_amount: "76244.50", traveler_id: 285, premium_amount: "202.02", duration_months: 10 },
            { id: 49, policy_type: "Basic", coverage_amount: null, traveler_id: 198, premium_amount: "1766.63", duration_months: 10 },
            { id: 50, policy_type: "Standard", coverage_amount: "5193.23", traveler_id: 116, premium_amount: "1610.57", duration_months: 6 },
            { id: 51, policy_type: "Standard", coverage_amount: "50275.03", traveler_id: 290, premium_amount: "839.35", duration_months: 5 },
            { id: 52, policy_type: "Premium", coverage_amount: "81722.80", traveler_id: 24, premium_amount: "253.79", duration_months: 14 },
            { id: 53, policy_type: "Standard", coverage_amount: "66683.72", traveler_id: 174, premium_amount: "209.73", duration_months: 12 },
            { id: 54, policy_type: "Standard", coverage_amount: "2992.81", traveler_id: 112, premium_amount: "534.47", duration_months: 15 },
            { id: 55, policy_type: "Standard", coverage_amount: "2143.25", traveler_id: 280, premium_amount: "1346.57", duration_months: 8 },
            { id: 56, policy_type: "Standard", coverage_amount: "2040.32", traveler_id: 57, premium_amount: "488.72", duration_months: 10 },
            { id: 57, policy_type: "Premium", coverage_amount: "66508.37", traveler_id: 115, premium_amount: "433.03", duration_months: 10 },
            { id: 58, policy_type: "Premium", coverage_amount: "93838.79", traveler_id: 177, premium_amount: "167.49", duration_months: 8 },
            { id: 59, policy_type: "Standard", coverage_amount: "22483.39", traveler_id: 223, premium_amount: "898.31", duration_months: 12 },
            { id: 60, policy_type: "Premium", coverage_amount: "18031.08", traveler_id: 266, premium_amount: "1214.80", duration_months: 15 },
            { id: 61, policy_type: "Standard", coverage_amount: "3654.69", traveler_id: 115, premium_amount: "235.51", duration_months: 18 },
            { id: 62, policy_type: "Standard", coverage_amount: "3929.83", traveler_id: 300, premium_amount: "1856.99", duration_months: 13 },
            { id: 63, policy_type: "Basic", coverage_amount: null, traveler_id: 245, premium_amount: "174.64", duration_months: 18 },
            { id: 64, policy_type: "Standard", coverage_amount: "71851.54", traveler_id: 206, premium_amount: "251.53", duration_months: 10 },
            { id: 65, policy_type: "Premium", coverage_amount: "3483.85", traveler_id: 45, premium_amount: "385.11", duration_months: 12 },
            { id: 66, policy_type: "Standard", coverage_amount: "28322.71", traveler_id: 160, premium_amount: "442.55", duration_months: 10 },
            { id: 67, policy_type: "Standard", coverage_amount: "66552.63", traveler_id: 150, premium_amount: "578.45", duration_months: 13 },
            { id: 68, policy_type: "Standard", coverage_amount: "21862.68", traveler_id: 135, premium_amount: "106.52", duration_months: 7 },
            { id: 69, policy_type: "Standard", coverage_amount: "1196.55", traveler_id: 177, premium_amount: "1869.86", duration_months: 13 },
            { id: 70, policy_type: "Premium", coverage_amount: "21049.62", traveler_id: 283, premium_amount: "1897.90", duration_months: 8 },
            { id: 71, policy_type: "Standard", coverage_amount: "4722.88", traveler_id: 72, premium_amount: "1585.20", duration_months: 9 },
            { id: 72, policy_type: "Premium", coverage_amount: "1998.16", traveler_id: 266, premium_amount: "957.58", duration_months: 12 },
            { id: 73, policy_type: "Basic", coverage_amount: null, traveler_id: 19, premium_amount: "333.74", duration_months: 9 },
            { id: 74, policy_type: "Standard", coverage_amount: "3298.88", traveler_id: 174, premium_amount: "665.48", duration_months: 15 },
            { id: 75, policy_type: "Basic", coverage_amount: null, traveler_id: 201, premium_amount: "110.36", duration_months: 17 },
            { id: 76, policy_type: "Standard", coverage_amount: "35582.80", traveler_id: 5, premium_amount: "250.07", duration_months: 11 },
            { id: 77, policy_type: "Basic", coverage_amount: null, traveler_id: 94, premium_amount: "767.68", duration_months: 16 },
            { id: 78, policy_type: "Premium", coverage_amount: "89529.94", traveler_id: 47, premium_amount: "131.18", duration_months: 15 },
            { id: 79, policy_type: "Basic", coverage_amount: null, traveler_id: 37, premium_amount: "1989.58", duration_months: 17 },
            { id: 80, policy_type: "Premium", coverage_amount: "7343.30", traveler_id: 78, premium_amount: "196.11", duration_months: 14 },
            { id: 81, policy_type: "Standard", coverage_amount: "49110.58", traveler_id: 252, premium_amount: "111.28", duration_months: 16 },
            { id: 82, policy_type: "Premium", coverage_amount: "2149.41", traveler_id: 154, premium_amount: "1705.00", duration_months: 15 },
            { id: 83, policy_type: "Standard", coverage_amount: "41894.58", traveler_id: 122, premium_amount: "174.51", duration_months: 12 },
            { id: 84, policy_type: "Standard", coverage_amount: "14413.88", traveler_id: 26, premium_amount: "726.09", duration_months: 11 },
            { id: 85, policy_type: "Standard", coverage_amount: "35002.43", traveler_id: 100, premium_amount: "1572.87", duration_months: 19 },
            { id: 86, policy_type: "Basic", coverage_amount: null, traveler_id: 93, premium_amount: "288.68", duration_months: 5 },
            { id: 87, policy_type: "Standard", coverage_amount: "8666.17", traveler_id: 256, premium_amount: "518.09", duration_months: 8 },
            { id: 88, policy_type: "Standard", coverage_amount: "22410.32", traveler_id: 152, premium_amount: "1665.31", duration_months: 15 },
            { id: 89, policy_type: "Standard", coverage_amount: "86184.10", traveler_id: 286, premium_amount: "1324.74", duration_months: 20 },
            { id: 90, policy_type: "Standard", coverage_amount: "10357.97", traveler_id: 29, premium_amount: "147.18", duration_months: 15 },
            { id: 91, policy_type: "Standard", coverage_amount: "52164.88", traveler_id: 34, premium_amount: "710.12", duration_months: 13 },
            { id: 92, policy_type: "Standard", coverage_amount: "72644.45", traveler_id: 51, premium_amount: "106.82", duration_months: 10 },
            { id: 93, policy_type: "Standard", coverage_amount: "74051.10", traveler_id: 139, premium_amount: "1225.65", duration_months: 8 },
            { id: 94, policy_type: "Standard", coverage_amount: "31667.51", traveler_id: 13, premium_amount: "200.39", duration_months: 10 },
            { id: 95, policy_type: "Basic", coverage_amount: null, traveler_id: 223, premium_amount: "734.93", duration_months: 18 },
            { id: 96, policy_type: "Standard", coverage_amount: "74811.54", traveler_id: 199, premium_amount: "134.24", duration_months: 11 },
            { id: 97, policy_type: "Standard", coverage_amount: "3303.31", traveler_id: 37, premium_amount: "1297.55", duration_months: 14 },
            { id: 98, policy_type: "Standard", coverage_amount: "71406.25", traveler_id: 25, premium_amount: "236.33", duration_months: 19 },
            { id: 99, policy_type: "Standard", coverage_amount: "73785.66", traveler_id: 257, premium_amount: "1019.67", duration_months: 6 },
            { id: 100, policy_type: "Standard", coverage_amount: "28486.10", traveler_id: 102, premium_amount: "131.55", duration_months: 12 },
            { id: 101, policy_type: "Standard", coverage_amount: "55333.03", traveler_id: 84, premium_amount: "184.43", duration_months: 13 },
            { id: 102, policy_type: "Standard", coverage_amount: "48618.36", traveler_id: 8, premium_amount: "1673.96", duration_months: 8 },
            { id: 103, policy_type: "Premium", coverage_amount: "1137.62", traveler_id: 286, premium_amount: "725.32", duration_months: 12 },
            { id: 104, policy_type: "Standard", coverage_amount: "1012.35", traveler_id: 156, premium_amount: "639.53", duration_months: 11 },
            { id: 105, policy_type: "Premium", coverage_amount: "7511.49", traveler_id: 286, premium_amount: "295.09", duration_months: 11 },
            { id: 106, policy_type: "Standard", coverage_amount: "67428.35", traveler_id: 99, premium_amount: "459.99", duration_months: 10 },
            { id: 107, policy_type: "Standard", coverage_amount: "22143.39", traveler_id: 233, premium_amount: "550.64", duration_months: 9 },
            { id: 108, policy_type: "Premium", coverage_amount: "3682.95", traveler_id: 46, premium_amount: "296.58", duration_months: 17 },
            { id: 109, policy_type: "Premium", coverage_amount: "5754.55", traveler_id: 298, premium_amount: "281.70", duration_months: 6 },
            { id: 110, policy_type: "Standard", coverage_amount: "12267.60", traveler_id: 225, premium_amount: "1112.60", duration_months: 16 },
            { id: 111, policy_type: "Standard", coverage_amount: "43150.60", traveler_id: 100, premium_amount: "545.31", duration_months: 14 },
            { id: 112, policy_type: "Standard", coverage_amount: "51155.31", traveler_id: 266, premium_amount: "415.60", duration_months: 10 },
            { id: 113, policy_type: "Standard", coverage_amount: "69071.81", traveler_id: 219, premium_amount: "308.48", duration_months: 11 },
            { id: 114, policy_type: "Premium", coverage_amount: "5214.64", traveler_id: 86, premium_amount: "122.19", duration_months: 14 },
            { id: 115, policy_type: "Standard", coverage_amount: "25082.87", traveler_id: 266, premium_amount: "1885.16", duration_months: 13 },
            { id: 116, policy_type: "Premium", coverage_amount: "36847.18", traveler_id: 115, premium_amount: "500.44", duration_months: 12 },
            { id: 117, policy_type: "Premium", coverage_amount: "4941.72", traveler_id: 66, premium_amount: "1486.83", duration_months: 16 },
            { id: 118, policy_type: "Standard", coverage_amount: "45276.33", traveler_id: 93, premium_amount: "1498.30", duration_months: 7 },
            { id: 119, policy_type: "Standard", coverage_amount: "96510.41", traveler_id: 69, premium_amount: "1007.93", duration_months: 12 },
            { id: 120, policy_type: "Premium", coverage_amount: "5258.36", traveler_id: 238, premium_amount: "924.39", duration_months: 15 },
            { id: 121, policy_type: "Basic", coverage_amount: null, traveler_id: 143, premium_amount: "622.81", duration_months: 13 },
            { id: 122, policy_type: "Basic", coverage_amount: null, traveler_id: 210, premium_amount: "859.01", duration_months: 7 },
            { id: 123, policy_type: "Standard", coverage_amount: "44053.67", traveler_id: 147, premium_amount: "1606.57", duration_months: 7 },
            { id: 124, policy_type: "Premium", coverage_amount: "18434.88", traveler_id: 267, premium_amount: "1553.33", duration_months: 16 },
            { id: 125, policy_type: "Basic", coverage_amount: null, traveler_id: 215, premium_amount: "1812.75", duration_months: 15 },
            { id: 126, policy_type: "Premium", coverage_amount: "46650.70", traveler_id: 282, premium_amount: "239.56", duration_months: 9 },
            { id: 127, policy_type: "Standard", coverage_amount: "3015.23", traveler_id: 225, premium_amount: "114.36", duration_months: 14 },
            { id: 128, policy_type: "Standard", coverage_amount: "3014.44", traveler_id: 177, premium_amount: "528.92", duration_months: 12 },
            { id: 129, policy_type: "Standard", coverage_amount: "3973.11", traveler_id: 246, premium_amount: "1542.38", duration_months: 8 },
            { id: 130, policy_type: "Basic", coverage_amount: null, traveler_id: 169, premium_amount: "313.45", duration_months: 14 },
            { id: 131, policy_type: "Standard", coverage_amount: "4292.78", traveler_id: 148, premium_amount: "951.69", duration_months: 10 },
            { id: 132, policy_type: "Standard", coverage_amount: "93511.59", traveler_id: 223, premium_amount: "229.02", duration_months: 14 },
            { id: 133, policy_type: "Standard", coverage_amount: "1686.88", traveler_id: 256, premium_amount: "1019.88", duration_months: 10 },
            { id: 134, policy_type: "Premium", coverage_amount: "28708.53", traveler_id: 236, premium_amount: "541.99", duration_months: 18 },
            { id: 135, policy_type: "Premium", coverage_amount: "31607.05", traveler_id: 66, premium_amount: "1097.93", duration_months: 15 },
            { id: 136, policy_type: "Premium", coverage_amount: "7126.90", traveler_id: 158, premium_amount: "384.76", duration_months: 11 },
            { id: 137, policy_type: "Standard", coverage_amount: "11908.23", traveler_id: 193, premium_amount: "635.53", duration_months: 18 },
            { id: 138, policy_type: "Basic", coverage_amount: null, traveler_id: 138, premium_amount: "331.11", duration_months: 15 },
            { id: 139, policy_type: "Premium", coverage_amount: "9995.26", traveler_id: 1, premium_amount: "1174.66", duration_months: 7 },
            { id: 140, policy_type: "Standard", coverage_amount: "50528.98", traveler_id: 204, premium_amount: "643.52", duration_months: 11 },
            { id: 141, policy_type: "Standard", coverage_amount: "11689.09", traveler_id: 43, premium_amount: "1741.60", duration_months: 10 },
            { id: 142, policy_type: "Standard", coverage_amount: "23947.05", traveler_id: 105, premium_amount: "439.16", duration_months: 16 },
            { id: 143, policy_type: "Basic", coverage_amount: null, traveler_id: 291, premium_amount: "113.71", duration_months: 11 },
            { id: 144, policy_type: "Premium", coverage_amount: "22192.33", traveler_id: 35, premium_amount: "946.08", duration_months: 8 },
            { id: 145, policy_type: "Basic", coverage_amount: null, traveler_id: 266, premium_amount: "214.11", duration_months: 15 },
            { id: 146, policy_type: "Premium", coverage_amount: "1270.57", traveler_id: 93, premium_amount: "327.80", duration_months: 11 },
            { id: 147, policy_type: "Standard", coverage_amount: "52147.48", traveler_id: 229, premium_amount: "498.59", duration_months: 13 },
            { id: 148, policy_type: "Premium", coverage_amount: "53169.05", traveler_id: 61, premium_amount: "1297.96", duration_months: 15 },
            { id: 149, policy_type: "Standard", coverage_amount: "60635.12", traveler_id: 137, premium_amount: "1401.42", duration_months: 5 },
            { id: 150, policy_type: "Standard", coverage_amount: "64012.14", traveler_id: 76, premium_amount: "149.60", duration_months: 3 },
        ],
    });
    await prisma.claims.createMany({
        data: [
            { id: 1, claim_amount: "29689.53", claim_date: null, policy_id: 20, status: "Pending" },
            { id: 2, claim_amount: "2821.98", claim_date: "2022-06-24", policy_id: 13, status: "Approved" },
            { id: 3, claim_amount: "17641.82", claim_date: null, policy_id: 70, status: "Pending" },
            { id: 4, claim_amount: "3486.30", claim_date: "2022-09-26", policy_id: 95, status: "Approved" },
            { id: 5, claim_amount: "1557.27", claim_date: null, policy_id: 141, status: "Pending" },
            { id: 6, claim_amount: "32023.43", claim_date: null, policy_id: 25, status: "Pending" },
            { id: 7, claim_amount: "17612.20", claim_date: null, policy_id: 136, status: "Pending" },
            { id: 8, claim_amount: "26658.25", claim_date: "2023-04-01", policy_id: 121, status: "Approved" },
            { id: 9, claim_amount: "752.59", claim_date: "2023-07-31", policy_id: 133, status: "Approved" },
            { id: 10, claim_amount: "2624.63", claim_date: "2022-05-12", policy_id: 132, status: "Approved" },
            { id: 11, claim_amount: "2106.93", claim_date: null, policy_id: 143, status: "Pending" },
            { id: 12, claim_amount: "2952.73", claim_date: "2020-09-21", policy_id: 75, status: "Approved" },
            { id: 13, claim_amount: "48905.92", claim_date: "2020-12-12", policy_id: 46, status: "Approved" },
            { id: 14, claim_amount: "14281.24", claim_date: "2023-02-02", policy_id: 135, status: "Approved" },
            { id: 15, claim_amount: "3623.61", claim_date: "2022-05-20", policy_id: 124, status: "Approved" },
            { id: 16, claim_amount: "28526.25", claim_date: null, policy_id: 114, status: "Pending" },
            { id: 17, claim_amount: "17670.72", claim_date: null, policy_id: 21, status: "Pending" },
            { id: 18, claim_amount: "36903.80", claim_date: "2022-04-21", policy_id: 103, status: "Approved" },
            { id: 19, claim_amount: "811.49", claim_date: "2023-05-03", policy_id: 138, status: "Approved" },
            { id: 20, claim_amount: "3677.49", claim_date: null, policy_id: 3, status: "Pending" },
            { id: 21, claim_amount: "7385.28", claim_date: null, policy_id: 112, status: "Pending" },
            { id: 22, claim_amount: "887.03", claim_date: "2020-05-31", policy_id: 1, status: "Approved" },
            { id: 23, claim_amount: "100.68", claim_date: null, policy_id: 131, status: "Pending" },
            { id: 24, claim_amount: "36026.10", claim_date: "2023-12-19", policy_id: 129, status: "Approved" },
            { id: 25, claim_amount: "23300.99", claim_date: null, policy_id: 27, status: "Pending" },
            { id: 26, claim_amount: "1666.61", claim_date: null, policy_id: 47, status: "Pending" },
            { id: 27, claim_amount: "18452.77", claim_date: "2022-03-12", policy_id: 144, status: "Rejected" },
            { id: 28, claim_amount: "30957.13", claim_date: null, policy_id: 112, status: "Pending" },
            { id: 29, claim_amount: "22967.39", claim_date: null, policy_id: 74, status: "Pending" },
            { id: 30, claim_amount: "32211.06", claim_date: null, policy_id: 119, status: "Pending" },
            { id: 31, claim_amount: "2067.88", claim_date: null, policy_id: 38, status: "Pending" },
            { id: 32, claim_amount: "45153.49", claim_date: null, policy_id: 137, status: "Pending" },
            { id: 33, claim_amount: "27770.49", claim_date: null, policy_id: 128, status: "Pending" },
            { id: 34, claim_amount: "19575.34", claim_date: null, policy_id: 53, status: "Pending" },
            { id: 35, claim_amount: "25933.05", claim_date: "2021-06-03", policy_id: 32, status: "Approved" },
            { id: 36, claim_amount: "20952.55", claim_date: null, policy_id: 145, status: "Pending" },
            { id: 37, claim_amount: "257.65", claim_date: "2023-05-13", policy_id: 119, status: "Rejected" },
            { id: 38, claim_amount: "15139.28", claim_date: null, policy_id: 131, status: "Pending" },
            { id: 39, claim_amount: "6227.34", claim_date: "2020-06-16", policy_id: 4, status: "Approved" },
            { id: 40, claim_amount: "364.79", claim_date: "2021-09-21", policy_id: 135, status: "Approved" },
            { id: 41, claim_amount: "38477.59", claim_date: "2022-10-07", policy_id: 146, status: "Approved" },
            { id: 42, claim_amount: "10201.18", claim_date: "2020-12-17", policy_id: 133, status: "Approved" },
            { id: 43, claim_amount: "11212.44", claim_date: null, policy_id: 94, status: "Pending" },
            { id: 44, claim_amount: "13031.69", claim_date: "2023-10-21", policy_id: 27, status: "Approved" },
            { id: 45, claim_amount: "27368.31", claim_date: null, policy_id: 10, status: "Pending" },
            { id: 46, claim_amount: "1944.54", claim_date: "2023-05-14", policy_id: 92, status: "Approved" },
            { id: 47, claim_amount: "6308.73", claim_date: null, policy_id: 85, status: "Pending" },
            { id: 48, claim_amount: "1319.90", claim_date: "2023-02-13", policy_id: 70, status: "Rejected" },
            { id: 49, claim_amount: "15148.95", claim_date: null, policy_id: 56, status: "Pending" },
            { id: 50, claim_amount: "43389.71", claim_date: null, policy_id: 120, status: "Pending" },
            { id: 51, claim_amount: "4837.77", claim_date: null, policy_id: 117, status: "Pending" },
            { id: 52, claim_amount: "9232.86", claim_date: "2021-05-07", policy_id: 124, status: "Approved" },
            { id: 53, claim_amount: "1157.32", claim_date: null, policy_id: 44, status: "Pending" },
            { id: 54, claim_amount: "47422.09", claim_date: null, policy_id: 136, status: "Pending" },
            { id: 55, claim_amount: "695.34", claim_date: "2021-12-14", policy_id: 62, status: "Approved" },
            { id: 56, claim_amount: "7433.35", claim_date: "2023-01-29", policy_id: 88, status: "Approved" },
            { id: 57, claim_amount: "41124.03", claim_date: null, policy_id: 102, status: "Pending" },
            { id: 58, claim_amount: "7257.84", claim_date: null, policy_id: 45, status: "Pending" },
            { id: 59, claim_amount: "3390.96", claim_date: null, policy_id: 68, status: "Pending" },
            { id: 60, claim_amount: "11048.80", claim_date: null, policy_id: 55, status: "Pending" },
            { id: 61, claim_amount: "9981.54", claim_date: null, policy_id: 4, status: "Pending" },
            { id: 62, claim_amount: "3323.64", claim_date: null, policy_id: 18, status: "Pending" },
            { id: 63, claim_amount: "3032.42", claim_date: null, policy_id: 19, status: "Pending" },
            { id: 64, claim_amount: "5220.26", claim_date: "2022-09-12", policy_id: 29, status: "Approved" },
            { id: 65, claim_amount: "20697.16", claim_date: null, policy_id: 68, status: "Pending" },
            { id: 66, claim_amount: "2377.25", claim_date: "2023-09-25", policy_id: 80, status: "Approved" },
            { id: 67, claim_amount: "1624.55", claim_date: null, policy_id: 49, status: "Pending" },
            { id: 68, claim_amount: "4590.80", claim_date: "2022-11-15", policy_id: 69, status: "Approved" },
            { id: 69, claim_amount: "14456.18", claim_date: null, policy_id: 115, status: "Pending" },
            { id: 70, claim_amount: "461.67", claim_date: null, policy_id: 34, status: "Pending" },
            { id: 71, claim_amount: "112.38", claim_date: null, policy_id: 4, status: "Pending" },
            { id: 72, claim_amount: "19234.99", claim_date: null, policy_id: 40, status: "Pending" },
            { id: 73, claim_amount: "161.06", claim_date: null, policy_id: 81, status: "Pending" },
            { id: 74, claim_amount: "16576.42", claim_date: null, policy_id: 116, status: "Pending" },
            { id: 75, claim_amount: "18334.15", claim_date: "2020-10-17", policy_id: 70, status: "Rejected" },
            { id: 76, claim_amount: "40180.85", claim_date: "2021-03-22", policy_id: 9, status: "Rejected" },
            { id: 77, claim_amount: "36026.76", claim_date: "2022-08-06", policy_id: 108, status: "Approved" },
            { id: 78, claim_amount: "5540.30", claim_date: "2022-09-13", policy_id: 92, status: "Approved" },
            { id: 79, claim_amount: "47884.26", claim_date: null, policy_id: 19, status: "Pending" },
            { id: 80, claim_amount: "616.68", claim_date: null, policy_id: 53, status: "Pending" },
            { id: 81, claim_amount: "29857.62", claim_date: "2021-06-12", policy_id: 23, status: "Approved" },
            { id: 82, claim_amount: "19164.23", claim_date: null, policy_id: 56, status: "Pending" },
            { id: 83, claim_amount: "1715.33", claim_date: null, policy_id: 15, status: "Pending" },
            { id: 84, claim_amount: "13608.19", claim_date: null, policy_id: 130, status: "Pending" },
            { id: 85, claim_amount: "11953.79", claim_date: null, policy_id: 33, status: "Pending" },
            { id: 86, claim_amount: "5871.23", claim_date: null, policy_id: 1, status: "Pending" },
            { id: 87, claim_amount: "19738.78", claim_date: null, policy_id: 50, status: "Pending" },
            { id: 88, claim_amount: "6993.89", claim_date: null, policy_id: 62, status: "Pending" },
            { id: 89, claim_amount: "17676.18", claim_date: "2022-09-19", policy_id: 141, status: "Rejected" },
            { id: 90, claim_amount: "2886.76", claim_date: null, policy_id: 104, status: "Pending" },
            { id: 91, claim_amount: "1238.98", claim_date: null, policy_id: 52, status: "Pending" },
            { id: 92, claim_amount: "29874.89", claim_date: "2020-12-17", policy_id: 81, status: "Approved" },
            { id: 93, claim_amount: "10589.16", claim_date: null, policy_id: 62, status: "Pending" },
            { id: 94, claim_amount: "8357.85", claim_date: null, policy_id: 60, status: "Pending" },
            { id: 95, claim_amount: "1721.85", claim_date: null, policy_id: 8, status: "Pending" },
            { id: 96, claim_amount: "6133.20", claim_date: null, policy_id: 50, status: "Pending" },
            { id: 97, claim_amount: "23656.23", claim_date: "2022-09-27", policy_id: 127, status: "Approved" },
            { id: 98, claim_amount: "2841.83", claim_date: "2023-01-24", policy_id: 99, status: "Approved" },
            { id: 99, claim_amount: "33753.76", claim_date: "2023-03-07", policy_id: 80, status: "Approved" },
            { id: 100, claim_amount: "25785.82", claim_date: "2021-04-27", policy_id: 19, status: "Approved" },
            { id: 101, claim_amount: "6760.75", claim_date: "2022-04-03", policy_id: 112, status: "Approved" },
            { id: 102, claim_amount: "21968.83", claim_date: null, policy_id: 46, status: "Pending" },
            { id: 103, claim_amount: "41041.61", claim_date: null, policy_id: 26, status: "Pending" },
            { id: 104, claim_amount: "30789.80", claim_date: null, policy_id: 43, status: "Pending" },
            { id: 105, claim_amount: "17501.42", claim_date: "2023-11-02", policy_id: 131, status: "Approved" },
            { id: 106, claim_amount: "1796.33", claim_date: "2021-12-08", policy_id: 1, status: "Approved" },
            { id: 107, claim_amount: "368.55", claim_date: null, policy_id: 46, status: "Pending" },
            { id: 108, claim_amount: "32279.92", claim_date: null, policy_id: 49, status: "Pending" },
            { id: 109, claim_amount: "3815.01", claim_date: null, policy_id: 24, status: "Pending" },
            { id: 110, claim_amount: "38714.97", claim_date: "2022-07-19", policy_id: 53, status: "Approved" },
            { id: 111, claim_amount: "893.35", claim_date: null, policy_id: 124, status: "Pending" },
            { id: 112, claim_amount: "9800.93", claim_date: "2023-03-25", policy_id: 116, status: "Approved" },
            { id: 113, claim_amount: "44463.15", claim_date: "2022-10-20", policy_id: 103, status: "Approved" },
            { id: 114, claim_amount: "25753.47", claim_date: null, policy_id: 31, status: "Pending" },
            { id: 115, claim_amount: "49807.91", claim_date: null, policy_id: 112, status: "Pending" },
            { id: 116, claim_amount: "12481.36", claim_date: "2022-11-29", policy_id: 59, status: "Approved" },
            { id: 117, claim_amount: "6471.93", claim_date: null, policy_id: 96, status: "Pending" },
            { id: 118, claim_amount: "189.38", claim_date: "2020-06-11", policy_id: 86, status: "Approved" },
            { id: 119, claim_amount: "18229.43", claim_date: "2021-09-01", policy_id: 5, status: "Approved" },
            { id: 120, claim_amount: "332.24", claim_date: "2023-08-26", policy_id: 56, status: "Approved" },
        ],
    });
    await prisma.claims_history.createMany({
        data: [
            { id: 1, traveler_id: 151, claim_id: 73, claim_date: "2021-09-07", resolution_time_days: 56, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 2, traveler_id: 245, claim_id: 107, claim_date: "2020-09-12", resolution_time_days: 60, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 3, traveler_id: 143, claim_id: 67, claim_date: "2020-02-03", resolution_time_days: 67, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 4, traveler_id: 167, claim_id: 20, claim_date: "2020-09-23", resolution_time_days: 56, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 5, traveler_id: 288, claim_id: 50, claim_date: "2020-01-09", resolution_time_days: 28, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 6, traveler_id: 29, claim_id: 68, claim_date: "2021-09-27", resolution_time_days: 28, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 7, traveler_id: 56, claim_id: 111, claim_date: "2022-10-18", resolution_time_days: 34, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 8, traveler_id: 258, claim_id: 93, claim_date: "2020-05-05", resolution_time_days: 35, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 9, traveler_id: 106, claim_id: 31, claim_date: "2020-02-25", resolution_time_days: 51, resolution_status: "Under Review", claim_type: "Medical" },
            { id: 10, traveler_id: 69, claim_id: 103, claim_date: "2022-09-08", resolution_time_days: 37, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 11, traveler_id: 203, claim_id: 33, claim_date: "2020-08-29", resolution_time_days: 58, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 12, traveler_id: 4, claim_id: 41, claim_date: "2020-03-06", resolution_time_days: 56, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 13, traveler_id: 247, claim_id: 117, claim_date: "2020-11-15", resolution_time_days: 43, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 14, traveler_id: 95, claim_id: 41, claim_date: "2021-01-25", resolution_time_days: 28, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 15, traveler_id: 72, claim_id: 34, claim_date: "2021-10-05", resolution_time_days: 25, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 16, traveler_id: 27, claim_id: 45, claim_date: "2022-12-06", resolution_time_days: 39, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 17, traveler_id: 226, claim_id: 62, claim_date: "2022-11-12", resolution_time_days: 41, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 18, traveler_id: 55, claim_id: 88, claim_date: "2020-04-23", resolution_time_days: 47, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 19, traveler_id: 215, claim_id: 107, claim_date: "2022-03-08", resolution_time_days: 49, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 20, traveler_id: 204, claim_id: 8, claim_date: "2022-06-07", resolution_time_days: 33, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 21, traveler_id: 68, claim_id: 101, claim_date: "2022-10-01", resolution_time_days: 32, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 22, traveler_id: 200, claim_id: 104, claim_date: "2022-08-24", resolution_time_days: 39, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 23, traveler_id: 61, claim_id: 106, claim_date: "2021-05-02", resolution_time_days: 61, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 24, traveler_id: 133, claim_id: 23, claim_date: "2020-09-28", resolution_time_days: 61, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 25, traveler_id: 196, claim_id: 103, claim_date: "2022-01-28", resolution_time_days: 35, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 26, traveler_id: 259, claim_id: 9, claim_date: "2020-12-15", resolution_time_days: 50, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 27, traveler_id: 242, claim_id: 32, claim_date: "2023-10-21", resolution_time_days: 61, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 28, traveler_id: 177, claim_id: 83, claim_date: "2020-08-14", resolution_time_days: 37, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 29, traveler_id: 225, claim_id: 78, claim_date: "2023-03-03", resolution_time_days: 29, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 30, traveler_id: 290, claim_id: 39, claim_date: "2022-10-08", resolution_time_days: 17, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 31, traveler_id: 11, claim_id: 86, claim_date: "2021-07-18", resolution_time_days: 49, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 32, traveler_id: 164, claim_id: 36, claim_date: "2020-01-12", resolution_time_days: 52, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 33, traveler_id: 289, claim_id: 32, claim_date: "2023-11-07", resolution_time_days: 55, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 34, traveler_id: 66, claim_id: 120, claim_date: "2020-03-21", resolution_time_days: 42, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 35, traveler_id: 155, claim_id: 98, claim_date: "2022-11-11", resolution_time_days: 61, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 36, traveler_id: 204, claim_id: 69, claim_date: "2022-02-10", resolution_time_days: 43, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 37, traveler_id: 241, claim_id: 25, claim_date: "2020-11-05", resolution_time_days: 27, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 38, traveler_id: 244, claim_id: 73, claim_date: "2020-04-14", resolution_time_days: 42, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 39, traveler_id: 284, claim_id: 7, claim_date: "2021-02-16", resolution_time_days: 45, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 40, traveler_id: 210, claim_id: 81, claim_date: "2023-02-13", resolution_time_days: 52, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 41, traveler_id: 45, claim_id: 67, claim_date: "2022-12-22", resolution_time_days: 61, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 42, traveler_id: 183, claim_id: 109, claim_date: "2020-09-08", resolution_time_days: 57, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 43, traveler_id: 12, claim_id: 8, claim_date: "2022-06-11", resolution_time_days: 27, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 44, traveler_id: 12, claim_id: 99, claim_date: "2023-10-15", resolution_time_days: 32, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 45, traveler_id: 141, claim_id: 18, claim_date: "2020-01-13", resolution_time_days: 41, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 46, traveler_id: 118, claim_id: 101, claim_date: "2022-01-20", resolution_time_days: 42, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 47, traveler_id: 282, claim_id: 3, claim_date: "2021-01-01", resolution_time_days: 49, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 48, traveler_id: 15, claim_id: 37, claim_date: "2020-11-16", resolution_time_days: 24, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 49, traveler_id: 209, claim_id: 29, claim_date: "2023-04-13", resolution_time_days: 77, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 50, traveler_id: 206, claim_id: 52, claim_date: "2023-09-06", resolution_time_days: 40, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 51, traveler_id: 82, claim_id: 89, claim_date: "2022-11-23", resolution_time_days: 36, resolution_status: "Under Review", claim_type: "Medical" },
            { id: 52, traveler_id: 72, claim_id: 22, claim_date: "2023-07-16", resolution_time_days: 60, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 53, traveler_id: 213, claim_id: 6, claim_date: "2021-08-26", resolution_time_days: 9, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 54, traveler_id: 206, claim_id: 70, claim_date: "2021-11-22", resolution_time_days: 53, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 55, traveler_id: 172, claim_id: 21, claim_date: "2020-09-13", resolution_time_days: 48, resolution_status: "Under Review", claim_type: "Medical" },
            { id: 56, traveler_id: 138, claim_id: 43, claim_date: "2021-12-20", resolution_time_days: 45, resolution_status: "Under Review", claim_type: "Medical" },
            { id: 57, traveler_id: 272, claim_id: 113, claim_date: "2022-02-11", resolution_time_days: 17, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 58, traveler_id: 79, claim_id: 16, claim_date: "2020-09-20", resolution_time_days: 30, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 59, traveler_id: 3, claim_id: 98, claim_date: "2022-02-18", resolution_time_days: 61, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 60, traveler_id: 256, claim_id: 84, claim_date: "2021-10-28", resolution_time_days: 39, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 61, traveler_id: 191, claim_id: 111, claim_date: "2023-10-24", resolution_time_days: 49, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 62, traveler_id: 295, claim_id: 85, claim_date: "2021-10-04", resolution_time_days: 49, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 63, traveler_id: 203, claim_id: 42, claim_date: "2020-11-01", resolution_time_days: 38, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 64, traveler_id: 172, claim_id: 78, claim_date: "2022-12-16", resolution_time_days: 49, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 65, traveler_id: 290, claim_id: 91, claim_date: "2021-12-29", resolution_time_days: 50, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 66, traveler_id: 57, claim_id: 7, claim_date: "2021-12-14", resolution_time_days: 59, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 67, traveler_id: 174, claim_id: 82, claim_date: "2020-10-11", resolution_time_days: 72, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 68, traveler_id: 7, claim_id: 42, claim_date: "2021-01-14", resolution_time_days: 62, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 69, traveler_id: 57, claim_id: 111, claim_date: "2023-09-27", resolution_time_days: 51, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 70, traveler_id: 203, claim_id: 76, claim_date: "2023-02-01", resolution_time_days: 26, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 71, traveler_id: 21, claim_id: 67, claim_date: "2020-11-27", resolution_time_days: 43, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 72, traveler_id: 149, claim_id: 70, claim_date: "2023-08-21", resolution_time_days: 72, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 73, traveler_id: 111, claim_id: 53, claim_date: "2021-02-15", resolution_time_days: 52, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 74, traveler_id: 26, claim_id: 114, claim_date: "2021-06-14", resolution_time_days: 38, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 75, traveler_id: 146, claim_id: 86, claim_date: "2020-02-27", resolution_time_days: 48, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 76, traveler_id: 198, claim_id: 32, claim_date: "2020-12-04", resolution_time_days: 38, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 77, traveler_id: 176, claim_id: 3, claim_date: "2023-01-04", resolution_time_days: 44, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 78, traveler_id: 205, claim_id: 108, claim_date: "2022-11-15", resolution_time_days: 55, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 79, traveler_id: 221, claim_id: 103, claim_date: "2022-02-11", resolution_time_days: 40, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 80, traveler_id: 272, claim_id: 53, claim_date: "2022-12-15", resolution_time_days: 58, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 81, traveler_id: 283, claim_id: 33, claim_date: "2020-07-08", resolution_time_days: 25, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 82, traveler_id: 272, claim_id: 44, claim_date: "2023-06-24", resolution_time_days: 34, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 83, traveler_id: 118, claim_id: 27, claim_date: "2020-08-10", resolution_time_days: 41, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 84, traveler_id: 76, claim_id: 13, claim_date: "2023-08-08", resolution_time_days: 56, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 85, traveler_id: 174, claim_id: 60, claim_date: "2021-05-19", resolution_time_days: 29, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 86, traveler_id: 264, claim_id: 13, claim_date: "2020-12-24", resolution_time_days: 66, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 87, traveler_id: 90, claim_id: 115, claim_date: "2020-08-28", resolution_time_days: 52, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 88, traveler_id: 229, claim_id: 13, claim_date: "2023-10-20", resolution_time_days: 44, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 89, traveler_id: 203, claim_id: 70, claim_date: "2022-12-22", resolution_time_days: 49, resolution_status: "Under Review", claim_type: "Medical" },
            { id: 90, traveler_id: 172, claim_id: 39, claim_date: "2021-12-17", resolution_time_days: 44, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 91, traveler_id: 21, claim_id: 34, claim_date: "2021-12-17", resolution_time_days: 43, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 92, traveler_id: 23, claim_id: 81, claim_date: "2022-02-20", resolution_time_days: 50, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 93, traveler_id: 100, claim_id: 64, claim_date: "2021-01-27", resolution_time_days: 60, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 94, traveler_id: 88, claim_id: 25, claim_date: "2023-09-21", resolution_time_days: 20, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 95, traveler_id: 49, claim_id: 85, claim_date: "2022-01-14", resolution_time_days: 36, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 96, traveler_id: 154, claim_id: 78, claim_date: "2020-04-29", resolution_time_days: 58, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 97, traveler_id: 67, claim_id: 20, claim_date: "2021-08-15", resolution_time_days: 51, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 98, traveler_id: 176, claim_id: 91, claim_date: "2021-09-27", resolution_time_days: 46, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 99, traveler_id: 97, claim_id: 97, claim_date: "2023-11-21", resolution_time_days: 53, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 100, traveler_id: 98, claim_id: 63, claim_date: "2021-02-01", resolution_time_days: 20, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 101, traveler_id: 268, claim_id: 113, claim_date: "2022-05-02", resolution_time_days: 41, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 102, traveler_id: 282, claim_id: 52, claim_date: "2022-09-20", resolution_time_days: 14, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 103, traveler_id: 145, claim_id: 29, claim_date: "2020-01-14", resolution_time_days: 36, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 104, traveler_id: 61, claim_id: 66, claim_date: "2022-12-07", resolution_time_days: 58, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 105, traveler_id: 248, claim_id: 70, claim_date: "2022-10-18", resolution_time_days: 39, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 106, traveler_id: 172, claim_id: 27, claim_date: "2020-01-26", resolution_time_days: 46, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 107, traveler_id: 271, claim_id: 82, claim_date: "2023-12-05", resolution_time_days: 44, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 108, traveler_id: 191, claim_id: 37, claim_date: "2023-08-19", resolution_time_days: 36, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 109, traveler_id: 154, claim_id: 23, claim_date: "2020-06-30", resolution_time_days: 57, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 110, traveler_id: 75, claim_id: 116, claim_date: "2023-01-02", resolution_time_days: 50, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 111, traveler_id: 142, claim_id: 73, claim_date: "2022-01-31", resolution_time_days: 33, resolution_status: "Under Review", claim_type: "Medical" },
            { id: 112, traveler_id: 119, claim_id: 114, claim_date: "2021-10-27", resolution_time_days: 50, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 113, traveler_id: 22, claim_id: 39, claim_date: "2020-08-04", resolution_time_days: 48, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 114, traveler_id: 102, claim_id: 21, claim_date: "2020-11-15", resolution_time_days: 56, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 115, traveler_id: 158, claim_id: 4, claim_date: "2023-03-07", resolution_time_days: 31, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 116, traveler_id: 243, claim_id: 34, claim_date: "2021-01-25", resolution_time_days: 43, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 117, traveler_id: 53, claim_id: 38, claim_date: "2023-12-22", resolution_time_days: 27, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 118, traveler_id: 84, claim_id: 35, claim_date: "2022-01-04", resolution_time_days: 44, resolution_status: "Under Review", claim_type: "Medical" },
            { id: 119, traveler_id: 220, claim_id: 107, claim_date: "2021-08-31", resolution_time_days: 52, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 120, traveler_id: 217, claim_id: 23, claim_date: "2020-12-15", resolution_time_days: 56, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 121, traveler_id: 245, claim_id: 69, claim_date: "2022-03-18", resolution_time_days: 51, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 122, traveler_id: 298, claim_id: 31, claim_date: "2020-08-16", resolution_time_days: 51, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 123, traveler_id: 233, claim_id: 110, claim_date: "2021-09-10", resolution_time_days: 30, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 124, traveler_id: 2, claim_id: 10, claim_date: "2023-05-02", resolution_time_days: 45, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 125, traveler_id: 84, claim_id: 116, claim_date: "2022-02-10", resolution_time_days: 48, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 126, traveler_id: 258, claim_id: 106, claim_date: "2023-03-23", resolution_time_days: 34, resolution_status: "Under Review", claim_type: "Medical" },
            { id: 127, traveler_id: 162, claim_id: 43, claim_date: "2021-04-30", resolution_time_days: 48, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 128, traveler_id: 62, claim_id: 9, claim_date: "2022-12-02", resolution_time_days: 53, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 129, traveler_id: 209, claim_id: 30, claim_date: "2022-03-07", resolution_time_days: 27, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 130, traveler_id: 242, claim_id: 81, claim_date: "2023-01-02", resolution_time_days: 33, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 131, traveler_id: 160, claim_id: 1, claim_date: "2020-02-18", resolution_time_days: 39, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 132, traveler_id: 188, claim_id: 116, claim_date: "2022-11-19", resolution_time_days: 39, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 133, traveler_id: 47, claim_id: 56, claim_date: "2023-10-03", resolution_time_days: 49, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 134, traveler_id: 285, claim_id: 114, claim_date: "2021-09-06", resolution_time_days: 71, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 135, traveler_id: 284, claim_id: 46, claim_date: "2022-01-15", resolution_time_days: 52, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 136, traveler_id: 292, claim_id: 52, claim_date: "2020-01-25", resolution_time_days: 57, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 137, traveler_id: 38, claim_id: 97, claim_date: "2023-08-18", resolution_time_days: 59, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 138, traveler_id: 119, claim_id: 60, claim_date: "2021-03-18", resolution_time_days: 47, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 139, traveler_id: 87, claim_id: 87, claim_date: "2021-06-11", resolution_time_days: 57, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 140, traveler_id: 224, claim_id: 47, claim_date: "2022-11-02", resolution_time_days: 49, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 141, traveler_id: 278, claim_id: 82, claim_date: "2021-02-07", resolution_time_days: 18, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 142, traveler_id: 129, claim_id: 76, claim_date: "2020-09-07", resolution_time_days: 60, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 143, traveler_id: 115, claim_id: 77, claim_date: "2020-09-08", resolution_time_days: 59, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 144, traveler_id: 229, claim_id: 36, claim_date: "2021-12-12", resolution_time_days: 39, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 145, traveler_id: 191, claim_id: 85, claim_date: "2022-08-03", resolution_time_days: 52, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 146, traveler_id: 179, claim_id: 94, claim_date: "2022-05-16", resolution_time_days: 38, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 147, traveler_id: 207, claim_id: 49, claim_date: "2021-11-23", resolution_time_days: 34, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 148, traveler_id: 254, claim_id: 47, claim_date: "2021-10-13", resolution_time_days: 44, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 149, traveler_id: 59, claim_id: 37, claim_date: "2020-02-07", resolution_time_days: 42, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 150, traveler_id: 12, claim_id: 90, claim_date: "2023-03-08", resolution_time_days: 33, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 151, traveler_id: 107, claim_id: 42, claim_date: "2020-12-19", resolution_time_days: 34, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 152, traveler_id: 275, claim_id: 94, claim_date: "2020-08-06", resolution_time_days: 23, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 153, traveler_id: 210, claim_id: 5, claim_date: "2022-10-02", resolution_time_days: 35, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 154, traveler_id: 22, claim_id: 42, claim_date: "2022-11-17", resolution_time_days: 49, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 155, traveler_id: 126, claim_id: 70, claim_date: "2022-08-11", resolution_time_days: 43, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 156, traveler_id: 106, claim_id: 63, claim_date: "2020-12-21", resolution_time_days: 50, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 157, traveler_id: 19, claim_id: 114, claim_date: "2022-10-09", resolution_time_days: 23, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 158, traveler_id: 199, claim_id: 111, claim_date: "2023-12-20", resolution_time_days: 55, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 159, traveler_id: 285, claim_id: 59, claim_date: "2022-10-08", resolution_time_days: 54, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 160, traveler_id: 30, claim_id: 93, claim_date: "2021-12-06", resolution_time_days: 66, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 161, traveler_id: 248, claim_id: 31, claim_date: "2023-06-18", resolution_time_days: 51, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 162, traveler_id: 60, claim_id: 47, claim_date: "2022-05-10", resolution_time_days: 38, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 163, traveler_id: 71, claim_id: 61, claim_date: "2023-11-01", resolution_time_days: 34, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 164, traveler_id: 111, claim_id: 61, claim_date: "2020-03-11", resolution_time_days: 42, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 165, traveler_id: 284, claim_id: 63, claim_date: "2021-01-02", resolution_time_days: 47, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 166, traveler_id: 75, claim_id: 36, claim_date: "2020-11-22", resolution_time_days: 37, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 167, traveler_id: 152, claim_id: 1, claim_date: "2020-03-15", resolution_time_days: 41, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 168, traveler_id: 289, claim_id: 42, claim_date: "2021-01-02", resolution_time_days: 54, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 169, traveler_id: 271, claim_id: 72, claim_date: "2020-11-23", resolution_time_days: 55, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 170, traveler_id: 220, claim_id: 32, claim_date: "2023-12-11", resolution_time_days: 34, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 171, traveler_id: 176, claim_id: 94, claim_date: "2022-11-04", resolution_time_days: 52, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 172, traveler_id: 172, claim_id: 40, claim_date: "2020-11-12", resolution_time_days: 61, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 173, traveler_id: 160, claim_id: 18, claim_date: "2023-12-28", resolution_time_days: 73, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 174, traveler_id: 154, claim_id: 91, claim_date: "2023-02-06", resolution_time_days: 33, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 175, traveler_id: 280, claim_id: 83, claim_date: "2020-12-26", resolution_time_days: 37, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 176, traveler_id: 137, claim_id: 41, claim_date: "2023-03-30", resolution_time_days: 43, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 177, traveler_id: 212, claim_id: 103, claim_date: "2020-07-05", resolution_time_days: 33, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 178, traveler_id: 49, claim_id: 111, claim_date: "2020-09-30", resolution_time_days: 28, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 179, traveler_id: 118, claim_id: 117, claim_date: "2021-03-07", resolution_time_days: 36, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 180, traveler_id: 100, claim_id: 79, claim_date: "2022-07-29", resolution_time_days: 61, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 181, traveler_id: 60, claim_id: 97, claim_date: "2020-05-23", resolution_time_days: 33, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 182, traveler_id: 128, claim_id: 61, claim_date: "2023-10-29", resolution_time_days: 52, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 183, traveler_id: 145, claim_id: 103, claim_date: "2022-05-23", resolution_time_days: 52, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 184, traveler_id: 14, claim_id: 3, claim_date: "2021-07-07", resolution_time_days: 76, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 185, traveler_id: 128, claim_id: 103, claim_date: "2021-11-19", resolution_time_days: 40, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 186, traveler_id: 201, claim_id: 65, claim_date: "2021-11-10", resolution_time_days: 37, resolution_status: "Unresolved", claim_type: "Trip Cancellation" },
            { id: 187, traveler_id: 98, claim_id: 31, claim_date: "2021-11-25", resolution_time_days: 56, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 188, traveler_id: 196, claim_id: 111, claim_date: "2023-12-25", resolution_time_days: 44, resolution_status: "Resolved", claim_type: "Lost Luggage" },
            { id: 189, traveler_id: 88, claim_id: 119, claim_date: "2022-02-16", resolution_time_days: 44, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 190, traveler_id: 53, claim_id: 104, claim_date: "2021-11-05", resolution_time_days: 48, resolution_status: "Unresolved", claim_type: "Lost Luggage" },
            { id: 191, traveler_id: 103, claim_id: 33, claim_date: "2022-11-13", resolution_time_days: 33, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 192, traveler_id: 11, claim_id: 54, claim_date: "2023-01-01", resolution_time_days: 56, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 193, traveler_id: 176, claim_id: 114, claim_date: "2023-02-24", resolution_time_days: 48, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 194, traveler_id: 248, claim_id: 1, claim_date: "2021-09-24", resolution_time_days: 25, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 195, traveler_id: 190, claim_id: 114, claim_date: "2022-04-26", resolution_time_days: 27, resolution_status: "Unresolved", claim_type: "Medical" },
            { id: 196, traveler_id: 180, claim_id: 23, claim_date: "2022-06-05", resolution_time_days: 52, resolution_status: "Under Review", claim_type: "Lost Luggage" },
            { id: 197, traveler_id: 218, claim_id: 33, claim_date: "2022-10-25", resolution_time_days: 38, resolution_status: "Under Review", claim_type: "Trip Cancellation" },
            { id: 198, traveler_id: 42, claim_id: 39, claim_date: "2020-03-11", resolution_time_days: 13, resolution_status: "Resolved", claim_type: "Medical" },
            { id: 199, traveler_id: 226, claim_id: 81, claim_date: "2020-09-25", resolution_time_days: 51, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
            { id: 200, traveler_id: 7, claim_id: 91, claim_date: "2020-11-18", resolution_time_days: 36, resolution_status: "Resolved", claim_type: "Trip Cancellation" },
        ],
    });
    await prisma.destinations.createMany({
        data: [
            { id: 1, destination_name: "london rome", country: "United States", policy_id: 141, popularity_rating: 8, average_cost: "1372.64" },
            { id: 2, destination_name: "newyork", country: "Peru", policy_id: 141, popularity_rating: 6, average_cost: "1030.69" },
            { id: 3, destination_name: "paris bangkok", country: null, policy_id: 138, popularity_rating: 6, average_cost: "1964.78" },
            { id: 4, destination_name: "berlin moscow", country: "Portugal", policy_id: 36, popularity_rating: 5, average_cost: "266.72" },
            { id: 5, destination_name: "tokyo amsterdam", country: null, policy_id: 4, popularity_rating: 10, average_cost: "1090.82" },
            { id: 6, destination_name: "bangkok london paris", country: "Singapore", policy_id: 102, popularity_rating: 8, average_cost: "2292.13" },
            { id: 7, destination_name: "bangkok cairo dubai", country: "Sweden", policy_id: 113, popularity_rating: 9, average_cost: "1987.45" },
            { id: 8, destination_name: "beijing madrid dubai", country: null, policy_id: 48, popularity_rating: 3, average_cost: "4963.67" },
            { id: 9, destination_name: "madrid amsterdam", country: "Indonesia", policy_id: 124, popularity_rating: 5, average_cost: "4568.83" },
            { id: 10, destination_name: null, country: null, policy_id: 52, popularity_rating: 8, average_cost: "2245.17" },
            { id: 11, destination_name: "madrid toronto", country: "France", policy_id: 59, popularity_rating: 10, average_cost: "1437.22" },
            { id: 12, destination_name: "amsterdam sydney paris", country: "Australia", policy_id: 124, popularity_rating: 6, average_cost: "463.80" },
            { id: 13, destination_name: null, country: "Italy", policy_id: 110, popularity_rating: 10, average_cost: "958.33" },
            { id: 14, destination_name: "lisbon barcelona seoul", country: "United Kingdom", policy_id: 131, popularity_rating: 10, average_cost: "2400.69" },
            { id: 15, destination_name: "barcelona", country: null, policy_id: 60, popularity_rating: 8, average_cost: "4936.82" },
            { id: 16, destination_name: "tokyo london", country: "Germany", policy_id: 117, popularity_rating: 7, average_cost: "1121.86" },
            { id: 17, destination_name: "bangkok moscow singapore", country: "Taiwan", policy_id: 45, popularity_rating: 5, average_cost: "3772.31" },
            { id: 18, destination_name: null, country: "Finland", policy_id: 126, popularity_rating: 3, average_cost: "185.75" },
            { id: 19, destination_name: "beijing losangeles", country: "Italy", policy_id: 43, popularity_rating: 9, average_cost: "2175.53" },
            { id: 20, destination_name: null, country: null, policy_id: 77, popularity_rating: 10, average_cost: "585.57" },
            { id: 21, destination_name: "berlin", country: null, policy_id: 45, popularity_rating: 9, average_cost: "2137.74" },
            { id: 22, destination_name: "paris seoul london", country: "Greece", policy_id: 126, popularity_rating: 7, average_cost: "4731.15" },
            { id: 23, destination_name: "rome berlin", country: "Netherlands", policy_id: 85, popularity_rating: 9, average_cost: "2521.51" },
            { id: 24, destination_name: "losangeles barcelona", country: "Canada", policy_id: 66, popularity_rating: 6, average_cost: "1717.40" },
            { id: 25, destination_name: "losangeles bangkok", country: "Hungary", policy_id: 62, popularity_rating: 5, average_cost: "3957.18" },
            { id: 26, destination_name: "toronto", country: "Peru", policy_id: 55, popularity_rating: 10, average_cost: "436.71" },
            { id: 27, destination_name: "amsterdam rome", country: null, policy_id: 44, popularity_rating: 8, average_cost: "3691.95" },
            { id: 28, destination_name: "barcelona toronto", country: "Switzerland", policy_id: 20, popularity_rating: 8, average_cost: "4518.79" },
            { id: 29, destination_name: "amsterdam", country: null, policy_id: 19, popularity_rating: 7, average_cost: "1136.90" },
            { id: 30, destination_name: "madrid newyork toronto", country: null, policy_id: 113, popularity_rating: 10, average_cost: "4524.00" },
            { id: 31, destination_name: "newyork barcelona singapore", country: "Argentina", policy_id: 14, popularity_rating: 9, average_cost: "1372.27" },
            { id: 32, destination_name: "seoul berlin", country: "Egypt", policy_id: 84, popularity_rating: 9, average_cost: "4465.93" },
            { id: 33, destination_name: "beijing", country: "Australia", policy_id: 102, popularity_rating: 9, average_cost: "4600.11" },
            { id: 34, destination_name: "sydney", country: "Czech Republic", policy_id: 72, popularity_rating: 10, average_cost: "797.13" },
            { id: 35, destination_name: "rome cairo singapore", country: "Argentina", policy_id: 20, popularity_rating: 2, average_cost: "487.10" },
            { id: 36, destination_name: "sydney tokyo madrid", country: "United Kingdom", policy_id: 28, popularity_rating: 9, average_cost: "396.21" },
            { id: 37, destination_name: null, country: "Germany", policy_id: 60, popularity_rating: 2, average_cost: "984.89" },
            { id: 38, destination_name: "berlin tokyo", country: "Canada", policy_id: 108, popularity_rating: 9, average_cost: "3632.34" },
            { id: 39, destination_name: "amsterdam lisbon sydney", country: "United States", policy_id: 20, popularity_rating: 9, average_cost: "628.01" },
            { id: 40, destination_name: "moscow", country: "Japan", policy_id: 45, popularity_rating: 10, average_cost: "4189.69" },
            { id: 41, destination_name: "cairo", country: "Portugal", policy_id: 27, popularity_rating: 8, average_cost: "666.58" },
            { id: 42, destination_name: "sydney dubai newyork", country: "Austria", policy_id: 44, popularity_rating: 9, average_cost: "2423.74" },
            { id: 43, destination_name: "tokyo paris cairo", country: "France", policy_id: 95, popularity_rating: 7, average_cost: "1336.53" },
            { id: 44, destination_name: "barcelona newyork losangeles", country: "Germany", policy_id: 72, popularity_rating: 5, average_cost: "2508.51" },
            { id: 45, destination_name: null, country: "Ireland", policy_id: 30, popularity_rating: 4, average_cost: "664.74" },
            { id: 46, destination_name: null, country: "Argentina", policy_id: 75, popularity_rating: 9, average_cost: "2240.08" },
            { id: 47, destination_name: "singapore london sydney", country: "Ireland", policy_id: 95, popularity_rating: 8, average_cost: "176.02" },
            { id: 48, destination_name: "bangkok singapore lisbon", country: "Netherlands", policy_id: 22, popularity_rating: 10, average_cost: "3734.82" },
            { id: 49, destination_name: null, country: null, policy_id: 22, popularity_rating: 2, average_cost: "1071.78" },
            { id: 50, destination_name: null, country: "Canada", policy_id: 147, popularity_rating: 3, average_cost: "170.81" },
            { id: 51, destination_name: "sydney barcelona", country: "United States", policy_id: 119, popularity_rating: 10, average_cost: "247.67" },
            { id: 52, destination_name: "london", country: "United Kingdom", policy_id: 125, popularity_rating: 1, average_cost: "4272.94" },
            { id: 53, destination_name: null, country: "France", policy_id: 15, popularity_rating: 7, average_cost: "4569.28" },
            { id: 54, destination_name: "losangeles singapore", country: "Portugal", policy_id: 62, popularity_rating: 10, average_cost: "1545.10" },
            { id: 55, destination_name: "amsterdam lisbon tokyo", country: "Finland", policy_id: 143, popularity_rating: 8, average_cost: "792.84" },
            { id: 56, destination_name: "losangeles", country: "Romania", policy_id: 32, popularity_rating: 10, average_cost: "1425.75" },
            { id: 57, destination_name: "moscow", country: "Canada", policy_id: 138, popularity_rating: 8, average_cost: "504.27" },
            { id: 58, destination_name: "madrid bangkok amsterdam", country: "Belgium", policy_id: 61, popularity_rating: 7, average_cost: "527.91" },
            { id: 59, destination_name: "newyork", country: "Mexico", policy_id: 97, popularity_rating: 9, average_cost: "557.89" },
            { id: 60, destination_name: "cairo dubai bangkok", country: "Czech Republic", policy_id: 45, popularity_rating: 5, average_cost: "396.89" },
            { id: 61, destination_name: "cairo", country: "Chile", policy_id: 25, popularity_rating: 9, average_cost: "3244.71" },
            { id: 62, destination_name: "dubai rome", country: "Canada", policy_id: 27, popularity_rating: 6, average_cost: "1524.13" },
            { id: 63, destination_name: "sydney", country: "United Kingdom", policy_id: 140, popularity_rating: 10, average_cost: "104.07" },
            { id: 64, destination_name: "bangkok newyork barcelona", country: "Chile", policy_id: 106, popularity_rating: 9, average_cost: "519.38" },
            { id: 65, destination_name: "dubai", country: "Germany", policy_id: 34, popularity_rating: 8, average_cost: "4410.11" },
            { id: 66, destination_name: "tokyo singapore dubai", country: "Romania", policy_id: 32, popularity_rating: 6, average_cost: "517.94" },
            { id: 67, destination_name: "cairo lisbon", country: "Japan", policy_id: 32, popularity_rating: 10, average_cost: "1581.73" },
            { id: 68, destination_name: null, country: "Spain", policy_id: 147, popularity_rating: 10, average_cost: "2455.80" },
            { id: 69, destination_name: "cairo sydney", country: "Hungary", policy_id: 38, popularity_rating: 8, average_cost: "4566.52" },
            { id: 70, destination_name: "bangkok", country: "Singapore", policy_id: 21, popularity_rating: 4, average_cost: "2195.01" },
            { id: 71, destination_name: "sydney london", country: "South Korea", policy_id: 55, popularity_rating: 7, average_cost: "2689.10" },
            { id: 72, destination_name: "madrid", country: "United States", policy_id: 77, popularity_rating: 4, average_cost: "475.67" },
            { id: 73, destination_name: "cairo losangeles barcelona", country: "Indonesia", policy_id: 66, popularity_rating: 6, average_cost: "516.07" },
            { id: 74, destination_name: "bangkok paris", country: null, policy_id: 133, popularity_rating: 9, average_cost: "2263.72" },
            { id: 75, destination_name: "paris beijing", country: "Belgium", policy_id: 33, popularity_rating: 10, average_cost: "4959.55" },
            { id: 76, destination_name: "toronto", country: "United Kingdom", policy_id: 59, popularity_rating: 4, average_cost: "212.34" },
            { id: 77, destination_name: "bangkok", country: "Greece", policy_id: 126, popularity_rating: 9, average_cost: "133.57" },
            { id: 78, destination_name: "seoul beijing berlin", country: "Turkey", policy_id: 86, popularity_rating: 8, average_cost: "4341.86" },
            { id: 79, destination_name: "amsterdam cairo", country: null, policy_id: 82, popularity_rating: 10, average_cost: "387.26" },
            { id: 80, destination_name: "amsterdam", country: null, policy_id: 2, popularity_rating: 10, average_cost: "4157.08" },
            { id: 81, destination_name: "seoul berlin", country: null, policy_id: 56, popularity_rating: 7, average_cost: "232.00" },
            { id: 82, destination_name: "moscow bangkok lisbon", country: "Thailand", policy_id: 140, popularity_rating: 6, average_cost: "699.06" },
            { id: 83, destination_name: "newyork", country: "Turkey", policy_id: 28, popularity_rating: 3, average_cost: "4959.03" },
            { id: 84, destination_name: "dubai paris moscow", country: "Turkey", policy_id: 42, popularity_rating: 8, average_cost: "4381.71" },
            { id: 85, destination_name: "bangkok singapore", country: "Netherlands", policy_id: 20, popularity_rating: 10, average_cost: "4329.11" },
            { id: 86, destination_name: "madrid tokyo moscow", country: "Nigeria", policy_id: 15, popularity_rating: 10, average_cost: "4920.42" },
            { id: 87, destination_name: "singapore tokyo sydney", country: "United Kingdom", policy_id: 86, popularity_rating: 1, average_cost: "118.12" },
            { id: 88, destination_name: "singapore madrid", country: "United Kingdom", policy_id: 47, popularity_rating: 8, average_cost: "3152.76" },
            { id: 89, destination_name: "losangeles sydney", country: "Turkey", policy_id: 73, popularity_rating: 7, average_cost: "1827.24" },
            { id: 90, destination_name: "moscow", country: "Germany", policy_id: 129, popularity_rating: 5, average_cost: "1988.95" },
            { id: 91, destination_name: "toronto seoul singapore", country: "Sweden", policy_id: 70, popularity_rating: 6, average_cost: "3441.54" },
            { id: 92, destination_name: "losangeles sydney", country: "Denmark", policy_id: 69, popularity_rating: 2, average_cost: "3868.25" },
            { id: 93, destination_name: null, country: "Japan", policy_id: 18, popularity_rating: 7, average_cost: "2373.94" },
            { id: 94, destination_name: "berlin", country: "Peru", policy_id: 121, popularity_rating: 4, average_cost: "1099.31" },
            { id: 95, destination_name: "beijing sydney lisbon", country: "Hungary", policy_id: 58, popularity_rating: 6, average_cost: "1264.13" },
            { id: 96, destination_name: "dubai berlin beijing", country: "Chile", policy_id: 36, popularity_rating: 10, average_cost: "1679.40" },
            { id: 97, destination_name: "beijing seoul", country: "Poland", policy_id: 137, popularity_rating: 3, average_cost: "595.30" },
            { id: 98, destination_name: "lisbon", country: "Germany", policy_id: 64, popularity_rating: 8, average_cost: "1370.70" },
            { id: 99, destination_name: "losangeles singapore", country: null, policy_id: 98, popularity_rating: 8, average_cost: "2069.67" },
            { id: 100, destination_name: "london", country: null, policy_id: 74, popularity_rating: 8, average_cost: "179.22" },
        ],
    });
    await prisma.emergency_services.createMany({
        data: [
            { id: 1, service_name: "hospital", contact_number: "+1-312-555-0115", policy_id: 133, availability_hours: 12 },
            { id: 2, service_name: "consultation advice support", contact_number: "+1-416-555-0151", policy_id: 112, availability_hours: 16 },
            { id: 3, service_name: "hospital clinic", contact_number: "+1-503-555-0185", policy_id: 64, availability_hours: 8 },
            { id: 4, service_name: "rescue advice", contact_number: "+1-303-555-0158", policy_id: 103, availability_hours: 11 },
            { id: 5, service_name: "urgentcare surgery rehabilitation", contact_number: "+1-713-555-0191", policy_id: 130, availability_hours: 13 },
            { id: 6, service_name: "therapy", contact_number: "+1-713-555-0109", policy_id: 126, availability_hours: 10 },
            { id: 7, service_name: "clinic firstaid treatment", contact_number: null, policy_id: 140, availability_hours: 14 },
            { id: 8, service_name: null, contact_number: null, policy_id: 112, availability_hours: 13 },
            { id: 9, service_name: "firstaid", contact_number: "+1-604-555-0110", policy_id: 32, availability_hours: 17 },
            { id: 10, service_name: "intervention", contact_number: "+1-857-555-0195", policy_id: 96, availability_hours: 12 },
            { id: 11, service_name: "surgery monitoring", contact_number: "+1-917-555-0117", policy_id: 16, availability_hours: 14 },
            { id: 12, service_name: "diagnosis rescue surgery", contact_number: null, policy_id: 50, availability_hours: 14 },
            { id: 13, service_name: "treatment surgery rescue", contact_number: "+1-857-555-0103", policy_id: 126, availability_hours: 14 },
            { id: 14, service_name: "evacuation assessment consultation", contact_number: "+1-905-555-0104", policy_id: 87, availability_hours: 18 },
            { id: 15, service_name: "surgery hospital consultation", contact_number: "+1-512-555-0121", policy_id: 73, availability_hours: 13 },
            { id: 16, service_name: "rescue", contact_number: null, policy_id: 96, availability_hours: 11 },
            { id: 17, service_name: "evacuation assessment diagnosis", contact_number: "+1-415-555-0102", policy_id: 131, availability_hours: 6 },
            { id: 18, service_name: "rehabilitation intervention support", contact_number: "+1-202-555-0135", policy_id: 141, availability_hours: 9 },
            { id: 19, service_name: "transport medication", contact_number: "+1-503-555-0181", policy_id: 144, availability_hours: 12 },
            { id: 20, service_name: "surgery monitoring", contact_number: null, policy_id: 84, availability_hours: 11 },
            { id: 21, service_name: "transport", contact_number: null, policy_id: 103, availability_hours: 9 },
            { id: 22, service_name: "treatment", contact_number: "+1-416-555-0125", policy_id: 119, availability_hours: 14 },
            { id: 23, service_name: "treatment diagnosis consultation", contact_number: "+1-612-555-0124", policy_id: 113, availability_hours: 16 },
            { id: 24, service_name: "assessment", contact_number: null, policy_id: 25, availability_hours: 17 },
            { id: 25, service_name: "monitoring", contact_number: "+1-857-555-0151", policy_id: 143, availability_hours: 15 },
            { id: 26, service_name: "ambulance", contact_number: "+1-612-555-0173", policy_id: 79, availability_hours: 14 },
            { id: 27, service_name: "diagnosis advice", contact_number: "+1-801-555-0165", policy_id: 37, availability_hours: 20 },
            { id: 28, service_name: "transport", contact_number: "+1-305-555-0119", policy_id: 29, availability_hours: 14 },
            { id: 29, service_name: "assessment", contact_number: "+1-612-555-0166", policy_id: 1, availability_hours: 15 },
            { id: 30, service_name: null, contact_number: "+1-778-555-0114", policy_id: 24, availability_hours: 12 },
            { id: 31, service_name: "consultation", contact_number: "+1-778-555-0145", policy_id: 4, availability_hours: 14 },
            { id: 32, service_name: "ambulance", contact_number: "+1-416-555-0109", policy_id: 146, availability_hours: 21 },
            { id: 33, service_name: "therapy hospital firstaid", contact_number: "+1-404-555-0147", policy_id: 108, availability_hours: 8 },
            { id: 34, service_name: "intervention", contact_number: "+1-404-555-0197", policy_id: 42, availability_hours: 12 },
            { id: 35, service_name: "rehabilitation", contact_number: "+1-778-555-0101", policy_id: 117, availability_hours: 15 },
            { id: 36, service_name: "surgery intervention", contact_number: "+1-617-555-0150", policy_id: 32, availability_hours: 15 },
            { id: 37, service_name: "firstaid assessment", contact_number: "+1-612-555-0139", policy_id: 10, availability_hours: 7 },
            { id: 38, service_name: "transport intervention monitoring", contact_number: "+1-212-555-0182", policy_id: 18, availability_hours: 9 },
            { id: 39, service_name: "assessment", contact_number: "+1-612-555-0169", policy_id: 32, availability_hours: 10 },
            { id: 40, service_name: "urgentcare support transport", contact_number: null, policy_id: 92, availability_hours: 12 },
            { id: 41, service_name: "rehabilitation", contact_number: null, policy_id: 78, availability_hours: 15 },
            { id: 42, service_name: "assessment evacuation", contact_number: "+1-503-555-0139", policy_id: 46, availability_hours: 13 },
            { id: 43, service_name: "treatment support", contact_number: "+1-778-555-0158", policy_id: 63, availability_hours: 11 },
            { id: 44, service_name: "clinic medication", contact_number: "+1-778-555-0176", policy_id: 97, availability_hours: 10 },
            { id: 45, service_name: "monitoring", contact_number: "+1-503-555-0163", policy_id: 26, availability_hours: 14 },
            { id: 46, service_name: "therapy", contact_number: "+1-702-555-0135", policy_id: 134, availability_hours: 14 },
            { id: 47, service_name: "consultation hospital", contact_number: "+1-202-555-0133", policy_id: 48, availability_hours: 14 },
            { id: 48, service_name: "therapy support", contact_number: "+1-303-555-0154", policy_id: 36, availability_hours: 15 },
            { id: 49, service_name: "support hospital", contact_number: "+1-972-555-0155", policy_id: 97, availability_hours: 10 },
            { id: 50, service_name: "firstaid", contact_number: "+1-972-555-0179", policy_id: 88, availability_hours: 18 },
            { id: 51, service_name: "transport", contact_number: "+1-972-555-0195", policy_id: 3, availability_hours: 13 },
            { id: 52, service_name: null, contact_number: "+1-713-555-0127", policy_id: 90, availability_hours: 15 },
            { id: 53, service_name: "urgentcare assessment", contact_number: "+1-416-555-0189", policy_id: 90, availability_hours: 8 },
            { id: 54, service_name: "transport", contact_number: "+1-612-555-0122", policy_id: 53, availability_hours: 13 },
            { id: 55, service_name: "assessment therapy transport", contact_number: "+1-857-555-0120", policy_id: 146, availability_hours: 14 },
            { id: 56, service_name: "treatment", contact_number: "+1-404-555-0149", policy_id: 63, availability_hours: 9 },
            { id: 57, service_name: "firstaid consultation", contact_number: "+1-617-555-0180", policy_id: 110, availability_hours: 12 },
            { id: 58, service_name: "support advice", contact_number: "+1-801-555-0196", policy_id: 136, availability_hours: 16 },
            { id: 59, service_name: "therapy rehabilitation", contact_number: "+1-213-555-0147", policy_id: 8, availability_hours: 9 },
            { id: 60, service_name: "hospital", contact_number: "+1-416-555-0199", policy_id: 135, availability_hours: 7 },
            { id: 61, service_name: "medication treatment", contact_number: "+1-214-555-0132", policy_id: 81, availability_hours: 14 },
            { id: 62, service_name: null, contact_number: "+1-857-555-0131", policy_id: 54, availability_hours: 13 },
            { id: 63, service_name: "clinic", contact_number: null, policy_id: 122, availability_hours: 9 },
            { id: 64, service_name: "surgery rescue support", contact_number: "+1-303-555-0118", policy_id: 126, availability_hours: 7 },
            { id: 65, service_name: null, contact_number: "+1-801-555-0195", policy_id: 120, availability_hours: 11 },
            { id: 66, service_name: "clinic surgery", contact_number: "+1-713-555-0142", policy_id: 146, availability_hours: 18 },
            { id: 67, service_name: "transport firstaid consultation", contact_number: "+1-612-555-0159", policy_id: 47, availability_hours: 8 },
            { id: 68, service_name: "consultation ambulance", contact_number: "+1-612-555-0143", policy_id: 10, availability_hours: 15 },
            { id: 69, service_name: "rehabilitation support", contact_number: "+1-404-555-0117", policy_id: 64, availability_hours: 16 },
            { id: 70, service_name: "treatment surgery", contact_number: "+1-214-555-0141", policy_id: 118, availability_hours: 15 },
            { id: 71, service_name: "transport firstaid", contact_number: "+1-212-555-0181", policy_id: 74, availability_hours: 14 },
            { id: 72, service_name: "evacuation rescue", contact_number: "+1-415-555-0179", policy_id: 5, availability_hours: 16 },
            { id: 73, service_name: "rehabilitation intervention treatment", contact_number: "+1-503-555-0106", policy_id: 122, availability_hours: 18 },
            { id: 74, service_name: "rehabilitation clinic", contact_number: "+1-604-555-0132", policy_id: 132, availability_hours: 16 },
            { id: 75, service_name: "monitoring rehabilitation transport", contact_number: "+1-857-555-0156", policy_id: 81, availability_hours: 10 },
            { id: 76, service_name: "intervention treatment diagnosis", contact_number: "+1-713-555-0186", policy_id: 11, availability_hours: 10 },
            { id: 77, service_name: "advice monitoring support", contact_number: "+1-469-555-0121", policy_id: 143, availability_hours: 12 },
            { id: 78, service_name: "intervention firstaid", contact_number: "+1-404-555-0190", policy_id: 138, availability_hours: 11 },
            { id: 79, service_name: null, contact_number: "+1-604-555-0177", policy_id: 132, availability_hours: 7 },
            { id: 80, service_name: "assessment rehabilitation rescue", contact_number: null, policy_id: 15, availability_hours: 10 },
        ],
    });
}

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