// Insurance Transactions Overview (insurance-management) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.policyholders), 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.policyholders.createMany({
        data: [
            { id: 1, full_name: "Jonas Young", email: "jonas.young@example.org", phone: "+1-303-555-0169", date_of_birth: "1973-12-28" },
            { id: 2, full_name: "Lina Bauer", email: "lina.bauer@example.net", phone: "+1-213-555-0134", date_of_birth: "1950-03-29" },
            { id: 3, full_name: "Victor Fischer", email: "victor.fischer@example.com", phone: "+1-612-555-0142", date_of_birth: "1997-03-20" },
            { id: 4, full_name: "Mei Murphy", email: "mei.murphy@example.org", phone: "+1-713-555-0144", date_of_birth: "1996-09-06" },
            { id: 5, full_name: "Julia Cruz", email: "julia.cruz@example.org", phone: "+1-972-555-0194", date_of_birth: "1972-03-05" },
            { id: 6, full_name: "Isaac Castro", email: "isaac.castro@example.com", phone: "+1-612-555-0152", date_of_birth: "1967-02-21" },
            { id: 7, full_name: "Pedro Castro", email: "pedro.castro@example.net", phone: "+1-617-555-0105", date_of_birth: "1996-03-20" },
            { id: 8, full_name: "Yara Evans", email: "yara.evans@example.org", phone: "+1-612-555-0164", date_of_birth: "1955-06-06" },
            { id: 9, full_name: "Noah Schmidt", email: "noah.schmidt@example.org", phone: "+1-702-555-0101", date_of_birth: "1958-05-18" },
            { id: 10, full_name: "Mei Kowalski", email: "mei.kowalski@example.net", phone: "+1-213-555-0149", date_of_birth: "1983-06-25" },
            { id: 11, full_name: "Andre Kaya", email: "andre.kaya@example.com", phone: "+1-617-555-0101", date_of_birth: "1957-03-23" },
            { id: 12, full_name: "Andre Hoffmann", email: "andre.hoffmann@example.com", phone: "+1-905-555-0119", date_of_birth: "1974-10-07" },
            { id: 13, full_name: "Daniel Jensen", email: "daniel.jensen@example.org", phone: "+1-713-555-0178", date_of_birth: "1987-05-09" },
            { id: 14, full_name: "Felix Wilson", email: "felix.wilson@example.com", phone: "+1-917-555-0133", date_of_birth: "1951-04-05" },
            { id: 15, full_name: "Ethan Gupta", email: "ethan.gupta@example.net", phone: "+1-617-555-0168", date_of_birth: "1988-06-23" },
            { id: 16, full_name: "Marco Lopez", email: "marco.lopez@example.net", phone: "+1-917-555-0114", date_of_birth: "1997-06-24" },
            { id: 17, full_name: "Mohamed Lee", email: "mohamed.lee@example.org", phone: "+1-604-555-0126", date_of_birth: "1985-08-25" },
            { id: 18, full_name: "Laura Patel", email: "laura.patel@example.org", phone: "+1-801-555-0111", date_of_birth: "1975-05-07" },
            { id: 19, full_name: "Ana Reyes", email: "ana.reyes@example.org", phone: "+1-702-555-0107", date_of_birth: "1985-05-28" },
            { id: 20, full_name: "Theo Davis", email: "theo.davis@example.org", phone: "+1-305-555-0141", date_of_birth: "1962-10-14" },
            { id: 21, full_name: "Chloe Hughes", email: "chloe.hughes@example.org", phone: "+1-917-555-0192", date_of_birth: "1976-02-26" },
            { id: 22, full_name: "Mateo Mendes", email: "mateo.mendes@example.org", phone: "+1-404-555-0117", date_of_birth: "1999-03-12" },
            { id: 23, full_name: "Ivan Gomez", email: "ivan.gomez@example.com", phone: "+1-213-555-0134", date_of_birth: "1959-01-16" },
            { id: 24, full_name: "Theo Larsen", email: "theo.larsen@example.org", phone: "+1-905-555-0155", date_of_birth: "1986-07-18" },
            { id: 25, full_name: "Elif Kumar", email: "elif.kumar@example.com", phone: "+1-972-555-0163", date_of_birth: "1964-02-22" },
            { id: 26, full_name: "Karim Moreau", email: "karim.moreau@example.com", phone: "+1-303-555-0146", date_of_birth: "1990-01-29" },
            { id: 27, full_name: "James Ahmed", email: "james.ahmed@example.net", phone: "+1-212-555-0161", date_of_birth: "1995-02-11" },
            { id: 28, full_name: "Sam Tanaka", email: "sam.tanaka@example.org", phone: "+1-213-555-0160", date_of_birth: "1998-07-23" },
            { id: 29, full_name: "Omar Chen", email: "omar.chen@example.org", phone: "+1-905-555-0185", date_of_birth: "1980-08-02" },
            { id: 30, full_name: "Arjun Oliveira", email: "arjun.oliveira@example.net", phone: "+1-713-555-0131", date_of_birth: "1951-03-17" },
            { id: 31, full_name: "Carlos Diaz", email: "carlos.diaz@example.org", phone: "+1-801-555-0153", date_of_birth: "2000-07-08" },
            { id: 32, full_name: "Diego Schmidt", email: "diego.schmidt@example.org", phone: "+1-905-555-0110", date_of_birth: "1998-01-26" },
            { id: 33, full_name: "Liam Castro", email: "liam.castro@example.org", phone: "+1-778-555-0129", date_of_birth: "1987-09-18" },
            { id: 34, full_name: "Uma Flores", email: "uma.flores@example.net", phone: "+1-305-555-0169", date_of_birth: "1957-06-10" },
            { id: 35, full_name: "Mateo Smith", email: "mateo.smith@example.net", phone: "+1-612-555-0182", date_of_birth: "1975-06-29" },
            { id: 36, full_name: "Anna Chen", email: "anna.chen@example.com", phone: "+1-213-555-0171", date_of_birth: "1981-10-09" },
            { id: 37, full_name: "Elena Young", email: "elena.young@example.net", phone: "+1-212-555-0136", date_of_birth: "1997-01-16" },
            { id: 38, full_name: "Selin Reyes", email: "selin.reyes@example.com", phone: "+1-857-555-0116", date_of_birth: "1996-09-26" },
            { id: 39, full_name: "Maria Murphy", email: "maria.murphy@example.net", phone: "+1-214-555-0128", date_of_birth: "1981-12-22" },
            { id: 40, full_name: "Rosa Davis", email: "rosa.davis@example.org", phone: "+1-612-555-0133", date_of_birth: "1952-02-02" },
            { id: 41, full_name: "Zara Kim", email: "zara.kim@example.org", phone: "+1-416-555-0187", date_of_birth: "1964-02-02" },
            { id: 42, full_name: "Ines Fischer", email: "ines.fischer@example.net", phone: "+1-416-555-0135", date_of_birth: "1984-09-02" },
            { id: 43, full_name: "Yusuf Rossi", email: "yusuf.rossi@example.com", phone: "+1-213-555-0145", date_of_birth: "1958-10-18" },
            { id: 44, full_name: "Lucas Adams", email: "lucas.adams@example.org", phone: "+1-415-555-0126", date_of_birth: "1964-11-07" },
            { id: 45, full_name: "Hugo Davis", email: "hugo.davis@example.net", phone: "+1-713-555-0177", date_of_birth: "1957-04-07" },
            { id: 46, full_name: "Mohamed Taylor", email: "mohamed.taylor@example.org", phone: "+1-415-555-0124", date_of_birth: "1955-08-23" },
            { id: 47, full_name: "Nadia Young", email: "nadia.young@example.org", phone: "+1-305-555-0153", date_of_birth: "1997-08-17" },
            { id: 48, full_name: "Nina Evans", email: "nina.evans@example.org", phone: "+1-415-555-0124", date_of_birth: "1980-02-29" },
            { id: 49, full_name: "Ana Taylor", email: "ana.taylor@example.com", phone: "+1-305-555-0102", date_of_birth: "1988-11-19" },
            { id: 50, full_name: "Tariq Tanaka", email: "tariq.tanaka@example.com", phone: "+1-404-555-0162", date_of_birth: "1983-07-15" },
            { id: 51, full_name: "Jack Jansen", email: "jack.jansen@example.net", phone: "+1-415-555-0131", date_of_birth: "1972-06-24" },
            { id: 52, full_name: "Elif Wright", email: "elif.wright@example.com", phone: "+1-415-555-0130", date_of_birth: "1950-11-13" },
            { id: 53, full_name: "Rafael Khan", email: "rafael.khan@example.org", phone: "+1-415-555-0181", date_of_birth: "1956-12-27" },
            { id: 54, full_name: "Sara Pereira", email: "sara.pereira@example.org", phone: "+1-214-555-0103", date_of_birth: "1967-07-16" },
            { id: 55, full_name: "Chloe Hughes", email: "chloe.hughes@example.org", phone: "+1-713-555-0114", date_of_birth: "2000-03-20" },
            { id: 56, full_name: "Nadia Fischer", email: "nadia.fischer@example.org", phone: "+1-801-555-0181", date_of_birth: "1992-01-06" },
            { id: 57, full_name: "Jade Pereira", email: "jade.pereira@example.net", phone: "+1-972-555-0189", date_of_birth: "1980-09-27" },
            { id: 58, full_name: "Felix Wilson", email: "felix.wilson@example.org", phone: "+1-416-555-0153", date_of_birth: "1963-11-18" },
            { id: 59, full_name: "Maria Kumar", email: "maria.kumar@example.com", phone: "+1-202-555-0140", date_of_birth: "1956-03-19" },
            { id: 60, full_name: "Olivia Johnson", email: "olivia.johnson@example.net", phone: "+1-617-555-0110", date_of_birth: "1998-03-11" },
            { id: 61, full_name: "Uma Zhang", email: "uma.zhang@example.com", phone: "+1-612-555-0162", date_of_birth: "1955-07-13" },
            { id: 62, full_name: "Omar Rossi", email: "omar.rossi@example.org", phone: "+1-857-555-0132", date_of_birth: "1970-11-22" },
            { id: 63, full_name: "Ines Kumar", email: "ines.kumar@example.com", phone: "+1-512-555-0126", date_of_birth: "1961-11-18" },
            { id: 64, full_name: "Mohamed Adams", email: "mohamed.adams@example.org", phone: "+1-905-555-0113", date_of_birth: "1955-11-24" },
            { id: 65, full_name: "Yara Ibrahim", email: "yara.ibrahim@example.net", phone: "+1-857-555-0132", date_of_birth: "1980-01-03" },
            { id: 66, full_name: "Wei Kaya", email: "wei.kaya@example.net", phone: "+1-305-555-0130", date_of_birth: "1954-10-20" },
            { id: 67, full_name: "Ana Gupta", email: "ana.gupta@example.com", phone: "+1-503-555-0136", date_of_birth: "1995-07-18" },
            { id: 68, full_name: "Nadia Evans", email: "nadia.evans@example.net", phone: "+1-214-555-0164", date_of_birth: "1985-05-12" },
            { id: 69, full_name: "David Chen", email: "david.chen@example.com", phone: "+1-212-555-0103", date_of_birth: "1988-02-28" },
            { id: 70, full_name: "Amir Adams", email: "amir.adams@example.org", phone: "+1-214-555-0172", date_of_birth: "1992-03-03" },
            { id: 71, full_name: "Omar Fischer", email: "omar.fischer@example.net", phone: "+1-702-555-0139", date_of_birth: "1952-02-24" },
            { id: 72, full_name: "Diego Schmidt", email: "diego.schmidt@example.com", phone: "+1-512-555-0155", date_of_birth: "1954-02-26" },
            { id: 73, full_name: "Zara Becker", email: "zara.becker@example.net", phone: "+1-303-555-0191", date_of_birth: "1973-04-01" },
            { id: 74, full_name: "Lucas Klein", email: "lucas.klein@example.org", phone: "+1-778-555-0109", date_of_birth: "1951-08-20" },
            { id: 75, full_name: "Tariq Gomez", email: "tariq.gomez@example.net", phone: "+1-404-555-0121", date_of_birth: "1962-12-07" },
            { id: 76, full_name: "Ivan Hughes", email: "ivan.hughes@example.net", phone: "+1-404-555-0193", date_of_birth: "1966-03-21" },
            { id: 77, full_name: "Chen Brown", email: "chen.brown@example.net", phone: "+1-801-555-0150", date_of_birth: "1963-12-06" },
            { id: 78, full_name: "Theo Zhang", email: "theo.zhang@example.com", phone: "+1-972-555-0106", date_of_birth: "1987-08-29" },
            { id: 79, full_name: "Leo Wright", email: "leo.wright@example.com", phone: "+1-213-555-0156", date_of_birth: "1994-10-11" },
            { id: 80, full_name: "Mei Becker", email: "mei.becker@example.org", phone: "+1-303-555-0149", date_of_birth: "1967-12-28" },
            { id: 81, full_name: "Grace Andersen", email: "grace.andersen@example.org", phone: "+1-415-555-0139", date_of_birth: "1990-11-28" },
            { id: 82, full_name: "Kai Carter", email: "kai.carter@example.org", phone: "+1-617-555-0134", date_of_birth: "2000-02-27" },
            { id: 83, full_name: "Mila Evans", email: "mila.evans@example.net", phone: "+1-713-555-0189", date_of_birth: "1995-03-24" },
            { id: 84, full_name: "Maya Vargas", email: "maya.vargas@example.net", phone: "+1-972-555-0181", date_of_birth: "1986-10-17" },
            { id: 85, full_name: "Elena Martin", email: "elena.martin@example.net", phone: "+1-612-555-0178", date_of_birth: "1960-09-08" },
            { id: 86, full_name: "Ines Ruiz", email: "ines.ruiz@example.net", phone: "+1-778-555-0147", date_of_birth: "1954-03-09" },
            { id: 87, full_name: "Lucas Kumar", email: "lucas.kumar@example.org", phone: "+1-972-555-0103", date_of_birth: "1956-06-12" },
            { id: 88, full_name: "Andre Becker", email: "andre.becker@example.net", phone: "+1-702-555-0186", date_of_birth: "1975-02-21" },
            { id: 89, full_name: "Kai Hughes", email: "kai.hughes@example.com", phone: "+1-213-555-0108", date_of_birth: "1981-06-10" },
            { id: 90, full_name: "Hugo Shah", email: "hugo.shah@example.com", phone: "+1-905-555-0122", date_of_birth: "1997-05-26" },
            { id: 91, full_name: "Grace Park", email: "grace.park@example.org", phone: "+1-202-555-0120", date_of_birth: "1953-01-06" },
            { id: 92, full_name: "Mateo Baker", email: "mateo.baker@example.net", phone: "+1-303-555-0155", date_of_birth: "1987-02-08" },
            { id: 93, full_name: "Felix Schmidt", email: "felix.schmidt@example.net", phone: "+1-305-555-0174", date_of_birth: "1992-11-05" },
            { id: 94, full_name: "Amir Hughes", email: "amir.hughes@example.net", phone: "+1-213-555-0195", date_of_birth: "1957-12-02" },
            { id: 95, full_name: "Fatima Park", email: "fatima.park@example.net", phone: "+1-305-555-0128", date_of_birth: "1987-10-17" },
            { id: 96, full_name: "Nour Novak", email: "nour.novak@example.com", phone: "+1-202-555-0166", date_of_birth: "1952-08-07" },
            { id: 97, full_name: "Ivan Kowalski", email: "ivan.kowalski@example.org", phone: "+1-801-555-0197", date_of_birth: "1982-01-01" },
            { id: 98, full_name: "Grace Reyes", email: "grace.reyes@example.net", phone: "+1-214-555-0167", date_of_birth: "1978-01-07" },
            { id: 99, full_name: "Nadia Cruz", email: "nadia.cruz@example.com", phone: "+1-305-555-0120", date_of_birth: "1968-08-02" },
            { id: 100, full_name: "Felix Silva", email: "felix.silva@example.com", phone: "+1-857-555-0179", date_of_birth: "1976-05-02" },
        ],
    });
    await prisma.policies.createMany({
        data: [
            { id: 1, policyholder_id: 47, coverage_type: "Auto", status: "Expired", start_date: "2022-11-05", end_date: "2021-10-15" },
            { id: 2, policyholder_id: 94, coverage_type: "Life", status: "Expired", start_date: "2023-01-06", end_date: "2023-03-09" },
            { id: 3, policyholder_id: 14, coverage_type: "Life", status: "Cancelled", start_date: "2021-11-25", end_date: "2023-02-19" },
            { id: 4, policyholder_id: 31, coverage_type: "Travel", status: "Expired", start_date: "2023-08-10", end_date: "2022-02-02" },
            { id: 5, policyholder_id: 94, coverage_type: "Home", status: "Cancelled", start_date: "2023-09-11", end_date: "2023-11-07" },
            { id: 6, policyholder_id: 42, coverage_type: "Life", status: "Active", start_date: "2020-10-23", end_date: "2024-01-18" },
            { id: 7, policyholder_id: 81, coverage_type: "Health", status: "Expired", start_date: "2020-10-24", end_date: "2021-05-14" },
            { id: 8, policyholder_id: 22, coverage_type: "Auto", status: "Active", start_date: "2021-11-09", end_date: "2023-06-26" },
            { id: 9, policyholder_id: 87, coverage_type: "Health", status: "Active", start_date: "2022-04-05", end_date: "2021-10-24" },
            { id: 10, policyholder_id: 63, coverage_type: "Auto", status: "Active", start_date: "2021-09-02", end_date: "2023-08-02" },
            { id: 11, policyholder_id: 59, coverage_type: "Auto", status: "Active", start_date: "2022-04-15", end_date: "2023-01-02" },
            { id: 12, policyholder_id: 22, coverage_type: "Home", status: "Active", start_date: "2023-07-15", end_date: "2024-04-09" },
            { id: 13, policyholder_id: 32, coverage_type: "Life", status: "Active", start_date: "2023-10-02", end_date: "2023-06-15" },
            { id: 14, policyholder_id: 42, coverage_type: "Life", status: "Expired", start_date: "2020-05-01", end_date: "2023-03-04" },
            { id: 15, policyholder_id: 98, coverage_type: "Health", status: "Expired", start_date: "2021-10-01", end_date: "2023-08-05" },
            { id: 16, policyholder_id: 95, coverage_type: "Health", status: "Active", start_date: "2021-11-03", end_date: "2021-08-04" },
            { id: 17, policyholder_id: 76, coverage_type: "Health", status: "Cancelled", start_date: "2023-12-03", end_date: "2023-02-15" },
            { id: 18, policyholder_id: 27, coverage_type: "Life", status: "Active", start_date: "2021-12-02", end_date: "2022-04-13" },
            { id: 19, policyholder_id: 23, coverage_type: "Life", status: "Active", start_date: "2022-06-09", end_date: "2024-06-08" },
            { id: 20, policyholder_id: 25, coverage_type: "Life", status: "Active", start_date: "2022-04-23", end_date: "2023-03-05" },
            { id: 21, policyholder_id: 23, coverage_type: "Life", status: "Active", start_date: "2021-05-29", end_date: "2024-06-14" },
            { id: 22, policyholder_id: 5, coverage_type: "Life", status: "Active", start_date: "2023-12-06", end_date: "2024-08-18" },
            { id: 23, policyholder_id: 87, coverage_type: "Health", status: "Expired", start_date: "2023-08-15", end_date: "2021-10-25" },
            { id: 24, policyholder_id: 7, coverage_type: "Auto", status: "Expired", start_date: "2022-04-30", end_date: "2023-06-09" },
            { id: 25, policyholder_id: 53, coverage_type: "Home", status: "Active", start_date: "2022-09-02", end_date: "2024-07-18" },
            { id: 26, policyholder_id: 86, coverage_type: "Health", status: "Active", start_date: "2022-11-24", end_date: "2022-08-17" },
            { id: 27, policyholder_id: 76, coverage_type: "Home", status: "Active", start_date: "2020-10-26", end_date: "2024-06-02" },
            { id: 28, policyholder_id: 90, coverage_type: "Life", status: "Expired", start_date: "2022-04-30", end_date: "2021-06-22" },
            { id: 29, policyholder_id: 78, coverage_type: "Life", status: "Expired", start_date: "2021-08-17", end_date: "2024-04-09" },
            { id: 30, policyholder_id: 7, coverage_type: "Life", status: "Expired", start_date: "2023-12-16", end_date: "2022-07-24" },
            { id: 31, policyholder_id: 69, coverage_type: "Life", status: "Active", start_date: "2023-07-30", end_date: "2021-10-04" },
            { id: 32, policyholder_id: 93, coverage_type: "Auto", status: "Cancelled", start_date: "2022-04-16", end_date: "2023-04-19" },
            { id: 33, policyholder_id: 32, coverage_type: "Life", status: "Expired", start_date: "2021-10-09", end_date: "2021-05-05" },
            { id: 34, policyholder_id: 88, coverage_type: "Travel", status: "Expired", start_date: "2023-01-09", end_date: "2023-06-22" },
            { id: 35, policyholder_id: 66, coverage_type: "Health", status: "Cancelled", start_date: "2022-06-19", end_date: "2024-11-26" },
            { id: 36, policyholder_id: 23, coverage_type: "Life", status: "Active", start_date: "2023-08-31", end_date: "2024-06-08" },
            { id: 37, policyholder_id: 55, coverage_type: "Health", status: "Active", start_date: "2021-03-23", end_date: "2022-04-23" },
            { id: 38, policyholder_id: 43, coverage_type: "Life", status: "Active", start_date: "2023-12-09", end_date: "2023-08-21" },
            { id: 39, policyholder_id: 53, coverage_type: "Life", status: "Expired", start_date: "2021-11-25", end_date: "2023-05-24" },
            { id: 40, policyholder_id: 78, coverage_type: "Auto", status: "Active", start_date: "2023-02-08", end_date: "2024-05-19" },
            { id: 41, policyholder_id: 10, coverage_type: "Life", status: "Active", start_date: "2023-03-13", end_date: "2022-03-23" },
            { id: 42, policyholder_id: 23, coverage_type: "Life", status: "Active", start_date: "2022-03-21", end_date: "2022-01-19" },
            { id: 43, policyholder_id: 92, coverage_type: "Travel", status: "Active", start_date: "2023-01-24", end_date: "2024-06-29" },
            { id: 44, policyholder_id: 64, coverage_type: "Auto", status: "Active", start_date: "2021-06-04", end_date: "2022-09-23" },
            { id: 45, policyholder_id: 6, coverage_type: "Home", status: "Active", start_date: "2023-08-01", end_date: "2024-10-25" },
            { id: 46, policyholder_id: 26, coverage_type: "Home", status: "Active", start_date: "2023-03-17", end_date: "2023-12-28" },
            { id: 47, policyholder_id: 32, coverage_type: "Health", status: "Cancelled", start_date: "2020-06-22", end_date: "2023-02-26" },
            { id: 48, policyholder_id: 33, coverage_type: "Life", status: "Active", start_date: "2023-07-25", end_date: "2024-10-29" },
            { id: 49, policyholder_id: 35, coverage_type: "Home", status: "Cancelled", start_date: "2021-05-14", end_date: "2024-05-17" },
            { id: 50, policyholder_id: 77, coverage_type: "Life", status: "Active", start_date: "2021-06-28", end_date: "2023-07-09" },
            { id: 51, policyholder_id: 8, coverage_type: "Life", status: "Cancelled", start_date: "2021-02-04", end_date: "2024-04-04" },
            { id: 52, policyholder_id: 22, coverage_type: "Home", status: "Active", start_date: "2023-12-11", end_date: "2024-07-11" },
            { id: 53, policyholder_id: 92, coverage_type: "Health", status: "Active", start_date: "2022-10-16", end_date: "2022-12-17" },
            { id: 54, policyholder_id: 97, coverage_type: "Home", status: "Active", start_date: "2022-04-29", end_date: "2024-07-08" },
            { id: 55, policyholder_id: 21, coverage_type: "Life", status: "Cancelled", start_date: "2021-05-11", end_date: "2023-05-28" },
            { id: 56, policyholder_id: 2, coverage_type: "Travel", status: "Active", start_date: "2022-02-25", end_date: "2024-10-17" },
            { id: 57, policyholder_id: 79, coverage_type: "Health", status: "Active", start_date: "2020-01-17", end_date: "2024-05-11" },
            { id: 58, policyholder_id: 85, coverage_type: "Health", status: "Active", start_date: "2023-08-13", end_date: "2021-10-23" },
            { id: 59, policyholder_id: 8, coverage_type: "Auto", status: "Expired", start_date: "2020-10-22", end_date: "2021-11-17" },
            { id: 60, policyholder_id: 88, coverage_type: "Life", status: "Active", start_date: "2021-05-02", end_date: "2022-02-03" },
            { id: 61, policyholder_id: 66, coverage_type: "Auto", status: "Active", start_date: "2021-05-23", end_date: "2024-10-21" },
            { id: 62, policyholder_id: 88, coverage_type: "Health", status: "Active", start_date: "2021-09-20", end_date: "2022-07-31" },
            { id: 63, policyholder_id: 11, coverage_type: "Life", status: "Expired", start_date: "2022-08-26", end_date: "2023-09-01" },
            { id: 64, policyholder_id: 28, coverage_type: "Health", status: "Active", start_date: "2023-12-03", end_date: "2024-03-20" },
            { id: 65, policyholder_id: 38, coverage_type: "Auto", status: "Active", start_date: "2020-01-25", end_date: "2022-03-31" },
            { id: 66, policyholder_id: 87, coverage_type: "Travel", status: "Active", start_date: "2021-10-15", end_date: "2022-12-10" },
            { id: 67, policyholder_id: 46, coverage_type: "Life", status: "Active", start_date: "2020-08-23", end_date: "2024-04-20" },
            { id: 68, policyholder_id: 72, coverage_type: "Auto", status: "Active", start_date: "2020-09-01", end_date: "2023-09-19" },
            { id: 69, policyholder_id: 38, coverage_type: "Life", status: "Cancelled", start_date: "2023-10-28", end_date: "2021-12-26" },
            { id: 70, policyholder_id: 9, coverage_type: "Health", status: "Active", start_date: "2022-05-13", end_date: "2023-09-14" },
            { id: 71, policyholder_id: 70, coverage_type: "Health", status: "Cancelled", start_date: "2023-03-20", end_date: "2021-08-21" },
            { id: 72, policyholder_id: 2, coverage_type: "Home", status: "Active", start_date: "2022-06-02", end_date: "2024-08-31" },
            { id: 73, policyholder_id: 42, coverage_type: "Health", status: "Cancelled", start_date: "2023-01-27", end_date: "2023-02-17" },
            { id: 74, policyholder_id: 35, coverage_type: "Health", status: "Active", start_date: "2023-01-14", end_date: "2024-04-23" },
            { id: 75, policyholder_id: 15, coverage_type: "Life", status: "Expired", start_date: "2023-12-26", end_date: "2021-07-14" },
            { id: 76, policyholder_id: 40, coverage_type: "Health", status: "Active", start_date: "2023-08-16", end_date: "2023-09-10" },
            { id: 77, policyholder_id: 8, coverage_type: "Life", status: "Active", start_date: "2022-07-16", end_date: "2023-08-07" },
            { id: 78, policyholder_id: 51, coverage_type: "Life", status: "Active", start_date: "2023-09-28", end_date: "2024-05-20" },
            { id: 79, policyholder_id: 40, coverage_type: "Travel", status: "Active", start_date: "2022-12-14", end_date: "2023-06-15" },
            { id: 80, policyholder_id: 32, coverage_type: "Health", status: "Active", start_date: "2021-06-13", end_date: "2024-09-15" },
            { id: 81, policyholder_id: 19, coverage_type: "Life", status: "Active", start_date: "2020-12-24", end_date: "2022-11-16" },
            { id: 82, policyholder_id: 58, coverage_type: "Travel", status: "Active", start_date: "2023-02-28", end_date: "2021-07-28" },
            { id: 83, policyholder_id: 94, coverage_type: "Life", status: "Active", start_date: "2022-08-30", end_date: "2022-11-11" },
            { id: 84, policyholder_id: 93, coverage_type: "Home", status: "Expired", start_date: "2023-11-09", end_date: "2024-06-01" },
            { id: 85, policyholder_id: 29, coverage_type: "Life", status: "Cancelled", start_date: "2023-07-05", end_date: "2024-04-21" },
            { id: 86, policyholder_id: 50, coverage_type: "Health", status: "Expired", start_date: "2021-05-23", end_date: "2022-07-09" },
            { id: 87, policyholder_id: 96, coverage_type: "Life", status: "Expired", start_date: "2020-01-16", end_date: "2021-03-04" },
            { id: 88, policyholder_id: 80, coverage_type: "Life", status: "Active", start_date: "2021-08-29", end_date: "2023-10-11" },
            { id: 89, policyholder_id: 81, coverage_type: "Health", status: "Active", start_date: "2022-04-25", end_date: "2024-09-09" },
            { id: 90, policyholder_id: 25, coverage_type: "Life", status: "Active", start_date: "2023-09-23", end_date: "2021-05-20" },
            { id: 91, policyholder_id: 15, coverage_type: "Auto", status: "Expired", start_date: "2023-06-03", end_date: "2022-02-27" },
            { id: 92, policyholder_id: 90, coverage_type: "Auto", status: "Expired", start_date: "2023-10-23", end_date: "2024-05-03" },
            { id: 93, policyholder_id: 58, coverage_type: "Health", status: "Active", start_date: "2022-05-11", end_date: "2024-11-08" },
            { id: 94, policyholder_id: 9, coverage_type: "Auto", status: "Active", start_date: "2021-03-07", end_date: "2023-07-03" },
            { id: 95, policyholder_id: 41, coverage_type: "Auto", status: "Active", start_date: "2022-10-25", end_date: "2023-12-25" },
            { id: 96, policyholder_id: 95, coverage_type: "Life", status: "Expired", start_date: "2020-08-23", end_date: "2023-07-22" },
            { id: 97, policyholder_id: 19, coverage_type: "Health", status: "Active", start_date: "2021-12-30", end_date: "2021-02-04" },
            { id: 98, policyholder_id: 82, coverage_type: "Auto", status: "Cancelled", start_date: "2023-09-16", end_date: "2021-08-12" },
            { id: 99, policyholder_id: 15, coverage_type: "Life", status: "Active", start_date: "2021-03-21", end_date: "2024-12-10" },
            { id: 100, policyholder_id: 75, coverage_type: "Life", status: "Active", start_date: "2023-01-15", end_date: "2021-10-02" },
            { id: 101, policyholder_id: 72, coverage_type: "Health", status: "Active", start_date: "2021-11-22", end_date: "2021-05-04" },
            { id: 102, policyholder_id: 57, coverage_type: "Auto", status: "Expired", start_date: "2022-10-13", end_date: "2022-01-29" },
            { id: 103, policyholder_id: 45, coverage_type: "Life", status: "Active", start_date: "2022-05-03", end_date: "2021-12-11" },
            { id: 104, policyholder_id: 70, coverage_type: "Auto", status: "Active", start_date: "2022-12-19", end_date: "2022-08-16" },
            { id: 105, policyholder_id: 56, coverage_type: "Life", status: "Active", start_date: "2021-01-17", end_date: "2023-11-04" },
            { id: 106, policyholder_id: 31, coverage_type: "Auto", status: "Active", start_date: "2021-04-08", end_date: "2024-10-05" },
            { id: 107, policyholder_id: 75, coverage_type: "Life", status: "Active", start_date: "2022-01-11", end_date: "2023-07-30" },
            { id: 108, policyholder_id: 85, coverage_type: "Travel", status: "Active", start_date: "2020-07-12", end_date: "2024-06-06" },
            { id: 109, policyholder_id: 21, coverage_type: "Health", status: "Active", start_date: "2020-04-30", end_date: "2021-05-04" },
            { id: 110, policyholder_id: 15, coverage_type: "Health", status: "Active", start_date: "2021-10-17", end_date: "2024-07-08" },
            { id: 111, policyholder_id: 50, coverage_type: "Life", status: "Expired", start_date: "2020-07-24", end_date: "2024-04-01" },
            { id: 112, policyholder_id: 24, coverage_type: "Life", status: "Active", start_date: "2023-09-06", end_date: "2022-06-17" },
            { id: 113, policyholder_id: 57, coverage_type: "Health", status: "Active", start_date: "2023-04-26", end_date: "2021-10-07" },
            { id: 114, policyholder_id: 64, coverage_type: "Health", status: "Active", start_date: "2021-01-26", end_date: "2024-05-31" },
            { id: 115, policyholder_id: 8, coverage_type: "Auto", status: "Cancelled", start_date: "2021-09-22", end_date: "2023-11-11" },
            { id: 116, policyholder_id: 84, coverage_type: "Health", status: "Active", start_date: "2023-04-24", end_date: "2022-04-10" },
            { id: 117, policyholder_id: 38, coverage_type: "Life", status: "Active", start_date: "2023-06-30", end_date: "2024-04-29" },
            { id: 118, policyholder_id: 7, coverage_type: "Life", status: "Expired", start_date: "2021-02-08", end_date: "2023-04-24" },
            { id: 119, policyholder_id: 87, coverage_type: "Life", status: "Active", start_date: "2020-07-14", end_date: "2024-02-04" },
            { id: 120, policyholder_id: 54, coverage_type: "Life", status: "Active", start_date: "2021-10-20", end_date: "2022-08-05" },
            { id: 121, policyholder_id: 44, coverage_type: "Life", status: "Active", start_date: "2021-09-23", end_date: "2023-02-01" },
            { id: 122, policyholder_id: 28, coverage_type: "Life", status: "Active", start_date: "2020-01-07", end_date: "2024-06-04" },
            { id: 123, policyholder_id: 84, coverage_type: "Life", status: "Active", start_date: "2023-05-04", end_date: "2023-06-01" },
            { id: 124, policyholder_id: 29, coverage_type: "Travel", status: "Active", start_date: "2023-09-19", end_date: "2023-01-26" },
            { id: 125, policyholder_id: 100, coverage_type: "Life", status: "Expired", start_date: "2022-02-19", end_date: "2023-08-02" },
            { id: 126, policyholder_id: 39, coverage_type: "Travel", status: "Active", start_date: "2023-02-16", end_date: "2024-03-20" },
            { id: 127, policyholder_id: 58, coverage_type: "Life", status: "Active", start_date: "2023-04-28", end_date: "2022-06-13" },
            { id: 128, policyholder_id: 43, coverage_type: "Home", status: "Cancelled", start_date: "2022-08-20", end_date: "2023-12-24" },
            { id: 129, policyholder_id: 41, coverage_type: "Health", status: "Active", start_date: "2023-02-19", end_date: "2024-06-17" },
            { id: 130, policyholder_id: 35, coverage_type: "Life", status: "Active", start_date: "2022-05-29", end_date: "2023-04-20" },
            { id: 131, policyholder_id: 6, coverage_type: "Home", status: "Expired", start_date: "2023-03-30", end_date: "2023-03-01" },
            { id: 132, policyholder_id: 55, coverage_type: "Travel", status: "Active", start_date: "2023-06-30", end_date: "2024-07-31" },
            { id: 133, policyholder_id: 28, coverage_type: "Health", status: "Active", start_date: "2020-07-22", end_date: "2022-01-05" },
            { id: 134, policyholder_id: 21, coverage_type: "Life", status: "Active", start_date: "2022-05-13", end_date: "2023-07-27" },
            { id: 135, policyholder_id: 5, coverage_type: "Life", status: "Active", start_date: "2023-02-03", end_date: "2023-08-28" },
            { id: 136, policyholder_id: 48, coverage_type: "Life", status: "Active", start_date: "2021-09-07", end_date: "2023-01-23" },
            { id: 137, policyholder_id: 90, coverage_type: "Life", status: "Active", start_date: "2021-07-03", end_date: "2022-01-19" },
            { id: 138, policyholder_id: 22, coverage_type: "Auto", status: "Active", start_date: "2023-11-19", end_date: "2023-04-18" },
            { id: 139, policyholder_id: 58, coverage_type: "Health", status: "Active", start_date: "2022-12-02", end_date: "2023-08-26" },
            { id: 140, policyholder_id: 10, coverage_type: "Life", status: "Active", start_date: "2022-08-06", end_date: "2024-05-31" },
            { id: 141, policyholder_id: 54, coverage_type: "Life", status: "Active", start_date: "2021-10-15", end_date: "2024-07-25" },
            { id: 142, policyholder_id: 39, coverage_type: "Home", status: "Expired", start_date: "2023-05-01", end_date: "2024-12-11" },
            { id: 143, policyholder_id: 60, coverage_type: "Life", status: "Active", start_date: "2020-09-12", end_date: "2024-02-16" },
            { id: 144, policyholder_id: 97, coverage_type: "Health", status: "Cancelled", start_date: "2022-02-23", end_date: "2023-05-01" },
            { id: 145, policyholder_id: 10, coverage_type: "Health", status: "Active", start_date: "2022-06-29", end_date: "2024-08-10" },
            { id: 146, policyholder_id: 14, coverage_type: "Auto", status: "Active", start_date: "2022-08-31", end_date: "2022-07-10" },
            { id: 147, policyholder_id: 74, coverage_type: "Health", status: "Active", start_date: "2020-02-08", end_date: "2024-04-10" },
            { id: 148, policyholder_id: 65, coverage_type: "Life", status: "Expired", start_date: "2023-07-26", end_date: "2023-02-25" },
            { id: 149, policyholder_id: 27, coverage_type: "Auto", status: "Active", start_date: "2022-08-10", end_date: "2023-05-15" },
            { id: 150, policyholder_id: 88, coverage_type: "Life", status: "Expired", start_date: "2022-05-14", end_date: "2021-02-09" },
            { id: 151, policyholder_id: 27, coverage_type: "Life", status: "Active", start_date: "2021-05-30", end_date: "2024-07-13" },
            { id: 152, policyholder_id: 75, coverage_type: "Home", status: "Expired", start_date: "2021-07-13", end_date: "2024-06-30" },
            { id: 153, policyholder_id: 64, coverage_type: "Travel", status: "Active", start_date: "2020-08-18", end_date: "2024-06-30" },
            { id: 154, policyholder_id: 100, coverage_type: "Life", status: "Active", start_date: "2021-11-27", end_date: "2024-02-23" },
            { id: 155, policyholder_id: 23, coverage_type: "Health", status: "Cancelled", start_date: "2023-12-17", end_date: "2022-12-26" },
            { id: 156, policyholder_id: 81, coverage_type: "Health", status: "Active", start_date: "2023-09-01", end_date: "2021-11-06" },
            { id: 157, policyholder_id: 8, coverage_type: "Auto", status: "Expired", start_date: "2020-08-25", end_date: "2022-06-20" },
            { id: 158, policyholder_id: 69, coverage_type: "Life", status: "Expired", start_date: "2022-05-10", end_date: "2022-08-29" },
            { id: 159, policyholder_id: 67, coverage_type: "Auto", status: "Expired", start_date: "2023-07-29", end_date: "2023-05-12" },
            { id: 160, policyholder_id: 25, coverage_type: "Auto", status: "Active", start_date: "2021-03-22", end_date: "2022-05-17" },
            { id: 161, policyholder_id: 40, coverage_type: "Auto", status: "Active", start_date: "2021-12-12", end_date: "2022-07-03" },
            { id: 162, policyholder_id: 81, coverage_type: "Life", status: "Active", start_date: "2022-03-13", end_date: "2023-12-04" },
            { id: 163, policyholder_id: 37, coverage_type: "Life", status: "Active", start_date: "2023-08-05", end_date: "2024-07-18" },
            { id: 164, policyholder_id: 92, coverage_type: "Life", status: "Active", start_date: "2022-06-18", end_date: "2023-04-17" },
            { id: 165, policyholder_id: 1, coverage_type: "Home", status: "Expired", start_date: "2023-04-10", end_date: "2023-03-12" },
            { id: 166, policyholder_id: 2, coverage_type: "Travel", status: "Active", start_date: "2021-04-11", end_date: "2024-01-02" },
            { id: 167, policyholder_id: 67, coverage_type: "Home", status: "Active", start_date: "2022-07-29", end_date: "2024-01-22" },
            { id: 168, policyholder_id: 19, coverage_type: "Travel", status: "Expired", start_date: "2023-05-20", end_date: "2024-11-12" },
            { id: 169, policyholder_id: 64, coverage_type: "Health", status: "Cancelled", start_date: "2023-05-06", end_date: "2024-06-22" },
            { id: 170, policyholder_id: 27, coverage_type: "Travel", status: "Active", start_date: "2022-05-11", end_date: "2023-12-13" },
            { id: 171, policyholder_id: 71, coverage_type: "Life", status: "Active", start_date: "2021-05-07", end_date: "2024-07-24" },
            { id: 172, policyholder_id: 64, coverage_type: "Life", status: "Active", start_date: "2022-12-25", end_date: "2022-07-13" },
            { id: 173, policyholder_id: 95, coverage_type: "Life", status: "Active", start_date: "2020-02-07", end_date: "2021-08-17" },
            { id: 174, policyholder_id: 3, coverage_type: "Health", status: "Cancelled", start_date: "2020-05-22", end_date: "2023-10-09" },
            { id: 175, policyholder_id: 96, coverage_type: "Auto", status: "Expired", start_date: "2023-01-29", end_date: "2024-09-19" },
            { id: 176, policyholder_id: 45, coverage_type: "Auto", status: "Active", start_date: "2022-09-27", end_date: "2022-02-17" },
            { id: 177, policyholder_id: 54, coverage_type: "Life", status: "Active", start_date: "2022-08-08", end_date: "2022-06-21" },
            { id: 178, policyholder_id: 16, coverage_type: "Auto", status: "Active", start_date: "2022-04-28", end_date: "2023-08-14" },
            { id: 179, policyholder_id: 24, coverage_type: "Health", status: "Cancelled", start_date: "2022-08-20", end_date: "2022-02-09" },
            { id: 180, policyholder_id: 20, coverage_type: "Life", status: "Active", start_date: "2022-12-11", end_date: "2022-06-23" },
            { id: 181, policyholder_id: 23, coverage_type: "Home", status: "Active", start_date: "2022-08-11", end_date: "2024-09-19" },
            { id: 182, policyholder_id: 81, coverage_type: "Life", status: "Cancelled", start_date: "2023-08-19", end_date: "2023-02-05" },
            { id: 183, policyholder_id: 80, coverage_type: "Health", status: "Active", start_date: "2022-03-24", end_date: "2024-07-13" },
            { id: 184, policyholder_id: 33, coverage_type: "Travel", status: "Active", start_date: "2022-10-13", end_date: "2023-04-10" },
            { id: 185, policyholder_id: 27, coverage_type: "Health", status: "Cancelled", start_date: "2021-11-20", end_date: "2021-12-17" },
            { id: 186, policyholder_id: 39, coverage_type: "Home", status: "Active", start_date: "2020-09-27", end_date: "2023-10-20" },
            { id: 187, policyholder_id: 87, coverage_type: "Health", status: "Active", start_date: "2020-01-27", end_date: "2023-03-15" },
            { id: 188, policyholder_id: 91, coverage_type: "Health", status: "Active", start_date: "2023-10-24", end_date: "2021-04-04" },
            { id: 189, policyholder_id: 82, coverage_type: "Health", status: "Cancelled", start_date: "2023-01-22", end_date: "2024-04-21" },
            { id: 190, policyholder_id: 71, coverage_type: "Health", status: "Active", start_date: "2023-11-15", end_date: "2024-11-10" },
            { id: 191, policyholder_id: 75, coverage_type: "Life", status: "Active", start_date: "2023-10-06", end_date: "2021-08-08" },
            { id: 192, policyholder_id: 46, coverage_type: "Health", status: "Active", start_date: "2021-09-15", end_date: "2023-03-15" },
            { id: 193, policyholder_id: 97, coverage_type: "Home", status: "Expired", start_date: "2023-07-17", end_date: "2022-10-18" },
            { id: 194, policyholder_id: 48, coverage_type: "Auto", status: "Active", start_date: "2020-12-28", end_date: "2024-03-02" },
            { id: 195, policyholder_id: 74, coverage_type: "Auto", status: "Expired", start_date: "2021-04-17", end_date: "2022-03-27" },
            { id: 196, policyholder_id: 18, coverage_type: "Life", status: "Active", start_date: "2021-03-20", end_date: "2021-09-18" },
            { id: 197, policyholder_id: 12, coverage_type: "Life", status: "Expired", start_date: "2023-11-22", end_date: "2023-10-03" },
            { id: 198, policyholder_id: 55, coverage_type: "Life", status: "Active", start_date: "2022-04-12", end_date: "2024-03-20" },
            { id: 199, policyholder_id: 18, coverage_type: "Life", status: "Active", start_date: "2021-09-28", end_date: "2024-07-08" },
            { id: 200, policyholder_id: 28, coverage_type: "Life", status: "Active", start_date: "2022-06-07", end_date: "2024-03-10" },
        ],
    });
    await prisma.claims.createMany({
        data: [
            { id: 1, policy_id: 42, claim_date: "2023-07-30", amount_claimed: "21441.44", status: "Denied" },
            { id: 2, policy_id: 71, claim_date: "2022-01-04", amount_claimed: "3948.31", status: "Denied" },
            { id: 3, policy_id: 119, claim_date: "2023-09-18", amount_claimed: "46490.89", status: "Denied" },
            { id: 4, policy_id: 152, claim_date: "2022-12-14", amount_claimed: "839.51", status: "Pending" },
            { id: 5, policy_id: 167, claim_date: "2022-09-25", amount_claimed: "41747.26", status: "Pending" },
            { id: 6, policy_id: 40, claim_date: "2021-05-01", amount_claimed: "16635.32", status: "Pending" },
            { id: 7, policy_id: 157, claim_date: "2023-12-04", amount_claimed: "17900.64", status: "Pending" },
            { id: 8, policy_id: 1, claim_date: "2022-06-04", amount_claimed: "122.06", status: "Pending" },
            { id: 9, policy_id: 21, claim_date: "2021-05-17", amount_claimed: "43921.43", status: "Approved" },
            { id: 10, policy_id: 54, claim_date: "2023-04-18", amount_claimed: "45556.22", status: "Denied" },
            { id: 11, policy_id: 116, claim_date: "2020-10-05", amount_claimed: "526.13", status: "Pending" },
            { id: 12, policy_id: 120, claim_date: "2020-02-25", amount_claimed: "9121.52", status: "Denied" },
            { id: 13, policy_id: 85, claim_date: "2023-12-06", amount_claimed: "64310.13", status: "Denied" },
            { id: 14, policy_id: 135, claim_date: "2021-04-24", amount_claimed: "20529.41", status: "Pending" },
            { id: 15, policy_id: 184, claim_date: "2023-08-23", amount_claimed: "42631.80", status: "Approved" },
            { id: 16, policy_id: 144, claim_date: "2020-01-16", amount_claimed: "291.15", status: "Denied" },
            { id: 17, policy_id: 51, claim_date: "2022-11-09", amount_claimed: "50777.14", status: "Denied" },
            { id: 18, policy_id: 101, claim_date: "2023-02-22", amount_claimed: "129.03", status: "Pending" },
            { id: 19, policy_id: 165, claim_date: "2021-02-09", amount_claimed: "3724.49", status: "Pending" },
            { id: 20, policy_id: 96, claim_date: "2020-02-01", amount_claimed: "37162.84", status: "Approved" },
            { id: 21, policy_id: 33, claim_date: "2021-03-10", amount_claimed: "11280.91", status: "Pending" },
            { id: 22, policy_id: 193, claim_date: "2023-10-31", amount_claimed: "44368.93", status: "Pending" },
            { id: 23, policy_id: 110, claim_date: "2022-10-27", amount_claimed: "40627.08", status: "Approved" },
            { id: 24, policy_id: 194, claim_date: "2021-07-18", amount_claimed: "10546.48", status: "Pending" },
            { id: 25, policy_id: 71, claim_date: "2022-08-09", amount_claimed: "75195.70", status: "Pending" },
            { id: 26, policy_id: 185, claim_date: "2022-07-20", amount_claimed: "50064.39", status: "Pending" },
            { id: 27, policy_id: 175, claim_date: "2023-09-08", amount_claimed: "1184.84", status: "Pending" },
            { id: 28, policy_id: 78, claim_date: "2020-12-05", amount_claimed: "2135.93", status: "Denied" },
            { id: 29, policy_id: 32, claim_date: "2023-11-30", amount_claimed: "26560.77", status: "Denied" },
            { id: 30, policy_id: 63, claim_date: "2023-01-02", amount_claimed: "61106.55", status: "Pending" },
            { id: 31, policy_id: 86, claim_date: "2023-04-04", amount_claimed: "4254.45", status: "Approved" },
            { id: 32, policy_id: 128, claim_date: "2020-07-27", amount_claimed: "15995.33", status: "Approved" },
            { id: 33, policy_id: 11, claim_date: "2021-01-31", amount_claimed: "38705.71", status: "Pending" },
            { id: 34, policy_id: 96, claim_date: "2020-12-14", amount_claimed: "58795.89", status: "Pending" },
            { id: 35, policy_id: 190, claim_date: "2021-09-11", amount_claimed: "79535.13", status: "Approved" },
            { id: 36, policy_id: 160, claim_date: "2021-10-30", amount_claimed: "26609.76", status: "Approved" },
            { id: 37, policy_id: 164, claim_date: "2020-07-31", amount_claimed: "13318.59", status: "Approved" },
            { id: 38, policy_id: 120, claim_date: "2023-10-18", amount_claimed: "37207.01", status: "Denied" },
            { id: 39, policy_id: 170, claim_date: "2023-08-29", amount_claimed: "59760.72", status: "Denied" },
            { id: 40, policy_id: 21, claim_date: "2021-12-08", amount_claimed: "36657.62", status: "Pending" },
            { id: 41, policy_id: 19, claim_date: "2023-04-28", amount_claimed: "84802.91", status: "Approved" },
            { id: 42, policy_id: 119, claim_date: "2023-12-21", amount_claimed: "93148.55", status: "Pending" },
            { id: 43, policy_id: 128, claim_date: "2021-11-16", amount_claimed: "1806.19", status: "Approved" },
            { id: 44, policy_id: 177, claim_date: "2022-12-23", amount_claimed: "51240.81", status: "Approved" },
            { id: 45, policy_id: 186, claim_date: "2020-10-16", amount_claimed: "75654.33", status: "Pending" },
            { id: 46, policy_id: 75, claim_date: "2020-09-29", amount_claimed: "940.66", status: "Approved" },
            { id: 47, policy_id: 106, claim_date: "2023-10-12", amount_claimed: "86785.70", status: "Pending" },
            { id: 48, policy_id: 93, claim_date: "2020-10-28", amount_claimed: "79473.05", status: "Approved" },
            { id: 49, policy_id: 163, claim_date: "2023-03-16", amount_claimed: "16086.41", status: "Denied" },
            { id: 50, policy_id: 175, claim_date: "2020-02-25", amount_claimed: "90375.72", status: "Pending" },
            { id: 51, policy_id: 196, claim_date: "2023-08-12", amount_claimed: "28541.78", status: "Denied" },
            { id: 52, policy_id: 187, claim_date: "2021-11-16", amount_claimed: "840.12", status: "Denied" },
            { id: 53, policy_id: 35, claim_date: "2023-03-13", amount_claimed: "47544.50", status: "Pending" },
            { id: 54, policy_id: 30, claim_date: "2021-01-08", amount_claimed: "51947.03", status: "Denied" },
            { id: 55, policy_id: 159, claim_date: "2023-02-22", amount_claimed: "375.06", status: "Pending" },
            { id: 56, policy_id: 95, claim_date: "2020-10-25", amount_claimed: "11199.91", status: "Pending" },
            { id: 57, policy_id: 63, claim_date: "2023-05-27", amount_claimed: "39383.69", status: "Pending" },
            { id: 58, policy_id: 180, claim_date: "2023-06-16", amount_claimed: "818.30", status: "Denied" },
            { id: 59, policy_id: 45, claim_date: "2023-01-05", amount_claimed: "45191.59", status: "Pending" },
            { id: 60, policy_id: 190, claim_date: "2020-12-18", amount_claimed: "46356.54", status: "Approved" },
            { id: 61, policy_id: 115, claim_date: "2021-07-12", amount_claimed: "52594.81", status: "Approved" },
            { id: 62, policy_id: 74, claim_date: "2022-12-27", amount_claimed: "3210.20", status: "Pending" },
            { id: 63, policy_id: 158, claim_date: "2021-05-29", amount_claimed: "68458.66", status: "Approved" },
            { id: 64, policy_id: 123, claim_date: "2020-01-14", amount_claimed: "928.07", status: "Approved" },
            { id: 65, policy_id: 133, claim_date: "2022-10-31", amount_claimed: "75676.27", status: "Denied" },
            { id: 66, policy_id: 139, claim_date: "2023-08-05", amount_claimed: "9142.09", status: "Pending" },
            { id: 67, policy_id: 54, claim_date: "2021-11-04", amount_claimed: "31326.11", status: "Pending" },
            { id: 68, policy_id: 174, claim_date: "2023-04-28", amount_claimed: "38133.97", status: "Pending" },
            { id: 69, policy_id: 15, claim_date: "2021-01-12", amount_claimed: "57424.81", status: "Approved" },
            { id: 70, policy_id: 52, claim_date: "2022-08-10", amount_claimed: "41806.88", status: "Denied" },
            { id: 71, policy_id: 103, claim_date: "2020-07-12", amount_claimed: "5612.88", status: "Pending" },
            { id: 72, policy_id: 30, claim_date: "2022-10-01", amount_claimed: "112.82", status: "Denied" },
            { id: 73, policy_id: 3, claim_date: "2021-09-29", amount_claimed: "69926.33", status: "Pending" },
            { id: 74, policy_id: 92, claim_date: "2022-12-05", amount_claimed: "306.90", status: "Approved" },
            { id: 75, policy_id: 105, claim_date: "2023-01-08", amount_claimed: "909.76", status: "Denied" },
            { id: 76, policy_id: 73, claim_date: "2023-11-02", amount_claimed: "90072.32", status: "Pending" },
            { id: 77, policy_id: 123, claim_date: "2021-04-24", amount_claimed: "29689.98", status: "Pending" },
            { id: 78, policy_id: 168, claim_date: "2020-09-23", amount_claimed: "833.56", status: "Pending" },
            { id: 79, policy_id: 19, claim_date: "2020-08-06", amount_claimed: "29165.35", status: "Pending" },
            { id: 80, policy_id: 81, claim_date: "2022-11-27", amount_claimed: "7717.81", status: "Pending" },
            { id: 81, policy_id: 121, claim_date: "2020-06-17", amount_claimed: "36216.58", status: "Approved" },
            { id: 82, policy_id: 155, claim_date: "2020-06-04", amount_claimed: "1448.81", status: "Pending" },
            { id: 83, policy_id: 179, claim_date: "2020-06-18", amount_claimed: "12840.95", status: "Approved" },
            { id: 84, policy_id: 186, claim_date: "2023-01-23", amount_claimed: "13279.14", status: "Approved" },
            { id: 85, policy_id: 89, claim_date: "2021-03-06", amount_claimed: "11397.69", status: "Pending" },
            { id: 86, policy_id: 143, claim_date: "2021-09-16", amount_claimed: "1014.56", status: "Approved" },
            { id: 87, policy_id: 164, claim_date: "2021-12-30", amount_claimed: "408.62", status: "Denied" },
            { id: 88, policy_id: 108, claim_date: "2020-11-04", amount_claimed: "39934.03", status: "Approved" },
            { id: 89, policy_id: 33, claim_date: "2022-10-31", amount_claimed: "41900.96", status: "Approved" },
            { id: 90, policy_id: 53, claim_date: "2023-12-19", amount_claimed: "11944.36", status: "Approved" },
            { id: 91, policy_id: 200, claim_date: "2023-08-20", amount_claimed: "38693.30", status: "Pending" },
            { id: 92, policy_id: 108, claim_date: "2023-11-17", amount_claimed: "87652.12", status: "Approved" },
            { id: 93, policy_id: 172, claim_date: "2020-09-10", amount_claimed: "23659.52", status: "Pending" },
            { id: 94, policy_id: 26, claim_date: "2023-03-02", amount_claimed: "39878.53", status: "Denied" },
            { id: 95, policy_id: 64, claim_date: "2021-10-27", amount_claimed: "67292.86", status: "Pending" },
            { id: 96, policy_id: 86, claim_date: "2022-07-22", amount_claimed: "35913.93", status: "Pending" },
            { id: 97, policy_id: 25, claim_date: "2022-11-08", amount_claimed: "28852.32", status: "Denied" },
            { id: 98, policy_id: 139, claim_date: "2021-01-30", amount_claimed: "937.83", status: "Pending" },
            { id: 99, policy_id: 80, claim_date: "2023-09-18", amount_claimed: "21183.44", status: "Approved" },
            { id: 100, policy_id: 109, claim_date: "2022-05-18", amount_claimed: "413.88", status: "Denied" },
            { id: 101, policy_id: 155, claim_date: "2023-09-13", amount_claimed: "34196.73", status: "Approved" },
            { id: 102, policy_id: 180, claim_date: "2022-01-23", amount_claimed: "12475.37", status: "Pending" },
            { id: 103, policy_id: 145, claim_date: "2021-09-20", amount_claimed: "40945.15", status: "Pending" },
            { id: 104, policy_id: 55, claim_date: "2020-07-22", amount_claimed: "8454.33", status: "Denied" },
            { id: 105, policy_id: 89, claim_date: "2023-07-17", amount_claimed: "30370.34", status: "Pending" },
            { id: 106, policy_id: 80, claim_date: "2020-10-08", amount_claimed: "18477.90", status: "Approved" },
            { id: 107, policy_id: 21, claim_date: "2021-11-08", amount_claimed: "32973.76", status: "Approved" },
            { id: 108, policy_id: 171, claim_date: "2021-02-05", amount_claimed: "31349.39", status: "Denied" },
            { id: 109, policy_id: 124, claim_date: "2020-02-17", amount_claimed: "34316.97", status: "Pending" },
            { id: 110, policy_id: 137, claim_date: "2023-07-01", amount_claimed: "25364.88", status: "Approved" },
            { id: 111, policy_id: 115, claim_date: "2023-12-20", amount_claimed: "65294.89", status: "Pending" },
            { id: 112, policy_id: 7, claim_date: "2020-10-29", amount_claimed: "82226.71", status: "Denied" },
            { id: 113, policy_id: 21, claim_date: "2022-06-24", amount_claimed: "88259.59", status: "Pending" },
            { id: 114, policy_id: 70, claim_date: "2022-08-10", amount_claimed: "29857.00", status: "Approved" },
            { id: 115, policy_id: 97, claim_date: "2020-09-03", amount_claimed: "24558.84", status: "Denied" },
            { id: 116, policy_id: 174, claim_date: "2021-09-19", amount_claimed: "138.71", status: "Pending" },
            { id: 117, policy_id: 36, claim_date: "2023-03-07", amount_claimed: "209.18", status: "Approved" },
            { id: 118, policy_id: 143, claim_date: "2023-11-19", amount_claimed: "39153.10", status: "Approved" },
            { id: 119, policy_id: 97, claim_date: "2021-06-27", amount_claimed: "18451.21", status: "Approved" },
            { id: 120, policy_id: 62, claim_date: "2020-10-26", amount_claimed: "55252.05", status: "Pending" },
            { id: 121, policy_id: 194, claim_date: "2021-12-13", amount_claimed: "220.83", status: "Denied" },
            { id: 122, policy_id: 94, claim_date: "2022-09-23", amount_claimed: "10487.51", status: "Approved" },
            { id: 123, policy_id: 196, claim_date: "2020-11-12", amount_claimed: "2378.36", status: "Pending" },
            { id: 124, policy_id: 196, claim_date: "2020-02-20", amount_claimed: "11701.65", status: "Pending" },
            { id: 125, policy_id: 164, claim_date: "2021-10-18", amount_claimed: "92107.05", status: "Denied" },
            { id: 126, policy_id: 7, claim_date: "2020-08-29", amount_claimed: "1133.34", status: "Pending" },
            { id: 127, policy_id: 79, claim_date: "2021-01-15", amount_claimed: "28311.11", status: "Approved" },
            { id: 128, policy_id: 35, claim_date: "2020-08-18", amount_claimed: "90858.44", status: "Approved" },
            { id: 129, policy_id: 130, claim_date: "2020-01-23", amount_claimed: "662.14", status: "Approved" },
            { id: 130, policy_id: 183, claim_date: "2021-03-28", amount_claimed: "66105.09", status: "Denied" },
            { id: 131, policy_id: 4, claim_date: "2020-01-09", amount_claimed: "796.91", status: "Denied" },
            { id: 132, policy_id: 120, claim_date: "2020-03-05", amount_claimed: "38136.18", status: "Denied" },
            { id: 133, policy_id: 91, claim_date: "2021-12-14", amount_claimed: "37412.91", status: "Pending" },
            { id: 134, policy_id: 120, claim_date: "2022-11-01", amount_claimed: "33515.54", status: "Pending" },
            { id: 135, policy_id: 157, claim_date: "2022-01-19", amount_claimed: "96397.96", status: "Approved" },
            { id: 136, policy_id: 37, claim_date: "2023-04-27", amount_claimed: "7248.08", status: "Pending" },
            { id: 137, policy_id: 158, claim_date: "2022-12-06", amount_claimed: "13746.78", status: "Pending" },
            { id: 138, policy_id: 111, claim_date: "2021-02-18", amount_claimed: "29653.75", status: "Pending" },
            { id: 139, policy_id: 12, claim_date: "2020-07-24", amount_claimed: "748.48", status: "Approved" },
            { id: 140, policy_id: 189, claim_date: "2021-01-16", amount_claimed: "992.63", status: "Denied" },
            { id: 141, policy_id: 159, claim_date: "2020-10-24", amount_claimed: "254.22", status: "Pending" },
            { id: 142, policy_id: 168, claim_date: "2021-03-23", amount_claimed: "49698.00", status: "Approved" },
            { id: 143, policy_id: 110, claim_date: "2022-12-16", amount_claimed: "19918.86", status: "Denied" },
            { id: 144, policy_id: 8, claim_date: "2022-12-31", amount_claimed: "2538.38", status: "Denied" },
            { id: 145, policy_id: 20, claim_date: "2022-01-10", amount_claimed: "38193.78", status: "Pending" },
            { id: 146, policy_id: 197, claim_date: "2023-08-16", amount_claimed: "6315.00", status: "Pending" },
            { id: 147, policy_id: 198, claim_date: "2020-07-17", amount_claimed: "18180.79", status: "Pending" },
            { id: 148, policy_id: 120, claim_date: "2023-09-02", amount_claimed: "59575.68", status: "Pending" },
            { id: 149, policy_id: 200, claim_date: "2022-11-13", amount_claimed: "394.03", status: "Pending" },
            { id: 150, policy_id: 47, claim_date: "2023-01-30", amount_claimed: "63737.25", status: "Approved" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, claim_id: 30, policy_id: null, transaction_date: "2021-01-08", amount: "15989.04", payment_method: "Bank Transfer" },
            { id: 2, claim_id: 48, policy_id: 137, transaction_date: "2023-05-26", amount: "2727.65", payment_method: "Bank Transfer" },
            { id: 3, claim_id: 106, policy_id: null, transaction_date: "2020-12-25", amount: "2996.56", payment_method: "Cash" },
            { id: 4, claim_id: 148, policy_id: 164, transaction_date: "2021-11-06", amount: "14183.17", payment_method: "Cash" },
            { id: 5, claim_id: 48, policy_id: 97, transaction_date: "2023-03-24", amount: "2911.52", payment_method: "Credit Card" },
            { id: 6, claim_id: 39, policy_id: 165, transaction_date: "2022-11-16", amount: "1317.35", payment_method: "Bank Transfer" },
            { id: 7, claim_id: 40, policy_id: 81, transaction_date: "2023-08-20", amount: "14379.40", payment_method: "Credit Card" },
            { id: 8, claim_id: null, policy_id: 116, transaction_date: "2021-01-15", amount: "2151.33", payment_method: "Credit Card" },
            { id: 9, claim_id: 39, policy_id: 78, transaction_date: "2020-08-26", amount: "12428.21", payment_method: "Credit Card" },
            { id: 10, claim_id: 107, policy_id: 55, transaction_date: "2023-11-05", amount: "10104.75", payment_method: "Credit Card" },
            { id: 11, claim_id: 128, policy_id: 2, transaction_date: "2020-09-03", amount: "15432.62", payment_method: "Credit Card" },
            { id: 12, claim_id: 64, policy_id: 19, transaction_date: "2023-12-27", amount: "9141.75", payment_method: "Cash" },
            { id: 13, claim_id: 42, policy_id: 93, transaction_date: "2022-10-06", amount: "843.91", payment_method: "Cash" },
            { id: 14, claim_id: 149, policy_id: 10, transaction_date: "2022-08-15", amount: "6871.47", payment_method: "Bank Transfer" },
            { id: 15, claim_id: 79, policy_id: null, transaction_date: "2022-03-29", amount: "140.02", payment_method: "Credit Card" },
            { id: 16, claim_id: 123, policy_id: 30, transaction_date: "2023-10-29", amount: "19707.84", payment_method: "Credit Card" },
            { id: 17, claim_id: 114, policy_id: 186, transaction_date: "2021-01-31", amount: "2557.71", payment_method: "Cheque" },
            { id: 18, claim_id: 85, policy_id: 185, transaction_date: "2022-03-03", amount: "5286.70", payment_method: "Bank Transfer" },
            { id: 19, claim_id: 25, policy_id: 104, transaction_date: "2022-01-22", amount: "7573.68", payment_method: "Cash" },
            { id: 20, claim_id: 1, policy_id: 198, transaction_date: "2021-08-02", amount: "356.57", payment_method: "Credit Card" },
            { id: 21, claim_id: 118, policy_id: 122, transaction_date: "2023-12-06", amount: "1923.47", payment_method: "Credit Card" },
            { id: 22, claim_id: 109, policy_id: 168, transaction_date: "2023-03-27", amount: "14128.80", payment_method: "Bank Transfer" },
            { id: 23, claim_id: 109, policy_id: 109, transaction_date: "2020-10-20", amount: "17309.62", payment_method: "Cash" },
            { id: 24, claim_id: 81, policy_id: 161, transaction_date: "2021-01-03", amount: "15470.08", payment_method: "Cash" },
            { id: 25, claim_id: 24, policy_id: 77, transaction_date: "2021-01-04", amount: "2178.01", payment_method: "Bank Transfer" },
            { id: 26, claim_id: 69, policy_id: 20, transaction_date: "2023-09-23", amount: "156.78", payment_method: "Cash" },
            { id: 27, claim_id: 123, policy_id: 191, transaction_date: "2023-12-26", amount: "8015.09", payment_method: "Credit Card" },
            { id: 28, claim_id: 69, policy_id: 88, transaction_date: "2023-09-29", amount: "11219.12", payment_method: "Credit Card" },
            { id: 29, claim_id: 83, policy_id: 18, transaction_date: "2023-11-15", amount: "11224.99", payment_method: "Cheque" },
            { id: 30, claim_id: 47, policy_id: 102, transaction_date: "2021-09-02", amount: "1376.34", payment_method: "Credit Card" },
            { id: 31, claim_id: null, policy_id: 129, transaction_date: "2023-08-14", amount: "718.34", payment_method: "Bank Transfer" },
            { id: 32, claim_id: 47, policy_id: 149, transaction_date: "2021-07-03", amount: "148.57", payment_method: "Cheque" },
            { id: 33, claim_id: 88, policy_id: 151, transaction_date: "2021-03-10", amount: "674.70", payment_method: "Cash" },
            { id: 34, claim_id: 75, policy_id: 92, transaction_date: "2023-09-08", amount: "17034.51", payment_method: "Cash" },
            { id: 35, claim_id: 74, policy_id: 189, transaction_date: "2023-02-15", amount: "8143.65", payment_method: "Bank Transfer" },
            { id: 36, claim_id: 60, policy_id: 152, transaction_date: "2020-04-23", amount: "12383.73", payment_method: "Cash" },
            { id: 37, claim_id: 38, policy_id: 172, transaction_date: "2023-12-14", amount: "12798.99", payment_method: "Bank Transfer" },
            { id: 38, claim_id: 46, policy_id: 142, transaction_date: "2021-05-28", amount: "3081.57", payment_method: "Credit Card" },
            { id: 39, claim_id: 42, policy_id: 135, transaction_date: "2023-07-08", amount: "12657.56", payment_method: "Cash" },
            { id: 40, claim_id: 80, policy_id: 152, transaction_date: "2020-10-28", amount: "5397.40", payment_method: "Cash" },
            { id: 41, claim_id: 51, policy_id: 28, transaction_date: "2022-03-08", amount: "13504.64", payment_method: "Credit Card" },
            { id: 42, claim_id: 32, policy_id: 48, transaction_date: "2022-11-07", amount: "13672.73", payment_method: "Cash" },
            { id: 43, claim_id: 118, policy_id: 17, transaction_date: "2022-02-04", amount: "2476.23", payment_method: "Credit Card" },
            { id: 44, claim_id: 47, policy_id: 77, transaction_date: "2021-05-29", amount: "2106.26", payment_method: "Cash" },
            { id: 45, claim_id: 130, policy_id: 17, transaction_date: "2022-04-03", amount: "6878.85", payment_method: "Cheque" },
            { id: 46, claim_id: 131, policy_id: 126, transaction_date: "2023-06-08", amount: "13292.12", payment_method: "Credit Card" },
            { id: 47, claim_id: null, policy_id: 35, transaction_date: "2020-05-07", amount: "1430.04", payment_method: "Cash" },
            { id: 48, claim_id: 70, policy_id: 4, transaction_date: "2021-09-22", amount: "14558.49", payment_method: "Bank Transfer" },
            { id: 49, claim_id: 39, policy_id: 87, transaction_date: "2021-04-13", amount: "5810.14", payment_method: "Cheque" },
            { id: 50, claim_id: 137, policy_id: 198, transaction_date: "2022-10-03", amount: "7270.13", payment_method: "Cash" },
            { id: 51, claim_id: null, policy_id: 54, transaction_date: "2022-09-14", amount: "3923.09", payment_method: "Credit Card" },
            { id: 52, claim_id: 114, policy_id: 192, transaction_date: "2023-08-01", amount: "157.42", payment_method: "Credit Card" },
            { id: 53, claim_id: 76, policy_id: 119, transaction_date: "2020-01-11", amount: "1317.34", payment_method: "Cheque" },
            { id: 54, claim_id: 48, policy_id: 139, transaction_date: "2023-02-25", amount: "17780.92", payment_method: "Bank Transfer" },
            { id: 55, claim_id: 117, policy_id: 148, transaction_date: "2022-10-27", amount: "7106.21", payment_method: "Cheque" },
            { id: 56, claim_id: 85, policy_id: null, transaction_date: "2020-10-12", amount: "2256.28", payment_method: "Credit Card" },
            { id: 57, claim_id: 12, policy_id: 24, transaction_date: "2023-06-10", amount: "1367.95", payment_method: "Bank Transfer" },
            { id: 58, claim_id: 142, policy_id: 69, transaction_date: "2023-04-23", amount: "65.20", payment_method: "Credit Card" },
            { id: 59, claim_id: 74, policy_id: 126, transaction_date: "2020-11-17", amount: "10849.86", payment_method: "Credit Card" },
            { id: 60, claim_id: 149, policy_id: null, transaction_date: "2022-01-22", amount: "1041.94", payment_method: "Credit Card" },
            { id: 61, claim_id: 150, policy_id: 93, transaction_date: "2021-10-22", amount: "13473.51", payment_method: "Cash" },
            { id: 62, claim_id: 1, policy_id: 53, transaction_date: "2023-11-06", amount: "11061.96", payment_method: "Credit Card" },
            { id: 63, claim_id: 3, policy_id: null, transaction_date: "2022-07-07", amount: "6247.87", payment_method: "Cash" },
            { id: 64, claim_id: 89, policy_id: 18, transaction_date: "2020-10-29", amount: "8272.82", payment_method: "Credit Card" },
            { id: 65, claim_id: 31, policy_id: 11, transaction_date: "2020-03-28", amount: "7394.09", payment_method: "Credit Card" },
            { id: 66, claim_id: 96, policy_id: 124, transaction_date: "2023-08-08", amount: "12360.42", payment_method: "Credit Card" },
            { id: 67, claim_id: 113, policy_id: null, transaction_date: "2023-04-13", amount: "9622.89", payment_method: "Credit Card" },
            { id: 68, claim_id: 29, policy_id: 84, transaction_date: "2023-03-21", amount: "10649.54", payment_method: "Credit Card" },
            { id: 69, claim_id: 76, policy_id: 115, transaction_date: "2023-03-21", amount: "734.70", payment_method: "Bank Transfer" },
            { id: 70, claim_id: 10, policy_id: 16, transaction_date: "2021-08-30", amount: "234.65", payment_method: "Cash" },
            { id: 71, claim_id: 79, policy_id: 139, transaction_date: "2023-09-22", amount: "418.35", payment_method: "Bank Transfer" },
            { id: 72, claim_id: 86, policy_id: 105, transaction_date: "2021-07-22", amount: "4260.26", payment_method: "Bank Transfer" },
            { id: 73, claim_id: 103, policy_id: 148, transaction_date: "2022-06-12", amount: "13040.54", payment_method: "Credit Card" },
            { id: 74, claim_id: 52, policy_id: 177, transaction_date: "2021-06-27", amount: "10155.71", payment_method: "Bank Transfer" },
            { id: 75, claim_id: 121, policy_id: 196, transaction_date: "2023-06-05", amount: "2259.26", payment_method: "Cheque" },
            { id: 76, claim_id: 120, policy_id: 193, transaction_date: "2023-09-01", amount: "13678.15", payment_method: "Credit Card" },
            { id: 77, claim_id: 18, policy_id: null, transaction_date: "2022-10-31", amount: "1965.71", payment_method: "Credit Card" },
            { id: 78, claim_id: 105, policy_id: null, transaction_date: "2023-11-29", amount: "18495.93", payment_method: "Cash" },
            { id: 79, claim_id: 54, policy_id: null, transaction_date: "2020-11-06", amount: "1961.91", payment_method: "Credit Card" },
            { id: 80, claim_id: 38, policy_id: 101, transaction_date: "2023-09-06", amount: "11247.87", payment_method: "Bank Transfer" },
            { id: 81, claim_id: 101, policy_id: 47, transaction_date: "2021-08-17", amount: "1869.75", payment_method: "Credit Card" },
            { id: 82, claim_id: 112, policy_id: null, transaction_date: "2023-06-08", amount: "7176.95", payment_method: "Bank Transfer" },
            { id: 83, claim_id: null, policy_id: 179, transaction_date: "2023-12-15", amount: "14022.52", payment_method: "Bank Transfer" },
            { id: 84, claim_id: 23, policy_id: 64, transaction_date: "2023-04-19", amount: "7347.24", payment_method: "Bank Transfer" },
            { id: 85, claim_id: 90, policy_id: 158, transaction_date: "2021-08-05", amount: "3441.41", payment_method: "Credit Card" },
            { id: 86, claim_id: 8, policy_id: null, transaction_date: "2021-07-29", amount: "12815.98", payment_method: "Bank Transfer" },
            { id: 87, claim_id: 46, policy_id: 49, transaction_date: "2020-10-04", amount: "5403.34", payment_method: "Bank Transfer" },
            { id: 88, claim_id: 79, policy_id: 140, transaction_date: "2023-07-23", amount: "2447.51", payment_method: "Bank Transfer" },
            { id: 89, claim_id: 78, policy_id: 116, transaction_date: "2023-04-10", amount: "51.97", payment_method: "Bank Transfer" },
            { id: 90, claim_id: 31, policy_id: null, transaction_date: "2021-05-03", amount: "131.90", payment_method: "Credit Card" },
            { id: 91, claim_id: 107, policy_id: 103, transaction_date: "2022-07-24", amount: "14908.29", payment_method: "Bank Transfer" },
            { id: 92, claim_id: 56, policy_id: 11, transaction_date: "2021-06-14", amount: "741.09", payment_method: "Bank Transfer" },
            { id: 93, claim_id: 124, policy_id: 143, transaction_date: "2021-04-20", amount: "2077.32", payment_method: "Cash" },
            { id: 94, claim_id: null, policy_id: null, transaction_date: "2023-12-13", amount: "10116.64", payment_method: "Cash" },
            { id: 95, claim_id: 95, policy_id: null, transaction_date: "2020-01-08", amount: "1813.23", payment_method: "Credit Card" },
            { id: 96, claim_id: 111, policy_id: 82, transaction_date: "2022-05-29", amount: "458.81", payment_method: "Bank Transfer" },
            { id: 97, claim_id: 115, policy_id: 48, transaction_date: "2022-08-23", amount: "453.49", payment_method: "Credit Card" },
            { id: 98, claim_id: 32, policy_id: 26, transaction_date: "2023-06-13", amount: "12778.19", payment_method: "Credit Card" },
            { id: 99, claim_id: 51, policy_id: 112, transaction_date: "2021-10-16", amount: "315.96", payment_method: "Cash" },
            { id: 100, claim_id: 121, policy_id: 72, transaction_date: "2020-06-04", amount: "549.63", payment_method: "Bank Transfer" },
            { id: 101, claim_id: 27, policy_id: null, transaction_date: "2020-10-14", amount: "10555.97", payment_method: "Credit Card" },
            { id: 102, claim_id: 3, policy_id: 30, transaction_date: "2023-05-20", amount: "18613.07", payment_method: "Cash" },
            { id: 103, claim_id: 99, policy_id: 179, transaction_date: "2022-05-21", amount: "17840.62", payment_method: "Cash" },
            { id: 104, claim_id: 27, policy_id: 116, transaction_date: "2020-10-23", amount: "1340.80", payment_method: "Cash" },
            { id: 105, claim_id: 141, policy_id: 145, transaction_date: "2023-07-07", amount: "5210.24", payment_method: "Credit Card" },
            { id: 106, claim_id: 4, policy_id: 130, transaction_date: "2023-08-18", amount: "15493.67", payment_method: "Bank Transfer" },
            { id: 107, claim_id: 20, policy_id: 112, transaction_date: "2021-02-21", amount: "3186.23", payment_method: "Cash" },
            { id: 108, claim_id: 13, policy_id: 132, transaction_date: "2022-01-03", amount: "11906.84", payment_method: "Cash" },
            { id: 109, claim_id: 149, policy_id: 41, transaction_date: "2022-11-02", amount: "4143.89", payment_method: "Cash" },
            { id: 110, claim_id: null, policy_id: null, transaction_date: "2023-02-02", amount: "11708.13", payment_method: "Bank Transfer" },
            { id: 111, claim_id: 135, policy_id: 152, transaction_date: "2022-07-22", amount: "4157.14", payment_method: "Credit Card" },
            { id: 112, claim_id: 124, policy_id: 148, transaction_date: "2020-05-27", amount: "2147.73", payment_method: "Bank Transfer" },
            { id: 113, claim_id: 139, policy_id: 141, transaction_date: "2023-06-20", amount: "3387.53", payment_method: "Credit Card" },
            { id: 114, claim_id: 71, policy_id: 188, transaction_date: "2022-12-29", amount: "12459.11", payment_method: "Bank Transfer" },
            { id: 115, claim_id: 113, policy_id: 165, transaction_date: "2023-12-25", amount: "58.08", payment_method: "Bank Transfer" },
            { id: 116, claim_id: null, policy_id: 122, transaction_date: "2022-02-23", amount: "390.38", payment_method: "Bank Transfer" },
            { id: 117, claim_id: 137, policy_id: 170, transaction_date: "2023-09-25", amount: "1161.45", payment_method: "Cheque" },
            { id: 118, claim_id: 104, policy_id: 72, transaction_date: "2022-07-16", amount: "4195.15", payment_method: "Cash" },
            { id: 119, claim_id: 127, policy_id: 193, transaction_date: "2023-06-30", amount: "4863.13", payment_method: "Credit Card" },
            { id: 120, claim_id: 22, policy_id: 193, transaction_date: "2023-03-15", amount: "4141.66", payment_method: "Bank Transfer" },
            { id: 121, claim_id: 89, policy_id: 176, transaction_date: "2023-11-02", amount: "872.81", payment_method: "Cash" },
            { id: 122, claim_id: 12, policy_id: 107, transaction_date: "2023-11-30", amount: "7197.04", payment_method: "Cash" },
            { id: 123, claim_id: 114, policy_id: 3, transaction_date: "2023-09-19", amount: "6237.24", payment_method: "Credit Card" },
            { id: 124, claim_id: 35, policy_id: 175, transaction_date: "2021-06-26", amount: "58.45", payment_method: "Credit Card" },
            { id: 125, claim_id: 73, policy_id: 99, transaction_date: "2021-12-01", amount: "149.63", payment_method: "Credit Card" },
            { id: 126, claim_id: 73, policy_id: 48, transaction_date: "2022-05-05", amount: "2096.22", payment_method: "Cheque" },
            { id: 127, claim_id: 18, policy_id: 156, transaction_date: "2020-06-18", amount: "8927.53", payment_method: "Credit Card" },
            { id: 128, claim_id: 61, policy_id: 182, transaction_date: "2023-02-18", amount: "14226.79", payment_method: "Cheque" },
            { id: 129, claim_id: 135, policy_id: 148, transaction_date: "2020-04-15", amount: "18957.55", payment_method: "Bank Transfer" },
            { id: 130, claim_id: null, policy_id: 48, transaction_date: "2021-11-02", amount: "19559.20", payment_method: "Credit Card" },
            { id: 131, claim_id: 83, policy_id: null, transaction_date: "2021-08-14", amount: "18923.43", payment_method: "Cheque" },
            { id: 132, claim_id: 88, policy_id: null, transaction_date: "2020-06-27", amount: "10068.65", payment_method: "Bank Transfer" },
            { id: 133, claim_id: 126, policy_id: 188, transaction_date: "2023-12-29", amount: "16934.35", payment_method: "Cash" },
            { id: 134, claim_id: 132, policy_id: 165, transaction_date: "2022-03-28", amount: "2948.63", payment_method: "Credit Card" },
            { id: 135, claim_id: 112, policy_id: null, transaction_date: "2021-06-27", amount: "17638.72", payment_method: "Cheque" },
            { id: 136, claim_id: 53, policy_id: 55, transaction_date: "2022-09-29", amount: "933.97", payment_method: "Bank Transfer" },
            { id: 137, claim_id: 4, policy_id: 40, transaction_date: "2020-07-29", amount: "82.06", payment_method: "Credit Card" },
            { id: 138, claim_id: 121, policy_id: 194, transaction_date: "2023-02-18", amount: "15976.39", payment_method: "Credit Card" },
            { id: 139, claim_id: 70, policy_id: 81, transaction_date: "2023-04-15", amount: "555.38", payment_method: "Cheque" },
            { id: 140, claim_id: 101, policy_id: 181, transaction_date: "2023-10-27", amount: "15216.64", payment_method: "Credit Card" },
            { id: 141, claim_id: 96, policy_id: 59, transaction_date: "2022-06-25", amount: "14087.18", payment_method: "Credit Card" },
            { id: 142, claim_id: 27, policy_id: null, transaction_date: "2023-10-28", amount: "239.30", payment_method: "Bank Transfer" },
            { id: 143, claim_id: 33, policy_id: null, transaction_date: "2021-08-15", amount: "13854.93", payment_method: "Credit Card" },
            { id: 144, claim_id: 18, policy_id: 2, transaction_date: "2023-02-05", amount: "50.01", payment_method: "Credit Card" },
            { id: 145, claim_id: 4, policy_id: 1, transaction_date: "2021-05-29", amount: "13370.47", payment_method: "Credit Card" },
            { id: 146, claim_id: 80, policy_id: 98, transaction_date: "2020-08-25", amount: "1064.44", payment_method: "Credit Card" },
            { id: 147, claim_id: 98, policy_id: 182, transaction_date: "2023-05-30", amount: "1182.42", payment_method: "Bank Transfer" },
            { id: 148, claim_id: 1, policy_id: 50, transaction_date: "2023-10-17", amount: "5470.04", payment_method: "Cash" },
            { id: 149, claim_id: 32, policy_id: 172, transaction_date: "2023-08-25", amount: "1544.32", payment_method: "Credit Card" },
            { id: 150, claim_id: 144, policy_id: 151, transaction_date: "2023-11-22", amount: "1524.11", payment_method: "Bank Transfer" },
            { id: 151, claim_id: 46, policy_id: 61, transaction_date: "2023-06-17", amount: "5441.71", payment_method: "Bank Transfer" },
            { id: 152, claim_id: 110, policy_id: 120, transaction_date: "2023-05-13", amount: "573.87", payment_method: "Cash" },
            { id: 153, claim_id: 6, policy_id: 155, transaction_date: "2022-09-11", amount: "10700.89", payment_method: "Bank Transfer" },
            { id: 154, claim_id: 135, policy_id: null, transaction_date: "2023-04-15", amount: "67.13", payment_method: "Credit Card" },
            { id: 155, claim_id: 74, policy_id: 170, transaction_date: "2022-12-03", amount: "6278.54", payment_method: "Bank Transfer" },
            { id: 156, claim_id: 54, policy_id: 76, transaction_date: "2022-06-26", amount: "7380.34", payment_method: "Cash" },
            { id: 157, claim_id: 143, policy_id: 116, transaction_date: "2020-09-30", amount: "19212.89", payment_method: "Cheque" },
            { id: 158, claim_id: 104, policy_id: 197, transaction_date: "2022-10-03", amount: "17450.09", payment_method: "Credit Card" },
            { id: 159, claim_id: 85, policy_id: 123, transaction_date: "2023-08-26", amount: "5595.86", payment_method: "Cash" },
            { id: 160, claim_id: 99, policy_id: 68, transaction_date: "2023-07-16", amount: "8213.01", payment_method: "Credit Card" },
            { id: 161, claim_id: 14, policy_id: 46, transaction_date: "2023-06-13", amount: "226.72", payment_method: "Credit Card" },
            { id: 162, claim_id: 69, policy_id: null, transaction_date: "2023-03-30", amount: "13671.66", payment_method: "Cash" },
            { id: 163, claim_id: 95, policy_id: null, transaction_date: "2022-06-19", amount: "9874.60", payment_method: "Bank Transfer" },
            { id: 164, claim_id: 55, policy_id: 29, transaction_date: "2023-11-09", amount: "1423.73", payment_method: "Credit Card" },
            { id: 165, claim_id: null, policy_id: 167, transaction_date: "2020-02-26", amount: "15237.52", payment_method: "Cash" },
            { id: 166, claim_id: null, policy_id: 163, transaction_date: "2022-06-03", amount: "15398.19", payment_method: "Credit Card" },
            { id: 167, claim_id: 146, policy_id: 4, transaction_date: "2022-01-06", amount: "8313.14", payment_method: "Cash" },
            { id: 168, claim_id: 54, policy_id: 127, transaction_date: "2021-05-23", amount: "430.28", payment_method: "Cash" },
            { id: 169, claim_id: 73, policy_id: 21, transaction_date: "2022-05-24", amount: "9821.18", payment_method: "Credit Card" },
            { id: 170, claim_id: 98, policy_id: 133, transaction_date: "2021-08-06", amount: "2306.80", payment_method: "Credit Card" },
            { id: 171, claim_id: 128, policy_id: 9, transaction_date: "2021-11-30", amount: "2410.31", payment_method: "Bank Transfer" },
            { id: 172, claim_id: null, policy_id: 176, transaction_date: "2020-05-04", amount: "6918.96", payment_method: "Bank Transfer" },
            { id: 173, claim_id: 116, policy_id: 157, transaction_date: "2020-10-27", amount: "8683.79", payment_method: "Cash" },
            { id: 174, claim_id: 31, policy_id: 110, transaction_date: "2021-06-11", amount: "2072.06", payment_method: "Credit Card" },
            { id: 175, claim_id: 127, policy_id: 60, transaction_date: "2020-07-24", amount: "14167.04", payment_method: "Cash" },
            { id: 176, claim_id: 84, policy_id: 13, transaction_date: "2022-09-16", amount: "5958.88", payment_method: "Credit Card" },
            { id: 177, claim_id: 150, policy_id: 65, transaction_date: "2021-11-06", amount: "4393.84", payment_method: "Credit Card" },
            { id: 178, claim_id: null, policy_id: 52, transaction_date: "2023-02-08", amount: "7534.03", payment_method: "Credit Card" },
            { id: 179, claim_id: 34, policy_id: 116, transaction_date: "2021-12-16", amount: "16076.42", payment_method: "Credit Card" },
            { id: 180, claim_id: 26, policy_id: 20, transaction_date: "2022-11-17", amount: "1846.95", payment_method: "Credit Card" },
            { id: 181, claim_id: 40, policy_id: null, transaction_date: "2023-06-08", amount: "2467.36", payment_method: "Credit Card" },
            { id: 182, claim_id: 21, policy_id: 52, transaction_date: "2021-03-13", amount: "4595.03", payment_method: "Credit Card" },
            { id: 183, claim_id: 78, policy_id: 57, transaction_date: "2021-12-15", amount: "2212.84", payment_method: "Cash" },
            { id: 184, claim_id: null, policy_id: 105, transaction_date: "2022-11-26", amount: "12942.51", payment_method: "Credit Card" },
            { id: 185, claim_id: 142, policy_id: 178, transaction_date: "2022-12-15", amount: "16478.60", payment_method: "Bank Transfer" },
            { id: 186, claim_id: 26, policy_id: 123, transaction_date: "2023-10-03", amount: "18835.77", payment_method: "Bank Transfer" },
            { id: 187, claim_id: 80, policy_id: 159, transaction_date: "2022-10-06", amount: "9850.00", payment_method: "Bank Transfer" },
            { id: 188, claim_id: 13, policy_id: 33, transaction_date: "2023-08-26", amount: "14261.77", payment_method: "Bank Transfer" },
            { id: 189, claim_id: 40, policy_id: 53, transaction_date: "2021-03-03", amount: "5950.01", payment_method: "Cash" },
            { id: 190, claim_id: 16, policy_id: 128, transaction_date: "2022-04-23", amount: "844.08", payment_method: "Bank Transfer" },
            { id: 191, claim_id: 21, policy_id: 27, transaction_date: "2023-07-03", amount: "526.50", payment_method: "Cash" },
            { id: 192, claim_id: 126, policy_id: 6, transaction_date: "2023-10-13", amount: "10069.11", payment_method: "Credit Card" },
            { id: 193, claim_id: 137, policy_id: 154, transaction_date: "2022-01-26", amount: "19465.04", payment_method: "Bank Transfer" },
            { id: 194, claim_id: 131, policy_id: 34, transaction_date: "2023-04-22", amount: "719.63", payment_method: "Credit Card" },
            { id: 195, claim_id: 98, policy_id: 82, transaction_date: "2021-06-17", amount: "8209.47", payment_method: "Cheque" },
            { id: 196, claim_id: 61, policy_id: 35, transaction_date: "2023-10-04", amount: "466.05", payment_method: "Credit Card" },
            { id: 197, claim_id: null, policy_id: 11, transaction_date: "2020-11-19", amount: "2014.56", payment_method: "Credit Card" },
            { id: 198, claim_id: 110, policy_id: null, transaction_date: "2022-03-08", amount: "5651.73", payment_method: "Bank Transfer" },
            { id: 199, claim_id: 32, policy_id: 111, transaction_date: "2020-10-04", amount: "17990.36", payment_method: "Cash" },
            { id: 200, claim_id: 108, policy_id: 78, transaction_date: "2022-12-02", amount: "159.85", payment_method: "Cheque" },
            { id: 201, claim_id: 38, policy_id: null, transaction_date: "2022-06-21", amount: "130.71", payment_method: "Bank Transfer" },
            { id: 202, claim_id: 146, policy_id: 181, transaction_date: "2023-09-12", amount: "10399.48", payment_method: "Credit Card" },
            { id: 203, claim_id: 129, policy_id: 84, transaction_date: "2023-08-26", amount: "11973.29", payment_method: "Cash" },
            { id: 204, claim_id: 115, policy_id: 24, transaction_date: "2023-04-12", amount: "10688.67", payment_method: "Credit Card" },
            { id: 205, claim_id: 136, policy_id: 11, transaction_date: "2021-04-21", amount: "14979.36", payment_method: "Cash" },
            { id: 206, claim_id: 133, policy_id: 137, transaction_date: "2023-07-27", amount: "198.92", payment_method: "Credit Card" },
            { id: 207, claim_id: 145, policy_id: 14, transaction_date: "2023-07-31", amount: "18822.05", payment_method: "Credit Card" },
            { id: 208, claim_id: 39, policy_id: 51, transaction_date: "2022-04-27", amount: "1703.54", payment_method: "Credit Card" },
            { id: 209, claim_id: 100, policy_id: 60, transaction_date: "2022-01-06", amount: "3099.54", payment_method: "Cheque" },
            { id: 210, claim_id: 43, policy_id: 56, transaction_date: "2023-02-22", amount: "11295.43", payment_method: "Bank Transfer" },
            { id: 211, claim_id: 88, policy_id: 25, transaction_date: "2022-06-06", amount: "18610.86", payment_method: "Bank Transfer" },
            { id: 212, claim_id: 9, policy_id: 94, transaction_date: "2021-08-13", amount: "11910.76", payment_method: "Bank Transfer" },
            { id: 213, claim_id: 112, policy_id: 56, transaction_date: "2021-01-19", amount: "6667.79", payment_method: "Credit Card" },
            { id: 214, claim_id: 106, policy_id: 50, transaction_date: "2020-08-19", amount: "9613.63", payment_method: "Credit Card" },
            { id: 215, claim_id: 29, policy_id: 45, transaction_date: "2022-07-24", amount: "5286.07", payment_method: "Credit Card" },
            { id: 216, claim_id: 54, policy_id: 154, transaction_date: "2022-02-11", amount: "13803.07", payment_method: "Credit Card" },
            { id: 217, claim_id: 22, policy_id: 66, transaction_date: "2023-05-03", amount: "11164.30", payment_method: "Cash" },
            { id: 218, claim_id: 4, policy_id: 196, transaction_date: "2020-09-25", amount: "1639.25", payment_method: "Bank Transfer" },
            { id: 219, claim_id: 144, policy_id: 198, transaction_date: "2023-08-27", amount: "10397.99", payment_method: "Bank Transfer" },
            { id: 220, claim_id: 52, policy_id: null, transaction_date: "2020-07-23", amount: "169.27", payment_method: "Credit Card" },
            { id: 221, claim_id: 39, policy_id: 59, transaction_date: "2022-11-07", amount: "1652.71", payment_method: "Bank Transfer" },
            { id: 222, claim_id: 128, policy_id: 160, transaction_date: "2020-07-24", amount: "13409.27", payment_method: "Credit Card" },
            { id: 223, claim_id: 43, policy_id: 196, transaction_date: "2023-05-08", amount: "4853.43", payment_method: "Bank Transfer" },
            { id: 224, claim_id: 71, policy_id: 115, transaction_date: "2020-06-20", amount: "99.37", payment_method: "Cheque" },
            { id: 225, claim_id: null, policy_id: 198, transaction_date: "2023-06-23", amount: "18700.06", payment_method: "Credit Card" },
            { id: 226, claim_id: 78, policy_id: 182, transaction_date: "2023-03-14", amount: "19355.85", payment_method: "Cash" },
            { id: 227, claim_id: 9, policy_id: 99, transaction_date: "2022-06-08", amount: "7846.12", payment_method: "Credit Card" },
            { id: 228, claim_id: 61, policy_id: 170, transaction_date: "2021-03-24", amount: "2596.85", payment_method: "Credit Card" },
            { id: 229, claim_id: 119, policy_id: 28, transaction_date: "2021-08-04", amount: "6226.19", payment_method: "Bank Transfer" },
            { id: 230, claim_id: 54, policy_id: 20, transaction_date: "2021-08-29", amount: "209.41", payment_method: "Credit Card" },
            { id: 231, claim_id: 85, policy_id: 133, transaction_date: "2020-09-14", amount: "7696.16", payment_method: "Cheque" },
            { id: 232, claim_id: 87, policy_id: 164, transaction_date: "2022-02-07", amount: "9226.60", payment_method: "Credit Card" },
            { id: 233, claim_id: null, policy_id: 111, transaction_date: "2021-03-19", amount: "5698.06", payment_method: "Bank Transfer" },
            { id: 234, claim_id: 122, policy_id: 33, transaction_date: "2023-04-19", amount: "12766.68", payment_method: "Credit Card" },
            { id: 235, claim_id: 50, policy_id: 182, transaction_date: "2021-04-12", amount: "17136.63", payment_method: "Bank Transfer" },
            { id: 236, claim_id: null, policy_id: 111, transaction_date: "2022-01-04", amount: "11173.14", payment_method: "Credit Card" },
            { id: 237, claim_id: 150, policy_id: 61, transaction_date: "2022-04-11", amount: "4458.89", payment_method: "Cheque" },
            { id: 238, claim_id: null, policy_id: 98, transaction_date: "2023-05-12", amount: "3091.01", payment_method: "Bank Transfer" },
            { id: 239, claim_id: 129, policy_id: null, transaction_date: "2022-02-09", amount: "15491.53", payment_method: "Cash" },
            { id: 240, claim_id: 66, policy_id: 110, transaction_date: "2020-12-22", amount: "16015.49", payment_method: "Credit Card" },
            { id: 241, claim_id: 94, policy_id: 52, transaction_date: "2023-02-19", amount: "9699.42", payment_method: "Credit Card" },
            { id: 242, claim_id: 73, policy_id: 72, transaction_date: "2023-02-20", amount: "19647.06", payment_method: "Bank Transfer" },
            { id: 243, claim_id: 90, policy_id: 78, transaction_date: "2022-10-14", amount: "15064.01", payment_method: "Credit Card" },
            { id: 244, claim_id: 56, policy_id: null, transaction_date: "2023-12-06", amount: "3043.49", payment_method: "Credit Card" },
            { id: 245, claim_id: 38, policy_id: 49, transaction_date: "2023-04-27", amount: "1572.98", payment_method: "Credit Card" },
            { id: 246, claim_id: 33, policy_id: 1, transaction_date: "2022-12-13", amount: "5566.03", payment_method: "Credit Card" },
            { id: 247, claim_id: 147, policy_id: 177, transaction_date: "2023-08-09", amount: "9784.21", payment_method: "Credit Card" },
            { id: 248, claim_id: 93, policy_id: 75, transaction_date: "2021-09-18", amount: "661.63", payment_method: "Bank Transfer" },
            { id: 249, claim_id: 74, policy_id: 48, transaction_date: "2023-10-28", amount: "9682.36", payment_method: "Cash" },
            { id: 250, claim_id: 115, policy_id: 199, transaction_date: "2023-07-12", amount: "4172.76", payment_method: "Bank Transfer" },
            { id: 251, claim_id: 15, policy_id: 156, transaction_date: "2023-07-28", amount: "834.87", payment_method: "Credit Card" },
            { id: 252, claim_id: 61, policy_id: null, transaction_date: "2022-01-02", amount: "477.98", payment_method: "Cash" },
            { id: 253, claim_id: 78, policy_id: 198, transaction_date: "2020-10-28", amount: "531.69", payment_method: "Bank Transfer" },
            { id: 254, claim_id: 129, policy_id: 188, transaction_date: "2023-10-22", amount: "13340.92", payment_method: "Bank Transfer" },
            { id: 255, claim_id: 59, policy_id: 106, transaction_date: "2022-01-18", amount: "61.61", payment_method: "Credit Card" },
            { id: 256, claim_id: 110, policy_id: null, transaction_date: "2023-12-01", amount: "4008.33", payment_method: "Credit Card" },
            { id: 257, claim_id: 55, policy_id: 92, transaction_date: "2023-05-11", amount: "19581.89", payment_method: "Bank Transfer" },
            { id: 258, claim_id: 32, policy_id: 17, transaction_date: "2022-07-26", amount: "6798.75", payment_method: "Credit Card" },
            { id: 259, claim_id: 124, policy_id: 4, transaction_date: "2021-06-06", amount: "50.13", payment_method: "Cash" },
            { id: 260, claim_id: 34, policy_id: 80, transaction_date: "2021-10-24", amount: "11083.22", payment_method: "Bank Transfer" },
            { id: 261, claim_id: 97, policy_id: 142, transaction_date: "2022-09-17", amount: "108.24", payment_method: "Cash" },
            { id: 262, claim_id: 132, policy_id: 53, transaction_date: "2022-11-02", amount: "12306.20", payment_method: "Cash" },
            { id: 263, claim_id: 98, policy_id: null, transaction_date: "2020-05-09", amount: "6171.70", payment_method: "Credit Card" },
            { id: 264, claim_id: 101, policy_id: 178, transaction_date: "2021-05-31", amount: "10495.96", payment_method: "Cash" },
            { id: 265, claim_id: 99, policy_id: 116, transaction_date: "2022-10-12", amount: "17933.25", payment_method: "Cash" },
            { id: 266, claim_id: 148, policy_id: null, transaction_date: "2021-01-30", amount: "12038.23", payment_method: "Credit Card" },
            { id: 267, claim_id: 129, policy_id: 145, transaction_date: "2021-07-24", amount: "4485.51", payment_method: "Bank Transfer" },
            { id: 268, claim_id: 101, policy_id: 57, transaction_date: "2022-03-02", amount: "13216.03", payment_method: "Credit Card" },
            { id: 269, claim_id: 39, policy_id: 124, transaction_date: "2023-04-23", amount: "15107.94", payment_method: "Cash" },
            { id: 270, claim_id: 106, policy_id: 60, transaction_date: "2022-01-29", amount: "11266.42", payment_method: "Bank Transfer" },
            { id: 271, claim_id: 50, policy_id: 151, transaction_date: "2021-03-20", amount: "7660.78", payment_method: "Credit Card" },
            { id: 272, claim_id: 145, policy_id: 184, transaction_date: "2023-08-27", amount: "4912.01", payment_method: "Credit Card" },
            { id: 273, claim_id: 24, policy_id: null, transaction_date: "2020-11-06", amount: "1119.80", payment_method: "Credit Card" },
            { id: 274, claim_id: 50, policy_id: 104, transaction_date: "2022-03-14", amount: "65.42", payment_method: "Credit Card" },
            { id: 275, claim_id: 44, policy_id: 180, transaction_date: "2021-12-20", amount: "98.10", payment_method: "Cash" },
            { id: 276, claim_id: 27, policy_id: 65, transaction_date: "2023-09-23", amount: "201.23", payment_method: "Cheque" },
            { id: 277, claim_id: 77, policy_id: 198, transaction_date: "2022-08-22", amount: "14063.63", payment_method: "Cheque" },
            { id: 278, claim_id: 98, policy_id: 120, transaction_date: "2023-09-27", amount: "668.59", payment_method: "Bank Transfer" },
            { id: 279, claim_id: 79, policy_id: 192, transaction_date: "2021-09-14", amount: "15067.58", payment_method: "Bank Transfer" },
            { id: 280, claim_id: 17, policy_id: 131, transaction_date: "2022-09-15", amount: "7460.71", payment_method: "Bank Transfer" },
            { id: 281, claim_id: 119, policy_id: 122, transaction_date: "2023-12-11", amount: "7019.33", payment_method: "Credit Card" },
            { id: 282, claim_id: 26, policy_id: 177, transaction_date: "2021-03-30", amount: "61.65", payment_method: "Cheque" },
            { id: 283, claim_id: null, policy_id: 151, transaction_date: "2022-11-04", amount: "5141.65", payment_method: "Bank Transfer" },
            { id: 284, claim_id: 122, policy_id: 65, transaction_date: "2021-12-25", amount: "81.01", payment_method: "Bank Transfer" },
            { id: 285, claim_id: 123, policy_id: 200, transaction_date: "2023-08-02", amount: "15780.07", payment_method: "Credit Card" },
            { id: 286, claim_id: 26, policy_id: 31, transaction_date: "2020-02-10", amount: "15368.70", payment_method: "Credit Card" },
            { id: 287, claim_id: 102, policy_id: 72, transaction_date: "2023-05-11", amount: "13032.81", payment_method: "Credit Card" },
            { id: 288, claim_id: 128, policy_id: 64, transaction_date: "2021-12-25", amount: "6738.12", payment_method: "Cash" },
            { id: 289, claim_id: 4, policy_id: 145, transaction_date: "2023-07-09", amount: "8777.89", payment_method: "Cash" },
            { id: 290, claim_id: 96, policy_id: 126, transaction_date: "2023-10-02", amount: "19665.23", payment_method: "Cash" },
            { id: 291, claim_id: null, policy_id: 96, transaction_date: "2020-02-26", amount: "11855.00", payment_method: "Cash" },
            { id: 292, claim_id: null, policy_id: 128, transaction_date: "2020-05-16", amount: "13315.10", payment_method: "Credit Card" },
            { id: 293, claim_id: 129, policy_id: 199, transaction_date: "2023-05-15", amount: "1067.20", payment_method: "Cash" },
            { id: 294, claim_id: 148, policy_id: 68, transaction_date: "2023-06-01", amount: "8088.53", payment_method: "Bank Transfer" },
            { id: 295, claim_id: 41, policy_id: 198, transaction_date: "2020-10-22", amount: "8463.80", payment_method: "Bank Transfer" },
            { id: 296, claim_id: 14, policy_id: 62, transaction_date: "2023-01-17", amount: "5562.22", payment_method: "Bank Transfer" },
            { id: 297, claim_id: 137, policy_id: 152, transaction_date: "2023-07-01", amount: "12833.64", payment_method: "Credit Card" },
            { id: 298, claim_id: 110, policy_id: 63, transaction_date: "2022-01-10", amount: "10069.02", payment_method: "Credit Card" },
            { id: 299, claim_id: 113, policy_id: 85, transaction_date: "2022-03-17", amount: "1251.70", payment_method: "Cash" },
            { id: 300, claim_id: 48, policy_id: 24, transaction_date: "2022-10-16", amount: "13459.03", payment_method: "Bank Transfer" },
        ],
    });
}

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