// Intercity Travel Insights (intercity-bus-ticket-app) 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.coupons), 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.coupons.createMany({
        data: [
            { id: 1, code: "GIFT", discount_percentage: 29, valid_from: "2023-02-24", valid_until: "2023-10-26" },
            { id: 2, code: "FREESHIP REWARD DISCOUNT", discount_percentage: 42, valid_from: "2023-01-04", valid_until: "2023-02-01" },
            { id: 3, code: "TICKET CODE VOUCHER", discount_percentage: 23, valid_from: "2023-01-07", valid_until: "2023-07-16" },
            { id: 4, code: "FREESHIP VALUE FLASH", discount_percentage: 29, valid_from: "2023-11-16", valid_until: "2023-01-12" },
            { id: 5, code: "DISCOUNT VOUCHER OFFER", discount_percentage: null, valid_from: "2023-07-22", valid_until: "2023-08-16" },
            { id: 6, code: "PROMO", discount_percentage: 24, valid_from: "2023-01-03", valid_until: "2023-12-16" },
            { id: 7, code: "GIFT", discount_percentage: 25, valid_from: null, valid_until: "2023-10-07" },
            { id: 8, code: "LIMITED EXTRA PROMO", discount_percentage: 26, valid_from: "2023-12-15", valid_until: "2023-11-25" },
            { id: 9, code: "CODE FLASHSALE SPECIAL", discount_percentage: 21, valid_from: null, valid_until: "2023-01-05" },
            { id: 10, code: "LIMITED DEAL EXTRA", discount_percentage: null, valid_from: "2023-01-22", valid_until: "2023-07-14" },
            { id: 11, code: "EXTRA DISCOUNT", discount_percentage: 34, valid_from: "2023-07-10", valid_until: null },
            { id: 12, code: "SAVE FLASHSALE", discount_percentage: 35, valid_from: "2023-11-11", valid_until: "2023-11-12" },
            { id: 13, code: "PASS", discount_percentage: 21, valid_from: "2023-06-27", valid_until: "2023-01-19" },
            { id: 14, code: "BONUS", discount_percentage: 25, valid_from: "2023-09-20", valid_until: "2023-10-05" },
            { id: 15, code: "FLASHSALE DEAL", discount_percentage: 21, valid_from: "2023-10-08", valid_until: "2023-08-08" },
            { id: 16, code: "CODE WINTER", discount_percentage: 32, valid_from: "2023-02-08", valid_until: "2023-04-06" },
            { id: 17, code: "REWARD", discount_percentage: 23, valid_from: "2023-08-11", valid_until: "2023-10-18" },
            { id: 18, code: "SUMMER", discount_percentage: 25, valid_from: "2023-06-22", valid_until: "2023-07-19" },
            { id: 19, code: "FLASH OFFER SUMMER", discount_percentage: 41, valid_from: "2023-03-12", valid_until: "2023-01-07" },
            { id: 20, code: "WINTER", discount_percentage: 20, valid_from: "2023-09-01", valid_until: "2023-10-18" },
            { id: 21, code: "DISCOUNT FLASH", discount_percentage: 33, valid_from: "2023-01-12", valid_until: "2023-09-20" },
            { id: 22, code: "CODE FREESHIP DEAL", discount_percentage: null, valid_from: "2023-08-03", valid_until: "2023-12-16" },
            { id: 23, code: "GIFT TICKET SPECIAL", discount_percentage: null, valid_from: "2023-03-17", valid_until: null },
            { id: 24, code: "DEAL VOUCHER", discount_percentage: 15, valid_from: "2023-06-26", valid_until: "2023-04-03" },
            { id: 25, code: "DEAL REWARD", discount_percentage: 28, valid_from: "2023-03-18", valid_until: "2023-01-24" },
            { id: 26, code: "VOUCHER", discount_percentage: 24, valid_from: "2023-09-28", valid_until: "2023-12-16" },
            { id: 27, code: "GIFT VALUE SPECIAL", discount_percentage: 31, valid_from: "2023-10-05", valid_until: "2023-11-16" },
            { id: 28, code: "SPECIAL FLASHSALE VOUCHER", discount_percentage: 25, valid_from: null, valid_until: "2023-03-20" },
            { id: 29, code: "FLASHSALE SUMMER", discount_percentage: 27, valid_from: "2023-01-31", valid_until: "2023-09-21" },
            { id: 30, code: "EXTRA WINTER", discount_percentage: 26, valid_from: "2023-09-11", valid_until: "2023-12-24" },
            { id: 31, code: "VOUCHER CODE", discount_percentage: 22, valid_from: "2023-12-16", valid_until: "2023-09-12" },
            { id: 32, code: "OFFER PROMO", discount_percentage: 37, valid_from: "2023-04-06", valid_until: "2023-07-05" },
            { id: 33, code: "TICKET", discount_percentage: 22, valid_from: null, valid_until: "2023-02-23" },
            { id: 34, code: "DEAL REWARD GIFT", discount_percentage: 29, valid_from: "2023-10-30", valid_until: "2023-08-26" },
            { id: 35, code: "EXTRA WINTER", discount_percentage: 25, valid_from: "2023-03-10", valid_until: "2023-10-10" },
            { id: 36, code: "OFFER", discount_percentage: 19, valid_from: "2023-09-01", valid_until: "2023-09-15" },
            { id: 37, code: "OFFER", discount_percentage: 26, valid_from: "2023-12-01", valid_until: "2023-10-16" },
            { id: 38, code: "LIMITED FLASHSALE SPECIAL", discount_percentage: 27, valid_from: "2023-08-22", valid_until: "2023-01-14" },
            { id: 39, code: "FLASH EXTRA", discount_percentage: 29, valid_from: "2023-09-24", valid_until: "2023-10-06" },
            { id: 40, code: "DISCOUNT FLASHSALE VOUCHER", discount_percentage: 31, valid_from: "2023-01-17", valid_until: "2023-08-25" },
            { id: 41, code: "FREESHIP", discount_percentage: 35, valid_from: "2023-04-04", valid_until: "2023-12-13" },
            { id: 42, code: "FLASHSALE CODE", discount_percentage: 30, valid_from: "2023-05-15", valid_until: "2023-03-02" },
            { id: 43, code: "BONUS SUMMER FLASHSALE", discount_percentage: 12, valid_from: "2023-11-24", valid_until: "2023-12-18" },
            { id: 44, code: "FREESHIP SPECIAL DISCOUNT", discount_percentage: 34, valid_from: "2023-01-16", valid_until: "2023-10-19" },
            { id: 45, code: "FREESHIP BONUS PASS", discount_percentage: 16, valid_from: "2023-03-31", valid_until: "2023-02-04" },
            { id: 46, code: "BONUS OFFER REWARD", discount_percentage: 21, valid_from: "2023-11-19", valid_until: null },
            { id: 47, code: "BONUS SAVE OFFER", discount_percentage: 27, valid_from: "2023-12-20", valid_until: "2023-10-27" },
            { id: 48, code: "VOUCHER SUMMER", discount_percentage: null, valid_from: "2023-06-24", valid_until: "2023-12-28" },
            { id: 49, code: "EXTRA", discount_percentage: 27, valid_from: null, valid_until: "2023-12-18" },
            { id: 50, code: "TICKET", discount_percentage: 33, valid_from: "2023-10-10", valid_until: "2023-04-15" },
            { id: 51, code: "EXTRA TICKET VALUE", discount_percentage: 26, valid_from: "2023-01-24", valid_until: "2023-12-02" },
            { id: 52, code: "WINTER TICKET", discount_percentage: 22, valid_from: null, valid_until: "2023-08-03" },
            { id: 53, code: "EXTRA", discount_percentage: 17, valid_from: "2023-09-09", valid_until: "2023-11-19" },
            { id: 54, code: "OFFER", discount_percentage: 23, valid_from: "2023-12-20", valid_until: "2023-12-25" },
            { id: 55, code: "DEAL", discount_percentage: 32, valid_from: "2023-03-29", valid_until: "2023-01-24" },
            { id: 56, code: "CODE VOUCHER", discount_percentage: 35, valid_from: "2023-11-29", valid_until: "2023-12-24" },
            { id: 57, code: "WINTER TICKET GIFT", discount_percentage: 22, valid_from: "2023-10-04", valid_until: "2023-12-02" },
            { id: 58, code: "FLASH PROMO FLASHSALE", discount_percentage: 31, valid_from: "2023-07-19", valid_until: "2023-11-18" },
            { id: 59, code: "GIFT", discount_percentage: 20, valid_from: null, valid_until: "2023-05-11" },
            { id: 60, code: "PASS FLASH", discount_percentage: 31, valid_from: "2023-10-21", valid_until: "2023-09-08" },
            { id: 61, code: "WINTER", discount_percentage: 29, valid_from: "2023-06-12", valid_until: "2023-12-25" },
            { id: 62, code: "WINTER", discount_percentage: 38, valid_from: "2023-11-06", valid_until: "2023-11-02" },
            { id: 63, code: "FREESHIP SUMMER FLASH", discount_percentage: 26, valid_from: "2023-11-03", valid_until: "2023-10-21" },
            { id: 64, code: "SPECIAL TICKET", discount_percentage: 19, valid_from: "2023-10-31", valid_until: "2023-08-06" },
            { id: 65, code: "SPECIAL", discount_percentage: 37, valid_from: "2023-11-29", valid_until: null },
            { id: 66, code: "FREESHIP VALUE", discount_percentage: 28, valid_from: "2023-02-04", valid_until: "2023-05-09" },
            { id: 67, code: "BONUS", discount_percentage: null, valid_from: "2023-01-24", valid_until: "2023-04-12" },
            { id: 68, code: "VOUCHER", discount_percentage: 19, valid_from: "2023-12-22", valid_until: "2023-07-30" },
            { id: 69, code: "FREESHIP EXTRA", discount_percentage: 25, valid_from: "2023-10-31", valid_until: "2023-11-18" },
            { id: 70, code: "PASS", discount_percentage: 22, valid_from: "2023-11-17", valid_until: "2023-11-11" },
            { id: 71, code: "PASS VALUE SPECIAL", discount_percentage: 27, valid_from: "2023-02-06", valid_until: "2023-10-09" },
            { id: 72, code: "LIMITED FREESHIP", discount_percentage: 24, valid_from: null, valid_until: "2023-12-09" },
            { id: 73, code: "LIMITED SPECIAL PASS", discount_percentage: 29, valid_from: "2023-01-12", valid_until: "2023-09-03" },
            { id: 74, code: "BONUS", discount_percentage: 30, valid_from: "2023-03-27", valid_until: "2023-11-04" },
            { id: 75, code: "PASS PROMO SAVE", discount_percentage: null, valid_from: "2023-11-22", valid_until: "2023-08-24" },
            { id: 76, code: "SUMMER", discount_percentage: 30, valid_from: "2023-09-13", valid_until: "2023-12-16" },
            { id: 77, code: "SUMMER BONUS", discount_percentage: 26, valid_from: null, valid_until: "2023-11-22" },
            { id: 78, code: "EXTRA BONUS SPECIAL", discount_percentage: 44, valid_from: "2023-10-09", valid_until: "2023-11-08" },
            { id: 79, code: "FLASHSALE PASS FREESHIP", discount_percentage: 25, valid_from: "2023-03-06", valid_until: "2023-10-22" },
            { id: 80, code: "PROMO DISCOUNT", discount_percentage: 22, valid_from: "2023-02-19", valid_until: "2023-02-09" },
            { id: 81, code: "VALUE EXTRA", discount_percentage: 23, valid_from: "2023-12-13", valid_until: "2023-03-15" },
            { id: 82, code: "TICKET REWARD", discount_percentage: 28, valid_from: "2023-12-13", valid_until: "2023-12-16" },
            { id: 83, code: "VALUE SUMMER", discount_percentage: 22, valid_from: "2023-03-25", valid_until: "2023-09-21" },
            { id: 84, code: "TICKET DEAL", discount_percentage: 23, valid_from: "2023-11-05", valid_until: "2023-07-12" },
            { id: 85, code: "LIMITED VALUE OFFER", discount_percentage: 30, valid_from: "2023-10-18", valid_until: "2023-10-01" },
            { id: 86, code: "FLASH", discount_percentage: 41, valid_from: "2023-12-01", valid_until: "2023-08-16" },
            { id: 87, code: "DEAL SUMMER GIFT", discount_percentage: 29, valid_from: null, valid_until: "2023-09-19" },
            { id: 88, code: "OFFER SUMMER", discount_percentage: 28, valid_from: "2023-02-25", valid_until: "2023-10-11" },
            { id: 89, code: "SAVE PROMO", discount_percentage: 30, valid_from: "2023-11-24", valid_until: "2023-08-10" },
            { id: 90, code: "GIFT", discount_percentage: 30, valid_from: "2023-09-27", valid_until: "2023-05-14" },
            { id: 91, code: "SAVE", discount_percentage: 32, valid_from: "2023-09-20", valid_until: "2023-12-21" },
            { id: 92, code: "GIFT BONUS", discount_percentage: 28, valid_from: "2023-09-13", valid_until: "2023-03-27" },
            { id: 93, code: "TICKET", discount_percentage: 27, valid_from: "2023-10-02", valid_until: "2023-03-03" },
            { id: 94, code: "PROMO SAVE DISCOUNT", discount_percentage: 16, valid_from: "2023-03-10", valid_until: "2023-02-08" },
            { id: 95, code: "SUMMER", discount_percentage: 22, valid_from: "2023-07-07", valid_until: "2023-02-02" },
            { id: 96, code: "FREESHIP PROMO", discount_percentage: 25, valid_from: "2023-02-09", valid_until: "2023-08-25" },
            { id: 97, code: "TICKET DISCOUNT", discount_percentage: 17, valid_from: "2023-08-03", valid_until: "2023-12-22" },
            { id: 98, code: "VOUCHER BONUS TICKET", discount_percentage: 34, valid_from: "2023-03-30", valid_until: "2023-01-19" },
            { id: 99, code: "DEAL PROMO", discount_percentage: 32, valid_from: "2023-01-10", valid_until: "2023-05-21" },
            { id: 100, code: "GIFT SAVE LIMITED", discount_percentage: 22, valid_from: "2023-10-07", valid_until: "2023-09-28" },
            { id: 101, code: "BONUS TICKET WINTER", discount_percentage: 20, valid_from: "2023-10-25", valid_until: "2023-11-06" },
            { id: 102, code: "SPECIAL REWARD SUMMER", discount_percentage: 30, valid_from: "2023-12-03", valid_until: "2023-08-26" },
            { id: 103, code: "REWARD FLASH LIMITED", discount_percentage: 33, valid_from: null, valid_until: "2023-08-31" },
            { id: 104, code: "VOUCHER GIFT", discount_percentage: 21, valid_from: "2023-10-14", valid_until: "2023-08-23" },
            { id: 105, code: "CODE", discount_percentage: 25, valid_from: "2023-09-18", valid_until: "2023-01-09" },
            { id: 106, code: "CODE SAVE DISCOUNT", discount_percentage: null, valid_from: "2023-10-12", valid_until: "2023-12-28" },
            { id: 107, code: "PASS", discount_percentage: 35, valid_from: "2023-08-25", valid_until: "2023-11-16" },
            { id: 108, code: "PROMO VOUCHER", discount_percentage: 22, valid_from: "2023-01-21", valid_until: "2023-10-04" },
            { id: 109, code: "TICKET VALUE EXTRA", discount_percentage: 28, valid_from: "2023-12-19", valid_until: "2023-02-18" },
            { id: 110, code: "PASS", discount_percentage: 31, valid_from: "2023-11-26", valid_until: "2023-09-27" },
            { id: 111, code: "FREESHIP DEAL GIFT", discount_percentage: 40, valid_from: "2023-01-28", valid_until: null },
            { id: 112, code: "TICKET", discount_percentage: 24, valid_from: "2023-04-07", valid_until: "2023-11-07" },
            { id: 113, code: "REWARD PROMO", discount_percentage: null, valid_from: "2023-12-23", valid_until: "2023-10-01" },
            { id: 114, code: "REWARD DISCOUNT WINTER", discount_percentage: 33, valid_from: "2023-08-08", valid_until: "2023-08-25" },
            { id: 115, code: "DEAL DISCOUNT WINTER", discount_percentage: 35, valid_from: "2023-04-17", valid_until: "2023-01-02" },
            { id: 116, code: "GIFT SPECIAL TICKET", discount_percentage: 30, valid_from: "2023-02-22", valid_until: "2023-10-22" },
            { id: 117, code: "SPECIAL", discount_percentage: 38, valid_from: "2023-10-26", valid_until: "2023-01-06" },
            { id: 118, code: "FREESHIP", discount_percentage: 44, valid_from: "2023-02-03", valid_until: "2023-10-05" },
            { id: 119, code: "PASS VALUE", discount_percentage: 32, valid_from: "2023-01-22", valid_until: "2023-01-03" },
            { id: 120, code: "EXTRA BONUS", discount_percentage: 24, valid_from: "2023-02-10", valid_until: "2023-03-25" },
            { id: 121, code: "GIFT LIMITED VALUE", discount_percentage: 23, valid_from: "2023-11-04", valid_until: "2023-11-04" },
            { id: 122, code: "PROMO FREESHIP SAVE", discount_percentage: 30, valid_from: "2023-10-16", valid_until: "2023-02-09" },
            { id: 123, code: "SUMMER PASS", discount_percentage: 34, valid_from: "2023-06-11", valid_until: "2023-11-08" },
            { id: 124, code: "VALUE DEAL SAVE", discount_percentage: 18, valid_from: null, valid_until: "2023-03-09" },
            { id: 125, code: "FLASH GIFT", discount_percentage: 35, valid_from: "2023-12-26", valid_until: "2023-06-08" },
            { id: 126, code: "WINTER EXTRA TICKET", discount_percentage: 30, valid_from: null, valid_until: "2023-12-07" },
            { id: 127, code: "DISCOUNT VOUCHER", discount_percentage: 28, valid_from: "2023-10-14", valid_until: "2023-02-09" },
            { id: 128, code: "SUMMER", discount_percentage: 21, valid_from: "2023-05-31", valid_until: "2023-08-25" },
            { id: 129, code: "EXTRA OFFER SUMMER", discount_percentage: 26, valid_from: "2023-08-04", valid_until: "2023-02-25" },
            { id: 130, code: "FREESHIP FLASH", discount_percentage: 35, valid_from: "2023-12-29", valid_until: "2023-02-13" },
            { id: 131, code: "REWARD CODE VOUCHER", discount_percentage: 23, valid_from: null, valid_until: "2023-01-31" },
            { id: 132, code: "FLASHSALE VOUCHER LIMITED", discount_percentage: 24, valid_from: "2023-09-12", valid_until: "2023-12-27" },
            { id: 133, code: "REWARD", discount_percentage: 16, valid_from: "2023-11-07", valid_until: "2023-10-16" },
            { id: 134, code: "LIMITED CODE DEAL", discount_percentage: 29, valid_from: "2023-11-16", valid_until: "2023-09-02" },
            { id: 135, code: "GIFT WINTER", discount_percentage: 21, valid_from: "2023-05-08", valid_until: "2023-12-17" },
            { id: 136, code: "LIMITED", discount_percentage: 46, valid_from: "2023-12-14", valid_until: "2023-04-25" },
            { id: 137, code: "REWARD", discount_percentage: 26, valid_from: "2023-10-17", valid_until: "2023-01-03" },
            { id: 138, code: "SUMMER VOUCHER OFFER", discount_percentage: 27, valid_from: "2023-09-17", valid_until: "2023-02-04" },
            { id: 139, code: "LIMITED VOUCHER", discount_percentage: 33, valid_from: "2023-12-27", valid_until: "2023-02-05" },
            { id: 140, code: "WINTER LIMITED SAVE", discount_percentage: 39, valid_from: "2023-07-13", valid_until: "2023-11-15" },
            { id: 141, code: "EXTRA FREESHIP", discount_percentage: null, valid_from: "2023-03-09", valid_until: "2023-03-06" },
            { id: 142, code: "SAVE", discount_percentage: 15, valid_from: null, valid_until: "2023-11-23" },
            { id: 143, code: "FREESHIP", discount_percentage: 29, valid_from: "2023-04-24", valid_until: "2023-11-30" },
            { id: 144, code: "FLASHSALE", discount_percentage: 34, valid_from: null, valid_until: "2023-01-03" },
            { id: 145, code: "BONUS WINTER DISCOUNT", discount_percentage: 27, valid_from: "2023-01-11", valid_until: "2023-10-16" },
            { id: 146, code: "CODE", discount_percentage: 26, valid_from: null, valid_until: "2023-10-19" },
            { id: 147, code: "FLASH FREESHIP DISCOUNT", discount_percentage: 23, valid_from: "2023-10-13", valid_until: "2023-02-01" },
            { id: 148, code: "FLASHSALE GIFT FLASH", discount_percentage: 21, valid_from: "2023-09-13", valid_until: "2023-03-20" },
            { id: 149, code: "WINTER PROMO", discount_percentage: 23, valid_from: "2023-06-14", valid_until: "2023-02-14" },
            { id: 150, code: "FLASH VOUCHER", discount_percentage: 21, valid_from: "2023-10-31", valid_until: "2023-03-07" },
            { id: 151, code: "SUMMER", discount_percentage: 18, valid_from: "2023-07-05", valid_until: "2023-03-30" },
            { id: 152, code: "CODE", discount_percentage: 17, valid_from: "2023-11-30", valid_until: "2023-01-06" },
            { id: 153, code: "PASS CODE DISCOUNT", discount_percentage: 39, valid_from: "2023-06-11", valid_until: "2023-02-21" },
            { id: 154, code: "EXTRA", discount_percentage: 34, valid_from: "2023-11-27", valid_until: "2023-12-01" },
            { id: 155, code: "CODE EXTRA SPECIAL", discount_percentage: 37, valid_from: "2023-11-25", valid_until: "2023-04-04" },
            { id: 156, code: "VOUCHER", discount_percentage: 31, valid_from: "2023-03-17", valid_until: "2023-11-05" },
            { id: 157, code: "SPECIAL REWARD", discount_percentage: 32, valid_from: "2023-11-27", valid_until: null },
            { id: 158, code: "SPECIAL SUMMER", discount_percentage: 37, valid_from: "2023-06-27", valid_until: "2023-06-24" },
            { id: 159, code: "LIMITED VOUCHER GIFT", discount_percentage: 28, valid_from: null, valid_until: "2023-05-13" },
            { id: 160, code: "OFFER WINTER SUMMER", discount_percentage: 31, valid_from: "2023-05-19", valid_until: "2023-01-01" },
            { id: 161, code: "LIMITED", discount_percentage: 35, valid_from: "2023-11-04", valid_until: "2023-10-27" },
            { id: 162, code: "VOUCHER", discount_percentage: 30, valid_from: "2023-11-12", valid_until: "2023-04-05" },
            { id: 163, code: "SPECIAL FREESHIP PASS", discount_percentage: null, valid_from: "2023-02-10", valid_until: "2023-09-29" },
            { id: 164, code: "FLASH", discount_percentage: 18, valid_from: "2023-06-12", valid_until: "2023-02-22" },
            { id: 165, code: "LIMITED FLASH", discount_percentage: null, valid_from: "2023-07-10", valid_until: "2023-11-24" },
            { id: 166, code: "PASS WINTER FLASH", discount_percentage: 34, valid_from: "2023-11-15", valid_until: "2023-01-04" },
            { id: 167, code: "FREESHIP", discount_percentage: 28, valid_from: null, valid_until: "2023-07-29" },
            { id: 168, code: "REWARD EXTRA", discount_percentage: 25, valid_from: "2023-08-20", valid_until: null },
            { id: 169, code: "VALUE", discount_percentage: 20, valid_from: "2023-01-13", valid_until: "2023-07-25" },
            { id: 170, code: "SUMMER VALUE", discount_percentage: 15, valid_from: "2023-10-31", valid_until: "2023-01-14" },
            { id: 171, code: "REWARD", discount_percentage: null, valid_from: "2023-12-07", valid_until: "2023-01-03" },
            { id: 172, code: "PROMO EXTRA", discount_percentage: 27, valid_from: "2023-03-02", valid_until: "2023-01-30" },
            { id: 173, code: "SUMMER FREESHIP", discount_percentage: null, valid_from: null, valid_until: "2023-04-17" },
            { id: 174, code: "VALUE", discount_percentage: 29, valid_from: "2023-11-21", valid_until: "2023-06-12" },
            { id: 175, code: "EXTRA VALUE LIMITED", discount_percentage: 37, valid_from: "2023-01-13", valid_until: "2023-03-08" },
            { id: 176, code: "DEAL OFFER EXTRA", discount_percentage: 34, valid_from: "2023-08-14", valid_until: "2023-06-17" },
            { id: 177, code: "VOUCHER SAVE", discount_percentage: 28, valid_from: "2023-10-11", valid_until: "2023-11-06" },
            { id: 178, code: "OFFER GIFT", discount_percentage: 31, valid_from: "2023-08-18", valid_until: "2023-04-20" },
            { id: 179, code: "SUMMER WINTER", discount_percentage: null, valid_from: "2023-01-13", valid_until: "2023-02-08" },
            { id: 180, code: "DISCOUNT", discount_percentage: null, valid_from: "2023-11-18", valid_until: "2023-07-20" },
            { id: 181, code: "DEAL FREESHIP SUMMER", discount_percentage: 37, valid_from: "2023-04-01", valid_until: "2023-01-10" },
            { id: 182, code: "SAVE", discount_percentage: 23, valid_from: "2023-10-16", valid_until: "2023-11-06" },
            { id: 183, code: "VOUCHER BONUS", discount_percentage: 38, valid_from: "2023-06-12", valid_until: "2023-09-29" },
            { id: 184, code: "WINTER FLASH", discount_percentage: 19, valid_from: "2023-11-14", valid_until: "2023-07-28" },
            { id: 185, code: "BONUS", discount_percentage: 25, valid_from: "2023-03-28", valid_until: "2023-08-25" },
            { id: 186, code: "DISCOUNT VOUCHER", discount_percentage: 34, valid_from: "2023-03-23", valid_until: "2023-09-25" },
            { id: 187, code: "SPECIAL", discount_percentage: 35, valid_from: "2023-12-13", valid_until: "2023-11-06" },
            { id: 188, code: "BONUS VOUCHER OFFER", discount_percentage: null, valid_from: "2023-04-01", valid_until: "2023-09-24" },
            { id: 189, code: "TICKET PROMO", discount_percentage: 21, valid_from: "2023-01-08", valid_until: "2023-12-05" },
            { id: 190, code: "GIFT PROMO", discount_percentage: 19, valid_from: "2023-12-11", valid_until: "2023-11-15" },
            { id: 191, code: "SAVE VOUCHER BONUS", discount_percentage: 41, valid_from: "2023-09-05", valid_until: "2023-12-03" },
            { id: 192, code: "GIFT", discount_percentage: 25, valid_from: "2023-03-22", valid_until: "2023-12-02" },
            { id: 193, code: "SPECIAL", discount_percentage: 30, valid_from: null, valid_until: "2023-02-09" },
            { id: 194, code: "PROMO LIMITED", discount_percentage: 13, valid_from: null, valid_until: "2023-02-27" },
            { id: 195, code: "DEAL BONUS", discount_percentage: null, valid_from: "2023-12-28", valid_until: "2023-11-21" },
            { id: 196, code: "VOUCHER PROMO", discount_percentage: 40, valid_from: "2023-12-08", valid_until: "2023-02-15" },
            { id: 197, code: "PASS DISCOUNT PROMO", discount_percentage: 22, valid_from: null, valid_until: "2023-03-06" },
            { id: 198, code: "FLASHSALE CODE", discount_percentage: 22, valid_from: "2023-02-18", valid_until: "2023-06-05" },
            { id: 199, code: "REWARD", discount_percentage: 16, valid_from: "2023-12-30", valid_until: null },
            { id: 200, code: "FLASHSALE PASS FREESHIP", discount_percentage: 31, valid_from: "2023-02-19", valid_until: "2023-02-26" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Lena Khan", email: "lena.khan@example.com", registration_date: new Date("2022-11-26T11:22:07Z") },
            { id: 2, full_name: "Arjun Adams", email: "arjun.adams@example.org", registration_date: new Date("2022-08-03T10:02:40Z") },
            { id: 3, full_name: "Andre Novak", email: null, registration_date: new Date("2020-11-12T23:17:28Z") },
            { id: 4, full_name: "Ravi Garcia", email: "ravi.garcia@example.org", registration_date: new Date("2023-05-27T23:17:39Z") },
            { id: 5, full_name: "Victor Baker", email: "victor.baker@example.net", registration_date: new Date("2021-03-26T17:48:09Z") },
            { id: 6, full_name: "Amir Garcia", email: "amir.garcia@example.net", registration_date: new Date("2022-03-21T14:26:35Z") },
            { id: 7, full_name: "Priya Larsen", email: "priya.larsen@example.org", registration_date: new Date("2022-12-15T19:06:23Z") },
            { id: 8, full_name: "Maja Andersen", email: "maja.andersen@example.com", registration_date: new Date("2020-11-16T16:35:42Z") },
            { id: 9, full_name: "Hana Nguyen", email: "hana.nguyen@example.org", registration_date: new Date("2021-10-08T19:16:47Z") },
            { id: 10, full_name: "Amir Clark", email: "amir.clark@example.com", registration_date: new Date("2022-04-06T17:54:24Z") },
            { id: 11, full_name: "Hana Hassan", email: "hana.hassan@example.com", registration_date: new Date("2023-06-25T13:19:52Z") },
            { id: 12, full_name: "Sofia Wright", email: "sofia.wright@example.net", registration_date: new Date("2023-07-29T13:33:14Z") },
            { id: 13, full_name: "Jonas Hughes", email: "jonas.hughes@example.com", registration_date: new Date("2021-01-16T12:37:57Z") },
            { id: 14, full_name: "Tomas Reyes", email: "tomas.reyes@example.org", registration_date: new Date("2021-04-18T16:35:12Z") },
            { id: 15, full_name: "Diego Demir", email: "diego.demir@example.net", registration_date: new Date("2022-10-31T19:56:03Z") },
            { id: 16, full_name: "Carla Chen", email: "carla.chen@example.com", registration_date: new Date("2022-09-26T20:47:23Z") },
            { id: 17, full_name: "Grace Carter", email: "grace.carter@example.org", registration_date: new Date("2021-02-27T16:47:36Z") },
            { id: 18, full_name: "Ivan Walker", email: "ivan.walker@example.net", registration_date: new Date("2021-01-17T13:19:59Z") },
            { id: 19, full_name: "David Ahmed", email: "david.ahmed@example.com", registration_date: new Date("2022-06-29T21:29:34Z") },
            { id: 20, full_name: "Uma Khan", email: "uma.khan@example.org", registration_date: new Date("2020-07-16T19:04:51Z") },
            { id: 21, full_name: "Carlos Khan", email: "carlos.khan@example.com", registration_date: new Date("2023-03-27T21:30:17Z") },
            { id: 22, full_name: "Elif Andersen", email: "elif.andersen@example.org", registration_date: new Date("2022-07-11T21:14:50Z") },
            { id: 23, full_name: "Tomas Rossi", email: "tomas.rossi@example.com", registration_date: new Date("2021-05-16T11:38:46Z") },
            { id: 24, full_name: "Zara Silva", email: "zara.silva@example.org", registration_date: new Date("2022-02-25T09:55:01Z") },
            { id: 25, full_name: "Hana Vargas", email: "hana.vargas@example.org", registration_date: new Date("2022-09-22T13:27:07Z") },
            { id: 26, full_name: "Fatima Becker", email: "fatima.becker@example.net", registration_date: new Date("2023-03-01T14:36:54Z") },
            { id: 27, full_name: null, email: null, registration_date: new Date("2021-12-09T09:15:49Z") },
            { id: 28, full_name: "Andre Jansen", email: "andre.jansen@example.org", registration_date: new Date("2021-02-27T18:14:54Z") },
            { id: 29, full_name: "Maja Weber", email: "maja.weber@example.org", registration_date: new Date("2020-12-29T00:31:16Z") },
            { id: 30, full_name: "Daniel Nakamura", email: null, registration_date: new Date("2022-11-20T15:28:03Z") },
            { id: 31, full_name: null, email: null, registration_date: new Date("2020-11-01T19:26:16Z") },
            { id: 32, full_name: "Laura Schmidt", email: "laura.schmidt@example.org", registration_date: new Date("2020-06-28T20:16:36Z") },
            { id: 33, full_name: "Priya Ibrahim", email: "priya.ibrahim@example.net", registration_date: new Date("2022-12-07T18:49:00Z") },
            { id: 34, full_name: null, email: null, registration_date: new Date("2021-12-26T20:39:41Z") },
            { id: 35, full_name: null, email: null, registration_date: new Date("2023-07-18T09:50:43Z") },
            { id: 36, full_name: "Lina Kumar", email: null, registration_date: new Date("2022-07-07T17:38:13Z") },
            { id: 37, full_name: "Ravi Zhang", email: "ravi.zhang@example.net", registration_date: new Date("2020-04-28T13:12:20Z") },
            { id: 38, full_name: "Mila Nguyen", email: "mila.nguyen@example.org", registration_date: new Date("2023-10-17T13:39:18Z") },
            { id: 39, full_name: "Wei Baker", email: "wei.baker@example.com", registration_date: new Date("2021-04-03T20:33:04Z") },
            { id: 40, full_name: null, email: null, registration_date: new Date("2021-11-28T17:33:48Z") },
            { id: 41, full_name: "Laura Adams", email: "laura.adams@example.net", registration_date: new Date("2023-04-19T15:44:37Z") },
            { id: 42, full_name: "Isaac Meyer", email: "isaac.meyer@example.com", registration_date: new Date("2023-03-01T16:24:14Z") },
            { id: 43, full_name: "Mia Lopez", email: "mia.lopez@example.net", registration_date: new Date("2022-10-09T12:52:19Z") },
            { id: 44, full_name: "Ines Singh", email: "ines.singh@example.net", registration_date: new Date("2023-08-29T20:06:40Z") },
            { id: 45, full_name: "Pedro Evans", email: "pedro.evans@example.net", registration_date: new Date("2023-12-19T08:20:37Z") },
            { id: 46, full_name: "Carla Kumar", email: "carla.kumar@example.net", registration_date: new Date("2023-08-05T13:56:15Z") },
            { id: 47, full_name: "Elif Moreau", email: "elif.moreau@example.org", registration_date: new Date("2020-08-15T19:08:30Z") },
            { id: 48, full_name: "Tomas Park", email: null, registration_date: new Date("2023-09-03T20:58:57Z") },
            { id: 49, full_name: "Karim Young", email: "karim.young@example.com", registration_date: new Date("2021-09-21T14:45:20Z") },
            { id: 50, full_name: null, email: null, registration_date: new Date("2023-03-19T07:41:29Z") },
            { id: 51, full_name: "Mei Novak", email: "mei.novak@example.com", registration_date: new Date("2022-03-30T09:58:38Z") },
            { id: 52, full_name: "Amir Tanaka", email: null, registration_date: new Date("2021-05-06T21:35:07Z") },
            { id: 53, full_name: null, email: null, registration_date: new Date("2022-10-31T19:56:02Z") },
            { id: 54, full_name: "Uma Bennett", email: "uma.bennett@example.org", registration_date: new Date("2021-01-10T15:19:26Z") },
            { id: 55, full_name: "Mia Cruz", email: "mia.cruz@example.org", registration_date: new Date("2021-07-19T13:40:19Z") },
            { id: 56, full_name: "Diego Murphy", email: null, registration_date: new Date("2023-09-17T21:00:38Z") },
            { id: 57, full_name: "Pedro Kaya", email: "pedro.kaya@example.net", registration_date: new Date("2022-11-14T21:15:22Z") },
            { id: 58, full_name: "Mia Hughes", email: "mia.hughes@example.net", registration_date: new Date("2021-07-08T13:53:04Z") },
            { id: 59, full_name: "Isaac Yilmaz", email: "isaac.yilmaz@example.org", registration_date: new Date("2022-10-10T11:40:39Z") },
            { id: 60, full_name: "Felix Smith", email: "felix.smith@example.org", registration_date: new Date("2022-02-12T21:25:57Z") },
            { id: 61, full_name: "Victor Bennett", email: "victor.bennett@example.org", registration_date: new Date("2021-02-24T06:46:27Z") },
            { id: 62, full_name: "Ethan Taylor", email: "ethan.taylor@example.com", registration_date: new Date("2022-06-25T17:24:56Z") },
            { id: 63, full_name: "Mohamed Murphy", email: null, registration_date: new Date("2022-09-20T06:53:24Z") },
            { id: 64, full_name: "Grace Baker", email: "grace.baker@example.net", registration_date: new Date("2023-07-31T09:37:45Z") },
            { id: 65, full_name: "Ruby Johnson", email: "ruby.johnson@example.net", registration_date: new Date("2023-12-25T10:17:21Z") },
            { id: 66, full_name: "Wei Rossi", email: "wei.rossi@example.net", registration_date: new Date("2021-07-15T17:28:46Z") },
            { id: 67, full_name: "Nadia Becker", email: "nadia.becker@example.org", registration_date: new Date("2023-10-05T21:44:55Z") },
            { id: 68, full_name: "Olivia Wagner", email: "olivia.wagner@example.net", registration_date: new Date("2023-02-12T22:33:27Z") },
            { id: 69, full_name: "Priya Park", email: "priya.park@example.org", registration_date: new Date("2021-03-24T01:32:25Z") },
            { id: 70, full_name: null, email: null, registration_date: new Date("2022-11-06T11:20:18Z") },
            { id: 71, full_name: "Ines Schneider", email: "ines.schneider@example.org", registration_date: new Date("2023-03-29T19:56:03Z") },
            { id: 72, full_name: "Jonas Singh", email: "jonas.singh@example.org", registration_date: new Date("2023-08-27T13:15:50Z") },
            { id: 73, full_name: "Maya Kowalski", email: "maya.kowalski@example.com", registration_date: new Date("2023-03-12T13:23:05Z") },
            { id: 74, full_name: null, email: null, registration_date: new Date("2023-11-04T17:31:09Z") },
            { id: 75, full_name: "Zoe Martin", email: "zoe.martin@example.org", registration_date: new Date("2022-12-16T10:30:53Z") },
            { id: 76, full_name: null, email: null, registration_date: new Date("2021-02-18T19:36:54Z") },
            { id: 77, full_name: "Jonas Smith", email: "jonas.smith@example.org", registration_date: new Date("2020-06-07T20:28:10Z") },
            { id: 78, full_name: "Olivia Wang", email: "olivia.wang@example.org", registration_date: new Date("2020-10-31T15:50:04Z") },
            { id: 79, full_name: "Ibrahim Torres", email: "ibrahim.torres@example.com", registration_date: new Date("2022-03-30T12:59:28Z") },
            { id: 80, full_name: "Ibrahim Ibrahim", email: "ibrahim.ibrahim@example.org", registration_date: new Date("2023-07-11T01:35:17Z") },
            { id: 81, full_name: "Diego Johnson", email: "diego.johnson@example.net", registration_date: new Date("2022-02-15T10:54:18Z") },
            { id: 82, full_name: "Uma Patel", email: "uma.patel@example.com", registration_date: new Date("2021-05-12T10:28:50Z") },
            { id: 83, full_name: "Rosa Carter", email: "rosa.carter@example.org", registration_date: new Date("2020-07-25T08:33:54Z") },
            { id: 84, full_name: "Omar Walker", email: "omar.walker@example.org", registration_date: new Date("2023-09-16T03:42:32Z") },
            { id: 85, full_name: "Uma Nguyen", email: "uma.nguyen@example.org", registration_date: new Date("2023-02-07T14:45:38Z") },
            { id: 86, full_name: "Karim Kaya", email: "karim.kaya@example.net", registration_date: new Date("2023-06-04T18:30:57Z") },
            { id: 87, full_name: "Ravi Chen", email: "ravi.chen@example.net", registration_date: new Date("2023-11-07T06:33:55Z") },
            { id: 88, full_name: "Theo Martin", email: "theo.martin@example.net", registration_date: new Date("2021-01-29T21:19:08Z") },
            { id: 89, full_name: null, email: null, registration_date: new Date("2023-06-29T17:54:32Z") },
            { id: 90, full_name: "Rafael Garcia", email: "rafael.garcia@example.org", registration_date: new Date("2022-03-11T09:21:01Z") },
            { id: 91, full_name: "Ibrahim Kim", email: "ibrahim.kim@example.net", registration_date: new Date("2023-10-22T21:03:29Z") },
            { id: 92, full_name: "Anna Ruiz", email: "anna.ruiz@example.com", registration_date: new Date("2023-08-01T10:13:43Z") },
            { id: 93, full_name: "Hana Pereira", email: "hana.pereira@example.com", registration_date: new Date("2023-01-11T12:56:16Z") },
            { id: 94, full_name: "Emma Jensen", email: "emma.jensen@example.org", registration_date: new Date("2022-11-10T19:02:48Z") },
            { id: 95, full_name: null, email: null, registration_date: new Date("2022-02-02T15:32:11Z") },
            { id: 96, full_name: "Yara Baker", email: "yara.baker@example.net", registration_date: new Date("2021-09-16T18:14:50Z") },
            { id: 97, full_name: "Lena Dubois", email: "lena.dubois@example.org", registration_date: new Date("2022-08-29T21:41:37Z") },
            { id: 98, full_name: "Fatima Weber", email: "fatima.weber@example.org", registration_date: new Date("2021-10-26T15:22:01Z") },
            { id: 99, full_name: "Ben Fischer", email: "ben.fischer@example.net", registration_date: new Date("2022-07-31T14:36:34Z") },
            { id: 100, full_name: null, email: null, registration_date: new Date("2021-07-10T18:46:33Z") },
            { id: 101, full_name: "Leo Rossi", email: "leo.rossi@example.com", registration_date: new Date("2020-08-18T20:00:53Z") },
            { id: 102, full_name: "Carla Dubois", email: null, registration_date: new Date("2023-12-29T21:04:42Z") },
            { id: 103, full_name: "Noah Clark", email: "noah.clark@example.org", registration_date: new Date("2022-12-27T06:24:15Z") },
            { id: 104, full_name: "Sam Clark", email: null, registration_date: new Date("2023-06-14T16:52:29Z") },
            { id: 105, full_name: "Ibrahim Wright", email: "ibrahim.wright@example.net", registration_date: new Date("2021-10-03T20:47:49Z") },
            { id: 106, full_name: "Arjun Demir", email: "arjun.demir@example.org", registration_date: new Date("2021-08-04T08:30:35Z") },
            { id: 107, full_name: "Paula Kaya", email: "paula.kaya@example.org", registration_date: new Date("2022-12-09T12:00:03Z") },
            { id: 108, full_name: null, email: null, registration_date: new Date("2020-05-23T22:33:22Z") },
            { id: 109, full_name: "Elif Becker", email: "elif.becker@example.org", registration_date: new Date("2023-09-22T17:26:22Z") },
            { id: 110, full_name: null, email: null, registration_date: new Date("2023-02-23T10:13:22Z") },
            { id: 111, full_name: "Felix Smith", email: "felix.smith@example.net", registration_date: new Date("2020-05-14T10:55:27Z") },
            { id: 112, full_name: null, email: null, registration_date: new Date("2023-10-16T21:58:06Z") },
            { id: 113, full_name: "Hugo Hansen", email: "hugo.hansen@example.net", registration_date: new Date("2022-01-30T20:26:20Z") },
            { id: 114, full_name: "Nadia Bauer", email: "nadia.bauer@example.com", registration_date: new Date("2022-11-30T21:10:50Z") },
            { id: 115, full_name: "Jack Hughes", email: "jack.hughes@example.net", registration_date: new Date("2023-06-28T12:02:11Z") },
            { id: 116, full_name: null, email: null, registration_date: new Date("2022-10-25T10:31:00Z") },
            { id: 117, full_name: "Pedro Fischer", email: "pedro.fischer@example.net", registration_date: new Date("2023-07-24T09:50:40Z") },
            { id: 118, full_name: "Mila Martin", email: "mila.martin@example.com", registration_date: new Date("2022-04-19T13:46:25Z") },
            { id: 119, full_name: "Theo Torres", email: "theo.torres@example.org", registration_date: new Date("2023-09-03T15:43:56Z") },
            { id: 120, full_name: "Mei Silva", email: "mei.silva@example.net", registration_date: new Date("2021-08-25T11:27:55Z") },
            { id: 121, full_name: "Isaac Khan", email: "isaac.khan@example.net", registration_date: new Date("2023-11-08T01:44:28Z") },
            { id: 122, full_name: "Fatima Kowalski", email: "fatima.kowalski@example.com", registration_date: new Date("2023-01-03T18:59:58Z") },
            { id: 123, full_name: "Ana Costa", email: "ana.costa@example.org", registration_date: new Date("2020-12-13T15:07:18Z") },
            { id: 124, full_name: "Oscar Schneider", email: "oscar.schneider@example.org", registration_date: new Date("2022-05-09T09:59:19Z") },
            { id: 125, full_name: "Grace Costa", email: "grace.costa@example.net", registration_date: new Date("2023-08-22T22:22:30Z") },
            { id: 126, full_name: "Alice Brown", email: "alice.brown@example.org", registration_date: new Date("2021-03-26T13:25:45Z") },
            { id: 127, full_name: "Arjun Khan", email: null, registration_date: new Date("2020-08-10T12:29:34Z") },
            { id: 128, full_name: "Sofia Baker", email: "sofia.baker@example.org", registration_date: new Date("2022-06-10T00:35:14Z") },
            { id: 129, full_name: "Victor Vargas", email: "victor.vargas@example.com", registration_date: new Date("2021-10-19T19:31:55Z") },
            { id: 130, full_name: "Nour Nguyen", email: null, registration_date: new Date("2022-11-16T19:10:22Z") },
            { id: 131, full_name: "Hana Klein", email: "hana.klein@example.net", registration_date: new Date("2021-01-17T15:05:21Z") },
            { id: 132, full_name: null, email: null, registration_date: new Date("2023-08-29T09:32:34Z") },
            { id: 133, full_name: "Liam Sousa", email: null, registration_date: new Date("2021-12-08T21:58:09Z") },
            { id: 134, full_name: "Lena Hansen", email: "lena.hansen@example.org", registration_date: new Date("2022-05-29T16:01:28Z") },
            { id: 135, full_name: "Carlos Jansen", email: null, registration_date: new Date("2021-08-05T17:12:01Z") },
            { id: 136, full_name: null, email: null, registration_date: new Date("2023-05-22T08:15:58Z") },
            { id: 137, full_name: "Liam Miller", email: "liam.miller@example.net", registration_date: new Date("2021-10-30T17:39:59Z") },
            { id: 138, full_name: "James Hassan", email: "james.hassan@example.com", registration_date: new Date("2020-11-28T14:25:57Z") },
            { id: 139, full_name: "Leo Hoffmann", email: null, registration_date: new Date("2022-09-24T19:53:01Z") },
            { id: 140, full_name: "Lina Young", email: "lina.young@example.net", registration_date: new Date("2022-09-26T13:11:21Z") },
            { id: 141, full_name: "Fatima Johnson", email: "fatima.johnson@example.com", registration_date: new Date("2021-07-16T16:58:33Z") },
            { id: 142, full_name: "Zoe Hoffmann", email: "zoe.hoffmann@example.org", registration_date: new Date("2023-12-01T18:20:19Z") },
            { id: 143, full_name: null, email: null, registration_date: new Date("2022-03-18T09:48:37Z") },
            { id: 144, full_name: "Grace Kumar", email: "grace.kumar@example.net", registration_date: new Date("2020-07-20T16:15:02Z") },
            { id: 145, full_name: null, email: null, registration_date: new Date("2020-07-30T13:27:31Z") },
            { id: 146, full_name: "Ines Sousa", email: "ines.sousa@example.net", registration_date: new Date("2023-09-14T00:37:23Z") },
            { id: 147, full_name: "Sofia Yilmaz", email: "sofia.yilmaz@example.net", registration_date: new Date("2020-12-15T00:44:35Z") },
            { id: 148, full_name: "Lina Ruiz", email: "lina.ruiz@example.com", registration_date: new Date("2021-04-06T20:41:30Z") },
            { id: 149, full_name: "Daniel Taylor", email: "daniel.taylor@example.com", registration_date: new Date("2021-12-27T08:20:20Z") },
            { id: 150, full_name: "Diego Almeida", email: "diego.almeida@example.org", registration_date: new Date("2020-12-01T15:08:50Z") },
            { id: 151, full_name: "Ivan Torres", email: "ivan.torres@example.org", registration_date: new Date("2023-11-21T14:44:33Z") },
            { id: 152, full_name: "Pedro Johnson", email: "pedro.johnson@example.org", registration_date: new Date("2022-10-24T13:52:28Z") },
            { id: 153, full_name: null, email: null, registration_date: new Date("2022-06-29T19:27:23Z") },
            { id: 154, full_name: "Nadia Nguyen", email: "nadia.nguyen@example.com", registration_date: new Date("2022-12-15T21:03:30Z") },
            { id: 155, full_name: "Olivia Patel", email: "olivia.patel@example.net", registration_date: new Date("2020-07-14T21:53:57Z") },
            { id: 156, full_name: "Rosa Lopez", email: "rosa.lopez@example.com", registration_date: new Date("2023-08-26T09:48:55Z") },
            { id: 157, full_name: "Paula Rossi", email: "paula.rossi@example.org", registration_date: new Date("2022-10-26T16:20:39Z") },
            { id: 158, full_name: "Fatima Schmidt", email: "fatima.schmidt@example.net", registration_date: new Date("2021-01-09T12:19:05Z") },
            { id: 159, full_name: "Noah Shah", email: "noah.shah@example.net", registration_date: new Date("2023-10-25T12:15:04Z") },
            { id: 160, full_name: "Maja Evans", email: null, registration_date: new Date("2023-09-04T12:18:07Z") },
            { id: 161, full_name: "Leo Oliveira", email: "leo.oliveira@example.com", registration_date: new Date("2021-11-11T12:25:23Z") },
            { id: 162, full_name: "Maria Bauer", email: "maria.bauer@example.org", registration_date: new Date("2021-02-22T18:13:24Z") },
            { id: 163, full_name: "Lina Almeida", email: "lina.almeida@example.com", registration_date: new Date("2023-10-18T23:57:48Z") },
            { id: 164, full_name: "Noah Wilson", email: "noah.wilson@example.net", registration_date: new Date("2021-06-11T14:53:05Z") },
            { id: 165, full_name: "Emma Fischer", email: "emma.fischer@example.org", registration_date: new Date("2020-08-31T22:03:33Z") },
            { id: 166, full_name: "Hannah Gomez", email: "hannah.gomez@example.com", registration_date: new Date("2023-09-14T09:42:10Z") },
            { id: 167, full_name: "Nina Kowalski", email: null, registration_date: new Date("2023-10-14T19:47:12Z") },
            { id: 168, full_name: "Victor Weber", email: "victor.weber@example.net", registration_date: new Date("2022-07-09T18:19:40Z") },
            { id: 169, full_name: "Felix Evans", email: "felix.evans@example.net", registration_date: new Date("2023-08-20T20:46:53Z") },
            { id: 170, full_name: "Amir Adams", email: "amir.adams@example.net", registration_date: new Date("2023-09-08T09:40:18Z") },
            { id: 171, full_name: null, email: null, registration_date: new Date("2022-12-03T05:45:14Z") },
            { id: 172, full_name: "Chen Novak", email: "chen.novak@example.org", registration_date: new Date("2020-10-13T11:46:12Z") },
            { id: 173, full_name: "Mei Johnson", email: "mei.johnson@example.org", registration_date: new Date("2023-12-05T20:51:13Z") },
            { id: 174, full_name: "Laura Kowalski", email: "laura.kowalski@example.org", registration_date: new Date("2021-07-05T05:36:01Z") },
            { id: 175, full_name: "Hugo Khan", email: null, registration_date: new Date("2022-01-21T15:32:06Z") },
            { id: 176, full_name: "Zara Silva", email: "zara.silva@example.com", registration_date: new Date("2023-06-13T00:55:29Z") },
            { id: 177, full_name: "Paula Cruz", email: "paula.cruz@example.com", registration_date: new Date("2023-08-03T19:58:37Z") },
            { id: 178, full_name: null, email: null, registration_date: new Date("2021-11-04T20:31:25Z") },
            { id: 179, full_name: null, email: null, registration_date: new Date("2021-01-23T13:59:11Z") },
            { id: 180, full_name: "Jade Brown", email: "jade.brown@example.com", registration_date: new Date("2023-08-04T12:41:52Z") },
            { id: 181, full_name: "Fatima Meyer", email: "fatima.meyer@example.net", registration_date: new Date("2021-07-19T14:09:46Z") },
            { id: 182, full_name: "Sven Hughes", email: "sven.hughes@example.net", registration_date: new Date("2021-10-24T11:02:04Z") },
            { id: 183, full_name: "Nour Murphy", email: "nour.murphy@example.org", registration_date: new Date("2020-04-21T14:12:11Z") },
            { id: 184, full_name: "Olivia Gomez", email: null, registration_date: new Date("2022-04-20T12:27:43Z") },
            { id: 185, full_name: null, email: null, registration_date: new Date("2023-12-17T19:06:59Z") },
            { id: 186, full_name: "Marco Hughes", email: "marco.hughes@example.com", registration_date: new Date("2022-04-08T16:33:56Z") },
            { id: 187, full_name: "Sara Hoffmann", email: "sara.hoffmann@example.org", registration_date: new Date("2022-05-12T00:48:22Z") },
            { id: 188, full_name: "Lucas Demir", email: "lucas.demir@example.net", registration_date: new Date("2023-10-04T18:15:08Z") },
            { id: 189, full_name: "Karim Jensen", email: null, registration_date: new Date("2022-09-27T20:08:24Z") },
            { id: 190, full_name: "Mei Wagner", email: null, registration_date: new Date("2020-11-09T19:46:14Z") },
            { id: 191, full_name: "Arjun Gomez", email: "arjun.gomez@example.org", registration_date: new Date("2022-04-29T18:15:59Z") },
            { id: 192, full_name: "Jonas Kowalski", email: "jonas.kowalski@example.org", registration_date: new Date("2023-05-18T18:05:21Z") },
            { id: 193, full_name: "Carlos Hassan", email: "carlos.hassan@example.com", registration_date: new Date("2021-10-13T19:37:15Z") },
            { id: 194, full_name: "Chen Demir", email: "chen.demir@example.com", registration_date: new Date("2021-01-10T12:13:29Z") },
            { id: 195, full_name: null, email: null, registration_date: new Date("2022-06-18T21:00:39Z") },
            { id: 196, full_name: "Mia Smith", email: "mia.smith@example.com", registration_date: new Date("2022-03-22T06:04:46Z") },
            { id: 197, full_name: "Isaac Kowalski", email: "isaac.kowalski@example.net", registration_date: new Date("2023-11-22T13:52:14Z") },
            { id: 198, full_name: "Lina Oliveira", email: null, registration_date: new Date("2022-05-25T19:06:40Z") },
            { id: 199, full_name: null, email: null, registration_date: new Date("2023-04-29T08:57:59Z") },
            { id: 200, full_name: null, email: null, registration_date: new Date("2022-09-17T17:51:06Z") },
            { id: 201, full_name: "Amir Smith", email: "amir.smith@example.org", registration_date: new Date("2022-03-11T12:35:26Z") },
            { id: 202, full_name: "Hugo Wang", email: "hugo.wang@example.org", registration_date: new Date("2021-06-12T21:04:22Z") },
            { id: 203, full_name: "Marco Jansen", email: "marco.jansen@example.org", registration_date: new Date("2023-04-16T21:33:13Z") },
            { id: 204, full_name: "Deniz Cruz", email: "deniz.cruz@example.org", registration_date: new Date("2020-06-15T21:22:43Z") },
            { id: 205, full_name: "Victor Singh", email: "victor.singh@example.org", registration_date: new Date("2021-04-23T17:38:55Z") },
            { id: 206, full_name: "Kai Adams", email: "kai.adams@example.org", registration_date: new Date("2023-08-22T21:00:42Z") },
            { id: 207, full_name: "Priya Costa", email: "priya.costa@example.net", registration_date: new Date("2023-06-02T20:04:06Z") },
            { id: 208, full_name: null, email: null, registration_date: new Date("2022-07-12T17:58:32Z") },
            { id: 209, full_name: "Hannah Weber", email: "hannah.weber@example.org", registration_date: new Date("2022-02-12T07:53:22Z") },
            { id: 210, full_name: "Ana Gupta", email: "ana.gupta@example.org", registration_date: new Date("2023-08-04T20:15:22Z") },
            { id: 211, full_name: "Zara Park", email: "zara.park@example.net", registration_date: new Date("2022-06-17T15:13:08Z") },
            { id: 212, full_name: "Noah Park", email: "noah.park@example.net", registration_date: new Date("2022-10-10T12:38:11Z") },
            { id: 213, full_name: "Deniz Bauer", email: "deniz.bauer@example.com", registration_date: new Date("2023-12-09T10:36:14Z") },
            { id: 214, full_name: "Marco Almeida", email: null, registration_date: new Date("2022-04-20T09:03:49Z") },
            { id: 215, full_name: "Lena Jensen", email: "lena.jensen@example.org", registration_date: new Date("2020-05-03T20:05:23Z") },
            { id: 216, full_name: "Fatima Martin", email: "fatima.martin@example.net", registration_date: new Date("2023-09-08T12:17:00Z") },
            { id: 217, full_name: "Zoe Tanaka", email: "zoe.tanaka@example.org", registration_date: new Date("2023-10-05T15:19:18Z") },
            { id: 218, full_name: "Sofia Nakamura", email: "sofia.nakamura@example.net", registration_date: new Date("2022-09-10T03:56:36Z") },
            { id: 219, full_name: "Wei Novak", email: "wei.novak@example.net", registration_date: new Date("2022-06-06T15:00:45Z") },
            { id: 220, full_name: "Lina Cruz", email: "lina.cruz@example.org", registration_date: new Date("2023-06-19T09:57:12Z") },
            { id: 221, full_name: "Chen Torres", email: "chen.torres@example.org", registration_date: new Date("2023-10-31T23:04:14Z") },
            { id: 222, full_name: "Selin Schmidt", email: "selin.schmidt@example.net", registration_date: new Date("2021-03-11T12:40:06Z") },
            { id: 223, full_name: "Mohamed Diaz", email: null, registration_date: new Date("2023-12-30T23:21:31Z") },
            { id: 224, full_name: "Arjun Fischer", email: "arjun.fischer@example.net", registration_date: new Date("2023-03-05T15:05:53Z") },
            { id: 225, full_name: "Chen Ruiz", email: "chen.ruiz@example.org", registration_date: new Date("2023-03-31T12:32:26Z") },
            { id: 226, full_name: "Ethan Nakamura", email: "ethan.nakamura@example.org", registration_date: new Date("2020-09-02T16:16:41Z") },
            { id: 227, full_name: "Sam Schmidt", email: null, registration_date: new Date("2022-12-12T11:22:01Z") },
            { id: 228, full_name: "Julia Vargas", email: "julia.vargas@example.org", registration_date: new Date("2023-04-04T15:03:17Z") },
            { id: 229, full_name: "James Meyer", email: "james.meyer@example.org", registration_date: new Date("2021-01-30T16:31:15Z") },
            { id: 230, full_name: null, email: null, registration_date: new Date("2022-05-09T17:14:37Z") },
            { id: 231, full_name: "Hannah Bennett", email: "hannah.bennett@example.com", registration_date: new Date("2021-02-09T04:40:27Z") },
            { id: 232, full_name: "Nadia Wagner", email: "nadia.wagner@example.com", registration_date: new Date("2020-02-25T21:46:05Z") },
            { id: 233, full_name: "Olivia Sousa", email: "olivia.sousa@example.net", registration_date: new Date("2020-03-03T22:47:25Z") },
            { id: 234, full_name: "Mia Andersen", email: "mia.andersen@example.net", registration_date: new Date("2022-05-15T15:58:53Z") },
            { id: 235, full_name: "Lucas Vargas", email: "lucas.vargas@example.org", registration_date: new Date("2021-03-21T18:33:27Z") },
            { id: 236, full_name: "Tomas Costa", email: "tomas.costa@example.org", registration_date: new Date("2021-01-08T19:00:41Z") },
            { id: 237, full_name: "Rosa Larsen", email: null, registration_date: new Date("2022-09-16T18:54:23Z") },
            { id: 238, full_name: "Marco Flores", email: "marco.flores@example.net", registration_date: new Date("2021-12-01T17:28:13Z") },
            { id: 239, full_name: "Uma Singh", email: "uma.singh@example.org", registration_date: new Date("2020-09-02T11:33:32Z") },
            { id: 240, full_name: "Jonas Evans", email: "jonas.evans@example.net", registration_date: new Date("2023-04-26T05:40:48Z") },
            { id: 241, full_name: "David Ibrahim", email: null, registration_date: new Date("2020-09-09T15:21:29Z") },
            { id: 242, full_name: "James Nguyen", email: "james.nguyen@example.com", registration_date: new Date("2021-04-28T11:50:14Z") },
            { id: 243, full_name: "Maja Patel", email: "maja.patel@example.com", registration_date: new Date("2022-12-28T12:51:46Z") },
            { id: 244, full_name: "Arjun Sato", email: "arjun.sato@example.org", registration_date: new Date("2022-08-21T20:30:01Z") },
            { id: 245, full_name: "Ravi Chen", email: "ravi.chen@example.com", registration_date: new Date("2023-07-24T22:58:52Z") },
            { id: 246, full_name: "Rafael Hughes", email: "rafael.hughes@example.net", registration_date: new Date("2022-05-05T19:41:22Z") },
            { id: 247, full_name: "Laura Mendes", email: "laura.mendes@example.net", registration_date: new Date("2020-08-12T11:52:37Z") },
            { id: 248, full_name: "Ruby Wilson", email: "ruby.wilson@example.net", registration_date: new Date("2020-10-16T15:01:49Z") },
            { id: 249, full_name: "Kai Flores", email: "kai.flores@example.com", registration_date: new Date("2022-10-20T19:14:38Z") },
            { id: 250, full_name: null, email: null, registration_date: new Date("2023-11-03T21:47:39Z") },
            { id: 251, full_name: "Maria Ahmed", email: "maria.ahmed@example.net", registration_date: new Date("2023-07-25T02:15:30Z") },
            { id: 252, full_name: "Theo Novak", email: "theo.novak@example.com", registration_date: new Date("2021-05-31T15:37:46Z") },
            { id: 253, full_name: "Nadia Clark", email: "nadia.clark@example.net", registration_date: new Date("2022-12-22T10:11:16Z") },
            { id: 254, full_name: null, email: null, registration_date: new Date("2022-12-08T18:19:49Z") },
            { id: 255, full_name: null, email: null, registration_date: new Date("2021-10-06T15:35:46Z") },
            { id: 256, full_name: "Anna Baker", email: "anna.baker@example.net", registration_date: new Date("2020-11-08T06:41:03Z") },
            { id: 257, full_name: "Selin Patel", email: "selin.patel@example.com", registration_date: new Date("2023-07-29T15:29:11Z") },
            { id: 258, full_name: "Karim Ahmed", email: "karim.ahmed@example.net", registration_date: new Date("2021-04-18T21:45:32Z") },
            { id: 259, full_name: null, email: null, registration_date: new Date("2020-04-06T07:35:27Z") },
            { id: 260, full_name: "Ines Ibrahim", email: "ines.ibrahim@example.org", registration_date: new Date("2020-08-23T09:00:04Z") },
            { id: 261, full_name: "Chloe Hughes", email: "chloe.hughes@example.net", registration_date: new Date("2023-06-01T10:41:03Z") },
            { id: 262, full_name: "Maya Meyer", email: "maya.meyer@example.com", registration_date: new Date("2022-08-07T17:59:59Z") },
            { id: 263, full_name: "Ibrahim Kumar", email: "ibrahim.kumar@example.com", registration_date: new Date("2023-05-04T07:08:08Z") },
            { id: 264, full_name: null, email: null, registration_date: new Date("2021-11-25T07:57:37Z") },
            { id: 265, full_name: "Elif Mendes", email: "elif.mendes@example.org", registration_date: new Date("2022-09-15T23:08:34Z") },
            { id: 266, full_name: "Victor Castro", email: "victor.castro@example.com", registration_date: new Date("2023-11-08T12:39:16Z") },
            { id: 267, full_name: "Sam Ahmed", email: "sam.ahmed@example.org", registration_date: new Date("2020-10-05T15:23:42Z") },
            { id: 268, full_name: "Chloe Larsen", email: "chloe.larsen@example.com", registration_date: new Date("2020-12-19T17:26:56Z") },
            { id: 269, full_name: "Carlos Bennett", email: "carlos.bennett@example.org", registration_date: new Date("2023-03-27T11:08:55Z") },
            { id: 270, full_name: "Isaac Klein", email: "isaac.klein@example.org", registration_date: new Date("2022-05-04T08:00:00Z") },
            { id: 271, full_name: "Mila Vargas", email: "mila.vargas@example.net", registration_date: new Date("2023-07-18T23:58:08Z") },
            { id: 272, full_name: "Selin Wagner", email: "selin.wagner@example.net", registration_date: new Date("2021-09-08T09:00:18Z") },
            { id: 273, full_name: "Fatima Moreau", email: "fatima.moreau@example.net", registration_date: new Date("2022-11-12T00:27:49Z") },
            { id: 274, full_name: "Paula Diaz", email: "paula.diaz@example.net", registration_date: new Date("2023-11-15T06:14:04Z") },
            { id: 275, full_name: "Nina Shah", email: "nina.shah@example.net", registration_date: new Date("2023-02-08T12:22:53Z") },
            { id: 276, full_name: "Victor Murphy", email: "victor.murphy@example.org", registration_date: new Date("2020-01-14T20:38:46Z") },
            { id: 277, full_name: "Elena Klein", email: "elena.klein@example.net", registration_date: new Date("2023-07-18T07:14:34Z") },
            { id: 278, full_name: "Ivan Bauer", email: "ivan.bauer@example.net", registration_date: new Date("2023-06-22T00:37:41Z") },
            { id: 279, full_name: "Zoe Oliveira", email: "zoe.oliveira@example.net", registration_date: new Date("2020-01-14T13:33:52Z") },
            { id: 280, full_name: null, email: null, registration_date: new Date("2021-01-10T12:19:18Z") },
            { id: 281, full_name: "Maja Kumar", email: "maja.kumar@example.net", registration_date: new Date("2023-09-21T19:19:10Z") },
            { id: 282, full_name: "Diego Reyes", email: "diego.reyes@example.com", registration_date: new Date("2022-09-11T05:09:29Z") },
            { id: 283, full_name: "Jonas Yilmaz", email: "jonas.yilmaz@example.org", registration_date: new Date("2023-12-08T15:38:18Z") },
            { id: 284, full_name: "Nour Sato", email: "nour.sato@example.com", registration_date: new Date("2023-12-04T15:26:55Z") },
            { id: 285, full_name: "Jade Davis", email: "jade.davis@example.com", registration_date: new Date("2020-02-05T20:18:14Z") },
            { id: 286, full_name: null, email: null, registration_date: new Date("2021-12-13T07:21:04Z") },
            { id: 287, full_name: "Oscar Oliveira", email: "oscar.oliveira@example.com", registration_date: new Date("2023-03-30T22:10:51Z") },
            { id: 288, full_name: "Jade Park", email: null, registration_date: new Date("2020-05-04T22:24:54Z") },
            { id: 289, full_name: "Theo Johnson", email: null, registration_date: new Date("2020-01-03T18:58:55Z") },
            { id: 290, full_name: "Ethan Pereira", email: "ethan.pereira@example.org", registration_date: new Date("2022-12-20T14:23:10Z") },
            { id: 291, full_name: "Pedro Silva", email: "pedro.silva@example.net", registration_date: new Date("2021-08-29T19:23:04Z") },
            { id: 292, full_name: "Leo Costa", email: "leo.costa@example.net", registration_date: new Date("2021-10-30T18:57:52Z") },
            { id: 293, full_name: "Mei Reyes", email: "mei.reyes@example.org", registration_date: new Date("2020-10-06T12:07:59Z") },
            { id: 294, full_name: "Elena Wagner", email: "elena.wagner@example.org", registration_date: new Date("2022-10-08T21:27:44Z") },
            { id: 295, full_name: "Nadia Reyes", email: null, registration_date: new Date("2021-09-12T19:48:36Z") },
            { id: 296, full_name: "Carla Ruiz", email: "carla.ruiz@example.net", registration_date: new Date("2023-10-14T09:28:17Z") },
            { id: 297, full_name: "Chen Becker", email: "chen.becker@example.org", registration_date: new Date("2021-09-23T21:43:01Z") },
            { id: 298, full_name: "Ibrahim Reyes", email: "ibrahim.reyes@example.net", registration_date: new Date("2021-06-11T18:02:48Z") },
            { id: 299, full_name: "Andre Singh", email: "andre.singh@example.net", registration_date: new Date("2022-02-19T16:26:48Z") },
            { id: 300, full_name: "Olivia Ahmed", email: "olivia.ahmed@example.com", registration_date: new Date("2020-09-15T17:50:40Z") },
            { id: 301, full_name: null, email: null, registration_date: new Date("2023-11-08T09:38:56Z") },
            { id: 302, full_name: "Jack Schmidt", email: "jack.schmidt@example.net", registration_date: new Date("2022-10-29T19:26:26Z") },
            { id: 303, full_name: "Deniz Oliveira", email: "deniz.oliveira@example.net", registration_date: new Date("2023-10-31T22:42:34Z") },
            { id: 304, full_name: "Isaac Davis", email: "isaac.davis@example.org", registration_date: new Date("2023-03-09T20:43:48Z") },
            { id: 305, full_name: "Ben Brown", email: "ben.brown@example.org", registration_date: new Date("2023-03-09T13:06:13Z") },
            { id: 306, full_name: "Arjun Park", email: "arjun.park@example.org", registration_date: new Date("2021-01-06T21:20:45Z") },
            { id: 307, full_name: "Nadia Shah", email: "nadia.shah@example.net", registration_date: new Date("2021-10-07T20:03:18Z") },
            { id: 308, full_name: "Paula Chen", email: "paula.chen@example.com", registration_date: new Date("2023-09-15T10:50:42Z") },
            { id: 309, full_name: "Pedro Almeida", email: "pedro.almeida@example.com", registration_date: new Date("2021-11-14T23:49:06Z") },
            { id: 310, full_name: "Wei Carter", email: "wei.carter@example.com", registration_date: new Date("2022-04-05T16:07:12Z") },
            { id: 311, full_name: "Maja Bennett", email: "maja.bennett@example.com", registration_date: new Date("2020-05-03T21:08:19Z") },
            { id: 312, full_name: "Emma Murphy", email: "emma.murphy@example.org", registration_date: new Date("2020-10-18T20:12:10Z") },
            { id: 313, full_name: "Olivia Mendes", email: "olivia.mendes@example.com", registration_date: new Date("2023-11-29T16:42:43Z") },
            { id: 314, full_name: "Maya Costa", email: null, registration_date: new Date("2021-02-07T22:17:51Z") },
            { id: 315, full_name: "Kai Wilson", email: "kai.wilson@example.net", registration_date: new Date("2023-09-25T16:51:27Z") },
            { id: 316, full_name: "Kai Oliveira", email: "kai.oliveira@example.org", registration_date: new Date("2022-08-20T15:07:02Z") },
            { id: 317, full_name: "Marco Johnson", email: "marco.johnson@example.org", registration_date: new Date("2021-06-25T20:46:13Z") },
            { id: 318, full_name: "Maja Bennett", email: "maja.bennett@example.com", registration_date: new Date("2022-11-30T14:14:25Z") },
            { id: 319, full_name: "Nour Sousa", email: "nour.sousa@example.net", registration_date: new Date("2022-09-15T10:15:22Z") },
            { id: 320, full_name: "Maya Park", email: null, registration_date: new Date("2023-01-12T21:00:11Z") },
            { id: 321, full_name: "Ivan Miller", email: "ivan.miller@example.com", registration_date: new Date("2022-06-28T09:25:59Z") },
            { id: 322, full_name: "Tomas Demir", email: "tomas.demir@example.com", registration_date: new Date("2023-10-22T07:30:40Z") },
            { id: 323, full_name: "Carla Johnson", email: "carla.johnson@example.com", registration_date: new Date("2021-08-10T19:25:32Z") },
            { id: 324, full_name: "Maya Adams", email: "maya.adams@example.net", registration_date: new Date("2020-08-16T11:52:01Z") },
            { id: 325, full_name: "Lena Evans", email: "lena.evans@example.net", registration_date: new Date("2022-10-21T01:53:39Z") },
            { id: 326, full_name: "Karim Wright", email: "karim.wright@example.net", registration_date: new Date("2023-05-10T12:10:31Z") },
            { id: 327, full_name: "Laura Moreau", email: "laura.moreau@example.com", registration_date: new Date("2022-05-08T14:27:10Z") },
            { id: 328, full_name: "Yara Fischer", email: "yara.fischer@example.com", registration_date: new Date("2021-05-05T19:45:15Z") },
            { id: 329, full_name: "Lucas Miller", email: "lucas.miller@example.org", registration_date: new Date("2023-02-11T20:36:46Z") },
            { id: 330, full_name: "Marco Schmidt", email: "marco.schmidt@example.net", registration_date: new Date("2023-04-17T16:02:03Z") },
            { id: 331, full_name: "Karim Becker", email: "karim.becker@example.org", registration_date: new Date("2022-01-04T13:04:54Z") },
            { id: 332, full_name: "Yara Ahmed", email: "yara.ahmed@example.net", registration_date: new Date("2023-04-25T12:01:53Z") },
            { id: 333, full_name: "Hannah Wright", email: "hannah.wright@example.org", registration_date: new Date("2021-11-15T00:37:21Z") },
            { id: 334, full_name: "Paula Hoffmann", email: "paula.hoffmann@example.net", registration_date: new Date("2022-04-09T21:40:17Z") },
            { id: 335, full_name: "Sam Schmidt", email: "sam.schmidt@example.net", registration_date: new Date("2020-03-11T14:45:23Z") },
            { id: 336, full_name: "Jonas Larsen", email: "jonas.larsen@example.com", registration_date: new Date("2022-11-22T21:49:45Z") },
            { id: 337, full_name: "Yara Zhang", email: "yara.zhang@example.net", registration_date: new Date("2023-11-03T14:14:11Z") },
            { id: 338, full_name: "Lena Ruiz", email: "lena.ruiz@example.org", registration_date: new Date("2021-01-05T20:05:03Z") },
            { id: 339, full_name: "Julia Patel", email: "julia.patel@example.org", registration_date: new Date("2020-10-27T10:10:18Z") },
            { id: 340, full_name: "Leo Jansen", email: null, registration_date: new Date("2022-08-10T01:48:48Z") },
            { id: 341, full_name: "Sam Lee", email: "sam.lee@example.net", registration_date: new Date("2020-03-10T15:53:48Z") },
            { id: 342, full_name: "Jack Ruiz", email: "jack.ruiz@example.com", registration_date: new Date("2023-11-12T14:49:35Z") },
            { id: 343, full_name: "Diego Demir", email: null, registration_date: new Date("2021-08-13T17:12:22Z") },
            { id: 344, full_name: "Zara Davis", email: "zara.davis@example.org", registration_date: new Date("2021-04-27T17:36:03Z") },
            { id: 345, full_name: "James Davis", email: "james.davis@example.org", registration_date: new Date("2021-03-08T18:16:24Z") },
            { id: 346, full_name: "Ben Rossi", email: "ben.rossi@example.org", registration_date: new Date("2021-11-16T17:39:04Z") },
            { id: 347, full_name: "Zoe Cruz", email: "zoe.cruz@example.net", registration_date: new Date("2021-11-28T19:27:33Z") },
            { id: 348, full_name: "Diego Torres", email: null, registration_date: new Date("2022-10-06T20:59:59Z") },
            { id: 349, full_name: "Ivan Nguyen", email: "ivan.nguyen@example.net", registration_date: new Date("2020-09-05T04:50:59Z") },
            { id: 350, full_name: "Maria Ahmed", email: "maria.ahmed@example.org", registration_date: new Date("2023-04-12T09:38:30Z") },
            { id: 351, full_name: "Nour Meyer", email: "nour.meyer@example.org", registration_date: new Date("2022-10-14T14:47:33Z") },
            { id: 352, full_name: null, email: null, registration_date: new Date("2023-02-22T10:26:11Z") },
            { id: 353, full_name: null, email: null, registration_date: new Date("2023-11-22T20:56:43Z") },
            { id: 354, full_name: "Ibrahim Kumar", email: "ibrahim.kumar@example.org", registration_date: new Date("2020-12-27T20:44:47Z") },
            { id: 355, full_name: "Elif Sato", email: "elif.sato@example.net", registration_date: new Date("2022-09-25T19:50:16Z") },
            { id: 356, full_name: "Laura Tanaka", email: "laura.tanaka@example.net", registration_date: new Date("2020-02-15T15:50:45Z") },
            { id: 357, full_name: "Ben Becker", email: "ben.becker@example.com", registration_date: new Date("2020-12-14T17:09:05Z") },
            { id: 358, full_name: "Isaac Wilson", email: "isaac.wilson@example.com", registration_date: new Date("2020-07-04T14:50:59Z") },
            { id: 359, full_name: "Nour Sato", email: "nour.sato@example.com", registration_date: new Date("2020-07-18T20:41:53Z") },
            { id: 360, full_name: null, email: null, registration_date: new Date("2023-02-01T17:58:45Z") },
            { id: 361, full_name: "Daniel Zhang", email: "daniel.zhang@example.org", registration_date: new Date("2020-05-06T12:46:01Z") },
            { id: 362, full_name: "Elif Torres", email: "elif.torres@example.net", registration_date: new Date("2022-01-18T20:55:50Z") },
            { id: 363, full_name: "Rosa Dubois", email: "rosa.dubois@example.com", registration_date: new Date("2021-02-25T12:50:01Z") },
            { id: 364, full_name: "Mei Mendes", email: "mei.mendes@example.org", registration_date: new Date("2020-08-16T12:05:33Z") },
            { id: 365, full_name: "Deniz Dubois", email: "deniz.dubois@example.org", registration_date: new Date("2021-09-14T08:44:20Z") },
            { id: 366, full_name: "Felix Miller", email: "felix.miller@example.com", registration_date: new Date("2023-09-20T11:51:23Z") },
            { id: 367, full_name: "Marco Tanaka", email: "marco.tanaka@example.net", registration_date: new Date("2021-06-10T15:35:24Z") },
            { id: 368, full_name: null, email: null, registration_date: new Date("2021-04-19T18:50:58Z") },
            { id: 369, full_name: "Ivan Bauer", email: "ivan.bauer@example.com", registration_date: new Date("2021-03-24T12:28:39Z") },
            { id: 370, full_name: "Isaac Lopez", email: "isaac.lopez@example.com", registration_date: new Date("2021-09-30T08:57:02Z") },
            { id: 371, full_name: "Carla Murphy", email: "carla.murphy@example.com", registration_date: new Date("2021-01-31T12:55:32Z") },
            { id: 372, full_name: null, email: null, registration_date: new Date("2020-08-19T21:27:06Z") },
            { id: 373, full_name: null, email: null, registration_date: new Date("2022-01-30T13:35:05Z") },
            { id: 374, full_name: "Yara Larsen", email: "yara.larsen@example.org", registration_date: new Date("2023-11-23T18:22:26Z") },
            { id: 375, full_name: "Hannah Demir", email: "hannah.demir@example.com", registration_date: new Date("2021-02-05T18:32:50Z") },
            { id: 376, full_name: "Yara Sousa", email: "yara.sousa@example.org", registration_date: new Date("2020-06-10T14:42:11Z") },
            { id: 377, full_name: "Lena Brown", email: "lena.brown@example.com", registration_date: new Date("2021-12-07T09:22:00Z") },
            { id: 378, full_name: null, email: null, registration_date: new Date("2022-11-18T13:24:03Z") },
            { id: 379, full_name: "Noah Hassan", email: "noah.hassan@example.org", registration_date: new Date("2022-08-28T10:19:51Z") },
            { id: 380, full_name: "Lena Costa", email: "lena.costa@example.com", registration_date: new Date("2021-10-17T19:28:11Z") },
            { id: 381, full_name: "Arjun Ali", email: "arjun.ali@example.net", registration_date: new Date("2023-10-02T12:21:37Z") },
            { id: 382, full_name: null, email: null, registration_date: new Date("2023-09-23T20:30:13Z") },
            { id: 383, full_name: "Uma Park", email: "uma.park@example.net", registration_date: new Date("2023-10-10T15:56:07Z") },
            { id: 384, full_name: "Theo Hughes", email: "theo.hughes@example.com", registration_date: new Date("2022-01-16T13:54:04Z") },
            { id: 385, full_name: "Mei Oliveira", email: "mei.oliveira@example.org", registration_date: new Date("2023-12-30T20:49:12Z") },
            { id: 386, full_name: "Olivia Castro", email: "olivia.castro@example.net", registration_date: new Date("2022-01-23T08:47:24Z") },
            { id: 387, full_name: "Chen Oliveira", email: "chen.oliveira@example.com", registration_date: new Date("2021-08-22T14:45:13Z") },
            { id: 388, full_name: "Olivia Martin", email: "olivia.martin@example.org", registration_date: new Date("2023-12-14T21:48:41Z") },
            { id: 389, full_name: null, email: null, registration_date: new Date("2023-01-14T21:36:48Z") },
            { id: 390, full_name: "Emma Zhang", email: "emma.zhang@example.org", registration_date: new Date("2022-04-03T21:54:42Z") },
            { id: 391, full_name: "Paula Martin", email: "paula.martin@example.net", registration_date: new Date("2021-08-21T20:41:44Z") },
            { id: 392, full_name: null, email: null, registration_date: new Date("2022-09-18T17:27:38Z") },
            { id: 393, full_name: "Ivan Zhang", email: "ivan.zhang@example.net", registration_date: new Date("2023-09-01T18:40:12Z") },
            { id: 394, full_name: "Nina Singh", email: "nina.singh@example.com", registration_date: new Date("2022-11-06T19:23:21Z") },
            { id: 395, full_name: "Yara Garcia", email: "yara.garcia@example.org", registration_date: new Date("2020-06-19T15:41:02Z") },
            { id: 396, full_name: "Nadia Park", email: "nadia.park@example.org", registration_date: new Date("2020-06-05T09:47:16Z") },
            { id: 397, full_name: "Wei Martin", email: "wei.martin@example.com", registration_date: new Date("2021-11-12T16:56:56Z") },
            { id: 398, full_name: null, email: null, registration_date: new Date("2023-11-22T12:49:27Z") },
            { id: 399, full_name: "Chloe Hughes", email: "chloe.hughes@example.com", registration_date: new Date("2020-02-22T22:22:58Z") },
            { id: 400, full_name: "Marco Wilson", email: "marco.wilson@example.org", registration_date: new Date("2023-06-13T22:42:56Z") },
            { id: 401, full_name: "Jonas Fischer", email: "jonas.fischer@example.org", registration_date: new Date("2023-08-13T10:56:58Z") },
            { id: 402, full_name: "Hana Miller", email: "hana.miller@example.net", registration_date: new Date("2023-04-25T19:58:40Z") },
            { id: 403, full_name: null, email: null, registration_date: new Date("2020-05-22T16:08:00Z") },
            { id: 404, full_name: "Daniel Lopez", email: null, registration_date: new Date("2023-03-13T20:12:30Z") },
            { id: 405, full_name: "Selin Bauer", email: "selin.bauer@example.org", registration_date: new Date("2021-08-16T11:51:41Z") },
            { id: 406, full_name: "Oscar Cruz", email: "oscar.cruz@example.com", registration_date: new Date("2022-08-22T17:35:50Z") },
            { id: 407, full_name: "Tomas Vargas", email: "tomas.vargas@example.org", registration_date: new Date("2023-04-11T13:16:39Z") },
            { id: 408, full_name: "Priya Miller", email: "priya.miller@example.com", registration_date: new Date("2022-06-12T20:15:10Z") },
            { id: 409, full_name: "Elif Bauer", email: "elif.bauer@example.net", registration_date: new Date("2020-06-13T16:00:05Z") },
            { id: 410, full_name: "Ruby Murphy", email: "ruby.murphy@example.org", registration_date: new Date("2021-08-03T07:28:22Z") },
            { id: 411, full_name: "Hugo Taylor", email: "hugo.taylor@example.org", registration_date: new Date("2023-08-03T09:08:46Z") },
            { id: 412, full_name: "James Hassan", email: "james.hassan@example.org", registration_date: new Date("2021-02-16T14:39:58Z") },
            { id: 413, full_name: "Ethan Walker", email: "ethan.walker@example.com", registration_date: new Date("2020-11-28T16:42:03Z") },
            { id: 414, full_name: "Diego Flores", email: "diego.flores@example.com", registration_date: new Date("2020-10-02T14:38:31Z") },
            { id: 415, full_name: "Sam Almeida", email: "sam.almeida@example.com", registration_date: new Date("2023-06-15T20:47:23Z") },
            { id: 416, full_name: "Maria Rossi", email: "maria.rossi@example.org", registration_date: new Date("2021-09-02T22:51:31Z") },
            { id: 417, full_name: "Tomas Tanaka", email: "tomas.tanaka@example.org", registration_date: new Date("2023-07-30T19:38:24Z") },
            { id: 418, full_name: "Jade Garcia", email: null, registration_date: new Date("2023-05-13T19:03:43Z") },
            { id: 419, full_name: "Ines Becker", email: "ines.becker@example.com", registration_date: new Date("2023-06-15T21:07:55Z") },
            { id: 420, full_name: "Olivia Bennett", email: "olivia.bennett@example.org", registration_date: new Date("2020-01-05T18:30:42Z") },
            { id: 421, full_name: "Pedro Cruz", email: "pedro.cruz@example.com", registration_date: new Date("2023-10-13T08:11:49Z") },
            { id: 422, full_name: "Carlos Kaya", email: "carlos.kaya@example.com", registration_date: new Date("2023-10-09T18:14:54Z") },
            { id: 423, full_name: "Lucas Gupta", email: null, registration_date: new Date("2022-08-11T23:24:22Z") },
            { id: 424, full_name: "Hugo Silva", email: "hugo.silva@example.net", registration_date: new Date("2023-03-04T15:34:33Z") },
            { id: 425, full_name: "Nour Zhang", email: "nour.zhang@example.net", registration_date: new Date("2020-12-24T10:03:26Z") },
            { id: 426, full_name: "Sara Lee", email: "sara.lee@example.com", registration_date: new Date("2022-10-07T09:59:32Z") },
            { id: 427, full_name: "Sven Patel", email: "sven.patel@example.com", registration_date: new Date("2023-10-12T17:09:15Z") },
            { id: 428, full_name: "Ben Patel", email: "ben.patel@example.org", registration_date: new Date("2021-09-13T17:40:36Z") },
            { id: 429, full_name: "Carla Smith", email: "carla.smith@example.com", registration_date: new Date("2022-11-05T17:20:40Z") },
            { id: 430, full_name: "Yara Khan", email: "yara.khan@example.com", registration_date: new Date("2022-07-01T16:54:10Z") },
            { id: 431, full_name: "Felix Walker", email: "felix.walker@example.net", registration_date: new Date("2020-12-09T07:21:18Z") },
            { id: 432, full_name: "Hana Kumar", email: "hana.kumar@example.org", registration_date: new Date("2022-10-22T20:00:43Z") },
            { id: 433, full_name: "Ethan Diaz", email: "ethan.diaz@example.net", registration_date: new Date("2021-02-23T11:44:28Z") },
            { id: 434, full_name: "Pedro Torres", email: "pedro.torres@example.com", registration_date: new Date("2022-05-28T20:28:37Z") },
            { id: 435, full_name: "Mei Andersen", email: "mei.andersen@example.net", registration_date: new Date("2022-08-02T12:50:37Z") },
            { id: 436, full_name: "James Meyer", email: "james.meyer@example.com", registration_date: new Date("2023-06-15T18:02:17Z") },
            { id: 437, full_name: "Ruby Oliveira", email: "ruby.oliveira@example.org", registration_date: new Date("2022-04-21T10:28:48Z") },
            { id: 438, full_name: "James Andersen", email: "james.andersen@example.net", registration_date: new Date("2023-05-14T21:09:18Z") },
            { id: 439, full_name: "Grace Carter", email: "grace.carter@example.org", registration_date: new Date("2021-04-14T23:32:24Z") },
            { id: 440, full_name: "Hannah Ibrahim", email: "hannah.ibrahim@example.net", registration_date: new Date("2023-06-27T18:55:14Z") },
            { id: 441, full_name: "Amir Chen", email: "amir.chen@example.org", registration_date: new Date("2021-01-20T21:21:59Z") },
            { id: 442, full_name: "Yara Becker", email: "yara.becker@example.com", registration_date: new Date("2023-12-12T20:39:57Z") },
            { id: 443, full_name: null, email: null, registration_date: new Date("2020-03-18T20:19:07Z") },
            { id: 444, full_name: "Alice Clark", email: null, registration_date: new Date("2023-11-20T16:56:50Z") },
            { id: 445, full_name: "Karim Davis", email: "karim.davis@example.com", registration_date: new Date("2021-02-20T14:51:31Z") },
            { id: 446, full_name: "Priya Chen", email: "priya.chen@example.com", registration_date: new Date("2023-08-10T17:34:15Z") },
            { id: 447, full_name: "Arjun Schneider", email: "arjun.schneider@example.org", registration_date: new Date("2023-07-20T20:15:56Z") },
            { id: 448, full_name: "Mila Diaz", email: "mila.diaz@example.org", registration_date: new Date("2022-01-17T08:46:53Z") },
            { id: 449, full_name: "Ines Kim", email: "ines.kim@example.com", registration_date: new Date("2022-11-21T16:04:23Z") },
            { id: 450, full_name: "James Martin", email: "james.martin@example.com", registration_date: new Date("2020-07-26T15:18:43Z") },
            { id: 451, full_name: "Alice Jensen", email: "alice.jensen@example.org", registration_date: new Date("2021-05-29T22:21:38Z") },
            { id: 452, full_name: "Yusuf Ali", email: "yusuf.ali@example.org", registration_date: new Date("2020-06-08T00:27:25Z") },
            { id: 453, full_name: "Oscar Sousa", email: "oscar.sousa@example.org", registration_date: new Date("2023-07-07T12:16:44Z") },
            { id: 454, full_name: "Grace Wright", email: null, registration_date: new Date("2020-11-22T19:18:02Z") },
            { id: 455, full_name: "Theo Gupta", email: "theo.gupta@example.org", registration_date: new Date("2023-12-12T10:24:40Z") },
            { id: 456, full_name: null, email: null, registration_date: new Date("2020-10-26T09:00:08Z") },
            { id: 457, full_name: "Lena Carter", email: "lena.carter@example.com", registration_date: new Date("2022-01-18T23:06:01Z") },
            { id: 458, full_name: "Sam Carter", email: "sam.carter@example.net", registration_date: new Date("2020-04-19T00:32:04Z") },
            { id: 459, full_name: "Chen Torres", email: "chen.torres@example.net", registration_date: new Date("2021-03-27T16:39:46Z") },
            { id: 460, full_name: "Noah Wilson", email: null, registration_date: new Date("2023-03-29T10:45:56Z") },
            { id: 461, full_name: "Carla Smith", email: "carla.smith@example.org", registration_date: new Date("2023-12-09T18:50:13Z") },
            { id: 462, full_name: "Rafael Novak", email: "rafael.novak@example.net", registration_date: new Date("2021-09-27T21:09:54Z") },
            { id: 463, full_name: "Julia Sousa", email: null, registration_date: new Date("2020-12-02T00:35:49Z") },
            { id: 464, full_name: "Maria Moreau", email: "maria.moreau@example.net", registration_date: new Date("2023-01-29T17:50:15Z") },
            { id: 465, full_name: "Kai Brown", email: "kai.brown@example.com", registration_date: new Date("2023-08-29T18:45:01Z") },
            { id: 466, full_name: "Hannah Costa", email: "hannah.costa@example.net", registration_date: new Date("2022-08-18T22:21:36Z") },
            { id: 467, full_name: "Sam Kim", email: "sam.kim@example.org", registration_date: new Date("2023-09-09T19:19:26Z") },
            { id: 468, full_name: "Liam Clark", email: "liam.clark@example.net", registration_date: new Date("2022-02-17T16:43:52Z") },
            { id: 469, full_name: "Ines Walker", email: "ines.walker@example.net", registration_date: new Date("2022-09-23T23:23:04Z") },
            { id: 470, full_name: "Noah Lopez", email: "noah.lopez@example.org", registration_date: new Date("2023-01-12T07:51:41Z") },
            { id: 471, full_name: "Marco Silva", email: "marco.silva@example.com", registration_date: new Date("2021-05-02T18:07:31Z") },
            { id: 472, full_name: "Elena Sousa", email: "elena.sousa@example.net", registration_date: new Date("2023-10-24T07:15:21Z") },
            { id: 473, full_name: "Nadia Meyer", email: "nadia.meyer@example.com", registration_date: new Date("2022-02-17T03:20:51Z") },
            { id: 474, full_name: "Ravi Sousa", email: "ravi.sousa@example.org", registration_date: new Date("2023-10-21T21:02:36Z") },
            { id: 475, full_name: "Ethan Moreau", email: "ethan.moreau@example.com", registration_date: new Date("2020-05-18T21:26:14Z") },
            { id: 476, full_name: "Mila Adams", email: "mila.adams@example.org", registration_date: new Date("2022-05-23T03:36:26Z") },
            { id: 477, full_name: "Selin Smith", email: "selin.smith@example.net", registration_date: new Date("2023-08-29T20:12:27Z") },
            { id: 478, full_name: "Maya Fischer", email: "maya.fischer@example.net", registration_date: new Date("2022-08-08T02:08:49Z") },
            { id: 479, full_name: "Ravi Cruz", email: "ravi.cruz@example.org", registration_date: new Date("2021-06-04T16:07:50Z") },
            { id: 480, full_name: "Oscar Vargas", email: "oscar.vargas@example.net", registration_date: new Date("2021-06-18T13:26:29Z") },
            { id: 481, full_name: "Nina Smith", email: "nina.smith@example.org", registration_date: new Date("2023-12-02T17:07:41Z") },
            { id: 482, full_name: "Ravi Meyer", email: null, registration_date: new Date("2021-11-15T09:24:59Z") },
            { id: 483, full_name: "Elena Gupta", email: "elena.gupta@example.org", registration_date: new Date("2023-02-15T04:02:49Z") },
            { id: 484, full_name: "Ethan Kowalski", email: "ethan.kowalski@example.org", registration_date: new Date("2022-06-25T21:31:43Z") },
            { id: 485, full_name: "Olivia Schneider", email: "olivia.schneider@example.net", registration_date: new Date("2023-06-19T16:13:30Z") },
            { id: 486, full_name: "Mia Ali", email: "mia.ali@example.net", registration_date: new Date("2022-07-02T21:00:19Z") },
            { id: 487, full_name: "Selin Fischer", email: "selin.fischer@example.net", registration_date: new Date("2020-04-24T22:12:56Z") },
            { id: 488, full_name: "Amir Bennett", email: "amir.bennett@example.org", registration_date: new Date("2022-07-28T22:45:49Z") },
            { id: 489, full_name: "Mia Shah", email: "mia.shah@example.com", registration_date: new Date("2022-09-07T16:43:28Z") },
            { id: 490, full_name: "James Hughes", email: "james.hughes@example.org", registration_date: new Date("2022-07-10T07:35:18Z") },
            { id: 491, full_name: "Yusuf Smith", email: "yusuf.smith@example.net", registration_date: new Date("2022-09-12T15:18:55Z") },
            { id: 492, full_name: "Mia Nakamura", email: "mia.nakamura@example.org", registration_date: new Date("2023-07-20T21:12:18Z") },
            { id: 493, full_name: "Olivia Garcia", email: null, registration_date: new Date("2020-09-01T17:38:19Z") },
            { id: 494, full_name: "Victor Moreau", email: "victor.moreau@example.org", registration_date: new Date("2022-08-21T06:21:38Z") },
            { id: 495, full_name: "Tomas Flores", email: null, registration_date: new Date("2023-11-07T13:39:00Z") },
            { id: 496, full_name: "Sofia Gupta", email: "sofia.gupta@example.org", registration_date: new Date("2023-10-25T19:24:16Z") },
            { id: 497, full_name: "Jack Hughes", email: "jack.hughes@example.org", registration_date: new Date("2023-10-03T14:01:46Z") },
            { id: 498, full_name: null, email: null, registration_date: new Date("2023-10-06T18:25:00Z") },
            { id: 499, full_name: "Noah Klein", email: "noah.klein@example.net", registration_date: new Date("2023-03-07T09:00:18Z") },
            { id: 500, full_name: "Karim Lee", email: "karim.lee@example.org", registration_date: new Date("2022-09-02T12:14:42Z") },
        ],
    });
    await prisma.journeys.createMany({
        data: [
            { id: 1, user_id: 325, route: "east city", departure_time: new Date("2023-04-28T10:26:51Z"), seat_count: 50 },
            { id: 2, user_id: 249, route: "south service city link station", departure_time: new Date("2023-03-14T11:54:12Z"), seat_count: 18 },
            { id: 3, user_id: 328, route: "station north bus arrival", departure_time: new Date("2023-12-16T19:04:53Z"), seat_count: 20 },
            { id: 4, user_id: 447, route: "line route station express", departure_time: new Date("2023-01-12T22:13:20Z"), seat_count: 12 },
            { id: 5, user_id: 438, route: "transfer route stop path", departure_time: new Date("2023-06-01T20:56:08Z"), seat_count: 6 },
            { id: 6, user_id: 489, route: "departure schedule", departure_time: new Date("2023-04-14T13:43:37Z"), seat_count: 21 },
            { id: 7, user_id: 289, route: null, departure_time: new Date("2023-11-22T10:26:15Z"), seat_count: 51 },
            { id: 8, user_id: 445, route: "link central travel", departure_time: new Date("2023-06-21T07:17:54Z"), seat_count: 11 },
            { id: 9, user_id: 102, route: "line link service east", departure_time: new Date("2023-01-04T16:50:45Z"), seat_count: 23 },
            { id: 10, user_id: 22, route: "transfer schedule line path central", departure_time: new Date("2023-03-07T19:30:41Z"), seat_count: 51 },
            { id: 11, user_id: 112, route: "line service", departure_time: new Date("2023-09-03T11:41:30Z"), seat_count: null },
            { id: 12, user_id: 409, route: "terminal departure station north", departure_time: new Date("2023-05-28T11:02:43Z"), seat_count: 27 },
            { id: 13, user_id: 30, route: "city route transfer schedule", departure_time: new Date("2023-04-14T16:33:23Z"), seat_count: 49 },
            { id: 14, user_id: 56, route: "south north city bus transfer", departure_time: new Date("2023-12-09T20:52:55Z"), seat_count: 49 },
            { id: 15, user_id: 235, route: "service express line transfer schedule", departure_time: new Date("2023-04-30T15:21:23Z"), seat_count: 23 },
            { id: 16, user_id: 246, route: "north east south west departure", departure_time: new Date("2023-09-06T22:29:16Z"), seat_count: 26 },
            { id: 17, user_id: 458, route: "route station stop west south", departure_time: new Date("2023-03-06T22:58:21Z"), seat_count: 2 },
            { id: 18, user_id: 295, route: "east schedule", departure_time: new Date("2023-07-28T16:04:25Z"), seat_count: 50 },
            { id: 19, user_id: 261, route: "travel east link path", departure_time: new Date("2023-01-17T10:13:40Z"), seat_count: 40 },
            { id: 20, user_id: 263, route: "route station east line", departure_time: new Date("2023-07-13T13:53:58Z"), seat_count: 55 },
            { id: 21, user_id: 251, route: null, departure_time: new Date("2023-11-20T07:28:59Z"), seat_count: 16 },
            { id: 22, user_id: 397, route: "north city route central bus", departure_time: new Date("2023-04-11T00:58:45Z"), seat_count: 47 },
            { id: 23, user_id: 475, route: null, departure_time: new Date("2023-03-26T11:39:13Z"), seat_count: 15 },
            { id: 24, user_id: 5, route: "link travel north", departure_time: new Date("2023-01-23T21:31:23Z"), seat_count: 21 },
            { id: 25, user_id: 65, route: "north bus station", departure_time: new Date("2023-09-06T18:02:06Z"), seat_count: 17 },
            { id: 26, user_id: 12, route: "line route arrival city central", departure_time: new Date("2023-05-26T23:42:45Z"), seat_count: 8 },
            { id: 27, user_id: 237, route: null, departure_time: new Date("2023-03-08T20:50:49Z"), seat_count: 35 },
            { id: 28, user_id: 237, route: "link stop bus", departure_time: new Date("2023-09-09T23:07:18Z"), seat_count: 41 },
            { id: 29, user_id: 304, route: "station schedule terminal service transfer", departure_time: new Date("2023-07-24T23:44:12Z"), seat_count: null },
            { id: 30, user_id: 218, route: "departure stop", departure_time: new Date("2023-04-08T12:40:46Z"), seat_count: 46 },
            { id: 31, user_id: 214, route: "route service departure", departure_time: new Date("2023-04-20T06:46:21Z"), seat_count: 55 },
            { id: 32, user_id: 58, route: "link express path", departure_time: new Date("2023-05-09T13:37:57Z"), seat_count: 13 },
            { id: 33, user_id: 447, route: "line station", departure_time: new Date("2023-04-26T18:02:53Z"), seat_count: 21 },
            { id: 34, user_id: 482, route: "city link", departure_time: new Date("2023-10-02T13:40:26Z"), seat_count: 34 },
            { id: 35, user_id: 472, route: "arrival travel", departure_time: new Date("2023-04-07T22:31:01Z"), seat_count: 44 },
            { id: 36, user_id: 35, route: "west line express route", departure_time: new Date("2023-02-10T16:52:12Z"), seat_count: 51 },
            { id: 37, user_id: 190, route: "stop north", departure_time: new Date("2023-04-08T19:09:21Z"), seat_count: 21 },
            { id: 38, user_id: 431, route: "path city travel link schedule", departure_time: new Date("2023-10-17T18:49:56Z"), seat_count: null },
            { id: 39, user_id: 188, route: "terminal schedule west transfer", departure_time: new Date("2023-10-15T09:32:34Z"), seat_count: 30 },
            { id: 40, user_id: 389, route: "central south east travel service", departure_time: new Date("2023-04-03T19:57:45Z"), seat_count: 37 },
            { id: 41, user_id: 267, route: "transfer station south line stop", departure_time: new Date("2023-05-10T10:41:31Z"), seat_count: 15 },
            { id: 42, user_id: 217, route: "transfer stop central", departure_time: new Date("2023-03-12T10:00:54Z"), seat_count: 39 },
            { id: 43, user_id: 219, route: "route departure", departure_time: new Date("2023-07-10T10:50:08Z"), seat_count: 20 },
            { id: 44, user_id: 221, route: "departure transfer bus route link", departure_time: new Date("2023-08-12T19:54:31Z"), seat_count: 28 },
            { id: 45, user_id: 498, route: null, departure_time: new Date("2023-05-31T16:47:06Z"), seat_count: 51 },
            { id: 46, user_id: 445, route: "travel departure express", departure_time: new Date("2023-04-05T08:28:40Z"), seat_count: 46 },
            { id: 47, user_id: 491, route: "line path service schedule arrival", departure_time: new Date("2023-09-15T12:17:56Z"), seat_count: 19 },
            { id: 48, user_id: 1, route: "east bus route north", departure_time: new Date("2023-01-21T13:00:10Z"), seat_count: 35 },
            { id: 49, user_id: 435, route: "path link line station transfer", departure_time: new Date("2023-01-24T12:48:25Z"), seat_count: 23 },
            { id: 50, user_id: 243, route: "city west stop departure service", departure_time: new Date("2023-09-27T20:09:06Z"), seat_count: 31 },
            { id: 51, user_id: 412, route: "city link travel arrival", departure_time: new Date("2023-08-26T17:00:08Z"), seat_count: 52 },
            { id: 52, user_id: 163, route: "service city", departure_time: new Date("2023-03-07T22:46:54Z"), seat_count: 58 },
            { id: 53, user_id: 439, route: "transfer link schedule", departure_time: new Date("2023-06-08T17:45:05Z"), seat_count: 28 },
            { id: 54, user_id: 223, route: "city bus service station arrival", departure_time: new Date("2023-03-31T19:17:37Z"), seat_count: 33 },
            { id: 55, user_id: 370, route: "schedule departure south", departure_time: new Date("2023-07-08T20:22:48Z"), seat_count: 4 },
            { id: 56, user_id: 443, route: "south terminal", departure_time: new Date("2023-04-15T19:17:20Z"), seat_count: 15 },
            { id: 57, user_id: 238, route: "bus north express travel", departure_time: new Date("2023-05-01T16:23:45Z"), seat_count: 47 },
            { id: 58, user_id: 246, route: "service express path station", departure_time: new Date("2023-01-15T19:55:40Z"), seat_count: 42 },
            { id: 59, user_id: 242, route: "travel central line north", departure_time: new Date("2023-05-16T21:38:39Z"), seat_count: 16 },
            { id: 60, user_id: 321, route: "service north west terminal station", departure_time: new Date("2023-07-10T19:04:26Z"), seat_count: 20 },
            { id: 61, user_id: 393, route: "express path arrival station north", departure_time: new Date("2023-02-28T11:17:33Z"), seat_count: 16 },
            { id: 62, user_id: 260, route: "south terminal service", departure_time: new Date("2023-10-16T18:57:17Z"), seat_count: 39 },
            { id: 63, user_id: 216, route: "central service", departure_time: new Date("2023-11-29T12:12:41Z"), seat_count: null },
            { id: 64, user_id: 311, route: "north transfer arrival", departure_time: new Date("2023-08-24T17:19:03Z"), seat_count: 33 },
            { id: 65, user_id: 479, route: "schedule departure", departure_time: new Date("2023-07-20T12:37:29Z"), seat_count: null },
            { id: 66, user_id: 427, route: "express link travel", departure_time: new Date("2023-07-20T16:15:59Z"), seat_count: 40 },
            { id: 67, user_id: 415, route: "departure arrival", departure_time: new Date("2023-09-18T19:38:29Z"), seat_count: 22 },
            { id: 68, user_id: 259, route: "travel service", departure_time: new Date("2023-05-17T13:57:37Z"), seat_count: 16 },
            { id: 69, user_id: 218, route: "line city express travel", departure_time: new Date("2023-08-16T12:07:07Z"), seat_count: 54 },
            { id: 70, user_id: 83, route: "terminal express", departure_time: new Date("2023-01-06T07:33:14Z"), seat_count: 13 },
            { id: 71, user_id: 211, route: "departure path", departure_time: new Date("2023-02-26T17:54:26Z"), seat_count: null },
            { id: 72, user_id: 65, route: "arrival bus path station", departure_time: new Date("2023-10-29T14:44:15Z"), seat_count: 25 },
            { id: 73, user_id: 31, route: "link transfer terminal south travel", departure_time: new Date("2023-11-28T07:11:18Z"), seat_count: null },
            { id: 74, user_id: 267, route: "line express departure", departure_time: new Date("2023-01-11T21:08:38Z"), seat_count: 27 },
            { id: 75, user_id: 303, route: "transfer express station route link", departure_time: new Date("2023-05-11T14:34:11Z"), seat_count: 31 },
            { id: 76, user_id: 441, route: "travel south", departure_time: new Date("2023-08-02T18:27:05Z"), seat_count: 30 },
            { id: 77, user_id: 94, route: null, departure_time: new Date("2023-06-24T23:30:46Z"), seat_count: 50 },
            { id: 78, user_id: 468, route: "city line link transfer", departure_time: new Date("2023-11-23T11:56:08Z"), seat_count: 9 },
            { id: 79, user_id: 248, route: "central travel schedule terminal service", departure_time: new Date("2023-08-09T11:19:07Z"), seat_count: 35 },
            { id: 80, user_id: 320, route: "path link central", departure_time: new Date("2023-07-08T13:37:10Z"), seat_count: 41 },
            { id: 81, user_id: 186, route: "station service east route", departure_time: new Date("2023-04-28T20:46:37Z"), seat_count: 40 },
            { id: 82, user_id: 351, route: "route path link", departure_time: new Date("2023-07-22T23:58:22Z"), seat_count: 37 },
            { id: 83, user_id: 170, route: "service arrival travel station", departure_time: new Date("2023-01-04T11:43:53Z"), seat_count: 57 },
            { id: 84, user_id: 479, route: "west transfer link south station", departure_time: new Date("2023-04-28T21:41:10Z"), seat_count: 24 },
            { id: 85, user_id: 343, route: "travel transfer", departure_time: new Date("2023-04-26T10:20:13Z"), seat_count: 37 },
            { id: 86, user_id: 359, route: "central service express departure", departure_time: new Date("2023-09-28T12:28:11Z"), seat_count: 22 },
            { id: 87, user_id: 289, route: "arrival express city travel", departure_time: new Date("2023-07-11T13:35:08Z"), seat_count: null },
            { id: 88, user_id: 325, route: "city line transfer travel service", departure_time: new Date("2023-09-04T17:41:03Z"), seat_count: 58 },
            { id: 89, user_id: 442, route: "transfer schedule city travel north", departure_time: new Date("2023-01-23T13:11:32Z"), seat_count: 31 },
            { id: 90, user_id: 321, route: "departure route express arrival terminal", departure_time: new Date("2023-03-21T17:32:19Z"), seat_count: 8 },
            { id: 91, user_id: 242, route: null, departure_time: new Date("2023-08-10T13:55:27Z"), seat_count: 19 },
            { id: 92, user_id: 465, route: "west east station departure bus", departure_time: new Date("2023-05-09T09:35:41Z"), seat_count: 18 },
            { id: 93, user_id: 465, route: "central south", departure_time: new Date("2023-08-13T20:40:56Z"), seat_count: 37 },
            { id: 94, user_id: 125, route: "east travel transfer schedule north", departure_time: new Date("2023-10-21T18:15:44Z"), seat_count: 59 },
            { id: 95, user_id: 3, route: "transfer east arrival", departure_time: new Date("2023-10-17T11:21:51Z"), seat_count: 43 },
            { id: 96, user_id: 165, route: "schedule station transfer west route", departure_time: new Date("2023-09-16T07:49:20Z"), seat_count: 48 },
            { id: 97, user_id: 227, route: "city departure north", departure_time: new Date("2023-04-28T17:36:53Z"), seat_count: 53 },
            { id: 98, user_id: 429, route: "service line", departure_time: new Date("2023-02-25T10:09:33Z"), seat_count: 30 },
            { id: 99, user_id: 151, route: "north south city departure", departure_time: new Date("2023-04-27T21:01:43Z"), seat_count: 39 },
            { id: 100, user_id: 109, route: "bus city", departure_time: new Date("2023-10-28T13:15:51Z"), seat_count: 44 },
            { id: 101, user_id: 99, route: "south central north transfer", departure_time: new Date("2023-07-15T12:21:47Z"), seat_count: 14 },
            { id: 102, user_id: 371, route: "terminal departure travel bus route", departure_time: new Date("2023-10-18T10:39:06Z"), seat_count: 29 },
            { id: 103, user_id: 289, route: "travel express", departure_time: new Date("2023-04-20T11:06:44Z"), seat_count: 50 },
            { id: 104, user_id: 82, route: "departure express line bus", departure_time: new Date("2023-01-15T14:49:41Z"), seat_count: 29 },
            { id: 105, user_id: 261, route: "link station route stop north", departure_time: new Date("2023-04-15T16:19:35Z"), seat_count: 8 },
            { id: 106, user_id: 18, route: null, departure_time: new Date("2023-05-16T08:17:35Z"), seat_count: 55 },
            { id: 107, user_id: 276, route: "schedule path line transfer", departure_time: new Date("2023-07-14T20:41:41Z"), seat_count: 22 },
            { id: 108, user_id: 240, route: "north service west", departure_time: new Date("2023-05-30T13:14:48Z"), seat_count: 23 },
            { id: 109, user_id: 442, route: "central east west service", departure_time: new Date("2023-07-24T18:49:16Z"), seat_count: 58 },
            { id: 110, user_id: 248, route: "terminal south", departure_time: new Date("2023-03-20T15:31:32Z"), seat_count: 3 },
            { id: 111, user_id: 50, route: "arrival express transfer", departure_time: new Date("2023-06-01T10:50:25Z"), seat_count: 32 },
            { id: 112, user_id: 492, route: "north service stop station line", departure_time: new Date("2023-03-04T11:57:30Z"), seat_count: 58 },
            { id: 113, user_id: 199, route: "west central route", departure_time: new Date("2023-08-06T00:53:45Z"), seat_count: 25 },
            { id: 114, user_id: 320, route: "terminal travel arrival express east", departure_time: new Date("2023-10-06T11:26:45Z"), seat_count: 11 },
            { id: 115, user_id: 269, route: "north terminal departure", departure_time: new Date("2023-04-17T20:51:25Z"), seat_count: 30 },
            { id: 116, user_id: 196, route: "path east transfer", departure_time: new Date("2023-08-21T14:21:22Z"), seat_count: 51 },
            { id: 117, user_id: 380, route: "south north central", departure_time: new Date("2023-12-23T00:02:25Z"), seat_count: 4 },
            { id: 118, user_id: 473, route: "transfer bus route travel", departure_time: new Date("2023-07-06T12:02:39Z"), seat_count: null },
            { id: 119, user_id: 102, route: "schedule link east line", departure_time: new Date("2023-04-17T20:34:52Z"), seat_count: 30 },
            { id: 120, user_id: 187, route: "east express", departure_time: new Date("2023-09-20T22:45:30Z"), seat_count: 18 },
            { id: 121, user_id: 2, route: "bus south service", departure_time: new Date("2023-02-12T13:18:22Z"), seat_count: 4 },
            { id: 122, user_id: 268, route: "central south", departure_time: new Date("2023-12-18T16:17:55Z"), seat_count: 47 },
            { id: 123, user_id: 382, route: "departure bus", departure_time: new Date("2023-07-14T19:19:24Z"), seat_count: 53 },
            { id: 124, user_id: 156, route: "service arrival", departure_time: new Date("2023-07-21T10:52:01Z"), seat_count: 57 },
            { id: 125, user_id: 120, route: "city express", departure_time: new Date("2023-05-13T13:48:07Z"), seat_count: 12 },
            { id: 126, user_id: 34, route: "link service schedule east path", departure_time: new Date("2023-07-06T21:28:57Z"), seat_count: null },
            { id: 127, user_id: 437, route: "schedule west arrival", departure_time: new Date("2023-09-21T10:23:16Z"), seat_count: 22 },
            { id: 128, user_id: 242, route: "north city link", departure_time: new Date("2023-07-24T15:46:05Z"), seat_count: 58 },
            { id: 129, user_id: 13, route: "central service city link", departure_time: new Date("2023-12-27T23:20:29Z"), seat_count: 49 },
            { id: 130, user_id: 166, route: "stop bus station", departure_time: new Date("2023-04-07T00:16:19Z"), seat_count: 48 },
            { id: 131, user_id: 53, route: "express west schedule", departure_time: new Date("2023-06-04T15:27:51Z"), seat_count: 44 },
            { id: 132, user_id: 456, route: "link route", departure_time: new Date("2023-04-16T20:50:40Z"), seat_count: 6 },
            { id: 133, user_id: 146, route: "departure link transfer schedule south", departure_time: new Date("2023-11-27T15:38:47Z"), seat_count: 25 },
            { id: 134, user_id: 69, route: null, departure_time: new Date("2023-06-29T20:02:40Z"), seat_count: 32 },
            { id: 135, user_id: 332, route: "service north bus express line", departure_time: new Date("2023-07-11T07:55:28Z"), seat_count: 42 },
            { id: 136, user_id: 15, route: "north path departure express travel", departure_time: new Date("2023-09-01T10:54:07Z"), seat_count: 36 },
            { id: 137, user_id: 263, route: "west terminal line departure", departure_time: new Date("2023-04-20T09:57:46Z"), seat_count: 16 },
            { id: 138, user_id: 123, route: "stop departure", departure_time: new Date("2023-02-19T00:57:17Z"), seat_count: 52 },
            { id: 139, user_id: 197, route: null, departure_time: new Date("2023-02-13T22:43:12Z"), seat_count: 51 },
            { id: 140, user_id: 458, route: "service bus", departure_time: new Date("2023-01-25T21:34:26Z"), seat_count: 14 },
            { id: 141, user_id: 475, route: "line east", departure_time: new Date("2023-12-28T09:18:59Z"), seat_count: 25 },
            { id: 142, user_id: 362, route: "link east north transfer service", departure_time: new Date("2023-07-08T08:50:04Z"), seat_count: null },
            { id: 143, user_id: 355, route: "link path express central", departure_time: new Date("2023-06-29T15:06:48Z"), seat_count: 34 },
            { id: 144, user_id: 424, route: "west service express", departure_time: new Date("2023-11-12T23:33:40Z"), seat_count: 26 },
            { id: 145, user_id: 256, route: "transfer travel schedule station north", departure_time: new Date("2023-10-02T14:43:59Z"), seat_count: null },
            { id: 146, user_id: 38, route: "station line arrival departure bus", departure_time: new Date("2023-11-10T20:04:50Z"), seat_count: 38 },
            { id: 147, user_id: 402, route: null, departure_time: new Date("2023-09-11T12:47:46Z"), seat_count: 57 },
            { id: 148, user_id: 313, route: "terminal transfer arrival", departure_time: new Date("2023-12-26T18:30:30Z"), seat_count: 42 },
            { id: 149, user_id: 253, route: "transfer bus route service departure", departure_time: new Date("2023-11-16T17:53:24Z"), seat_count: 30 },
            { id: 150, user_id: 396, route: "stop west central bus travel", departure_time: new Date("2023-12-23T16:06:26Z"), seat_count: 56 },
            { id: 151, user_id: 359, route: null, departure_time: new Date("2023-05-06T13:16:23Z"), seat_count: 9 },
            { id: 152, user_id: 481, route: "central arrival path", departure_time: new Date("2023-10-27T21:21:29Z"), seat_count: 9 },
            { id: 153, user_id: 206, route: "north station central", departure_time: new Date("2023-07-29T16:58:03Z"), seat_count: 53 },
            { id: 154, user_id: 129, route: null, departure_time: new Date("2023-09-08T15:11:40Z"), seat_count: 3 },
            { id: 155, user_id: 474, route: "west north line departure route", departure_time: new Date("2023-12-19T20:40:52Z"), seat_count: 58 },
            { id: 156, user_id: 51, route: "central route departure east city", departure_time: new Date("2023-04-06T04:00:44Z"), seat_count: 24 },
            { id: 157, user_id: 367, route: "station central west departure", departure_time: new Date("2023-07-06T13:13:05Z"), seat_count: 33 },
            { id: 158, user_id: 429, route: "city central transfer bus west", departure_time: new Date("2023-09-13T11:34:45Z"), seat_count: 55 },
            { id: 159, user_id: 151, route: "west station schedule", departure_time: new Date("2023-04-29T14:59:40Z"), seat_count: 43 },
            { id: 160, user_id: 333, route: "central departure schedule", departure_time: new Date("2023-09-10T15:19:50Z"), seat_count: 5 },
            { id: 161, user_id: 421, route: "station central arrival terminal transfer", departure_time: new Date("2023-02-10T08:30:13Z"), seat_count: 20 },
            { id: 162, user_id: 345, route: "terminal service transfer", departure_time: new Date("2023-07-28T18:31:21Z"), seat_count: 23 },
            { id: 163, user_id: 317, route: "departure terminal city", departure_time: new Date("2023-03-24T11:30:05Z"), seat_count: 20 },
            { id: 164, user_id: 54, route: null, departure_time: new Date("2023-02-21T09:33:06Z"), seat_count: 56 },
            { id: 165, user_id: 177, route: "central station schedule arrival", departure_time: new Date("2023-06-08T22:57:32Z"), seat_count: 10 },
            { id: 166, user_id: 271, route: "service route station", departure_time: new Date("2023-04-20T08:18:23Z"), seat_count: 18 },
            { id: 167, user_id: 197, route: "central route stop arrival", departure_time: new Date("2023-09-19T14:33:35Z"), seat_count: 30 },
            { id: 168, user_id: 223, route: "line south east schedule central", departure_time: new Date("2023-01-10T12:34:30Z"), seat_count: 51 },
            { id: 169, user_id: 401, route: "service travel station departure terminal", departure_time: new Date("2023-03-30T00:58:24Z"), seat_count: 58 },
            { id: 170, user_id: 106, route: "travel city", departure_time: new Date("2023-01-13T05:05:28Z"), seat_count: null },
            { id: 171, user_id: 77, route: "bus service terminal", departure_time: new Date("2023-12-21T07:10:16Z"), seat_count: 6 },
            { id: 172, user_id: 44, route: "path terminal north departure", departure_time: new Date("2023-05-31T11:00:06Z"), seat_count: 27 },
            { id: 173, user_id: 254, route: "south route", departure_time: new Date("2023-07-14T23:11:20Z"), seat_count: 59 },
            { id: 174, user_id: 38, route: "schedule west city path", departure_time: new Date("2023-09-05T20:49:13Z"), seat_count: 51 },
            { id: 175, user_id: 329, route: "departure stop travel service route", departure_time: new Date("2023-03-19T21:09:21Z"), seat_count: 12 },
            { id: 176, user_id: 445, route: "path east", departure_time: new Date("2023-03-04T18:30:33Z"), seat_count: 37 },
            { id: 177, user_id: 32, route: "express departure service east", departure_time: new Date("2023-08-05T18:40:43Z"), seat_count: 19 },
            { id: 178, user_id: 456, route: null, departure_time: new Date("2023-05-28T21:50:22Z"), seat_count: 31 },
            { id: 179, user_id: 236, route: "bus link line", departure_time: new Date("2023-06-20T07:25:47Z"), seat_count: 29 },
            { id: 180, user_id: 249, route: "south route west", departure_time: new Date("2023-07-12T10:53:55Z"), seat_count: 18 },
            { id: 181, user_id: 20, route: "terminal route express", departure_time: new Date("2023-04-29T18:29:31Z"), seat_count: 47 },
            { id: 182, user_id: 409, route: "link city route", departure_time: new Date("2023-02-02T16:17:09Z"), seat_count: 43 },
            { id: 183, user_id: 383, route: "transfer schedule travel central path", departure_time: new Date("2023-05-06T21:00:08Z"), seat_count: 16 },
            { id: 184, user_id: 201, route: "route departure link service central", departure_time: new Date("2023-08-15T08:41:11Z"), seat_count: 7 },
            { id: 185, user_id: 480, route: "north path city", departure_time: new Date("2023-11-20T20:13:54Z"), seat_count: 51 },
            { id: 186, user_id: 118, route: null, departure_time: new Date("2023-03-05T17:40:15Z"), seat_count: 18 },
            { id: 187, user_id: 358, route: "central station", departure_time: new Date("2023-03-27T23:54:50Z"), seat_count: 5 },
            { id: 188, user_id: 33, route: "route city transfer path", departure_time: new Date("2023-01-08T14:09:53Z"), seat_count: 44 },
            { id: 189, user_id: 167, route: "line bus", departure_time: new Date("2023-05-12T18:08:41Z"), seat_count: 45 },
            { id: 190, user_id: 106, route: "terminal stop schedule central", departure_time: new Date("2023-07-19T00:53:47Z"), seat_count: 56 },
            { id: 191, user_id: 406, route: "service central east route terminal", departure_time: new Date("2023-07-03T18:09:13Z"), seat_count: 59 },
            { id: 192, user_id: 56, route: "schedule departure path express central", departure_time: new Date("2023-11-09T19:09:47Z"), seat_count: 3 },
            { id: 193, user_id: 433, route: "link south stop service station", departure_time: new Date("2023-01-24T11:47:34Z"), seat_count: 34 },
            { id: 194, user_id: 270, route: "service bus terminal", departure_time: new Date("2023-07-30T21:56:56Z"), seat_count: 12 },
            { id: 195, user_id: 417, route: "departure path bus", departure_time: new Date("2023-10-09T07:12:46Z"), seat_count: 9 },
            { id: 196, user_id: 244, route: "link city line route", departure_time: new Date("2023-06-08T15:43:24Z"), seat_count: 40 },
            { id: 197, user_id: 393, route: "arrival north express travel stop", departure_time: new Date("2023-11-17T14:23:01Z"), seat_count: null },
            { id: 198, user_id: 95, route: "bus arrival station south path", departure_time: new Date("2023-08-03T18:41:12Z"), seat_count: 54 },
            { id: 199, user_id: 59, route: "schedule east", departure_time: new Date("2023-11-10T08:58:50Z"), seat_count: 32 },
            { id: 200, user_id: 473, route: "north express departure route", departure_time: new Date("2023-02-28T15:28:48Z"), seat_count: 38 },
            { id: 201, user_id: 295, route: "transfer terminal", departure_time: new Date("2023-11-08T21:50:44Z"), seat_count: null },
            { id: 202, user_id: 92, route: "east station", departure_time: new Date("2023-04-22T19:23:23Z"), seat_count: 33 },
            { id: 203, user_id: 201, route: "departure line transfer travel", departure_time: new Date("2023-10-08T05:15:53Z"), seat_count: 9 },
            { id: 204, user_id: 377, route: null, departure_time: new Date("2023-07-20T20:11:41Z"), seat_count: 49 },
            { id: 205, user_id: 218, route: "path link express", departure_time: new Date("2023-11-16T15:30:24Z"), seat_count: 14 },
            { id: 206, user_id: 251, route: "bus terminal", departure_time: new Date("2023-09-18T19:17:28Z"), seat_count: 19 },
            { id: 207, user_id: 360, route: "service travel central", departure_time: new Date("2023-07-25T21:29:37Z"), seat_count: 26 },
            { id: 208, user_id: 367, route: "schedule path", departure_time: new Date("2023-06-23T20:29:51Z"), seat_count: 29 },
            { id: 209, user_id: 435, route: "schedule bus arrival", departure_time: new Date("2023-09-14T19:32:27Z"), seat_count: 4 },
            { id: 210, user_id: 438, route: "terminal bus west express path", departure_time: new Date("2023-01-09T12:37:55Z"), seat_count: 35 },
            { id: 211, user_id: 372, route: "arrival central schedule north", departure_time: new Date("2023-02-22T10:08:56Z"), seat_count: 59 },
            { id: 212, user_id: 171, route: "stop departure path arrival east", departure_time: new Date("2023-10-09T11:30:48Z"), seat_count: 29 },
            { id: 213, user_id: 173, route: "south stop line", departure_time: new Date("2023-05-21T21:07:04Z"), seat_count: null },
            { id: 214, user_id: 118, route: "terminal link travel path stop", departure_time: new Date("2023-03-04T09:44:30Z"), seat_count: 14 },
            { id: 215, user_id: 294, route: "schedule city", departure_time: new Date("2023-12-31T08:40:01Z"), seat_count: 58 },
            { id: 216, user_id: 208, route: "link transfer west arrival", departure_time: new Date("2023-07-12T15:08:14Z"), seat_count: 43 },
            { id: 217, user_id: 48, route: null, departure_time: new Date("2023-09-04T05:51:37Z"), seat_count: 41 },
            { id: 218, user_id: 237, route: "express city east service path", departure_time: new Date("2023-05-29T20:08:06Z"), seat_count: null },
            { id: 219, user_id: 268, route: null, departure_time: new Date("2023-05-10T21:47:55Z"), seat_count: 59 },
            { id: 220, user_id: 5, route: "bus departure line", departure_time: new Date("2023-04-04T04:47:27Z"), seat_count: 5 },
            { id: 221, user_id: 13, route: null, departure_time: new Date("2023-07-31T22:49:16Z"), seat_count: 57 },
            { id: 222, user_id: 458, route: "departure express", departure_time: new Date("2023-09-20T11:36:31Z"), seat_count: 44 },
            { id: 223, user_id: 431, route: "east bus line south", departure_time: new Date("2023-12-14T16:17:29Z"), seat_count: 50 },
            { id: 224, user_id: 105, route: "south service east", departure_time: new Date("2023-11-06T06:41:50Z"), seat_count: 12 },
            { id: 225, user_id: 331, route: "east schedule", departure_time: new Date("2023-09-22T12:29:22Z"), seat_count: 55 },
            { id: 226, user_id: 307, route: "south service station path", departure_time: new Date("2023-08-05T18:19:17Z"), seat_count: 44 },
            { id: 227, user_id: 131, route: "east station bus", departure_time: new Date("2023-05-06T21:23:41Z"), seat_count: 56 },
            { id: 228, user_id: 431, route: "service route north arrival", departure_time: new Date("2023-10-17T12:17:24Z"), seat_count: 38 },
            { id: 229, user_id: 118, route: "west north stop arrival", departure_time: new Date("2023-08-10T18:54:56Z"), seat_count: 31 },
            { id: 230, user_id: 115, route: "city south service stop east", departure_time: new Date("2023-07-27T14:50:53Z"), seat_count: 21 },
            { id: 231, user_id: 89, route: "schedule central stop", departure_time: new Date("2023-10-08T17:29:11Z"), seat_count: 2 },
            { id: 232, user_id: 452, route: "link station", departure_time: new Date("2023-01-14T15:03:03Z"), seat_count: 8 },
            { id: 233, user_id: 412, route: "line terminal city link east", departure_time: new Date("2023-06-19T14:26:10Z"), seat_count: null },
            { id: 234, user_id: 415, route: "east route express", departure_time: new Date("2023-12-15T19:06:42Z"), seat_count: 31 },
            { id: 235, user_id: 176, route: "schedule terminal travel line", departure_time: new Date("2023-10-29T08:41:21Z"), seat_count: 52 },
            { id: 236, user_id: 66, route: null, departure_time: new Date("2023-06-10T16:38:35Z"), seat_count: 9 },
            { id: 237, user_id: 313, route: "east express", departure_time: new Date("2023-06-14T12:46:04Z"), seat_count: 19 },
            { id: 238, user_id: 414, route: "station south central path north", departure_time: new Date("2023-03-15T10:06:19Z"), seat_count: 39 },
            { id: 239, user_id: 461, route: null, departure_time: new Date("2023-09-20T11:31:28Z"), seat_count: 34 },
            { id: 240, user_id: 162, route: "express east travel south", departure_time: new Date("2023-03-02T19:38:06Z"), seat_count: 32 },
            { id: 241, user_id: 283, route: null, departure_time: new Date("2023-03-19T09:06:38Z"), seat_count: 2 },
            { id: 242, user_id: 76, route: "service station", departure_time: new Date("2023-02-05T15:56:45Z"), seat_count: 3 },
            { id: 243, user_id: 140, route: "bus west schedule", departure_time: new Date("2023-05-06T23:35:37Z"), seat_count: 56 },
            { id: 244, user_id: 179, route: "north travel route link", departure_time: new Date("2023-05-13T14:25:15Z"), seat_count: null },
            { id: 245, user_id: 417, route: "city central departure service", departure_time: new Date("2023-03-16T10:09:39Z"), seat_count: 36 },
            { id: 246, user_id: 372, route: "west stop schedule central north", departure_time: new Date("2023-12-04T20:18:04Z"), seat_count: 44 },
            { id: 247, user_id: 195, route: "arrival route", departure_time: new Date("2023-07-21T00:56:51Z"), seat_count: null },
            { id: 248, user_id: 413, route: "terminal path city", departure_time: new Date("2023-01-15T01:34:23Z"), seat_count: 36 },
            { id: 249, user_id: 50, route: "east central terminal south", departure_time: new Date("2023-07-12T11:07:05Z"), seat_count: 43 },
            { id: 250, user_id: 91, route: "central north travel departure", departure_time: new Date("2023-10-12T09:13:52Z"), seat_count: 4 },
            { id: 251, user_id: 210, route: "station transfer departure terminal south", departure_time: new Date("2023-09-21T21:16:59Z"), seat_count: 45 },
            { id: 252, user_id: 141, route: "express west stop", departure_time: new Date("2023-11-25T13:35:22Z"), seat_count: 59 },
            { id: 253, user_id: 309, route: null, departure_time: new Date("2023-12-22T12:00:47Z"), seat_count: 32 },
            { id: 254, user_id: 129, route: "central schedule north", departure_time: new Date("2023-12-21T08:15:38Z"), seat_count: 28 },
            { id: 255, user_id: 358, route: "service city", departure_time: new Date("2023-02-22T12:46:32Z"), seat_count: 14 },
            { id: 256, user_id: 428, route: "line path north route express", departure_time: new Date("2023-04-18T10:02:38Z"), seat_count: 15 },
            { id: 257, user_id: 250, route: "bus north transfer central", departure_time: new Date("2023-04-19T00:55:31Z"), seat_count: 23 },
            { id: 258, user_id: 136, route: "service schedule express", departure_time: new Date("2023-07-03T21:30:28Z"), seat_count: 31 },
            { id: 259, user_id: 371, route: "south path bus north", departure_time: new Date("2023-08-21T15:06:31Z"), seat_count: 32 },
            { id: 260, user_id: 383, route: "service route central path", departure_time: new Date("2023-09-03T11:31:18Z"), seat_count: 45 },
            { id: 261, user_id: 279, route: "line route", departure_time: new Date("2023-03-30T10:41:32Z"), seat_count: 26 },
            { id: 262, user_id: 40, route: "central terminal service bus", departure_time: new Date("2023-06-22T12:11:28Z"), seat_count: 28 },
            { id: 263, user_id: 349, route: "line link", departure_time: new Date("2023-10-06T09:48:07Z"), seat_count: 35 },
            { id: 264, user_id: 226, route: "path station arrival", departure_time: new Date("2023-05-18T15:36:30Z"), seat_count: 53 },
            { id: 265, user_id: 23, route: "route city express", departure_time: new Date("2023-01-31T10:33:43Z"), seat_count: 32 },
            { id: 266, user_id: 219, route: null, departure_time: new Date("2023-12-11T19:14:17Z"), seat_count: 40 },
            { id: 267, user_id: 54, route: "west city express south", departure_time: new Date("2023-12-22T16:20:19Z"), seat_count: 20 },
            { id: 268, user_id: 210, route: "bus north station route travel", departure_time: new Date("2023-11-07T09:57:06Z"), seat_count: 54 },
            { id: 269, user_id: 19, route: "east south north", departure_time: new Date("2023-07-19T12:04:04Z"), seat_count: 7 },
            { id: 270, user_id: 323, route: "line west", departure_time: new Date("2023-12-30T16:24:17Z"), seat_count: 27 },
            { id: 271, user_id: 360, route: "central route", departure_time: new Date("2023-05-22T18:36:06Z"), seat_count: 3 },
            { id: 272, user_id: 342, route: "travel central", departure_time: new Date("2023-06-27T14:32:51Z"), seat_count: 39 },
            { id: 273, user_id: 440, route: "path line", departure_time: new Date("2023-04-17T09:18:47Z"), seat_count: null },
            { id: 274, user_id: 413, route: "path express", departure_time: new Date("2023-12-31T02:21:08Z"), seat_count: 32 },
            { id: 275, user_id: 212, route: "east west transfer north", departure_time: new Date("2023-11-05T11:29:09Z"), seat_count: 50 },
            { id: 276, user_id: 64, route: "route arrival north path", departure_time: new Date("2023-11-16T18:22:30Z"), seat_count: null },
            { id: 277, user_id: 99, route: "service route", departure_time: new Date("2023-01-04T10:37:26Z"), seat_count: 40 },
            { id: 278, user_id: 370, route: "terminal east departure schedule", departure_time: new Date("2023-05-10T16:46:21Z"), seat_count: null },
            { id: 279, user_id: 192, route: "city arrival service path travel", departure_time: new Date("2023-01-10T06:49:25Z"), seat_count: 2 },
            { id: 280, user_id: 167, route: "service central transfer", departure_time: new Date("2023-04-26T09:07:40Z"), seat_count: 23 },
            { id: 281, user_id: 145, route: "schedule link service travel path", departure_time: new Date("2023-03-30T21:29:40Z"), seat_count: null },
            { id: 282, user_id: 282, route: "service departure south schedule", departure_time: new Date("2023-11-03T22:41:00Z"), seat_count: 3 },
            { id: 283, user_id: 150, route: null, departure_time: new Date("2023-02-12T09:27:37Z"), seat_count: 37 },
            { id: 284, user_id: 315, route: "north express arrival stop", departure_time: new Date("2023-03-22T19:41:55Z"), seat_count: 12 },
            { id: 285, user_id: 310, route: null, departure_time: new Date("2023-09-02T19:18:55Z"), seat_count: 52 },
            { id: 286, user_id: 476, route: "schedule arrival link", departure_time: new Date("2023-08-21T11:20:17Z"), seat_count: 13 },
            { id: 287, user_id: 298, route: "south station", departure_time: new Date("2023-08-27T18:26:23Z"), seat_count: 34 },
            { id: 288, user_id: 87, route: "service link bus south path", departure_time: new Date("2023-12-26T20:38:31Z"), seat_count: 12 },
            { id: 289, user_id: 124, route: null, departure_time: new Date("2023-04-17T23:30:10Z"), seat_count: 53 },
            { id: 290, user_id: 496, route: "city west", departure_time: new Date("2023-07-17T06:56:02Z"), seat_count: 28 },
            { id: 291, user_id: 220, route: "departure line route express", departure_time: new Date("2023-01-06T14:37:28Z"), seat_count: 58 },
            { id: 292, user_id: 369, route: "path stop link station", departure_time: new Date("2023-12-28T17:31:01Z"), seat_count: 29 },
            { id: 293, user_id: 372, route: "service line terminal north", departure_time: new Date("2023-08-06T20:43:54Z"), seat_count: 1 },
            { id: 294, user_id: 287, route: null, departure_time: new Date("2023-02-06T12:43:36Z"), seat_count: 23 },
            { id: 295, user_id: 85, route: "express central north travel service", departure_time: new Date("2023-03-21T21:58:09Z"), seat_count: 27 },
            { id: 296, user_id: 139, route: "path city express", departure_time: new Date("2023-03-07T12:15:56Z"), seat_count: 35 },
            { id: 297, user_id: 113, route: "link terminal schedule", departure_time: new Date("2023-08-03T14:57:49Z"), seat_count: 38 },
            { id: 298, user_id: 231, route: null, departure_time: new Date("2023-03-10T14:58:24Z"), seat_count: 16 },
            { id: 299, user_id: 86, route: "west schedule city", departure_time: new Date("2023-06-19T22:48:14Z"), seat_count: 23 },
            { id: 300, user_id: 331, route: "bus route west transfer north", departure_time: new Date("2023-06-23T22:54:56Z"), seat_count: null },
        ],
    });
    await prisma.payments.createMany({
        data: [
            { id: 1, journey_id: 212, payment_method: "debit_card", amount: "116.15", payment_date: new Date("2023-07-27T14:38:22Z") },
            { id: 2, journey_id: 36, payment_method: "credit_card", amount: "6.71", payment_date: new Date("2023-07-02T11:53:59Z") },
            { id: 3, journey_id: 264, payment_method: "debit_card", amount: "44.42", payment_date: new Date("2023-04-29T16:36:25Z") },
            { id: 4, journey_id: 179, payment_method: "credit_card", amount: null, payment_date: new Date("2023-10-13T16:03:10Z") },
            { id: 5, journey_id: 109, payment_method: "paypal", amount: "5.47", payment_date: new Date("2023-03-01T12:36:45Z") },
            { id: 6, journey_id: 246, payment_method: "credit_card", amount: "53.70", payment_date: new Date("2023-02-01T17:06:47Z") },
            { id: 7, journey_id: 72, payment_method: "paypal", amount: "14.05", payment_date: new Date("2023-11-20T10:35:38Z") },
            { id: 8, journey_id: 54, payment_method: "paypal", amount: "21.70", payment_date: new Date("2023-02-18T08:45:56Z") },
            { id: 9, journey_id: 79, payment_method: "credit_card", amount: "36.80", payment_date: new Date("2023-08-30T10:49:55Z") },
            { id: 10, journey_id: 86, payment_method: "credit_card", amount: "68.86", payment_date: new Date("2023-11-27T16:02:54Z") },
            { id: 11, journey_id: 215, payment_method: "credit_card", amount: "99.27", payment_date: new Date("2023-01-28T19:04:25Z") },
            { id: 12, journey_id: 170, payment_method: "debit_card", amount: "42.48", payment_date: new Date("2023-02-12T07:14:00Z") },
            { id: 13, journey_id: 72, payment_method: "credit_card", amount: "32.83", payment_date: new Date("2023-10-19T12:29:13Z") },
            { id: 14, journey_id: 145, payment_method: "credit_card", amount: "5.56", payment_date: new Date("2023-01-11T10:21:02Z") },
            { id: 15, journey_id: 82, payment_method: "credit_card", amount: "64.04", payment_date: new Date("2023-07-24T16:04:21Z") },
            { id: 16, journey_id: 51, payment_method: "paypal", amount: "141.39", payment_date: new Date("2023-04-03T07:04:09Z") },
            { id: 17, journey_id: 87, payment_method: "bank_transfer", amount: "11.70", payment_date: new Date("2023-04-24T10:22:18Z") },
            { id: 18, journey_id: 165, payment_method: "credit_card", amount: "39.04", payment_date: new Date("2023-10-01T10:45:41Z") },
            { id: 19, journey_id: 36, payment_method: "credit_card", amount: "30.10", payment_date: new Date("2023-03-21T07:17:03Z") },
            { id: 20, journey_id: 122, payment_method: "credit_card", amount: "113.42", payment_date: new Date("2023-01-10T10:13:15Z") },
            { id: 21, journey_id: 217, payment_method: "credit_card", amount: "133.87", payment_date: new Date("2023-10-03T12:42:11Z") },
            { id: 22, journey_id: 294, payment_method: "credit_card", amount: null, payment_date: new Date("2023-01-02T13:55:47Z") },
            { id: 23, journey_id: 262, payment_method: "paypal", amount: "17.32", payment_date: new Date("2023-07-02T09:52:09Z") },
            { id: 24, journey_id: 127, payment_method: "paypal", amount: "143.05", payment_date: new Date("2023-09-14T15:57:29Z") },
            { id: 25, journey_id: 166, payment_method: "credit_card", amount: null, payment_date: new Date("2023-07-21T15:01:18Z") },
            { id: 26, journey_id: 200, payment_method: "paypal", amount: "10.04", payment_date: new Date("2023-05-14T16:57:31Z") },
            { id: 27, journey_id: 248, payment_method: "credit_card", amount: "6.19", payment_date: new Date("2023-12-10T15:00:49Z") },
            { id: 28, journey_id: 231, payment_method: "credit_card", amount: "51.10", payment_date: new Date("2023-08-30T22:01:03Z") },
            { id: 29, journey_id: 114, payment_method: "credit_card", amount: null, payment_date: new Date("2023-02-14T10:01:43Z") },
            { id: 30, journey_id: 176, payment_method: "credit_card", amount: "112.60", payment_date: new Date("2023-07-04T08:02:00Z") },
            { id: 31, journey_id: 107, payment_method: "paypal", amount: "67.25", payment_date: new Date("2023-06-23T11:46:16Z") },
            { id: 32, journey_id: 293, payment_method: "credit_card", amount: "10.48", payment_date: new Date("2023-01-31T17:34:26Z") },
            { id: 33, journey_id: 4, payment_method: "paypal", amount: "50.35", payment_date: new Date("2023-03-04T11:14:55Z") },
            { id: 34, journey_id: 204, payment_method: "credit_card", amount: "112.45", payment_date: new Date("2023-05-18T09:33:11Z") },
            { id: 35, journey_id: 148, payment_method: "paypal", amount: "106.91", payment_date: new Date("2023-02-01T11:49:25Z") },
            { id: 36, journey_id: 207, payment_method: "credit_card", amount: "68.67", payment_date: new Date("2023-11-24T09:23:03Z") },
            { id: 37, journey_id: 178, payment_method: "debit_card", amount: "76.68", payment_date: new Date("2023-06-15T11:52:03Z") },
            { id: 38, journey_id: 185, payment_method: "debit_card", amount: "37.53", payment_date: new Date("2023-08-07T13:46:11Z") },
            { id: 39, journey_id: 290, payment_method: "bank_transfer", amount: "7.10", payment_date: new Date("2023-03-06T09:17:42Z") },
            { id: 40, journey_id: 142, payment_method: "credit_card", amount: "21.96", payment_date: new Date("2023-03-23T11:38:17Z") },
            { id: 41, journey_id: 17, payment_method: "credit_card", amount: "69.17", payment_date: new Date("2023-04-18T12:56:00Z") },
            { id: 42, journey_id: 38, payment_method: "credit_card", amount: "71.63", payment_date: new Date("2023-08-01T09:33:22Z") },
            { id: 43, journey_id: 54, payment_method: "debit_card", amount: "13.08", payment_date: new Date("2023-01-13T12:23:46Z") },
            { id: 44, journey_id: 157, payment_method: "paypal", amount: "17.92", payment_date: new Date("2023-02-11T11:01:21Z") },
            { id: 45, journey_id: 249, payment_method: "paypal", amount: "114.30", payment_date: new Date("2023-03-04T12:03:38Z") },
            { id: 46, journey_id: 34, payment_method: "debit_card", amount: null, payment_date: new Date("2023-11-11T11:50:15Z") },
            { id: 47, journey_id: 108, payment_method: "credit_card", amount: "40.27", payment_date: new Date("2023-11-27T11:09:02Z") },
            { id: 48, journey_id: 266, payment_method: "credit_card", amount: "64.15", payment_date: new Date("2023-10-17T11:30:00Z") },
            { id: 49, journey_id: 245, payment_method: "paypal", amount: "32.22", payment_date: new Date("2023-03-21T18:51:14Z") },
            { id: 50, journey_id: 44, payment_method: "credit_card", amount: "102.35", payment_date: new Date("2023-07-05T14:39:08Z") },
            { id: 51, journey_id: 291, payment_method: "credit_card", amount: "35.01", payment_date: new Date("2023-05-13T16:53:56Z") },
            { id: 52, journey_id: 85, payment_method: "credit_card", amount: "75.83", payment_date: new Date("2023-01-03T10:17:10Z") },
            { id: 53, journey_id: 192, payment_method: "debit_card", amount: null, payment_date: new Date("2023-01-27T14:16:38Z") },
            { id: 54, journey_id: 111, payment_method: "credit_card", amount: "144.62", payment_date: new Date("2023-04-18T08:51:16Z") },
            { id: 55, journey_id: 281, payment_method: "paypal", amount: "31.35", payment_date: new Date("2023-03-15T03:36:22Z") },
            { id: 56, journey_id: 156, payment_method: "paypal", amount: "5.10", payment_date: new Date("2023-10-27T12:20:48Z") },
            { id: 57, journey_id: 9, payment_method: "credit_card", amount: "8.68", payment_date: new Date("2023-01-28T14:54:20Z") },
            { id: 58, journey_id: 128, payment_method: "paypal", amount: "16.04", payment_date: new Date("2023-09-16T11:12:32Z") },
            { id: 59, journey_id: 171, payment_method: "debit_card", amount: "95.73", payment_date: new Date("2023-09-03T11:51:40Z") },
            { id: 60, journey_id: 194, payment_method: "credit_card", amount: "68.82", payment_date: new Date("2023-08-29T13:18:16Z") },
            { id: 61, journey_id: 298, payment_method: "credit_card", amount: "30.73", payment_date: new Date("2023-11-12T14:38:55Z") },
            { id: 62, journey_id: 169, payment_method: "credit_card", amount: "9.90", payment_date: new Date("2023-12-18T08:05:15Z") },
            { id: 63, journey_id: 74, payment_method: "paypal", amount: "5.01", payment_date: new Date("2023-09-02T16:59:51Z") },
            { id: 64, journey_id: 214, payment_method: "credit_card", amount: "111.91", payment_date: new Date("2023-06-02T18:12:51Z") },
            { id: 65, journey_id: 140, payment_method: "credit_card", amount: "49.10", payment_date: new Date("2023-12-22T16:48:53Z") },
            { id: 66, journey_id: 79, payment_method: "debit_card", amount: "134.43", payment_date: new Date("2023-03-26T13:22:26Z") },
            { id: 67, journey_id: 287, payment_method: "paypal", amount: "32.90", payment_date: new Date("2023-08-09T13:27:35Z") },
            { id: 68, journey_id: 154, payment_method: "credit_card", amount: "19.39", payment_date: new Date("2023-03-16T18:42:45Z") },
            { id: 69, journey_id: 176, payment_method: "credit_card", amount: "17.50", payment_date: new Date("2023-02-12T17:15:17Z") },
            { id: 70, journey_id: 280, payment_method: "debit_card", amount: "16.54", payment_date: new Date("2023-06-05T12:55:38Z") },
            { id: 71, journey_id: 199, payment_method: "paypal", amount: "6.96", payment_date: new Date("2023-10-13T12:55:06Z") },
            { id: 72, journey_id: 140, payment_method: "credit_card", amount: "57.36", payment_date: new Date("2023-06-02T12:19:41Z") },
            { id: 73, journey_id: 196, payment_method: "paypal", amount: "145.29", payment_date: new Date("2023-05-06T14:33:31Z") },
            { id: 74, journey_id: 188, payment_method: "credit_card", amount: "67.81", payment_date: new Date("2023-01-01T10:20:38Z") },
            { id: 75, journey_id: 71, payment_method: "debit_card", amount: "128.13", payment_date: new Date("2023-07-11T15:36:38Z") },
            { id: 76, journey_id: 258, payment_method: "debit_card", amount: null, payment_date: new Date("2023-06-07T17:06:24Z") },
            { id: 77, journey_id: 215, payment_method: "debit_card", amount: "107.34", payment_date: new Date("2023-10-16T12:05:14Z") },
            { id: 78, journey_id: 79, payment_method: "credit_card", amount: null, payment_date: new Date("2023-07-30T12:13:49Z") },
            { id: 79, journey_id: 236, payment_method: "credit_card", amount: "5.97", payment_date: new Date("2023-04-06T16:49:57Z") },
            { id: 80, journey_id: 33, payment_method: "debit_card", amount: "58.92", payment_date: new Date("2023-05-11T09:09:31Z") },
            { id: 81, journey_id: 217, payment_method: "credit_card", amount: "29.71", payment_date: new Date("2023-04-29T18:01:01Z") },
            { id: 82, journey_id: 4, payment_method: "paypal", amount: null, payment_date: new Date("2023-05-20T15:36:12Z") },
            { id: 83, journey_id: 213, payment_method: "credit_card", amount: "22.21", payment_date: new Date("2023-06-28T14:58:06Z") },
            { id: 84, journey_id: 16, payment_method: "debit_card", amount: "102.66", payment_date: new Date("2023-11-17T13:51:00Z") },
            { id: 85, journey_id: 72, payment_method: "credit_card", amount: "10.14", payment_date: new Date("2023-02-16T08:50:03Z") },
            { id: 86, journey_id: 186, payment_method: "credit_card", amount: null, payment_date: new Date("2023-02-06T11:02:23Z") },
            { id: 87, journey_id: 35, payment_method: "debit_card", amount: "138.79", payment_date: new Date("2023-03-07T16:32:26Z") },
            { id: 88, journey_id: 133, payment_method: "credit_card", amount: "145.95", payment_date: new Date("2023-04-09T15:12:52Z") },
            { id: 89, journey_id: 136, payment_method: "debit_card", amount: "45.08", payment_date: new Date("2023-10-26T15:49:52Z") },
            { id: 90, journey_id: 125, payment_method: "credit_card", amount: "92.58", payment_date: new Date("2023-01-13T15:00:14Z") },
            { id: 91, journey_id: 89, payment_method: "credit_card", amount: "148.63", payment_date: new Date("2023-12-22T13:51:53Z") },
            { id: 92, journey_id: 80, payment_method: "credit_card", amount: "51.29", payment_date: new Date("2023-01-02T10:52:49Z") },
            { id: 93, journey_id: 193, payment_method: "paypal", amount: "18.91", payment_date: new Date("2023-02-28T09:46:55Z") },
            { id: 94, journey_id: 71, payment_method: "debit_card", amount: "24.36", payment_date: new Date("2023-04-12T10:45:32Z") },
            { id: 95, journey_id: 69, payment_method: "debit_card", amount: "94.50", payment_date: new Date("2023-02-11T09:06:27Z") },
            { id: 96, journey_id: 273, payment_method: "bank_transfer", amount: "9.37", payment_date: new Date("2023-01-26T09:43:42Z") },
            { id: 97, journey_id: 61, payment_method: "credit_card", amount: "46.37", payment_date: new Date("2023-05-12T12:38:14Z") },
            { id: 98, journey_id: 119, payment_method: "credit_card", amount: "99.41", payment_date: new Date("2023-09-21T11:18:48Z") },
            { id: 99, journey_id: 236, payment_method: "credit_card", amount: "98.84", payment_date: new Date("2023-09-28T14:54:16Z") },
            { id: 100, journey_id: 251, payment_method: "debit_card", amount: "75.90", payment_date: new Date("2023-05-01T16:33:56Z") },
            { id: 101, journey_id: 200, payment_method: "bank_transfer", amount: null, payment_date: new Date("2023-02-25T18:42:51Z") },
            { id: 102, journey_id: 231, payment_method: "debit_card", amount: "103.26", payment_date: new Date("2023-11-10T08:36:42Z") },
            { id: 103, journey_id: 298, payment_method: "credit_card", amount: "5.50", payment_date: new Date("2023-07-17T17:14:00Z") },
            { id: 104, journey_id: 61, payment_method: "bank_transfer", amount: "143.74", payment_date: new Date("2023-08-15T14:06:14Z") },
            { id: 105, journey_id: 295, payment_method: "debit_card", amount: "78.52", payment_date: new Date("2023-05-15T11:01:32Z") },
            { id: 106, journey_id: 32, payment_method: "credit_card", amount: "67.46", payment_date: new Date("2023-11-21T15:47:17Z") },
            { id: 107, journey_id: 69, payment_method: "credit_card", amount: "80.06", payment_date: new Date("2023-07-30T13:07:19Z") },
            { id: 108, journey_id: 197, payment_method: "credit_card", amount: "59.10", payment_date: new Date("2023-08-08T10:06:46Z") },
            { id: 109, journey_id: 93, payment_method: "credit_card", amount: "17.65", payment_date: new Date("2023-02-15T14:16:34Z") },
            { id: 110, journey_id: 73, payment_method: "credit_card", amount: "14.93", payment_date: new Date("2023-12-12T17:07:17Z") },
            { id: 111, journey_id: 36, payment_method: "debit_card", amount: "86.01", payment_date: new Date("2023-12-07T14:30:30Z") },
            { id: 112, journey_id: 298, payment_method: "credit_card", amount: "74.84", payment_date: new Date("2023-02-15T13:50:38Z") },
            { id: 113, journey_id: 68, payment_method: "credit_card", amount: "15.72", payment_date: new Date("2023-05-19T09:15:54Z") },
            { id: 114, journey_id: 279, payment_method: "debit_card", amount: "25.29", payment_date: new Date("2023-01-04T12:08:55Z") },
            { id: 115, journey_id: 78, payment_method: "credit_card", amount: null, payment_date: new Date("2023-01-21T15:49:35Z") },
            { id: 116, journey_id: 119, payment_method: "paypal", amount: "8.81", payment_date: new Date("2023-12-12T12:21:44Z") },
            { id: 117, journey_id: 288, payment_method: "credit_card", amount: "57.05", payment_date: new Date("2023-02-18T15:13:17Z") },
            { id: 118, journey_id: 257, payment_method: "credit_card", amount: "6.38", payment_date: new Date("2023-11-18T09:32:19Z") },
            { id: 119, journey_id: 222, payment_method: "bank_transfer", amount: "135.43", payment_date: new Date("2023-11-10T13:02:38Z") },
            { id: 120, journey_id: 128, payment_method: "debit_card", amount: "98.75", payment_date: new Date("2023-08-24T09:13:23Z") },
            { id: 121, journey_id: 29, payment_method: "credit_card", amount: null, payment_date: new Date("2023-05-22T10:38:03Z") },
            { id: 122, journey_id: 172, payment_method: "credit_card", amount: "5.17", payment_date: new Date("2023-12-16T15:36:52Z") },
            { id: 123, journey_id: 206, payment_method: "credit_card", amount: "59.11", payment_date: new Date("2023-04-11T07:22:59Z") },
            { id: 124, journey_id: 231, payment_method: "credit_card", amount: "10.01", payment_date: new Date("2023-09-24T17:14:48Z") },
            { id: 125, journey_id: 227, payment_method: "credit_card", amount: "121.16", payment_date: new Date("2023-06-10T14:39:41Z") },
            { id: 126, journey_id: 49, payment_method: "paypal", amount: "35.21", payment_date: new Date("2023-07-21T10:38:20Z") },
            { id: 127, journey_id: 167, payment_method: "credit_card", amount: "12.39", payment_date: new Date("2023-06-27T15:03:39Z") },
            { id: 128, journey_id: 249, payment_method: "debit_card", amount: "133.11", payment_date: new Date("2023-10-30T12:09:33Z") },
            { id: 129, journey_id: 112, payment_method: "credit_card", amount: "61.66", payment_date: new Date("2023-09-13T11:07:59Z") },
            { id: 130, journey_id: 234, payment_method: "credit_card", amount: "51.91", payment_date: new Date("2023-05-03T09:23:16Z") },
            { id: 131, journey_id: 5, payment_method: "credit_card", amount: "12.88", payment_date: new Date("2023-08-09T09:40:20Z") },
            { id: 132, journey_id: 199, payment_method: "credit_card", amount: "42.43", payment_date: new Date("2023-07-02T10:00:47Z") },
            { id: 133, journey_id: 66, payment_method: "credit_card", amount: "112.62", payment_date: new Date("2023-03-01T13:23:41Z") },
            { id: 134, journey_id: 255, payment_method: "credit_card", amount: "127.94", payment_date: new Date("2023-05-26T11:37:13Z") },
            { id: 135, journey_id: 63, payment_method: "debit_card", amount: "137.79", payment_date: new Date("2023-09-04T09:18:05Z") },
            { id: 136, journey_id: 82, payment_method: "credit_card", amount: "10.02", payment_date: new Date("2023-07-14T16:35:49Z") },
            { id: 137, journey_id: 92, payment_method: "debit_card", amount: "11.98", payment_date: new Date("2023-05-03T12:03:45Z") },
            { id: 138, journey_id: 248, payment_method: "credit_card", amount: "41.48", payment_date: new Date("2023-10-02T17:35:12Z") },
            { id: 139, journey_id: 234, payment_method: "paypal", amount: "36.11", payment_date: new Date("2023-10-04T17:10:26Z") },
            { id: 140, journey_id: 242, payment_method: "credit_card", amount: "66.65", payment_date: new Date("2023-07-09T11:37:13Z") },
            { id: 141, journey_id: 124, payment_method: "credit_card", amount: "23.02", payment_date: new Date("2023-03-09T14:20:55Z") },
            { id: 142, journey_id: 199, payment_method: "credit_card", amount: "80.98", payment_date: new Date("2023-02-07T19:49:04Z") },
            { id: 143, journey_id: 297, payment_method: "credit_card", amount: "33.94", payment_date: new Date("2023-04-05T15:47:45Z") },
            { id: 144, journey_id: 124, payment_method: "debit_card", amount: "5.62", payment_date: new Date("2023-09-28T10:49:13Z") },
            { id: 145, journey_id: 150, payment_method: "debit_card", amount: "9.03", payment_date: new Date("2023-06-11T16:19:15Z") },
            { id: 146, journey_id: 225, payment_method: "credit_card", amount: "17.04", payment_date: new Date("2023-11-28T12:57:41Z") },
            { id: 147, journey_id: 170, payment_method: "paypal", amount: "137.10", payment_date: new Date("2023-07-20T19:17:03Z") },
            { id: 148, journey_id: 273, payment_method: "debit_card", amount: "61.26", payment_date: new Date("2023-11-24T12:35:29Z") },
            { id: 149, journey_id: 45, payment_method: "paypal", amount: "139.24", payment_date: new Date("2023-04-01T17:06:32Z") },
            { id: 150, journey_id: 25, payment_method: "credit_card", amount: "64.65", payment_date: new Date("2023-09-03T16:20:57Z") },
            { id: 151, journey_id: 16, payment_method: "credit_card", amount: "54.35", payment_date: new Date("2023-01-06T11:55:55Z") },
            { id: 152, journey_id: 85, payment_method: "paypal", amount: null, payment_date: new Date("2023-05-02T09:20:56Z") },
            { id: 153, journey_id: 201, payment_method: "credit_card", amount: "109.25", payment_date: new Date("2023-11-21T15:49:18Z") },
            { id: 154, journey_id: 219, payment_method: "credit_card", amount: "123.79", payment_date: new Date("2023-05-14T08:42:40Z") },
            { id: 155, journey_id: 288, payment_method: "credit_card", amount: "10.53", payment_date: new Date("2023-09-05T15:16:12Z") },
            { id: 156, journey_id: 293, payment_method: "credit_card", amount: "7.22", payment_date: new Date("2023-08-18T13:10:56Z") },
            { id: 157, journey_id: 83, payment_method: "credit_card", amount: "85.32", payment_date: new Date("2023-11-26T18:58:51Z") },
            { id: 158, journey_id: 80, payment_method: "credit_card", amount: "138.17", payment_date: new Date("2023-03-05T13:52:29Z") },
            { id: 159, journey_id: 237, payment_method: "credit_card", amount: "119.35", payment_date: new Date("2023-03-16T14:48:57Z") },
            { id: 160, journey_id: 209, payment_method: "debit_card", amount: null, payment_date: new Date("2023-04-01T16:31:20Z") },
            { id: 161, journey_id: 12, payment_method: "debit_card", amount: "18.88", payment_date: new Date("2023-04-05T14:36:54Z") },
            { id: 162, journey_id: 197, payment_method: "paypal", amount: "48.70", payment_date: new Date("2023-01-07T10:26:11Z") },
            { id: 163, journey_id: 81, payment_method: "bank_transfer", amount: "88.76", payment_date: new Date("2023-08-25T08:42:12Z") },
            { id: 164, journey_id: 11, payment_method: "debit_card", amount: "128.39", payment_date: new Date("2023-08-07T10:11:25Z") },
            { id: 165, journey_id: 155, payment_method: "credit_card", amount: "114.73", payment_date: new Date("2023-06-20T15:15:57Z") },
            { id: 166, journey_id: 168, payment_method: "debit_card", amount: "9.30", payment_date: new Date("2023-01-08T09:12:38Z") },
            { id: 167, journey_id: 275, payment_method: "bank_transfer", amount: "71.36", payment_date: new Date("2023-09-10T09:45:34Z") },
            { id: 168, journey_id: 295, payment_method: "bank_transfer", amount: null, payment_date: new Date("2023-04-23T10:54:06Z") },
            { id: 169, journey_id: 88, payment_method: "credit_card", amount: "6.91", payment_date: new Date("2023-07-20T11:46:23Z") },
            { id: 170, journey_id: 147, payment_method: "credit_card", amount: "100.43", payment_date: new Date("2023-05-27T11:05:34Z") },
            { id: 171, journey_id: 255, payment_method: "credit_card", amount: "33.38", payment_date: new Date("2023-08-12T13:45:36Z") },
            { id: 172, journey_id: 48, payment_method: "credit_card", amount: "32.73", payment_date: new Date("2023-10-29T16:16:10Z") },
            { id: 173, journey_id: 210, payment_method: "credit_card", amount: "41.84", payment_date: new Date("2023-12-13T10:03:49Z") },
            { id: 174, journey_id: 300, payment_method: "debit_card", amount: "109.56", payment_date: new Date("2023-12-06T17:46:13Z") },
            { id: 175, journey_id: 244, payment_method: "credit_card", amount: "41.09", payment_date: new Date("2023-01-21T12:24:33Z") },
            { id: 176, journey_id: 35, payment_method: "bank_transfer", amount: null, payment_date: new Date("2023-05-26T15:22:13Z") },
            { id: 177, journey_id: 262, payment_method: "credit_card", amount: "5.40", payment_date: new Date("2023-11-08T11:53:07Z") },
            { id: 178, journey_id: 227, payment_method: "credit_card", amount: "5.02", payment_date: new Date("2023-08-02T12:01:09Z") },
            { id: 179, journey_id: 77, payment_method: "paypal", amount: "46.41", payment_date: new Date("2023-08-13T09:58:16Z") },
            { id: 180, journey_id: 142, payment_method: "debit_card", amount: "143.98", payment_date: new Date("2023-09-20T16:02:55Z") },
            { id: 181, journey_id: 94, payment_method: "credit_card", amount: "67.90", payment_date: new Date("2023-03-02T09:31:49Z") },
            { id: 182, journey_id: 270, payment_method: "credit_card", amount: "118.29", payment_date: new Date("2023-11-06T10:34:37Z") },
            { id: 183, journey_id: 196, payment_method: "credit_card", amount: "42.87", payment_date: new Date("2023-08-28T11:06:03Z") },
            { id: 184, journey_id: 42, payment_method: "paypal", amount: "34.61", payment_date: new Date("2023-04-13T14:48:57Z") },
            { id: 185, journey_id: 225, payment_method: "paypal", amount: "134.75", payment_date: new Date("2023-01-13T16:28:19Z") },
            { id: 186, journey_id: 140, payment_method: "credit_card", amount: "5.19", payment_date: new Date("2023-06-21T11:29:46Z") },
            { id: 187, journey_id: 262, payment_method: "paypal", amount: "59.50", payment_date: new Date("2023-08-20T08:28:22Z") },
            { id: 188, journey_id: 48, payment_method: "debit_card", amount: "53.71", payment_date: new Date("2023-05-12T14:27:15Z") },
            { id: 189, journey_id: 123, payment_method: "bank_transfer", amount: "6.58", payment_date: new Date("2023-06-02T09:29:19Z") },
            { id: 190, journey_id: 298, payment_method: "debit_card", amount: "7.48", payment_date: new Date("2023-02-11T10:34:03Z") },
            { id: 191, journey_id: 28, payment_method: "bank_transfer", amount: "98.58", payment_date: new Date("2023-01-08T14:20:16Z") },
            { id: 192, journey_id: 258, payment_method: "debit_card", amount: "115.91", payment_date: new Date("2023-09-12T14:12:05Z") },
            { id: 193, journey_id: 156, payment_method: "credit_card", amount: "40.99", payment_date: new Date("2023-02-27T14:12:02Z") },
            { id: 194, journey_id: 123, payment_method: "debit_card", amount: "114.37", payment_date: new Date("2023-09-06T04:31:45Z") },
            { id: 195, journey_id: 32, payment_method: "debit_card", amount: "5.43", payment_date: new Date("2023-08-12T12:15:27Z") },
            { id: 196, journey_id: 259, payment_method: "paypal", amount: "135.64", payment_date: new Date("2023-09-02T17:29:17Z") },
            { id: 197, journey_id: 63, payment_method: "debit_card", amount: "126.47", payment_date: new Date("2023-04-28T11:38:43Z") },
            { id: 198, journey_id: 25, payment_method: "credit_card", amount: "5.93", payment_date: new Date("2023-11-19T17:50:44Z") },
            { id: 199, journey_id: 144, payment_method: "credit_card", amount: "17.95", payment_date: new Date("2023-10-26T08:26:04Z") },
            { id: 200, journey_id: 85, payment_method: "debit_card", amount: "20.61", payment_date: new Date("2023-07-22T11:07:16Z") },
            { id: 201, journey_id: 117, payment_method: "credit_card", amount: "10.32", payment_date: new Date("2023-12-10T11:15:51Z") },
            { id: 202, journey_id: 16, payment_method: "bank_transfer", amount: "28.65", payment_date: new Date("2023-03-20T16:53:19Z") },
            { id: 203, journey_id: 268, payment_method: "bank_transfer", amount: "7.31", payment_date: new Date("2023-07-24T14:32:32Z") },
            { id: 204, journey_id: 51, payment_method: "paypal", amount: "33.29", payment_date: new Date("2023-04-20T10:53:45Z") },
            { id: 205, journey_id: 268, payment_method: "credit_card", amount: "49.82", payment_date: new Date("2023-11-15T17:45:50Z") },
            { id: 206, journey_id: 208, payment_method: "bank_transfer", amount: "9.24", payment_date: new Date("2023-07-22T14:48:18Z") },
            { id: 207, journey_id: 206, payment_method: "paypal", amount: "7.05", payment_date: new Date("2023-05-30T14:36:22Z") },
            { id: 208, journey_id: 207, payment_method: "debit_card", amount: "57.31", payment_date: new Date("2023-11-26T15:05:09Z") },
            { id: 209, journey_id: 250, payment_method: "credit_card", amount: "32.91", payment_date: new Date("2023-04-20T15:07:02Z") },
            { id: 210, journey_id: 118, payment_method: "credit_card", amount: null, payment_date: new Date("2023-10-09T13:20:04Z") },
            { id: 211, journey_id: 53, payment_method: "debit_card", amount: "91.08", payment_date: new Date("2023-05-12T14:42:27Z") },
            { id: 212, journey_id: 122, payment_method: "bank_transfer", amount: "104.89", payment_date: new Date("2023-07-17T12:24:18Z") },
            { id: 213, journey_id: 133, payment_method: "debit_card", amount: "125.05", payment_date: new Date("2023-05-23T09:01:45Z") },
            { id: 214, journey_id: 203, payment_method: "credit_card", amount: "25.71", payment_date: new Date("2023-01-26T08:52:06Z") },
            { id: 215, journey_id: 195, payment_method: "debit_card", amount: "87.32", payment_date: new Date("2023-07-07T17:35:26Z") },
            { id: 216, journey_id: 134, payment_method: "paypal", amount: "133.31", payment_date: new Date("2023-10-11T10:31:17Z") },
            { id: 217, journey_id: 118, payment_method: "credit_card", amount: "5.02", payment_date: new Date("2023-03-16T13:09:20Z") },
            { id: 218, journey_id: 86, payment_method: "debit_card", amount: "9.42", payment_date: new Date("2023-02-21T15:36:52Z") },
            { id: 219, journey_id: 220, payment_method: "debit_card", amount: "127.19", payment_date: new Date("2023-03-19T10:17:19Z") },
            { id: 220, journey_id: 122, payment_method: "credit_card", amount: "53.23", payment_date: new Date("2023-08-24T17:26:07Z") },
            { id: 221, journey_id: 245, payment_method: "credit_card", amount: "28.21", payment_date: new Date("2023-08-28T15:08:31Z") },
            { id: 222, journey_id: 153, payment_method: "debit_card", amount: "105.69", payment_date: new Date("2023-05-22T08:16:46Z") },
            { id: 223, journey_id: 69, payment_method: "credit_card", amount: "5.18", payment_date: new Date("2023-04-23T13:20:53Z") },
            { id: 224, journey_id: 57, payment_method: "bank_transfer", amount: "138.19", payment_date: new Date("2023-04-18T15:44:02Z") },
            { id: 225, journey_id: 262, payment_method: "credit_card", amount: "30.51", payment_date: new Date("2023-01-02T14:19:13Z") },
            { id: 226, journey_id: 158, payment_method: "credit_card", amount: "69.67", payment_date: new Date("2023-10-04T15:41:44Z") },
            { id: 227, journey_id: 283, payment_method: "credit_card", amount: "109.96", payment_date: new Date("2023-09-01T13:51:18Z") },
            { id: 228, journey_id: 92, payment_method: "credit_card", amount: "99.24", payment_date: new Date("2023-10-26T14:47:14Z") },
            { id: 229, journey_id: 128, payment_method: "credit_card", amount: "13.14", payment_date: new Date("2023-09-08T08:30:34Z") },
            { id: 230, journey_id: 62, payment_method: "credit_card", amount: "106.87", payment_date: new Date("2023-01-01T12:19:01Z") },
            { id: 231, journey_id: 299, payment_method: "bank_transfer", amount: "7.67", payment_date: new Date("2023-10-09T14:09:53Z") },
            { id: 232, journey_id: 112, payment_method: "debit_card", amount: "129.29", payment_date: new Date("2023-12-27T11:45:29Z") },
            { id: 233, journey_id: 192, payment_method: "credit_card", amount: "47.62", payment_date: new Date("2023-12-07T12:05:47Z") },
            { id: 234, journey_id: 281, payment_method: "paypal", amount: "5.81", payment_date: new Date("2023-10-02T12:36:38Z") },
            { id: 235, journey_id: 158, payment_method: "credit_card", amount: null, payment_date: new Date("2023-06-27T11:45:42Z") },
            { id: 236, journey_id: 154, payment_method: "credit_card", amount: "133.31", payment_date: new Date("2023-03-22T15:45:50Z") },
            { id: 237, journey_id: 180, payment_method: "credit_card", amount: "58.41", payment_date: new Date("2023-08-07T20:55:40Z") },
            { id: 238, journey_id: 120, payment_method: "bank_transfer", amount: "130.53", payment_date: new Date("2023-06-21T11:46:11Z") },
            { id: 239, journey_id: 121, payment_method: "credit_card", amount: "5.01", payment_date: new Date("2023-08-21T10:20:44Z") },
            { id: 240, journey_id: 112, payment_method: "bank_transfer", amount: "18.99", payment_date: new Date("2023-06-01T13:20:36Z") },
            { id: 241, journey_id: 95, payment_method: "credit_card", amount: "9.65", payment_date: new Date("2023-10-29T15:38:08Z") },
            { id: 242, journey_id: 266, payment_method: "credit_card", amount: "69.52", payment_date: new Date("2023-06-07T06:36:10Z") },
            { id: 243, journey_id: 4, payment_method: "credit_card", amount: "61.47", payment_date: new Date("2023-10-26T09:26:22Z") },
            { id: 244, journey_id: 241, payment_method: "paypal", amount: "37.54", payment_date: new Date("2023-01-27T16:10:10Z") },
            { id: 245, journey_id: 122, payment_method: "debit_card", amount: "6.98", payment_date: new Date("2023-07-08T13:17:07Z") },
            { id: 246, journey_id: 36, payment_method: "credit_card", amount: "59.26", payment_date: new Date("2023-06-10T14:02:58Z") },
            { id: 247, journey_id: 83, payment_method: "credit_card", amount: "20.67", payment_date: new Date("2023-11-30T12:03:52Z") },
            { id: 248, journey_id: 127, payment_method: "bank_transfer", amount: "9.07", payment_date: new Date("2023-05-20T14:56:36Z") },
            { id: 249, journey_id: 30, payment_method: "debit_card", amount: "8.61", payment_date: new Date("2023-11-11T09:48:48Z") },
            { id: 250, journey_id: 25, payment_method: "credit_card", amount: null, payment_date: new Date("2023-04-24T14:42:37Z") },
            { id: 251, journey_id: 228, payment_method: "debit_card", amount: "27.06", payment_date: new Date("2023-01-06T11:22:54Z") },
            { id: 252, journey_id: 290, payment_method: "credit_card", amount: "7.80", payment_date: new Date("2023-01-12T17:14:40Z") },
            { id: 253, journey_id: 216, payment_method: "credit_card", amount: "50.07", payment_date: new Date("2023-02-05T17:39:59Z") },
            { id: 254, journey_id: 239, payment_method: "debit_card", amount: "39.25", payment_date: new Date("2023-01-28T17:25:20Z") },
            { id: 255, journey_id: 14, payment_method: "debit_card", amount: "30.83", payment_date: new Date("2023-04-28T16:58:28Z") },
            { id: 256, journey_id: 24, payment_method: "credit_card", amount: "25.08", payment_date: new Date("2023-11-12T13:36:32Z") },
            { id: 257, journey_id: 33, payment_method: "credit_card", amount: "114.61", payment_date: new Date("2023-12-04T17:13:37Z") },
            { id: 258, journey_id: 212, payment_method: "credit_card", amount: "113.29", payment_date: new Date("2023-12-19T09:43:39Z") },
            { id: 259, journey_id: 106, payment_method: "debit_card", amount: "37.54", payment_date: new Date("2023-01-23T18:13:39Z") },
            { id: 260, journey_id: 220, payment_method: "bank_transfer", amount: "10.99", payment_date: new Date("2023-01-19T16:24:47Z") },
            { id: 261, journey_id: 173, payment_method: "credit_card", amount: "5.10", payment_date: new Date("2023-03-06T18:44:26Z") },
            { id: 262, journey_id: 102, payment_method: "credit_card", amount: "11.00", payment_date: new Date("2023-01-15T10:17:26Z") },
            { id: 263, journey_id: 219, payment_method: "debit_card", amount: "115.26", payment_date: new Date("2023-02-25T13:16:30Z") },
            { id: 264, journey_id: 220, payment_method: "credit_card", amount: "7.55", payment_date: new Date("2023-03-08T11:58:06Z") },
            { id: 265, journey_id: 118, payment_method: "paypal", amount: "6.18", payment_date: new Date("2023-02-14T14:08:10Z") },
            { id: 266, journey_id: 260, payment_method: "debit_card", amount: "32.89", payment_date: new Date("2023-02-11T11:18:22Z") },
            { id: 267, journey_id: 207, payment_method: "credit_card", amount: "19.58", payment_date: new Date("2023-07-15T15:09:13Z") },
            { id: 268, journey_id: 37, payment_method: "credit_card", amount: "65.40", payment_date: new Date("2023-02-19T09:30:43Z") },
            { id: 269, journey_id: 240, payment_method: "credit_card", amount: "10.53", payment_date: new Date("2023-10-03T06:03:36Z") },
            { id: 270, journey_id: 122, payment_method: "debit_card", amount: "10.19", payment_date: new Date("2023-05-06T18:16:53Z") },
            { id: 271, journey_id: 52, payment_method: "credit_card", amount: null, payment_date: new Date("2023-09-11T05:24:10Z") },
            { id: 272, journey_id: 214, payment_method: "debit_card", amount: "55.92", payment_date: new Date("2023-08-19T15:54:56Z") },
            { id: 273, journey_id: 186, payment_method: "debit_card", amount: "60.29", payment_date: new Date("2023-10-27T13:22:46Z") },
            { id: 274, journey_id: 175, payment_method: "credit_card", amount: "29.62", payment_date: new Date("2023-12-09T14:17:45Z") },
            { id: 275, journey_id: 202, payment_method: "credit_card", amount: "5.79", payment_date: new Date("2023-11-04T09:33:43Z") },
            { id: 276, journey_id: 14, payment_method: "credit_card", amount: "96.59", payment_date: new Date("2023-09-07T11:19:20Z") },
            { id: 277, journey_id: 30, payment_method: "credit_card", amount: "57.10", payment_date: new Date("2023-10-29T22:12:22Z") },
            { id: 278, journey_id: 206, payment_method: "credit_card", amount: "15.87", payment_date: new Date("2023-03-26T10:38:36Z") },
            { id: 279, journey_id: 284, payment_method: "paypal", amount: "122.75", payment_date: new Date("2023-03-17T19:25:11Z") },
            { id: 280, journey_id: 184, payment_method: "credit_card", amount: "41.71", payment_date: new Date("2023-10-18T09:20:57Z") },
            { id: 281, journey_id: 60, payment_method: "paypal", amount: "56.04", payment_date: new Date("2023-05-01T07:05:15Z") },
            { id: 282, journey_id: 64, payment_method: "credit_card", amount: "85.58", payment_date: new Date("2023-04-22T10:35:47Z") },
            { id: 283, journey_id: 67, payment_method: "debit_card", amount: "51.56", payment_date: new Date("2023-02-07T21:24:55Z") },
            { id: 284, journey_id: 280, payment_method: "credit_card", amount: null, payment_date: new Date("2023-09-12T12:19:20Z") },
            { id: 285, journey_id: 268, payment_method: "bank_transfer", amount: "142.74", payment_date: new Date("2023-08-13T14:33:49Z") },
            { id: 286, journey_id: 268, payment_method: "credit_card", amount: "19.34", payment_date: new Date("2023-01-13T15:03:41Z") },
            { id: 287, journey_id: 135, payment_method: "bank_transfer", amount: "53.48", payment_date: new Date("2023-11-09T08:27:17Z") },
            { id: 288, journey_id: 95, payment_method: "paypal", amount: "17.43", payment_date: new Date("2023-06-07T15:05:04Z") },
            { id: 289, journey_id: 12, payment_method: "debit_card", amount: "34.05", payment_date: new Date("2023-12-12T17:16:09Z") },
            { id: 290, journey_id: 292, payment_method: "debit_card", amount: "109.70", payment_date: new Date("2023-10-07T16:51:01Z") },
            { id: 291, journey_id: 29, payment_method: "debit_card", amount: "51.96", payment_date: new Date("2023-06-03T08:08:08Z") },
            { id: 292, journey_id: 249, payment_method: "credit_card", amount: "50.91", payment_date: new Date("2023-01-25T11:19:27Z") },
            { id: 293, journey_id: 248, payment_method: "debit_card", amount: null, payment_date: new Date("2023-09-29T16:23:30Z") },
            { id: 294, journey_id: 284, payment_method: "credit_card", amount: "111.02", payment_date: new Date("2023-01-12T17:45:08Z") },
            { id: 295, journey_id: 119, payment_method: "paypal", amount: "148.71", payment_date: new Date("2023-08-11T16:11:15Z") },
            { id: 296, journey_id: 182, payment_method: "debit_card", amount: "133.08", payment_date: new Date("2023-02-11T11:01:18Z") },
            { id: 297, journey_id: 185, payment_method: "paypal", amount: "12.33", payment_date: new Date("2023-07-22T10:18:42Z") },
            { id: 298, journey_id: 153, payment_method: "bank_transfer", amount: "10.03", payment_date: new Date("2023-11-07T10:09:44Z") },
            { id: 299, journey_id: 70, payment_method: "debit_card", amount: "88.90", payment_date: new Date("2023-03-27T11:31:26Z") },
            { id: 300, journey_id: 19, payment_method: "debit_card", amount: "10.16", payment_date: new Date("2023-05-15T15:05:09Z") },
            { id: 301, journey_id: 281, payment_method: "debit_card", amount: null, payment_date: new Date("2023-02-16T13:52:45Z") },
            { id: 302, journey_id: 97, payment_method: "debit_card", amount: "109.21", payment_date: new Date("2023-12-17T11:36:19Z") },
            { id: 303, journey_id: 52, payment_method: "debit_card", amount: null, payment_date: new Date("2023-08-27T19:20:55Z") },
            { id: 304, journey_id: 108, payment_method: "debit_card", amount: "40.14", payment_date: new Date("2023-01-23T12:37:36Z") },
            { id: 305, journey_id: 209, payment_method: "credit_card", amount: "76.45", payment_date: new Date("2023-04-29T14:35:17Z") },
            { id: 306, journey_id: 166, payment_method: "paypal", amount: "99.73", payment_date: new Date("2023-07-06T17:40:41Z") },
            { id: 307, journey_id: 181, payment_method: "paypal", amount: "20.15", payment_date: new Date("2023-07-11T12:58:09Z") },
            { id: 308, journey_id: 127, payment_method: "bank_transfer", amount: "15.53", payment_date: new Date("2023-09-29T15:52:48Z") },
            { id: 309, journey_id: 38, payment_method: "credit_card", amount: "124.31", payment_date: new Date("2023-12-29T13:45:13Z") },
            { id: 310, journey_id: 278, payment_method: "debit_card", amount: "84.68", payment_date: new Date("2023-01-15T21:57:03Z") },
            { id: 311, journey_id: 109, payment_method: "credit_card", amount: "90.40", payment_date: new Date("2023-09-05T13:25:23Z") },
            { id: 312, journey_id: 187, payment_method: "paypal", amount: "58.86", payment_date: new Date("2023-03-11T15:11:37Z") },
            { id: 313, journey_id: 158, payment_method: "credit_card", amount: "48.62", payment_date: new Date("2023-08-09T12:08:44Z") },
            { id: 314, journey_id: 228, payment_method: "credit_card", amount: "148.09", payment_date: new Date("2023-03-16T10:35:06Z") },
            { id: 315, journey_id: 187, payment_method: "credit_card", amount: null, payment_date: new Date("2023-08-23T09:49:23Z") },
            { id: 316, journey_id: 148, payment_method: "credit_card", amount: "12.38", payment_date: new Date("2023-03-14T10:27:56Z") },
            { id: 317, journey_id: 191, payment_method: "debit_card", amount: "91.90", payment_date: new Date("2023-10-20T15:15:39Z") },
            { id: 318, journey_id: 133, payment_method: "credit_card", amount: "130.85", payment_date: new Date("2023-02-13T15:57:29Z") },
            { id: 319, journey_id: 259, payment_method: "debit_card", amount: "5.95", payment_date: new Date("2023-08-15T13:58:42Z") },
            { id: 320, journey_id: 233, payment_method: "debit_card", amount: "34.76", payment_date: new Date("2023-07-20T17:31:03Z") },
            { id: 321, journey_id: 67, payment_method: "credit_card", amount: "123.71", payment_date: new Date("2023-08-14T12:34:06Z") },
            { id: 322, journey_id: 97, payment_method: "credit_card", amount: "8.67", payment_date: new Date("2023-11-12T15:03:41Z") },
            { id: 323, journey_id: 136, payment_method: "debit_card", amount: "143.61", payment_date: new Date("2023-01-18T05:48:24Z") },
            { id: 324, journey_id: 123, payment_method: "debit_card", amount: "44.68", payment_date: new Date("2023-05-22T11:47:11Z") },
            { id: 325, journey_id: 241, payment_method: "debit_card", amount: "5.26", payment_date: new Date("2023-07-10T09:43:00Z") },
            { id: 326, journey_id: 75, payment_method: "debit_card", amount: "14.56", payment_date: new Date("2023-06-13T10:04:24Z") },
            { id: 327, journey_id: 260, payment_method: "credit_card", amount: "77.47", payment_date: new Date("2023-03-28T13:26:56Z") },
            { id: 328, journey_id: 171, payment_method: "paypal", amount: null, payment_date: new Date("2023-11-03T14:26:15Z") },
            { id: 329, journey_id: 137, payment_method: "credit_card", amount: "112.40", payment_date: new Date("2023-08-24T13:17:00Z") },
            { id: 330, journey_id: 175, payment_method: "credit_card", amount: "29.40", payment_date: new Date("2023-04-01T14:22:32Z") },
            { id: 331, journey_id: 240, payment_method: "credit_card", amount: "14.10", payment_date: new Date("2023-03-02T14:26:00Z") },
            { id: 332, journey_id: 143, payment_method: "credit_card", amount: "5.81", payment_date: new Date("2023-07-12T14:56:55Z") },
            { id: 333, journey_id: 245, payment_method: "credit_card", amount: "47.76", payment_date: new Date("2023-03-18T11:03:49Z") },
            { id: 334, journey_id: 258, payment_method: "debit_card", amount: "16.82", payment_date: new Date("2023-06-07T14:25:52Z") },
            { id: 335, journey_id: 165, payment_method: "credit_card", amount: "12.66", payment_date: new Date("2023-12-07T10:32:19Z") },
            { id: 336, journey_id: 63, payment_method: "debit_card", amount: "38.42", payment_date: new Date("2023-11-25T15:27:53Z") },
            { id: 337, journey_id: 175, payment_method: "bank_transfer", amount: "40.88", payment_date: new Date("2023-10-26T13:38:59Z") },
            { id: 338, journey_id: 144, payment_method: "credit_card", amount: "66.81", payment_date: new Date("2023-09-17T14:54:20Z") },
            { id: 339, journey_id: 216, payment_method: "debit_card", amount: "82.42", payment_date: new Date("2023-02-06T20:56:23Z") },
            { id: 340, journey_id: 36, payment_method: "credit_card", amount: "146.63", payment_date: new Date("2023-07-03T14:00:15Z") },
            { id: 341, journey_id: 26, payment_method: "debit_card", amount: "124.23", payment_date: new Date("2023-05-11T10:10:53Z") },
            { id: 342, journey_id: 260, payment_method: "debit_card", amount: "32.67", payment_date: new Date("2023-01-08T08:12:08Z") },
            { id: 343, journey_id: 273, payment_method: "credit_card", amount: "57.36", payment_date: new Date("2023-12-31T16:02:11Z") },
            { id: 344, journey_id: 44, payment_method: "bank_transfer", amount: "36.39", payment_date: new Date("2023-03-11T12:07:14Z") },
            { id: 345, journey_id: 119, payment_method: "paypal", amount: "10.51", payment_date: new Date("2023-08-13T09:59:14Z") },
            { id: 346, journey_id: 119, payment_method: "paypal", amount: "12.56", payment_date: new Date("2023-01-29T09:47:40Z") },
            { id: 347, journey_id: 91, payment_method: "debit_card", amount: "63.06", payment_date: new Date("2023-08-20T09:09:09Z") },
            { id: 348, journey_id: 1, payment_method: "bank_transfer", amount: "30.82", payment_date: new Date("2023-11-14T08:44:26Z") },
            { id: 349, journey_id: 90, payment_method: "debit_card", amount: "5.65", payment_date: new Date("2023-09-13T11:38:57Z") },
            { id: 350, journey_id: 279, payment_method: "debit_card", amount: "92.06", payment_date: new Date("2023-02-04T08:32:55Z") },
            { id: 351, journey_id: 216, payment_method: "paypal", amount: "60.78", payment_date: new Date("2023-11-15T09:18:52Z") },
            { id: 352, journey_id: 278, payment_method: "credit_card", amount: "96.91", payment_date: new Date("2023-01-23T09:19:34Z") },
            { id: 353, journey_id: 16, payment_method: "debit_card", amount: "79.42", payment_date: new Date("2023-03-06T13:21:45Z") },
            { id: 354, journey_id: 203, payment_method: "credit_card", amount: "21.48", payment_date: new Date("2023-08-02T07:48:09Z") },
            { id: 355, journey_id: 143, payment_method: "paypal", amount: "100.58", payment_date: new Date("2023-04-12T03:01:52Z") },
            { id: 356, journey_id: 179, payment_method: "debit_card", amount: "7.96", payment_date: new Date("2023-08-06T15:57:02Z") },
            { id: 357, journey_id: 71, payment_method: "credit_card", amount: "20.31", payment_date: new Date("2023-04-07T12:00:05Z") },
            { id: 358, journey_id: 169, payment_method: "credit_card", amount: "61.45", payment_date: new Date("2023-07-13T12:45:26Z") },
            { id: 359, journey_id: 215, payment_method: "debit_card", amount: "7.05", payment_date: new Date("2023-12-09T07:10:55Z") },
            { id: 360, journey_id: 226, payment_method: "credit_card", amount: "5.57", payment_date: new Date("2023-05-09T10:36:23Z") },
            { id: 361, journey_id: 239, payment_method: "paypal", amount: "87.43", payment_date: new Date("2023-12-12T12:33:24Z") },
            { id: 362, journey_id: 171, payment_method: "credit_card", amount: "6.05", payment_date: new Date("2023-06-22T08:38:31Z") },
            { id: 363, journey_id: 212, payment_method: "credit_card", amount: "26.29", payment_date: new Date("2023-04-01T14:59:08Z") },
            { id: 364, journey_id: 214, payment_method: "paypal", amount: "24.21", payment_date: new Date("2023-06-30T09:55:16Z") },
            { id: 365, journey_id: 296, payment_method: "bank_transfer", amount: "24.69", payment_date: new Date("2023-01-01T19:42:34Z") },
            { id: 366, journey_id: 42, payment_method: "credit_card", amount: "111.88", payment_date: new Date("2023-05-10T09:18:38Z") },
            { id: 367, journey_id: 115, payment_method: "credit_card", amount: "7.45", payment_date: new Date("2023-08-04T09:31:42Z") },
            { id: 368, journey_id: 125, payment_method: "credit_card", amount: "30.42", payment_date: new Date("2023-01-25T17:35:54Z") },
            { id: 369, journey_id: 22, payment_method: "debit_card", amount: "139.77", payment_date: new Date("2023-09-17T14:40:19Z") },
            { id: 370, journey_id: 254, payment_method: "debit_card", amount: "20.70", payment_date: new Date("2023-09-13T13:50:27Z") },
            { id: 371, journey_id: 236, payment_method: "debit_card", amount: "7.86", payment_date: new Date("2023-10-12T14:49:44Z") },
            { id: 372, journey_id: 298, payment_method: "debit_card", amount: "5.30", payment_date: new Date("2023-12-03T13:22:20Z") },
            { id: 373, journey_id: 63, payment_method: "debit_card", amount: null, payment_date: new Date("2023-10-04T15:58:37Z") },
            { id: 374, journey_id: 217, payment_method: "credit_card", amount: "14.20", payment_date: new Date("2023-04-15T09:37:08Z") },
            { id: 375, journey_id: 98, payment_method: "debit_card", amount: "25.01", payment_date: new Date("2023-09-19T08:07:14Z") },
            { id: 376, journey_id: 178, payment_method: "debit_card", amount: null, payment_date: new Date("2023-04-04T14:54:06Z") },
            { id: 377, journey_id: 82, payment_method: "credit_card", amount: "14.33", payment_date: new Date("2023-03-19T14:09:02Z") },
            { id: 378, journey_id: 62, payment_method: "paypal", amount: "96.55", payment_date: new Date("2023-05-02T01:32:02Z") },
            { id: 379, journey_id: 141, payment_method: "credit_card", amount: "33.83", payment_date: new Date("2023-09-13T13:07:24Z") },
            { id: 380, journey_id: 193, payment_method: "debit_card", amount: "9.63", payment_date: new Date("2023-02-09T10:58:43Z") },
            { id: 381, journey_id: 2, payment_method: "credit_card", amount: "6.12", payment_date: new Date("2023-04-30T09:40:04Z") },
            { id: 382, journey_id: 286, payment_method: "credit_card", amount: "141.68", payment_date: new Date("2023-01-18T16:34:03Z") },
            { id: 383, journey_id: 11, payment_method: "paypal", amount: "27.51", payment_date: new Date("2023-05-05T16:24:33Z") },
            { id: 384, journey_id: 159, payment_method: "debit_card", amount: "42.45", payment_date: new Date("2023-08-06T14:46:53Z") },
            { id: 385, journey_id: 36, payment_method: "credit_card", amount: "95.57", payment_date: new Date("2023-02-08T14:22:35Z") },
            { id: 386, journey_id: 29, payment_method: "debit_card", amount: "134.33", payment_date: new Date("2023-04-01T10:56:27Z") },
            { id: 387, journey_id: 272, payment_method: "paypal", amount: "47.55", payment_date: new Date("2023-05-06T15:43:57Z") },
            { id: 388, journey_id: 25, payment_method: "debit_card", amount: "64.04", payment_date: new Date("2023-02-24T14:16:00Z") },
            { id: 389, journey_id: 257, payment_method: "debit_card", amount: "142.63", payment_date: new Date("2023-07-19T14:20:59Z") },
            { id: 390, journey_id: 43, payment_method: "credit_card", amount: "73.81", payment_date: new Date("2023-05-20T13:30:21Z") },
            { id: 391, journey_id: 100, payment_method: "debit_card", amount: "92.11", payment_date: new Date("2023-02-14T17:41:46Z") },
            { id: 392, journey_id: 53, payment_method: "credit_card", amount: "120.78", payment_date: new Date("2023-01-25T13:16:33Z") },
            { id: 393, journey_id: 78, payment_method: "bank_transfer", amount: null, payment_date: new Date("2023-05-02T15:14:36Z") },
            { id: 394, journey_id: 70, payment_method: "credit_card", amount: null, payment_date: new Date("2023-08-09T15:18:50Z") },
            { id: 395, journey_id: 90, payment_method: "paypal", amount: "42.14", payment_date: new Date("2023-02-23T17:13:20Z") },
            { id: 396, journey_id: 280, payment_method: "debit_card", amount: "13.80", payment_date: new Date("2023-01-05T13:53:29Z") },
            { id: 397, journey_id: 121, payment_method: "credit_card", amount: "10.09", payment_date: new Date("2023-04-11T14:38:25Z") },
            { id: 398, journey_id: 150, payment_method: "debit_card", amount: "28.34", payment_date: new Date("2023-10-30T13:36:14Z") },
            { id: 399, journey_id: 181, payment_method: "debit_card", amount: "56.31", payment_date: new Date("2023-09-25T12:42:57Z") },
            { id: 400, journey_id: 132, payment_method: "credit_card", amount: "6.55", payment_date: new Date("2023-03-14T16:02:16Z") },
            { id: 401, journey_id: 243, payment_method: "credit_card", amount: "9.30", payment_date: new Date("2023-07-04T15:24:30Z") },
            { id: 402, journey_id: 197, payment_method: "credit_card", amount: null, payment_date: new Date("2023-03-01T13:57:50Z") },
            { id: 403, journey_id: 10, payment_method: "credit_card", amount: "143.96", payment_date: new Date("2023-07-12T06:43:42Z") },
            { id: 404, journey_id: 147, payment_method: "paypal", amount: "29.14", payment_date: new Date("2023-08-26T10:50:40Z") },
            { id: 405, journey_id: 86, payment_method: "credit_card", amount: "5.03", payment_date: new Date("2023-09-07T08:18:23Z") },
            { id: 406, journey_id: 283, payment_method: "paypal", amount: "137.68", payment_date: new Date("2023-11-13T17:21:15Z") },
            { id: 407, journey_id: 75, payment_method: "paypal", amount: "122.17", payment_date: new Date("2023-05-27T12:50:37Z") },
            { id: 408, journey_id: 146, payment_method: "debit_card", amount: null, payment_date: new Date("2023-03-14T12:46:37Z") },
            { id: 409, journey_id: 190, payment_method: "paypal", amount: "88.05", payment_date: new Date("2023-06-06T14:11:23Z") },
            { id: 410, journey_id: 168, payment_method: "debit_card", amount: "81.37", payment_date: new Date("2023-06-22T11:54:18Z") },
            { id: 411, journey_id: 113, payment_method: "credit_card", amount: "90.31", payment_date: new Date("2023-03-31T14:39:24Z") },
            { id: 412, journey_id: 183, payment_method: "paypal", amount: "39.59", payment_date: new Date("2023-07-17T17:35:31Z") },
            { id: 413, journey_id: 260, payment_method: "credit_card", amount: "47.65", payment_date: new Date("2023-12-04T10:05:37Z") },
            { id: 414, journey_id: 35, payment_method: "paypal", amount: "7.90", payment_date: new Date("2023-08-26T08:17:27Z") },
            { id: 415, journey_id: 118, payment_method: "debit_card", amount: "70.15", payment_date: new Date("2023-02-15T00:45:17Z") },
            { id: 416, journey_id: 6, payment_method: "paypal", amount: null, payment_date: new Date("2023-08-30T10:41:50Z") },
            { id: 417, journey_id: 219, payment_method: "debit_card", amount: "37.64", payment_date: new Date("2023-07-17T16:36:22Z") },
            { id: 418, journey_id: 73, payment_method: "debit_card", amount: "137.06", payment_date: new Date("2023-08-17T10:12:17Z") },
            { id: 419, journey_id: 16, payment_method: "debit_card", amount: "64.92", payment_date: new Date("2023-01-27T11:00:50Z") },
            { id: 420, journey_id: 164, payment_method: "credit_card", amount: "7.98", payment_date: new Date("2023-01-27T10:15:37Z") },
            { id: 421, journey_id: 43, payment_method: "paypal", amount: "9.94", payment_date: new Date("2023-03-16T16:57:37Z") },
            { id: 422, journey_id: 51, payment_method: "paypal", amount: "62.73", payment_date: new Date("2023-04-23T10:00:08Z") },
            { id: 423, journey_id: 96, payment_method: "credit_card", amount: "5.98", payment_date: new Date("2023-01-10T13:03:32Z") },
            { id: 424, journey_id: 300, payment_method: "credit_card", amount: "5.66", payment_date: new Date("2023-05-09T10:17:24Z") },
            { id: 425, journey_id: 139, payment_method: "bank_transfer", amount: "125.29", payment_date: new Date("2023-12-04T13:00:05Z") },
            { id: 426, journey_id: 181, payment_method: "credit_card", amount: "70.95", payment_date: new Date("2023-09-10T13:37:53Z") },
            { id: 427, journey_id: 50, payment_method: "paypal", amount: "26.89", payment_date: new Date("2023-12-28T12:01:18Z") },
            { id: 428, journey_id: 158, payment_method: "debit_card", amount: "7.36", payment_date: new Date("2023-09-22T09:58:23Z") },
            { id: 429, journey_id: 277, payment_method: "credit_card", amount: "22.28", payment_date: new Date("2023-01-30T08:28:11Z") },
            { id: 430, journey_id: 49, payment_method: "debit_card", amount: "56.74", payment_date: new Date("2023-04-15T21:21:16Z") },
            { id: 431, journey_id: 218, payment_method: "debit_card", amount: "22.37", payment_date: new Date("2023-06-13T09:52:35Z") },
            { id: 432, journey_id: 221, payment_method: "credit_card", amount: "19.29", payment_date: new Date("2023-11-26T16:57:55Z") },
            { id: 433, journey_id: 218, payment_method: "debit_card", amount: "61.64", payment_date: new Date("2023-10-18T15:09:08Z") },
            { id: 434, journey_id: 113, payment_method: "debit_card", amount: "85.75", payment_date: new Date("2023-12-19T14:09:37Z") },
            { id: 435, journey_id: 76, payment_method: "bank_transfer", amount: "99.13", payment_date: new Date("2023-09-20T11:06:47Z") },
            { id: 436, journey_id: 72, payment_method: "credit_card", amount: "28.40", payment_date: new Date("2023-06-13T14:43:32Z") },
            { id: 437, journey_id: 140, payment_method: "credit_card", amount: "5.01", payment_date: new Date("2023-09-02T19:46:34Z") },
            { id: 438, journey_id: 299, payment_method: "debit_card", amount: "27.11", payment_date: new Date("2023-01-30T11:53:11Z") },
            { id: 439, journey_id: 6, payment_method: "credit_card", amount: "149.40", payment_date: new Date("2023-11-18T16:51:34Z") },
            { id: 440, journey_id: 184, payment_method: "debit_card", amount: "19.91", payment_date: new Date("2023-05-24T19:49:14Z") },
            { id: 441, journey_id: 67, payment_method: "credit_card", amount: "39.83", payment_date: new Date("2023-01-08T11:07:11Z") },
            { id: 442, journey_id: 155, payment_method: "credit_card", amount: "5.60", payment_date: new Date("2023-09-23T12:49:34Z") },
            { id: 443, journey_id: 150, payment_method: "debit_card", amount: "10.89", payment_date: new Date("2023-11-28T10:44:22Z") },
            { id: 444, journey_id: 142, payment_method: "credit_card", amount: "146.27", payment_date: new Date("2023-03-05T15:58:04Z") },
            { id: 445, journey_id: 60, payment_method: "credit_card", amount: "49.00", payment_date: new Date("2023-04-15T21:33:08Z") },
            { id: 446, journey_id: 143, payment_method: "credit_card", amount: "138.78", payment_date: new Date("2023-08-23T14:38:44Z") },
            { id: 447, journey_id: 194, payment_method: "credit_card", amount: null, payment_date: new Date("2023-11-20T09:15:09Z") },
            { id: 448, journey_id: 176, payment_method: "credit_card", amount: "31.44", payment_date: new Date("2023-07-15T16:46:02Z") },
            { id: 449, journey_id: 272, payment_method: "paypal", amount: "7.06", payment_date: new Date("2023-04-28T15:03:45Z") },
            { id: 450, journey_id: 274, payment_method: "debit_card", amount: "142.51", payment_date: new Date("2023-02-19T08:25:54Z") },
            { id: 451, journey_id: 198, payment_method: "credit_card", amount: "19.07", payment_date: new Date("2023-09-05T12:43:36Z") },
            { id: 452, journey_id: 55, payment_method: "credit_card", amount: "6.19", payment_date: new Date("2023-06-12T13:45:13Z") },
            { id: 453, journey_id: 122, payment_method: "paypal", amount: "8.12", payment_date: new Date("2023-11-24T11:23:45Z") },
            { id: 454, journey_id: 141, payment_method: "debit_card", amount: "50.18", payment_date: new Date("2023-05-29T12:36:07Z") },
            { id: 455, journey_id: 247, payment_method: "credit_card", amount: "70.77", payment_date: new Date("2023-03-01T17:35:13Z") },
            { id: 456, journey_id: 87, payment_method: "debit_card", amount: "51.50", payment_date: new Date("2023-12-16T11:14:22Z") },
            { id: 457, journey_id: 259, payment_method: "debit_card", amount: "7.11", payment_date: new Date("2023-03-13T10:59:56Z") },
            { id: 458, journey_id: 250, payment_method: "credit_card", amount: "57.11", payment_date: new Date("2023-01-01T09:55:05Z") },
            { id: 459, journey_id: 93, payment_method: "paypal", amount: "5.04", payment_date: new Date("2023-09-21T16:42:14Z") },
            { id: 460, journey_id: 69, payment_method: "credit_card", amount: "69.42", payment_date: new Date("2023-10-25T13:57:50Z") },
            { id: 461, journey_id: 39, payment_method: "credit_card", amount: "7.01", payment_date: new Date("2023-12-08T16:57:18Z") },
            { id: 462, journey_id: 139, payment_method: "credit_card", amount: null, payment_date: new Date("2023-09-04T15:08:31Z") },
            { id: 463, journey_id: 35, payment_method: "credit_card", amount: "42.67", payment_date: new Date("2023-09-28T11:05:39Z") },
            { id: 464, journey_id: 7, payment_method: "credit_card", amount: "149.55", payment_date: new Date("2023-10-07T10:58:19Z") },
            { id: 465, journey_id: 92, payment_method: "paypal", amount: "36.23", payment_date: new Date("2023-10-17T14:14:25Z") },
            { id: 466, journey_id: 217, payment_method: "credit_card", amount: "32.57", payment_date: new Date("2023-07-09T16:13:49Z") },
            { id: 467, journey_id: 64, payment_method: "credit_card", amount: null, payment_date: new Date("2023-12-11T16:04:29Z") },
            { id: 468, journey_id: 208, payment_method: "debit_card", amount: "122.49", payment_date: new Date("2023-11-26T14:30:45Z") },
            { id: 469, journey_id: 164, payment_method: "bank_transfer", amount: "17.88", payment_date: new Date("2023-06-14T15:25:20Z") },
            { id: 470, journey_id: 154, payment_method: "credit_card", amount: "126.45", payment_date: new Date("2023-06-23T09:58:42Z") },
            { id: 471, journey_id: 159, payment_method: "debit_card", amount: "5.00", payment_date: new Date("2023-10-05T10:21:47Z") },
            { id: 472, journey_id: 60, payment_method: "debit_card", amount: "108.03", payment_date: new Date("2023-08-09T13:16:14Z") },
            { id: 473, journey_id: 181, payment_method: "debit_card", amount: "147.89", payment_date: new Date("2023-03-14T17:34:15Z") },
            { id: 474, journey_id: 106, payment_method: "bank_transfer", amount: "49.94", payment_date: new Date("2023-07-09T09:56:11Z") },
            { id: 475, journey_id: 254, payment_method: "debit_card", amount: "7.78", payment_date: new Date("2023-03-21T09:21:19Z") },
            { id: 476, journey_id: 54, payment_method: "debit_card", amount: "30.33", payment_date: new Date("2023-03-30T09:31:12Z") },
            { id: 477, journey_id: 265, payment_method: "credit_card", amount: "14.17", payment_date: new Date("2023-06-03T15:37:02Z") },
            { id: 478, journey_id: 296, payment_method: "bank_transfer", amount: "7.24", payment_date: new Date("2023-11-16T10:18:35Z") },
            { id: 479, journey_id: 281, payment_method: "credit_card", amount: "98.65", payment_date: new Date("2023-12-23T10:42:38Z") },
            { id: 480, journey_id: 118, payment_method: "credit_card", amount: "43.26", payment_date: new Date("2023-09-17T17:48:27Z") },
            { id: 481, journey_id: 38, payment_method: "credit_card", amount: "11.09", payment_date: new Date("2023-03-15T11:02:26Z") },
            { id: 482, journey_id: 96, payment_method: "credit_card", amount: "62.97", payment_date: new Date("2023-10-09T19:40:29Z") },
            { id: 483, journey_id: 14, payment_method: "credit_card", amount: "83.06", payment_date: new Date("2023-10-23T17:53:23Z") },
            { id: 484, journey_id: 52, payment_method: "paypal", amount: "107.62", payment_date: new Date("2023-09-01T15:27:50Z") },
            { id: 485, journey_id: 263, payment_method: "bank_transfer", amount: "51.85", payment_date: new Date("2023-01-12T14:14:04Z") },
            { id: 486, journey_id: 220, payment_method: "credit_card", amount: "9.44", payment_date: new Date("2023-11-30T08:57:28Z") },
            { id: 487, journey_id: 263, payment_method: "paypal", amount: "24.35", payment_date: new Date("2023-04-24T13:49:01Z") },
            { id: 488, journey_id: 20, payment_method: "debit_card", amount: "135.12", payment_date: new Date("2023-06-12T08:50:59Z") },
            { id: 489, journey_id: 195, payment_method: "debit_card", amount: "95.08", payment_date: new Date("2023-04-17T10:12:33Z") },
            { id: 490, journey_id: 131, payment_method: "credit_card", amount: "29.85", payment_date: new Date("2023-03-26T17:55:17Z") },
            { id: 491, journey_id: 89, payment_method: "credit_card", amount: "52.54", payment_date: new Date("2023-11-15T12:33:44Z") },
            { id: 492, journey_id: 59, payment_method: "credit_card", amount: "36.71", payment_date: new Date("2023-04-02T17:16:18Z") },
            { id: 493, journey_id: 130, payment_method: "bank_transfer", amount: "88.12", payment_date: new Date("2023-09-01T17:18:18Z") },
            { id: 494, journey_id: 87, payment_method: "credit_card", amount: "14.53", payment_date: new Date("2023-03-26T09:19:05Z") },
            { id: 495, journey_id: 100, payment_method: "credit_card", amount: "5.00", payment_date: new Date("2023-12-28T15:35:39Z") },
            { id: 496, journey_id: 108, payment_method: "credit_card", amount: "10.62", payment_date: new Date("2023-06-21T15:32:56Z") },
            { id: 497, journey_id: 178, payment_method: "debit_card", amount: "85.52", payment_date: new Date("2023-05-01T15:14:40Z") },
            { id: 498, journey_id: 17, payment_method: "credit_card", amount: "15.93", payment_date: new Date("2023-04-16T09:38:46Z") },
            { id: 499, journey_id: 120, payment_method: "paypal", amount: "20.80", payment_date: new Date("2023-02-09T19:56:40Z") },
            { id: 500, journey_id: 129, payment_method: "credit_card", amount: "14.54", payment_date: new Date("2023-05-13T11:47:41Z") },
        ],
    });
    await prisma.applied_coupons.createMany({
        data: [
            { id: 1, payment_id: 278, coupon_id: 162, applied_date: new Date("2023-06-30T13:13:55Z"), discount_amount: "19.10", payment_method: "paypal" },
            { id: 2, payment_id: 312, coupon_id: 62, applied_date: new Date("2023-11-08T06:09:18Z"), discount_amount: "60.55", payment_method: "credit_card" },
            { id: 3, payment_id: 494, coupon_id: 135, applied_date: new Date("2023-06-21T06:42:37Z"), discount_amount: "19.67", payment_method: "debit_card" },
            { id: 4, payment_id: 240, coupon_id: 109, applied_date: new Date("2023-10-20T13:11:43Z"), discount_amount: "44.68", payment_method: "paypal" },
            { id: 5, payment_id: 492, coupon_id: 112, applied_date: new Date("2023-09-05T18:25:44Z"), discount_amount: "18.60", payment_method: "credit_card" },
            { id: 6, payment_id: 181, coupon_id: 185, applied_date: new Date("2023-12-21T23:31:06Z"), discount_amount: "33.53", payment_method: "debit_card" },
            { id: 7, payment_id: 176, coupon_id: 4, applied_date: new Date("2023-07-22T00:36:59Z"), discount_amount: "2.66", payment_method: "debit_card" },
            { id: 8, payment_id: 339, coupon_id: 4, applied_date: new Date("2023-05-09T18:57:58Z"), discount_amount: "38.35", payment_method: "credit_card" },
            { id: 9, payment_id: 249, coupon_id: 145, applied_date: new Date("2023-01-23T20:43:01Z"), discount_amount: "55.51", payment_method: "debit_card" },
            { id: 10, payment_id: 322, coupon_id: 187, applied_date: new Date("2023-10-06T22:30:37Z"), discount_amount: "14.37", payment_method: "bank_transfer" },
            { id: 11, payment_id: 477, coupon_id: 168, applied_date: new Date("2023-07-29T21:19:04Z"), discount_amount: "47.48", payment_method: "debit_card" },
            { id: 12, payment_id: 20, coupon_id: 59, applied_date: new Date("2023-03-19T00:30:49Z"), discount_amount: "21.31", payment_method: "debit_card" },
            { id: 13, payment_id: 423, coupon_id: 63, applied_date: new Date("2023-09-23T11:09:33Z"), discount_amount: "44.28", payment_method: "debit_card" },
            { id: 14, payment_id: 90, coupon_id: 156, applied_date: new Date("2023-05-31T23:17:02Z"), discount_amount: "37.16", payment_method: "debit_card" },
            { id: 15, payment_id: 233, coupon_id: 6, applied_date: new Date("2023-08-17T16:54:02Z"), discount_amount: "11.64", payment_method: "credit_card" },
            { id: 16, payment_id: 311, coupon_id: 89, applied_date: new Date("2023-03-30T07:49:13Z"), discount_amount: "30.29", payment_method: "bank_transfer" },
            { id: 17, payment_id: 181, coupon_id: 140, applied_date: new Date("2023-09-03T11:49:59Z"), discount_amount: "16.71", payment_method: "credit_card" },
            { id: 18, payment_id: 99, coupon_id: 95, applied_date: new Date("2023-03-22T10:13:49Z"), discount_amount: "12.48", payment_method: "credit_card" },
            { id: 19, payment_id: 26, coupon_id: 198, applied_date: new Date("2023-06-16T09:24:40Z"), discount_amount: "37.47", payment_method: "debit_card" },
            { id: 20, payment_id: 397, coupon_id: 3, applied_date: new Date("2023-03-31T09:36:55Z"), discount_amount: "18.40", payment_method: "credit_card" },
            { id: 21, payment_id: 397, coupon_id: 108, applied_date: new Date("2023-01-13T05:49:57Z"), discount_amount: "69.77", payment_method: "credit_card" },
            { id: 22, payment_id: 77, coupon_id: 76, applied_date: new Date("2023-04-26T04:57:18Z"), discount_amount: "2.65", payment_method: "credit_card" },
            { id: 23, payment_id: 364, coupon_id: 120, applied_date: new Date("2023-01-31T14:19:15Z"), discount_amount: "21.94", payment_method: "debit_card" },
            { id: 24, payment_id: 89, coupon_id: 39, applied_date: new Date("2023-07-15T07:43:52Z"), discount_amount: "2.05", payment_method: "credit_card" },
            { id: 25, payment_id: 318, coupon_id: 90, applied_date: new Date("2023-04-02T15:40:33Z"), discount_amount: "1.83", payment_method: "credit_card" },
            { id: 26, payment_id: 497, coupon_id: 60, applied_date: new Date("2023-10-07T02:33:17Z"), discount_amount: "14.68", payment_method: "debit_card" },
            { id: 27, payment_id: 267, coupon_id: 79, applied_date: new Date("2023-01-23T19:33:50Z"), discount_amount: "8.08", payment_method: "bank_transfer" },
            { id: 28, payment_id: 254, coupon_id: 84, applied_date: new Date("2023-02-02T17:47:35Z"), discount_amount: "70.19", payment_method: "debit_card" },
            { id: 29, payment_id: 44, coupon_id: 172, applied_date: new Date("2023-05-20T17:03:11Z"), discount_amount: "36.16", payment_method: "credit_card" },
            { id: 30, payment_id: 458, coupon_id: 1, applied_date: new Date("2023-09-09T21:40:17Z"), discount_amount: "5.24", payment_method: "debit_card" },
            { id: 31, payment_id: 424, coupon_id: 164, applied_date: new Date("2023-08-28T23:52:47Z"), discount_amount: "35.75", payment_method: "bank_transfer" },
            { id: 32, payment_id: 179, coupon_id: 151, applied_date: new Date("2023-09-23T11:52:02Z"), discount_amount: "2.11", payment_method: "debit_card" },
            { id: 33, payment_id: 269, coupon_id: 45, applied_date: new Date("2023-12-08T02:02:01Z"), discount_amount: "2.15", payment_method: "debit_card" },
            { id: 34, payment_id: 75, coupon_id: 140, applied_date: new Date("2023-03-09T16:14:08Z"), discount_amount: "4.38", payment_method: "credit_card" },
            { id: 35, payment_id: 249, coupon_id: 112, applied_date: new Date("2023-06-21T07:13:22Z"), discount_amount: "65.74", payment_method: "credit_card" },
            { id: 36, payment_id: 327, coupon_id: 181, applied_date: new Date("2023-10-03T15:54:30Z"), discount_amount: "41.94", payment_method: "credit_card" },
            { id: 37, payment_id: 473, coupon_id: 52, applied_date: new Date("2023-12-06T22:14:41Z"), discount_amount: "22.94", payment_method: "credit_card" },
            { id: 38, payment_id: 388, coupon_id: 159, applied_date: new Date("2023-05-19T20:28:30Z"), discount_amount: "19.92", payment_method: "debit_card" },
            { id: 39, payment_id: 142, coupon_id: 99, applied_date: new Date("2023-11-26T10:01:33Z"), discount_amount: "60.22", payment_method: "credit_card" },
            { id: 40, payment_id: 445, coupon_id: 89, applied_date: new Date("2023-01-05T15:24:27Z"), discount_amount: "14.88", payment_method: "credit_card" },
            { id: 41, payment_id: 372, coupon_id: 73, applied_date: new Date("2023-07-29T21:43:29Z"), discount_amount: "0.50", payment_method: "debit_card" },
            { id: 42, payment_id: 184, coupon_id: 106, applied_date: new Date("2023-12-12T06:08:08Z"), discount_amount: "28.38", payment_method: "debit_card" },
            { id: 43, payment_id: 434, coupon_id: 102, applied_date: new Date("2023-03-11T03:17:13Z"), discount_amount: "6.23", payment_method: "debit_card" },
            { id: 44, payment_id: 471, coupon_id: 190, applied_date: new Date("2023-07-07T17:46:30Z"), discount_amount: "5.03", payment_method: "debit_card" },
            { id: 45, payment_id: 466, coupon_id: 18, applied_date: new Date("2023-03-27T20:44:21Z"), discount_amount: "0.50", payment_method: "credit_card" },
            { id: 46, payment_id: 69, coupon_id: 94, applied_date: new Date("2023-07-13T05:18:02Z"), discount_amount: "20.60", payment_method: "credit_card" },
            { id: 47, payment_id: 342, coupon_id: 81, applied_date: new Date("2023-09-09T03:25:25Z"), discount_amount: "22.86", payment_method: "debit_card" },
            { id: 48, payment_id: 436, coupon_id: 159, applied_date: new Date("2023-05-01T06:29:56Z"), discount_amount: "5.77", payment_method: "credit_card" },
            { id: 49, payment_id: 135, coupon_id: 83, applied_date: new Date("2023-10-17T15:06:44Z"), discount_amount: "27.21", payment_method: "paypal" },
            { id: 50, payment_id: 451, coupon_id: 99, applied_date: new Date("2023-07-23T16:48:07Z"), discount_amount: "34.38", payment_method: "credit_card" },
            { id: 51, payment_id: 176, coupon_id: 125, applied_date: new Date("2023-06-18T01:43:09Z"), discount_amount: "65.90", payment_method: "debit_card" },
            { id: 52, payment_id: 223, coupon_id: 189, applied_date: new Date("2023-08-26T15:25:39Z"), discount_amount: "26.94", payment_method: "credit_card" },
            { id: 53, payment_id: 103, coupon_id: 106, applied_date: new Date("2023-07-17T04:51:35Z"), discount_amount: "6.14", payment_method: "debit_card" },
            { id: 54, payment_id: 433, coupon_id: 179, applied_date: new Date("2023-02-20T05:37:46Z"), discount_amount: "5.59", payment_method: "credit_card" },
            { id: 55, payment_id: 378, coupon_id: 192, applied_date: new Date("2023-01-14T11:17:10Z"), discount_amount: "28.06", payment_method: "debit_card" },
            { id: 56, payment_id: 194, coupon_id: 75, applied_date: new Date("2023-10-08T13:58:18Z"), discount_amount: "5.97", payment_method: "credit_card" },
            { id: 57, payment_id: 203, coupon_id: 151, applied_date: new Date("2023-02-11T06:04:07Z"), discount_amount: "0.97", payment_method: "debit_card" },
            { id: 58, payment_id: 384, coupon_id: 151, applied_date: new Date("2023-05-11T09:48:17Z"), discount_amount: "63.64", payment_method: "debit_card" },
            { id: 59, payment_id: 164, coupon_id: 9, applied_date: new Date("2023-05-18T16:26:04Z"), discount_amount: "51.46", payment_method: "paypal" },
            { id: 60, payment_id: 468, coupon_id: 142, applied_date: new Date("2023-02-23T20:46:15Z"), discount_amount: "71.42", payment_method: "credit_card" },
            { id: 61, payment_id: 318, coupon_id: 177, applied_date: new Date("2023-03-05T14:02:49Z"), discount_amount: "71.52", payment_method: "paypal" },
            { id: 62, payment_id: 481, coupon_id: 115, applied_date: new Date("2023-10-26T19:45:23Z"), discount_amount: "14.86", payment_method: "credit_card" },
            { id: 63, payment_id: 346, coupon_id: 99, applied_date: new Date("2023-12-07T02:55:07Z"), discount_amount: "68.15", payment_method: "credit_card" },
            { id: 64, payment_id: 169, coupon_id: 12, applied_date: new Date("2023-07-23T14:06:23Z"), discount_amount: "25.14", payment_method: "credit_card" },
            { id: 65, payment_id: 138, coupon_id: 86, applied_date: new Date("2023-10-01T01:24:30Z"), discount_amount: "8.49", payment_method: "credit_card" },
            { id: 66, payment_id: 466, coupon_id: 184, applied_date: new Date("2023-07-26T08:27:28Z"), discount_amount: "29.38", payment_method: "debit_card" },
            { id: 67, payment_id: 425, coupon_id: 63, applied_date: new Date("2023-06-09T18:49:22Z"), discount_amount: "44.51", payment_method: "credit_card" },
            { id: 68, payment_id: 462, coupon_id: 69, applied_date: new Date("2023-10-26T21:19:59Z"), discount_amount: "51.18", payment_method: "debit_card" },
            { id: 69, payment_id: 480, coupon_id: 95, applied_date: new Date("2023-10-21T00:57:30Z"), discount_amount: "4.05", payment_method: "credit_card" },
            { id: 70, payment_id: 327, coupon_id: 14, applied_date: new Date("2023-02-13T22:58:01Z"), discount_amount: "18.93", payment_method: "debit_card" },
            { id: 71, payment_id: 29, coupon_id: 67, applied_date: new Date("2023-10-20T03:50:56Z"), discount_amount: "0.53", payment_method: "paypal" },
            { id: 72, payment_id: 273, coupon_id: 126, applied_date: new Date("2023-06-14T09:46:04Z"), discount_amount: "36.05", payment_method: "paypal" },
            { id: 73, payment_id: 195, coupon_id: 32, applied_date: new Date("2023-04-06T13:52:59Z"), discount_amount: "5.48", payment_method: "bank_transfer" },
            { id: 74, payment_id: 310, coupon_id: 24, applied_date: new Date("2023-07-19T18:59:23Z"), discount_amount: "73.32", payment_method: "credit_card" },
            { id: 75, payment_id: 104, coupon_id: 176, applied_date: new Date("2023-12-26T00:18:33Z"), discount_amount: "2.58", payment_method: "credit_card" },
            { id: 76, payment_id: 420, coupon_id: 82, applied_date: new Date("2023-06-12T13:55:23Z"), discount_amount: "4.37", payment_method: "bank_transfer" },
            { id: 77, payment_id: 39, coupon_id: 69, applied_date: new Date("2023-05-21T13:46:04Z"), discount_amount: "30.75", payment_method: "paypal" },
            { id: 78, payment_id: 235, coupon_id: 10, applied_date: new Date("2023-12-01T13:28:15Z"), discount_amount: "19.18", payment_method: "debit_card" },
            { id: 79, payment_id: 273, coupon_id: 131, applied_date: new Date("2023-02-08T05:54:55Z"), discount_amount: "8.40", payment_method: "debit_card" },
            { id: 80, payment_id: 140, coupon_id: 150, applied_date: new Date("2023-04-10T12:19:09Z"), discount_amount: "0.58", payment_method: "debit_card" },
            { id: 81, payment_id: 321, coupon_id: 113, applied_date: new Date("2023-07-22T06:46:38Z"), discount_amount: "9.74", payment_method: "debit_card" },
            { id: 82, payment_id: 208, coupon_id: 51, applied_date: new Date("2023-07-18T03:47:33Z"), discount_amount: "15.77", payment_method: "debit_card" },
            { id: 83, payment_id: 182, coupon_id: 75, applied_date: new Date("2023-08-19T13:45:59Z"), discount_amount: "1.36", payment_method: "bank_transfer" },
            { id: 84, payment_id: 201, coupon_id: 176, applied_date: new Date("2023-02-12T11:14:22Z"), discount_amount: "0.89", payment_method: "credit_card" },
            { id: 85, payment_id: 133, coupon_id: 172, applied_date: new Date("2023-11-04T18:02:23Z"), discount_amount: "16.97", payment_method: "debit_card" },
            { id: 86, payment_id: 153, coupon_id: 53, applied_date: new Date("2023-11-19T07:00:54Z"), discount_amount: "14.43", payment_method: "credit_card" },
            { id: 87, payment_id: 158, coupon_id: 133, applied_date: new Date("2023-06-07T07:34:46Z"), discount_amount: "0.77", payment_method: "debit_card" },
            { id: 88, payment_id: 71, coupon_id: 29, applied_date: new Date("2023-12-10T08:31:56Z"), discount_amount: "17.30", payment_method: "paypal" },
            { id: 89, payment_id: 217, coupon_id: 99, applied_date: new Date("2023-10-20T21:56:13Z"), discount_amount: "19.81", payment_method: "debit_card" },
            { id: 90, payment_id: 157, coupon_id: 135, applied_date: new Date("2023-01-29T14:40:38Z"), discount_amount: "2.51", payment_method: "debit_card" },
            { id: 91, payment_id: 88, coupon_id: 88, applied_date: new Date("2023-09-11T11:34:30Z"), discount_amount: "5.43", payment_method: "paypal" },
            { id: 92, payment_id: 146, coupon_id: 66, applied_date: new Date("2023-03-30T11:35:58Z"), discount_amount: "31.00", payment_method: "paypal" },
            { id: 93, payment_id: 157, coupon_id: 107, applied_date: new Date("2023-12-23T12:15:16Z"), discount_amount: "39.70", payment_method: "credit_card" },
            { id: 94, payment_id: 108, coupon_id: 69, applied_date: new Date("2023-03-25T02:24:58Z"), discount_amount: "71.67", payment_method: "bank_transfer" },
            { id: 95, payment_id: 6, coupon_id: 89, applied_date: new Date("2023-02-20T17:28:53Z"), discount_amount: "1.19", payment_method: "debit_card" },
            { id: 96, payment_id: 137, coupon_id: 196, applied_date: new Date("2023-10-31T23:27:15Z"), discount_amount: "41.60", payment_method: "credit_card" },
            { id: 97, payment_id: 227, coupon_id: 34, applied_date: new Date("2023-11-24T10:35:42Z"), discount_amount: "3.17", payment_method: "debit_card" },
            { id: 98, payment_id: 500, coupon_id: 1, applied_date: new Date("2023-12-13T21:37:43Z"), discount_amount: "22.37", payment_method: "debit_card" },
            { id: 99, payment_id: 249, coupon_id: 20, applied_date: new Date("2023-07-15T20:57:22Z"), discount_amount: "6.25", payment_method: "credit_card" },
            { id: 100, payment_id: 384, coupon_id: 110, applied_date: new Date("2023-10-29T10:13:14Z"), discount_amount: "66.25", payment_method: "credit_card" },
            { id: 101, payment_id: 422, coupon_id: 16, applied_date: new Date("2023-05-30T00:08:18Z"), discount_amount: "15.62", payment_method: "credit_card" },
            { id: 102, payment_id: 357, coupon_id: 24, applied_date: new Date("2023-10-02T17:28:12Z"), discount_amount: "1.27", payment_method: "debit_card" },
            { id: 103, payment_id: 223, coupon_id: 96, applied_date: new Date("2023-06-06T23:42:45Z"), discount_amount: "61.35", payment_method: "bank_transfer" },
            { id: 104, payment_id: 11, coupon_id: 159, applied_date: new Date("2023-07-16T13:39:35Z"), discount_amount: "1.65", payment_method: "debit_card" },
            { id: 105, payment_id: 136, coupon_id: 6, applied_date: new Date("2023-01-20T18:39:51Z"), discount_amount: "0.68", payment_method: "credit_card" },
            { id: 106, payment_id: 156, coupon_id: 73, applied_date: new Date("2023-11-28T06:18:50Z"), discount_amount: "41.27", payment_method: "paypal" },
            { id: 107, payment_id: 447, coupon_id: 80, applied_date: new Date("2023-10-09T17:19:14Z"), discount_amount: "55.99", payment_method: "paypal" },
            { id: 108, payment_id: 441, coupon_id: 147, applied_date: new Date("2023-11-02T15:59:10Z"), discount_amount: "39.91", payment_method: "paypal" },
            { id: 109, payment_id: 58, coupon_id: 200, applied_date: new Date("2023-07-07T00:15:46Z"), discount_amount: "73.70", payment_method: "debit_card" },
            { id: 110, payment_id: 290, coupon_id: 186, applied_date: new Date("2023-03-21T12:00:28Z"), discount_amount: "2.55", payment_method: "paypal" },
            { id: 111, payment_id: 454, coupon_id: 161, applied_date: new Date("2023-04-04T08:38:40Z"), discount_amount: "32.07", payment_method: "bank_transfer" },
            { id: 112, payment_id: 202, coupon_id: 118, applied_date: new Date("2023-06-05T10:39:47Z"), discount_amount: "3.99", payment_method: "debit_card" },
            { id: 113, payment_id: 380, coupon_id: 75, applied_date: new Date("2023-03-28T20:54:05Z"), discount_amount: "22.33", payment_method: "credit_card" },
            { id: 114, payment_id: 232, coupon_id: 137, applied_date: new Date("2023-05-17T19:24:35Z"), discount_amount: "0.69", payment_method: "paypal" },
            { id: 115, payment_id: 221, coupon_id: 193, applied_date: new Date("2023-03-15T03:50:32Z"), discount_amount: "19.40", payment_method: "debit_card" },
            { id: 116, payment_id: 277, coupon_id: 41, applied_date: new Date("2023-06-21T01:30:52Z"), discount_amount: "40.82", payment_method: "credit_card" },
            { id: 117, payment_id: 124, coupon_id: 73, applied_date: new Date("2023-05-03T15:57:50Z"), discount_amount: "52.07", payment_method: "credit_card" },
            { id: 118, payment_id: 307, coupon_id: 159, applied_date: new Date("2023-11-21T13:09:44Z"), discount_amount: "53.51", payment_method: "paypal" },
            { id: 119, payment_id: 174, coupon_id: 67, applied_date: new Date("2023-06-29T21:46:25Z"), discount_amount: "1.52", payment_method: "paypal" },
            { id: 120, payment_id: 444, coupon_id: 123, applied_date: new Date("2023-07-09T20:03:01Z"), discount_amount: "13.76", payment_method: "credit_card" },
            { id: 121, payment_id: 186, coupon_id: 73, applied_date: new Date("2023-12-26T08:40:39Z"), discount_amount: "52.27", payment_method: "debit_card" },
            { id: 122, payment_id: 4, coupon_id: 69, applied_date: new Date("2023-07-25T01:28:56Z"), discount_amount: "23.05", payment_method: "credit_card" },
            { id: 123, payment_id: 342, coupon_id: 124, applied_date: new Date("2023-06-30T01:58:22Z"), discount_amount: "2.39", payment_method: "credit_card" },
            { id: 124, payment_id: 397, coupon_id: 167, applied_date: new Date("2023-02-24T14:22:28Z"), discount_amount: "1.19", payment_method: "paypal" },
            { id: 125, payment_id: 487, coupon_id: 89, applied_date: new Date("2023-01-10T21:40:51Z"), discount_amount: "35.82", payment_method: "credit_card" },
            { id: 126, payment_id: 412, coupon_id: 79, applied_date: new Date("2023-01-13T21:31:46Z"), discount_amount: "3.87", payment_method: "credit_card" },
            { id: 127, payment_id: 297, coupon_id: 28, applied_date: new Date("2023-01-08T13:58:37Z"), discount_amount: "15.25", payment_method: "credit_card" },
            { id: 128, payment_id: 361, coupon_id: 160, applied_date: new Date("2023-01-02T14:26:15Z"), discount_amount: "48.83", payment_method: "credit_card" },
            { id: 129, payment_id: 449, coupon_id: 90, applied_date: new Date("2023-10-02T04:27:22Z"), discount_amount: "43.84", payment_method: "debit_card" },
            { id: 130, payment_id: 414, coupon_id: 168, applied_date: new Date("2023-04-09T11:55:28Z"), discount_amount: "4.29", payment_method: "credit_card" },
            { id: 131, payment_id: 315, coupon_id: 77, applied_date: new Date("2023-09-21T20:16:59Z"), discount_amount: "53.95", payment_method: "paypal" },
            { id: 132, payment_id: 325, coupon_id: 126, applied_date: new Date("2023-09-01T10:52:23Z"), discount_amount: "26.60", payment_method: "debit_card" },
            { id: 133, payment_id: 354, coupon_id: 135, applied_date: new Date("2023-09-23T10:26:33Z"), discount_amount: "17.26", payment_method: "credit_card" },
            { id: 134, payment_id: 480, coupon_id: 53, applied_date: new Date("2023-05-14T04:38:23Z"), discount_amount: "34.86", payment_method: "debit_card" },
            { id: 135, payment_id: 174, coupon_id: 129, applied_date: new Date("2023-04-26T17:01:42Z"), discount_amount: "60.70", payment_method: "debit_card" },
            { id: 136, payment_id: 255, coupon_id: 63, applied_date: new Date("2023-11-09T16:34:25Z"), discount_amount: "12.18", payment_method: "debit_card" },
            { id: 137, payment_id: 258, coupon_id: 49, applied_date: new Date("2023-04-02T07:49:46Z"), discount_amount: "49.94", payment_method: "credit_card" },
            { id: 138, payment_id: 37, coupon_id: 84, applied_date: new Date("2023-06-17T03:47:32Z"), discount_amount: "66.10", payment_method: "debit_card" },
            { id: 139, payment_id: 87, coupon_id: 111, applied_date: new Date("2023-04-05T10:01:38Z"), discount_amount: "0.54", payment_method: "debit_card" },
            { id: 140, payment_id: 489, coupon_id: 189, applied_date: new Date("2023-08-10T16:45:41Z"), discount_amount: "24.66", payment_method: "debit_card" },
            { id: 141, payment_id: 235, coupon_id: 117, applied_date: new Date("2023-09-06T06:59:55Z"), discount_amount: "14.14", payment_method: "credit_card" },
            { id: 142, payment_id: 217, coupon_id: 99, applied_date: new Date("2023-02-20T07:56:07Z"), discount_amount: "23.31", payment_method: "debit_card" },
            { id: 143, payment_id: 71, coupon_id: 67, applied_date: new Date("2023-01-27T03:45:22Z"), discount_amount: "37.70", payment_method: "paypal" },
            { id: 144, payment_id: 165, coupon_id: 167, applied_date: new Date("2023-02-26T06:09:28Z"), discount_amount: "28.40", payment_method: "credit_card" },
            { id: 145, payment_id: 213, coupon_id: 71, applied_date: new Date("2023-07-07T11:46:41Z"), discount_amount: "0.54", payment_method: "debit_card" },
            { id: 146, payment_id: 495, coupon_id: 133, applied_date: new Date("2023-10-09T18:37:47Z"), discount_amount: "41.87", payment_method: "debit_card" },
            { id: 147, payment_id: 456, coupon_id: 147, applied_date: new Date("2023-09-09T22:53:59Z"), discount_amount: "0.77", payment_method: "debit_card" },
            { id: 148, payment_id: 155, coupon_id: 19, applied_date: new Date("2023-01-03T17:25:12Z"), discount_amount: "1.51", payment_method: "paypal" },
            { id: 149, payment_id: 422, coupon_id: 2, applied_date: new Date("2023-03-01T04:42:59Z"), discount_amount: "17.69", payment_method: "debit_card" },
            { id: 150, payment_id: 410, coupon_id: 65, applied_date: new Date("2023-02-11T12:50:11Z"), discount_amount: "25.60", payment_method: "paypal" },
        ],
    });
}

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