// Virtual Shopping Dynamics (virtual-shopping-dynamics) 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.categories), 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.categories.createMany({
        data: [
            { id: 1, name: "music health", parent_category: "clothing", description: "clothing automotive toys home electronics kitchen books beauty sports accessories furniture garden", average_price: "3947.20" },
            { id: 2, name: "office clothing sports", parent_category: "electronics", description: "clothing garden electronics furniture beauty accessories", average_price: "4248.60" },
            { id: 3, name: "sports health", parent_category: "electronics", description: "furniture electronics clothing accessories garden home toys kitchen automotive books sports beauty", average_price: "967.96" },
            { id: 4, name: "toys electronics video", parent_category: "electronics", description: "toys sports kitchen clothing automotive garden home books furniture accessories beauty electronics", average_price: "4986.21" },
            { id: 5, name: "kitchen accessories", parent_category: "electronics", description: "accessories clothing furniture sports garden electronics home kitchen beauty toys books automotive", average_price: "82.96" },
            { id: 6, name: "jewelry games", parent_category: "home", description: "accessories clothing garden electronics furniture home books kitchen sports automotive toys", average_price: "2755.53" },
            { id: 7, name: "kitchen toys", parent_category: "clothing", description: "beauty electronics garden books accessories automotive kitchen toys furniture home sports clothing", average_price: "3243.53" },
            { id: 8, name: "home sports", parent_category: "electronics", description: "home clothing accessories books beauty electronics sports kitchen garden", average_price: "682.61" },
            { id: 9, name: "kitchen", parent_category: "clothing", description: "books electronics accessories kitchen garden automotive clothing toys home furniture sports beauty", average_price: "538.89" },
            { id: 10, name: "sports electronics books", parent_category: "electronics", description: "electronics clothing automotive books furniture accessories kitchen home garden toys beauty sports", average_price: "4944.33" },
            { id: 11, name: "toys", parent_category: "clothing", description: "garden clothing books toys home sports furniture kitchen accessories electronics automotive beauty", average_price: "4796.48" },
            { id: 12, name: "books home grocery", parent_category: "clothing", description: "electronics home accessories furniture kitchen books automotive beauty toys sports garden clothing", average_price: "2073.30" },
            { id: 13, name: "clothing", parent_category: "home", description: "garden home furniture kitchen beauty clothing accessories", average_price: "108.98" },
            { id: 14, name: "music furniture", parent_category: "electronics", description: "beauty books sports garden electronics kitchen automotive home toys accessories furniture clothing", average_price: "1242.73" },
            { id: 15, name: "grocery hobbies", parent_category: "clothing", description: "electronics garden furniture beauty clothing automotive books sports home toys accessories kitchen", average_price: "3589.04" },
            { id: 16, name: "pets accessories music", parent_category: "electronics", description: "accessories beauty furniture kitchen books home garden clothing toys electronics sports automotive", average_price: "4456.67" },
            { id: 17, name: "kitchen pets", parent_category: "clothing", description: "books electronics clothing accessories home automotive furniture toys beauty sports garden kitchen", average_price: "4283.55" },
            { id: 18, name: "accessories jewelry automotive", parent_category: "electronics", description: "clothing books accessories kitchen furniture garden automotive sports electronics toys home beauty", average_price: "63.49" },
            { id: 19, name: "furniture", parent_category: "clothing", description: "beauty kitchen home books furniture clothing garden toys automotive sports electronics", average_price: "1097.84" },
            { id: 20, name: "games", parent_category: "electronics", description: "accessories clothing sports toys garden kitchen home electronics automotive beauty furniture books", average_price: "123.50" },
        ],
    });
    await prisma.customers.createMany({
        data: [
            { id: 1, first_name: "Uma", last_name: "Diaz", email: null, registration_date: "2020-01-23" },
            { id: 2, first_name: "Nadia", last_name: null, email: "nadia.example@example.com", registration_date: "2022-03-27" },
            { id: 3, first_name: "Emma", last_name: "Lopez", email: "emma.lopez@example.com", registration_date: "2022-02-05" },
            { id: 4, first_name: "Carla", last_name: "Wright", email: "carla.wright@example.org", registration_date: "2023-07-16" },
            { id: 5, first_name: "Olivia", last_name: "Bauer", email: "olivia.bauer@example.net", registration_date: "2021-07-17" },
            { id: 6, first_name: "Zara", last_name: "Vargas", email: "zara.vargas@example.com", registration_date: "2020-11-23" },
            { id: 7, first_name: "Maria", last_name: "Fischer", email: "maria.fischer@example.org", registration_date: "2023-11-05" },
            { id: 8, first_name: "Elif", last_name: "Demir", email: "elif.demir@example.com", registration_date: "2020-08-22" },
            { id: 9, first_name: "Ben", last_name: "Larsen", email: null, registration_date: "2022-08-14" },
            { id: 10, first_name: "Lena", last_name: "Singh", email: "lena.singh@example.com", registration_date: "2022-11-24" },
            { id: 11, first_name: "Julia", last_name: "Bauer", email: "julia.bauer@example.com", registration_date: "2023-04-04" },
            { id: 12, first_name: "Zara", last_name: "Clark", email: "zara.clark@example.org", registration_date: "2020-11-21" },
            { id: 13, first_name: null, last_name: "Brown", email: "user.brown@example.net", registration_date: "2022-02-21" },
            { id: 14, first_name: "Omar", last_name: "Hansen", email: "omar.hansen@example.org", registration_date: "2021-03-05" },
            { id: 15, first_name: "Carlos", last_name: "Martin", email: "carlos.martin@example.com", registration_date: "2020-05-20" },
            { id: 16, first_name: "Laura", last_name: "Smith", email: "laura.smith@example.com", registration_date: "2023-03-04" },
            { id: 17, first_name: "Anna", last_name: "Hassan", email: "anna.hassan@example.org", registration_date: "2023-07-09" },
            { id: 18, first_name: null, last_name: null, email: null, registration_date: "2023-12-02" },
            { id: 19, first_name: "Pedro", last_name: "Gupta", email: "pedro.gupta@example.com", registration_date: "2023-10-04" },
            { id: 20, first_name: "Rafael", last_name: null, email: "rafael.example@example.net", registration_date: "2023-07-10" },
            { id: 21, first_name: "Fatima", last_name: null, email: "fatima.example@example.org", registration_date: "2022-12-31" },
            { id: 22, first_name: "Paula", last_name: "Johnson", email: "paula.johnson@example.org", registration_date: "2021-05-06" },
            { id: 23, first_name: "Sven", last_name: "Rossi", email: "sven.rossi@example.com", registration_date: "2023-04-16" },
            { id: 24, first_name: "Ibrahim", last_name: "Klein", email: "ibrahim.klein@example.net", registration_date: "2021-07-10" },
            { id: 25, first_name: "Ibrahim", last_name: "Mendes", email: "ibrahim.mendes@example.com", registration_date: "2022-11-02" },
            { id: 26, first_name: "Nour", last_name: "Klein", email: "nour.klein@example.com", registration_date: "2022-04-14" },
            { id: 27, first_name: "Theo", last_name: null, email: null, registration_date: "2022-06-16" },
            { id: 28, first_name: "Chen", last_name: "Tanaka", email: "chen.tanaka@example.net", registration_date: "2021-01-19" },
            { id: 29, first_name: "Theo", last_name: "Schneider", email: "theo.schneider@example.com", registration_date: "2023-12-13" },
            { id: 30, first_name: "Yara", last_name: "Ibrahim", email: "yara.ibrahim@example.com", registration_date: "2023-02-03" },
            { id: 31, first_name: "Ben", last_name: "Flores", email: "ben.flores@example.com", registration_date: "2021-05-30" },
            { id: 32, first_name: "Maria", last_name: "Novak", email: null, registration_date: "2021-01-26" },
            { id: 33, first_name: "Isaac", last_name: null, email: "isaac.example@example.com", registration_date: "2020-03-06" },
            { id: 34, first_name: "Ethan", last_name: "Flores", email: "ethan.flores@example.org", registration_date: "2020-02-03" },
            { id: 35, first_name: "Zoe", last_name: "Ruiz", email: "zoe.ruiz@example.org", registration_date: "2022-07-14" },
            { id: 36, first_name: "Noah", last_name: "Miller", email: "noah.miller@example.com", registration_date: "2021-03-03" },
            { id: 37, first_name: "Maya", last_name: "Sousa", email: "maya.sousa@example.org", registration_date: "2023-06-03" },
            { id: 38, first_name: "Kai", last_name: null, email: "kai.example@example.net", registration_date: "2020-09-28" },
            { id: 39, first_name: "Deniz", last_name: "Evans", email: "deniz.evans@example.com", registration_date: "2023-11-22" },
            { id: 40, first_name: "Tomas", last_name: null, email: "tomas.example@example.com", registration_date: "2023-12-21" },
            { id: 41, first_name: null, last_name: null, email: null, registration_date: "2020-10-30" },
            { id: 42, first_name: "Maja", last_name: "Johnson", email: "maja.johnson@example.org", registration_date: "2021-12-24" },
            { id: 43, first_name: "Omar", last_name: "Pereira", email: "omar.pereira@example.org", registration_date: "2023-05-26" },
            { id: 44, first_name: "Ibrahim", last_name: "Gomez", email: "ibrahim.gomez@example.org", registration_date: "2023-06-22" },
            { id: 45, first_name: "Priya", last_name: "Costa", email: "priya.costa@example.com", registration_date: "2023-01-19" },
            { id: 46, first_name: "Zoe", last_name: "Baker", email: "zoe.baker@example.com", registration_date: "2021-07-13" },
            { id: 47, first_name: "Rafael", last_name: "Murphy", email: "rafael.murphy@example.org", registration_date: "2020-11-11" },
            { id: 48, first_name: "Sofia", last_name: "Baker", email: "sofia.baker@example.net", registration_date: "2023-11-25" },
            { id: 49, first_name: "Jack", last_name: null, email: null, registration_date: "2023-05-08" },
            { id: 50, first_name: "Uma", last_name: "Fischer", email: "uma.fischer@example.net", registration_date: "2021-01-08" },
            { id: 51, first_name: "Lina", last_name: "Carter", email: "lina.carter@example.org", registration_date: "2020-09-23" },
            { id: 52, first_name: "Grace", last_name: "Tanaka", email: "grace.tanaka@example.net", registration_date: "2020-07-23" },
            { id: 53, first_name: "Mia", last_name: "Castro", email: "mia.castro@example.org", registration_date: "2022-12-07" },
            { id: 54, first_name: "Sofia", last_name: "Sato", email: "sofia.sato@example.net", registration_date: "2020-09-09" },
            { id: 55, first_name: null, last_name: "Andersen", email: "user.andersen@example.com", registration_date: "2020-07-25" },
            { id: 56, first_name: null, last_name: "Pereira", email: "user.pereira@example.org", registration_date: "2022-05-17" },
            { id: 57, first_name: null, last_name: null, email: null, registration_date: "2023-09-27" },
            { id: 58, first_name: "Chen", last_name: "Costa", email: "chen.costa@example.net", registration_date: "2023-06-13" },
            { id: 59, first_name: "James", last_name: "Taylor", email: "james.taylor@example.org", registration_date: "2021-09-08" },
            { id: 60, first_name: "Andre", last_name: "Becker", email: "andre.becker@example.org", registration_date: "2023-04-30" },
            { id: 61, first_name: null, last_name: "Mendes", email: "user.mendes@example.org", registration_date: "2022-11-23" },
            { id: 62, first_name: "Carla", last_name: "Ruiz", email: "carla.ruiz@example.com", registration_date: "2021-01-01" },
            { id: 63, first_name: "Noah", last_name: "Jensen", email: "noah.jensen@example.net", registration_date: "2023-03-08" },
            { id: 64, first_name: "Ruby", last_name: "Kumar", email: "ruby.kumar@example.net", registration_date: "2023-12-22" },
            { id: 65, first_name: "Yusuf", last_name: "Flores", email: "yusuf.flores@example.org", registration_date: "2023-11-26" },
            { id: 66, first_name: "Hugo", last_name: "Becker", email: "hugo.becker@example.com", registration_date: "2020-03-06" },
            { id: 67, first_name: null, last_name: "Evans", email: "user.evans@example.org", registration_date: "2022-04-26" },
            { id: 68, first_name: "Arjun", last_name: null, email: "arjun.example@example.com", registration_date: "2022-01-16" },
            { id: 69, first_name: "Noah", last_name: "Ali", email: "noah.ali@example.net", registration_date: "2022-01-10" },
            { id: 70, first_name: "Carla", last_name: "Rossi", email: "carla.rossi@example.net", registration_date: "2023-03-31" },
            { id: 71, first_name: "Ivan", last_name: "Ruiz", email: "ivan.ruiz@example.net", registration_date: "2021-12-05" },
            { id: 72, first_name: "Noah", last_name: "Khan", email: "noah.khan@example.org", registration_date: "2022-01-04" },
            { id: 73, first_name: "Ravi", last_name: "Klein", email: "ravi.klein@example.com", registration_date: "2023-07-14" },
            { id: 74, first_name: "Anna", last_name: "Pereira", email: null, registration_date: "2022-12-07" },
            { id: 75, first_name: null, last_name: "Diaz", email: "user.diaz@example.org", registration_date: "2020-08-10" },
            { id: 76, first_name: null, last_name: "Gomez", email: "user.gomez@example.org", registration_date: "2022-04-30" },
            { id: 77, first_name: "James", last_name: "Nakamura", email: null, registration_date: "2023-03-16" },
            { id: 78, first_name: "Hugo", last_name: "Bennett", email: "hugo.bennett@example.com", registration_date: "2023-06-30" },
            { id: 79, first_name: "Uma", last_name: "Park", email: "uma.park@example.com", registration_date: "2023-03-08" },
            { id: 80, first_name: "Sam", last_name: "Kim", email: "sam.kim@example.org", registration_date: "2023-11-02" },
            { id: 81, first_name: "Elena", last_name: "Oliveira", email: "elena.oliveira@example.org", registration_date: "2023-08-21" },
            { id: 82, first_name: "Priya", last_name: "Schmidt", email: "priya.schmidt@example.com", registration_date: "2023-07-07" },
            { id: 83, first_name: "Liam", last_name: "Hoffmann", email: "liam.hoffmann@example.net", registration_date: "2023-11-26" },
            { id: 84, first_name: null, last_name: null, email: null, registration_date: "2020-07-14" },
            { id: 85, first_name: "Deniz", last_name: "Ahmed", email: "deniz.ahmed@example.com", registration_date: "2022-05-07" },
            { id: 86, first_name: null, last_name: null, email: null, registration_date: "2023-01-20" },
            { id: 87, first_name: "Anna", last_name: "Hansen", email: "anna.hansen@example.org", registration_date: "2022-12-25" },
            { id: 88, first_name: "Nadia", last_name: "Mendes", email: "nadia.mendes@example.net", registration_date: "2021-08-12" },
            { id: 89, first_name: "Sofia", last_name: "Moreau", email: "sofia.moreau@example.com", registration_date: "2023-06-02" },
            { id: 90, first_name: "Nour", last_name: "Garcia", email: "nour.garcia@example.com", registration_date: "2022-08-10" },
            { id: 91, first_name: "Felix", last_name: "Carter", email: "felix.carter@example.com", registration_date: "2023-08-31" },
            { id: 92, first_name: "Sam", last_name: "Ruiz", email: "sam.ruiz@example.com", registration_date: "2021-08-22" },
            { id: 93, first_name: "Kai", last_name: "Mendes", email: "kai.mendes@example.com", registration_date: "2021-07-07" },
            { id: 94, first_name: "Oscar", last_name: "Ibrahim", email: "oscar.ibrahim@example.com", registration_date: "2022-06-04" },
            { id: 95, first_name: "Mei", last_name: "Demir", email: null, registration_date: "2022-08-22" },
            { id: 96, first_name: "Deniz", last_name: "Ali", email: "deniz.ali@example.com", registration_date: "2022-08-19" },
            { id: 97, first_name: "Theo", last_name: "Ruiz", email: null, registration_date: "2023-09-21" },
            { id: 98, first_name: "Mei", last_name: "Sousa", email: null, registration_date: "2022-11-08" },
            { id: 99, first_name: null, last_name: "Pereira", email: "user.pereira@example.org", registration_date: "2023-06-14" },
            { id: 100, first_name: "Pedro", last_name: "Novak", email: "pedro.novak@example.org", registration_date: "2021-02-18" },
            { id: 101, first_name: "Mei", last_name: "Baker", email: "mei.baker@example.com", registration_date: "2021-09-03" },
            { id: 102, first_name: null, last_name: "Young", email: "user.young@example.org", registration_date: "2023-01-13" },
            { id: 103, first_name: "Lena", last_name: "Schneider", email: "lena.schneider@example.com", registration_date: "2022-09-27" },
            { id: 104, first_name: "Chen", last_name: "Jensen", email: "chen.jensen@example.net", registration_date: "2020-11-05" },
            { id: 105, first_name: "Zoe", last_name: "Zhang", email: "zoe.zhang@example.net", registration_date: "2021-04-21" },
            { id: 106, first_name: "Uma", last_name: "Moreau", email: "uma.moreau@example.com", registration_date: "2020-09-05" },
            { id: 107, first_name: "Ben", last_name: "Diaz", email: "ben.diaz@example.net", registration_date: "2021-05-14" },
            { id: 108, first_name: null, last_name: "Miller", email: "user.miller@example.org", registration_date: "2020-01-13" },
            { id: 109, first_name: "Selin", last_name: "Smith", email: "selin.smith@example.org", registration_date: "2021-08-17" },
            { id: 110, first_name: "Olivia", last_name: "Lee", email: null, registration_date: "2022-05-16" },
            { id: 111, first_name: "Yara", last_name: "Silva", email: "yara.silva@example.net", registration_date: "2023-02-08" },
            { id: 112, first_name: "Ben", last_name: "Zhang", email: "ben.zhang@example.com", registration_date: "2021-07-23" },
            { id: 113, first_name: "Nina", last_name: "Park", email: "nina.park@example.com", registration_date: "2023-10-10" },
            { id: 114, first_name: null, last_name: "Costa", email: "user.costa@example.com", registration_date: "2023-04-02" },
            { id: 115, first_name: "Arjun", last_name: "Bauer", email: "arjun.bauer@example.com", registration_date: "2020-01-22" },
            { id: 116, first_name: "Ivan", last_name: "Chen", email: "ivan.chen@example.net", registration_date: "2022-12-23" },
            { id: 117, first_name: "Sam", last_name: "Walker", email: "sam.walker@example.org", registration_date: "2022-06-15" },
            { id: 118, first_name: "Grace", last_name: "Reyes", email: null, registration_date: "2023-01-19" },
            { id: 119, first_name: "Nadia", last_name: "Smith", email: "nadia.smith@example.net", registration_date: "2023-02-15" },
            { id: 120, first_name: "Grace", last_name: null, email: null, registration_date: "2020-10-23" },
            { id: 121, first_name: "Grace", last_name: "Sousa", email: "grace.sousa@example.com", registration_date: "2020-11-04" },
            { id: 122, first_name: "Zoe", last_name: "Carter", email: null, registration_date: "2022-07-24" },
            { id: 123, first_name: "Tomas", last_name: "Ahmed", email: "tomas.ahmed@example.com", registration_date: "2021-03-30" },
            { id: 124, first_name: "Daniel", last_name: null, email: "daniel.example@example.net", registration_date: "2021-12-16" },
            { id: 125, first_name: "Noah", last_name: "Garcia", email: "noah.garcia@example.org", registration_date: "2022-02-19" },
            { id: 126, first_name: "Victor", last_name: "Rossi", email: null, registration_date: "2020-02-28" },
            { id: 127, first_name: "Ivan", last_name: "Miller", email: "ivan.miller@example.org", registration_date: "2020-02-28" },
            { id: 128, first_name: "Hana", last_name: "Vargas", email: "hana.vargas@example.net", registration_date: "2022-02-02" },
            { id: 129, first_name: "Kai", last_name: "Schmidt", email: "kai.schmidt@example.net", registration_date: "2023-01-21" },
            { id: 130, first_name: null, last_name: null, email: null, registration_date: "2020-10-01" },
            { id: 131, first_name: "Sam", last_name: "Yilmaz", email: "sam.yilmaz@example.com", registration_date: "2021-04-24" },
            { id: 132, first_name: "Isaac", last_name: "Young", email: "isaac.young@example.net", registration_date: "2022-12-23" },
            { id: 133, first_name: "Andre", last_name: "Kowalski", email: "andre.kowalski@example.net", registration_date: "2022-05-28" },
            { id: 134, first_name: "Sven", last_name: "Rossi", email: "sven.rossi@example.com", registration_date: "2020-02-17" },
            { id: 135, first_name: "Lina", last_name: "Martin", email: "lina.martin@example.com", registration_date: "2023-02-21" },
            { id: 136, first_name: "Jade", last_name: "Kim", email: "jade.kim@example.org", registration_date: "2022-10-03" },
            { id: 137, first_name: "Laura", last_name: "Andersen", email: "laura.andersen@example.net", registration_date: "2021-07-11" },
            { id: 138, first_name: "Hugo", last_name: "Hughes", email: "hugo.hughes@example.com", registration_date: "2022-04-28" },
            { id: 139, first_name: "Uma", last_name: "Andersen", email: "uma.andersen@example.org", registration_date: "2021-06-20" },
            { id: 140, first_name: null, last_name: "Jensen", email: null, registration_date: "2022-11-20" },
            { id: 141, first_name: null, last_name: "Almeida", email: "user.almeida@example.org", registration_date: "2021-07-12" },
            { id: 142, first_name: "Julia", last_name: "Baker", email: "julia.baker@example.com", registration_date: "2023-01-11" },
            { id: 143, first_name: "Lucas", last_name: "Walker", email: null, registration_date: "2023-05-07" },
            { id: 144, first_name: "Theo", last_name: "Weber", email: "theo.weber@example.com", registration_date: "2022-10-17" },
            { id: 145, first_name: "Karim", last_name: "Oliveira", email: "karim.oliveira@example.org", registration_date: "2021-06-28" },
            { id: 146, first_name: "Ben", last_name: null, email: "ben.example@example.net", registration_date: "2022-02-03" },
            { id: 147, first_name: "Zoe", last_name: null, email: "zoe.example@example.net", registration_date: "2022-01-30" },
            { id: 148, first_name: "Maya", last_name: "Wright", email: "maya.wright@example.org", registration_date: "2022-05-16" },
            { id: 149, first_name: "Emma", last_name: "Shah", email: "emma.shah@example.com", registration_date: "2020-08-09" },
            { id: 150, first_name: "Olivia", last_name: "Dubois", email: "olivia.dubois@example.org", registration_date: "2020-07-02" },
            { id: 151, first_name: "Yusuf", last_name: "Lopez", email: "yusuf.lopez@example.net", registration_date: "2023-09-30" },
            { id: 152, first_name: "Priya", last_name: "Cruz", email: "priya.cruz@example.org", registration_date: "2021-12-28" },
            { id: 153, first_name: "Hannah", last_name: "Ibrahim", email: "hannah.ibrahim@example.org", registration_date: "2020-02-07" },
            { id: 154, first_name: "Paula", last_name: "Ibrahim", email: "paula.ibrahim@example.com", registration_date: "2023-07-09" },
            { id: 155, first_name: "Mila", last_name: "Clark", email: "mila.clark@example.net", registration_date: "2021-06-21" },
            { id: 156, first_name: "Rafael", last_name: "Chen", email: "rafael.chen@example.net", registration_date: "2021-11-07" },
            { id: 157, first_name: "Noah", last_name: null, email: "noah.example@example.org", registration_date: "2022-05-14" },
            { id: 158, first_name: "Anna", last_name: "Hoffmann", email: "anna.hoffmann@example.org", registration_date: "2023-07-20" },
            { id: 159, first_name: "Diego", last_name: "Kaya", email: "diego.kaya@example.org", registration_date: "2022-09-14" },
            { id: 160, first_name: "Omar", last_name: "Johnson", email: "omar.johnson@example.com", registration_date: "2022-08-28" },
            { id: 161, first_name: "Diego", last_name: "Hassan", email: "diego.hassan@example.org", registration_date: "2021-10-18" },
            { id: 162, first_name: "Nour", last_name: "Khan", email: "nour.khan@example.org", registration_date: "2020-12-16" },
            { id: 163, first_name: "Selin", last_name: null, email: "selin.example@example.org", registration_date: "2020-04-18" },
            { id: 164, first_name: "Rosa", last_name: null, email: "rosa.example@example.org", registration_date: "2023-01-17" },
            { id: 165, first_name: "James", last_name: "Wang", email: "james.wang@example.net", registration_date: "2023-12-10" },
            { id: 166, first_name: "Noah", last_name: "Wilson", email: "noah.wilson@example.com", registration_date: "2020-10-05" },
            { id: 167, first_name: "Hugo", last_name: null, email: "hugo.example@example.net", registration_date: "2021-01-01" },
            { id: 168, first_name: "Alice", last_name: "Hoffmann", email: "alice.hoffmann@example.com", registration_date: "2020-12-30" },
            { id: 169, first_name: "Elif", last_name: "Khan", email: "elif.khan@example.org", registration_date: "2021-08-03" },
            { id: 170, first_name: "Sofia", last_name: "Martin", email: "sofia.martin@example.com", registration_date: "2022-08-14" },
            { id: 171, first_name: "Zara", last_name: "Khan", email: "zara.khan@example.org", registration_date: "2021-07-03" },
            { id: 172, first_name: "Ines", last_name: "Kim", email: "ines.kim@example.com", registration_date: "2020-10-30" },
            { id: 173, first_name: "Lina", last_name: "Murphy", email: "lina.murphy@example.org", registration_date: "2022-12-08" },
            { id: 174, first_name: "Ibrahim", last_name: "Weber", email: "ibrahim.weber@example.org", registration_date: "2023-09-15" },
            { id: 175, first_name: "Leo", last_name: "Wagner", email: "leo.wagner@example.net", registration_date: "2020-05-31" },
            { id: 176, first_name: null, last_name: "Miller", email: "user.miller@example.net", registration_date: "2023-04-18" },
            { id: 177, first_name: "Sven", last_name: null, email: "sven.example@example.org", registration_date: "2020-06-26" },
            { id: 178, first_name: "Arjun", last_name: "Gupta", email: "arjun.gupta@example.net", registration_date: "2021-04-06" },
            { id: 179, first_name: "Theo", last_name: "Shah", email: "theo.shah@example.com", registration_date: "2023-10-06" },
            { id: 180, first_name: "Karim", last_name: "Demir", email: "karim.demir@example.org", registration_date: "2023-08-03" },
            { id: 181, first_name: "Amir", last_name: "Bennett", email: "amir.bennett@example.net", registration_date: "2023-05-20" },
            { id: 182, first_name: "Mohamed", last_name: "Flores", email: "mohamed.flores@example.com", registration_date: "2022-04-19" },
            { id: 183, first_name: "Laura", last_name: "Brown", email: null, registration_date: "2022-03-17" },
            { id: 184, first_name: "Mia", last_name: "Andersen", email: "mia.andersen@example.com", registration_date: "2021-06-27" },
            { id: 185, first_name: "Omar", last_name: "Almeida", email: "omar.almeida@example.net", registration_date: "2023-03-29" },
            { id: 186, first_name: "Kai", last_name: "Shah", email: "kai.shah@example.net", registration_date: "2022-04-11" },
            { id: 187, first_name: "Daniel", last_name: "Kim", email: "daniel.kim@example.com", registration_date: "2023-11-13" },
            { id: 188, first_name: "Leo", last_name: "Hassan", email: "leo.hassan@example.com", registration_date: "2022-01-24" },
            { id: 189, first_name: "Lucas", last_name: "Hansen", email: "lucas.hansen@example.com", registration_date: "2022-01-17" },
            { id: 190, first_name: "Yusuf", last_name: "Jansen", email: "yusuf.jansen@example.org", registration_date: "2021-12-14" },
            { id: 191, first_name: "Liam", last_name: "Nguyen", email: "liam.nguyen@example.net", registration_date: "2022-06-15" },
            { id: 192, first_name: "Felix", last_name: "Dubois", email: "felix.dubois@example.org", registration_date: "2022-01-31" },
            { id: 193, first_name: "Laura", last_name: "Johnson", email: "laura.johnson@example.net", registration_date: "2020-02-09" },
            { id: 194, first_name: "Tariq", last_name: "Evans", email: "tariq.evans@example.com", registration_date: "2021-10-03" },
            { id: 195, first_name: "Sara", last_name: null, email: "sara.example@example.com", registration_date: "2022-10-10" },
            { id: 196, first_name: "Jade", last_name: null, email: "jade.example@example.net", registration_date: "2021-10-08" },
            { id: 197, first_name: "Nour", last_name: "Singh", email: "nour.singh@example.com", registration_date: "2023-04-05" },
            { id: 198, first_name: "Jack", last_name: "Zhang", email: "jack.zhang@example.org", registration_date: "2022-10-03" },
            { id: 199, first_name: "Ben", last_name: "Garcia", email: "ben.garcia@example.com", registration_date: "2022-10-09" },
            { id: 200, first_name: null, last_name: "Evans", email: "user.evans@example.net", registration_date: "2023-08-23" },
            { id: 201, first_name: "Sven", last_name: "Kaya", email: null, registration_date: "2023-03-03" },
            { id: 202, first_name: "Ibrahim", last_name: null, email: "ibrahim.example@example.net", registration_date: "2023-11-10" },
            { id: 203, first_name: null, last_name: "Wagner", email: "user.wagner@example.org", registration_date: "2021-07-29" },
            { id: 204, first_name: null, last_name: null, email: null, registration_date: "2021-03-28" },
            { id: 205, first_name: "Elena", last_name: "Park", email: "elena.park@example.net", registration_date: "2022-04-07" },
            { id: 206, first_name: "Alice", last_name: "Ali", email: "alice.ali@example.com", registration_date: "2023-10-16" },
            { id: 207, first_name: "Ivan", last_name: "Walker", email: "ivan.walker@example.com", registration_date: "2023-11-22" },
            { id: 208, first_name: "Elena", last_name: "Miller", email: "elena.miller@example.org", registration_date: "2021-11-07" },
            { id: 209, first_name: "Ibrahim", last_name: "Murphy", email: "ibrahim.murphy@example.com", registration_date: "2021-09-16" },
            { id: 210, first_name: null, last_name: "Flores", email: "user.flores@example.com", registration_date: "2023-06-19" },
            { id: 211, first_name: "Theo", last_name: "Kim", email: "theo.kim@example.net", registration_date: "2022-10-01" },
            { id: 212, first_name: "Diego", last_name: "Weber", email: "diego.weber@example.com", registration_date: "2023-12-13" },
            { id: 213, first_name: "Diego", last_name: "Wang", email: "diego.wang@example.com", registration_date: "2023-07-25" },
            { id: 214, first_name: "Chen", last_name: "Bauer", email: "chen.bauer@example.com", registration_date: "2020-02-20" },
            { id: 215, first_name: null, last_name: "Schneider", email: "user.schneider@example.com", registration_date: "2023-05-10" },
            { id: 216, first_name: null, last_name: "Kim", email: "user.kim@example.org", registration_date: "2020-07-19" },
            { id: 217, first_name: "Grace", last_name: "Tanaka", email: "grace.tanaka@example.org", registration_date: "2023-10-12" },
            { id: 218, first_name: "Sara", last_name: null, email: "sara.example@example.com", registration_date: "2020-09-24" },
            { id: 219, first_name: "Ivan", last_name: "Meyer", email: "ivan.meyer@example.net", registration_date: "2022-06-20" },
            { id: 220, first_name: null, last_name: "Gupta", email: "user.gupta@example.com", registration_date: "2022-08-15" },
            { id: 221, first_name: "Lina", last_name: "Kaya", email: "lina.kaya@example.com", registration_date: "2021-04-04" },
            { id: 222, first_name: "Jack", last_name: "Adams", email: null, registration_date: "2023-05-23" },
            { id: 223, first_name: "Marco", last_name: "Nakamura", email: "marco.nakamura@example.org", registration_date: "2020-04-04" },
            { id: 224, first_name: "Hugo", last_name: "Nakamura", email: "hugo.nakamura@example.com", registration_date: "2023-07-01" },
            { id: 225, first_name: "Mia", last_name: "Gupta", email: "mia.gupta@example.org", registration_date: "2022-10-24" },
            { id: 226, first_name: "Maya", last_name: "Hassan", email: null, registration_date: "2023-01-20" },
            { id: 227, first_name: "Hannah", last_name: null, email: "hannah.example@example.com", registration_date: "2022-11-28" },
            { id: 228, first_name: "Theo", last_name: "Ruiz", email: "theo.ruiz@example.org", registration_date: "2023-06-28" },
            { id: 229, first_name: "Pedro", last_name: "Andersen", email: "pedro.andersen@example.net", registration_date: "2023-10-11" },
            { id: 230, first_name: "Emma", last_name: "Clark", email: "emma.clark@example.net", registration_date: "2021-12-01" },
            { id: 231, first_name: "Isaac", last_name: null, email: "isaac.example@example.org", registration_date: "2023-11-22" },
            { id: 232, first_name: "Felix", last_name: null, email: "felix.example@example.net", registration_date: "2022-10-13" },
            { id: 233, first_name: "Sven", last_name: "Singh", email: "sven.singh@example.com", registration_date: "2022-06-04" },
            { id: 234, first_name: "Deniz", last_name: "Jensen", email: "deniz.jensen@example.org", registration_date: "2020-12-13" },
            { id: 235, first_name: "Mila", last_name: "Kim", email: "mila.kim@example.org", registration_date: "2022-10-08" },
            { id: 236, first_name: "Tomas", last_name: "Ali", email: "tomas.ali@example.org", registration_date: "2021-07-23" },
            { id: 237, first_name: "Priya", last_name: "Khan", email: "priya.khan@example.net", registration_date: "2020-03-20" },
            { id: 238, first_name: "Uma", last_name: "Jansen", email: null, registration_date: "2022-05-12" },
            { id: 239, first_name: "Rafael", last_name: "Kumar", email: "rafael.kumar@example.org", registration_date: "2022-06-12" },
            { id: 240, first_name: "Diego", last_name: "Smith", email: "diego.smith@example.com", registration_date: "2021-02-20" },
            { id: 241, first_name: "Nina", last_name: "Silva", email: "nina.silva@example.com", registration_date: "2022-01-13" },
            { id: 242, first_name: "Ines", last_name: "Sato", email: "ines.sato@example.com", registration_date: "2020-09-24" },
            { id: 243, first_name: "Julia", last_name: null, email: "julia.example@example.com", registration_date: "2022-08-17" },
            { id: 244, first_name: "Deniz", last_name: "Demir", email: "deniz.demir@example.com", registration_date: "2022-02-04" },
            { id: 245, first_name: "Wei", last_name: "Ibrahim", email: "wei.ibrahim@example.net", registration_date: "2023-01-18" },
            { id: 246, first_name: "James", last_name: "Weber", email: "james.weber@example.net", registration_date: "2023-12-15" },
            { id: 247, first_name: "Sven", last_name: "Lee", email: "sven.lee@example.net", registration_date: "2023-12-05" },
            { id: 248, first_name: "Fatima", last_name: "Martin", email: "fatima.martin@example.com", registration_date: "2023-11-11" },
            { id: 249, first_name: "Ibrahim", last_name: "Larsen", email: "ibrahim.larsen@example.net", registration_date: "2021-10-11" },
            { id: 250, first_name: "Lena", last_name: "Jensen", email: "lena.jensen@example.org", registration_date: "2021-05-02" },
            { id: 251, first_name: "Sam", last_name: "Patel", email: "sam.patel@example.com", registration_date: "2022-03-29" },
            { id: 252, first_name: "Marco", last_name: "Becker", email: "marco.becker@example.com", registration_date: "2020-09-13" },
            { id: 253, first_name: "Marco", last_name: "Reyes", email: "marco.reyes@example.com", registration_date: "2022-03-29" },
            { id: 254, first_name: "Omar", last_name: "Lopez", email: "omar.lopez@example.com", registration_date: "2023-12-24" },
            { id: 255, first_name: "Jonas", last_name: "Fischer", email: "jonas.fischer@example.net", registration_date: "2020-05-23" },
            { id: 256, first_name: "Hugo", last_name: "Kowalski", email: "hugo.kowalski@example.com", registration_date: "2020-11-01" },
            { id: 257, first_name: "Zara", last_name: "Baker", email: "zara.baker@example.org", registration_date: "2020-12-17" },
            { id: 258, first_name: "Ivan", last_name: "Vargas", email: "ivan.vargas@example.net", registration_date: "2021-09-14" },
            { id: 259, first_name: "Yara", last_name: "Lopez", email: "yara.lopez@example.com", registration_date: "2022-07-02" },
            { id: 260, first_name: "Nadia", last_name: "Nakamura", email: "nadia.nakamura@example.net", registration_date: "2022-06-15" },
            { id: 261, first_name: "Hana", last_name: "Lopez", email: "hana.lopez@example.org", registration_date: "2023-10-07" },
            { id: 262, first_name: "Chloe", last_name: "Ibrahim", email: "chloe.ibrahim@example.org", registration_date: "2021-08-24" },
            { id: 263, first_name: "Theo", last_name: "Becker", email: "theo.becker@example.org", registration_date: "2020-03-31" },
            { id: 264, first_name: "Ines", last_name: "Klein", email: "ines.klein@example.org", registration_date: "2020-02-11" },
            { id: 265, first_name: "Sam", last_name: "Walker", email: "sam.walker@example.com", registration_date: "2022-02-28" },
            { id: 266, first_name: "James", last_name: "Schneider", email: "james.schneider@example.net", registration_date: "2021-08-12" },
            { id: 267, first_name: null, last_name: "Khan", email: "user.khan@example.com", registration_date: "2022-10-02" },
            { id: 268, first_name: "Priya", last_name: "Gomez", email: "priya.gomez@example.net", registration_date: "2023-11-24" },
            { id: 269, first_name: "Hana", last_name: "Hoffmann", email: null, registration_date: "2021-05-01" },
            { id: 270, first_name: "Ibrahim", last_name: "Bennett", email: "ibrahim.bennett@example.net", registration_date: "2022-10-08" },
            { id: 271, first_name: null, last_name: "Ali", email: null, registration_date: "2023-05-21" },
            { id: 272, first_name: "Elena", last_name: "Schneider", email: "elena.schneider@example.org", registration_date: "2021-10-12" },
            { id: 273, first_name: "Anna", last_name: "Meyer", email: "anna.meyer@example.org", registration_date: "2022-08-16" },
            { id: 274, first_name: "Ruby", last_name: "Gupta", email: "ruby.gupta@example.org", registration_date: "2022-06-14" },
            { id: 275, first_name: "Paula", last_name: "Meyer", email: "paula.meyer@example.net", registration_date: "2023-04-04" },
            { id: 276, first_name: "Daniel", last_name: "Hansen", email: "daniel.hansen@example.org", registration_date: "2023-11-27" },
            { id: 277, first_name: "Elena", last_name: "Kowalski", email: "elena.kowalski@example.net", registration_date: "2020-07-20" },
            { id: 278, first_name: "Jade", last_name: "Gomez", email: "jade.gomez@example.net", registration_date: "2023-06-11" },
            { id: 279, first_name: "Sofia", last_name: "Diaz", email: "sofia.diaz@example.org", registration_date: "2020-01-28" },
            { id: 280, first_name: "Mila", last_name: "Hansen", email: "mila.hansen@example.net", registration_date: "2022-04-04" },
            { id: 281, first_name: "Karim", last_name: "Nakamura", email: "karim.nakamura@example.net", registration_date: "2021-07-17" },
            { id: 282, first_name: "Selin", last_name: null, email: "selin.example@example.net", registration_date: "2021-07-29" },
            { id: 283, first_name: "Kai", last_name: "Chen", email: "kai.chen@example.net", registration_date: "2022-12-06" },
            { id: 284, first_name: "Mia", last_name: "Garcia", email: "mia.garcia@example.net", registration_date: "2022-03-01" },
            { id: 285, first_name: "Karim", last_name: "Castro", email: "karim.castro@example.org", registration_date: "2023-12-27" },
            { id: 286, first_name: "Anna", last_name: "Mendes", email: "anna.mendes@example.net", registration_date: "2021-12-11" },
            { id: 287, first_name: "Hugo", last_name: "Kumar", email: "hugo.kumar@example.com", registration_date: "2020-07-30" },
            { id: 288, first_name: "Tomas", last_name: "Jensen", email: "tomas.jensen@example.net", registration_date: "2021-12-15" },
            { id: 289, first_name: null, last_name: "Kim", email: "user.kim@example.org", registration_date: "2021-03-17" },
            { id: 290, first_name: "Carla", last_name: "Moreau", email: "carla.moreau@example.org", registration_date: "2022-10-10" },
            { id: 291, first_name: "Deniz", last_name: "Rossi", email: "deniz.rossi@example.com", registration_date: "2021-10-30" },
            { id: 292, first_name: null, last_name: "Kim", email: "user.kim@example.org", registration_date: "2020-11-20" },
            { id: 293, first_name: "Lucas", last_name: "Wright", email: null, registration_date: "2020-11-05" },
            { id: 294, first_name: "Nina", last_name: "Kowalski", email: "nina.kowalski@example.com", registration_date: "2022-01-11" },
            { id: 295, first_name: "Sam", last_name: null, email: "sam.example@example.com", registration_date: "2022-05-10" },
            { id: 296, first_name: "Emma", last_name: "Andersen", email: "emma.andersen@example.net", registration_date: "2023-01-17" },
            { id: 297, first_name: "Andre", last_name: "Diaz", email: "andre.diaz@example.com", registration_date: "2021-11-26" },
            { id: 298, first_name: "Lucas", last_name: "Clark", email: "lucas.clark@example.net", registration_date: "2021-08-02" },
            { id: 299, first_name: null, last_name: "Kaya", email: "user.kaya@example.net", registration_date: "2022-02-09" },
            { id: 300, first_name: "Chloe", last_name: "Bauer", email: "chloe.bauer@example.net", registration_date: "2023-07-07" },
        ],
    });
    await prisma.orders.createMany({
        data: [
            { id: 1, customer_id: 102, order_date: new Date("2022-12-20T04:54:30Z"), total_amount: "1447.93", shipping_method: "standard", payment_status: "paid" },
            { id: 2, customer_id: 118, order_date: new Date("2023-10-19T06:28:43Z"), total_amount: "854.90", shipping_method: "express", payment_status: "pending" },
            { id: 3, customer_id: 233, order_date: new Date("2023-09-16T11:39:27Z"), total_amount: "1606.82", shipping_method: "standard", payment_status: "paid" },
            { id: 4, customer_id: 261, order_date: new Date("2023-09-12T10:26:41Z"), total_amount: "1769.41", shipping_method: "overnight", payment_status: "paid" },
            { id: 5, customer_id: 243, order_date: new Date("2023-08-14T22:02:25Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 6, customer_id: 256, order_date: new Date("2023-09-09T18:09:54Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 7, customer_id: 147, order_date: new Date("2022-02-18T18:08:15Z"), total_amount: "1104.44", shipping_method: "standard", payment_status: "paid" },
            { id: 8, customer_id: 50, order_date: new Date("2023-08-18T17:37:10Z"), total_amount: "2062.76", shipping_method: "standard", payment_status: "paid" },
            { id: 9, customer_id: 180, order_date: new Date("2022-11-16T19:39:23Z"), total_amount: "2840.22", shipping_method: "express", payment_status: "paid" },
            { id: 10, customer_id: 46, order_date: new Date("2022-09-21T18:42:43Z"), total_amount: "4866.82", shipping_method: "express", payment_status: "paid" },
            { id: 11, customer_id: 66, order_date: new Date("2022-11-11T19:56:08Z"), total_amount: "275.49", shipping_method: "standard", payment_status: "paid" },
            { id: 12, customer_id: 14, order_date: new Date("2023-05-18T13:29:47Z"), total_amount: "2191.76", shipping_method: "standard", payment_status: "paid" },
            { id: 13, customer_id: 289, order_date: new Date("2023-03-19T21:45:53Z"), total_amount: "665.99", shipping_method: "express", payment_status: "paid" },
            { id: 14, customer_id: 104, order_date: new Date("2023-02-19T09:15:49Z"), total_amount: "750.20", shipping_method: "standard", payment_status: "paid" },
            { id: 15, customer_id: 148, order_date: new Date("2022-02-21T09:55:16Z"), total_amount: "3414.09", shipping_method: "standard", payment_status: "paid" },
            { id: 16, customer_id: 178, order_date: new Date("2022-05-29T20:22:30Z"), total_amount: "201.68", shipping_method: "standard", payment_status: "paid" },
            { id: 17, customer_id: 300, order_date: new Date("2022-12-05T11:38:33Z"), total_amount: "187.76", shipping_method: "standard", payment_status: "paid" },
            { id: 18, customer_id: 106, order_date: new Date("2023-12-11T19:09:25Z"), total_amount: "279.04", shipping_method: "standard", payment_status: "paid" },
            { id: 19, customer_id: 17, order_date: new Date("2022-03-25T11:39:58Z"), total_amount: "2747.86", shipping_method: "overnight", payment_status: "paid" },
            { id: 20, customer_id: 97, order_date: new Date("2023-06-09T11:30:29Z"), total_amount: "3215.13", shipping_method: "standard", payment_status: "paid" },
            { id: 21, customer_id: 18, order_date: new Date("2022-08-17T08:13:11Z"), total_amount: "46.05", shipping_method: "standard", payment_status: "paid" },
            { id: 22, customer_id: 213, order_date: new Date("2023-08-02T14:24:02Z"), total_amount: "1590.47", shipping_method: "standard", payment_status: "paid" },
            { id: 23, customer_id: 293, order_date: new Date("2023-09-27T09:39:59Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 24, customer_id: 15, order_date: new Date("2022-11-17T10:47:10Z"), total_amount: "4658.28", shipping_method: "overnight", payment_status: "paid" },
            { id: 25, customer_id: 29, order_date: new Date("2023-09-04T21:47:53Z"), total_amount: "79.04", shipping_method: "standard", payment_status: "paid" },
            { id: 26, customer_id: 160, order_date: new Date("2022-09-13T11:26:01Z"), total_amount: null, shipping_method: "express", payment_status: "refunded" },
            { id: 27, customer_id: 226, order_date: new Date("2022-11-01T07:58:38Z"), total_amount: "1580.08", shipping_method: "standard", payment_status: "paid" },
            { id: 28, customer_id: 270, order_date: new Date("2022-08-19T18:22:31Z"), total_amount: "1983.17", shipping_method: "standard", payment_status: "paid" },
            { id: 29, customer_id: 131, order_date: new Date("2022-06-30T07:59:38Z"), total_amount: "522.36", shipping_method: "standard", payment_status: "paid" },
            { id: 30, customer_id: 241, order_date: new Date("2022-04-23T21:38:08Z"), total_amount: "4367.07", shipping_method: "express", payment_status: "paid" },
            { id: 31, customer_id: 174, order_date: new Date("2022-12-26T10:04:53Z"), total_amount: "2180.35", shipping_method: "standard", payment_status: "pending" },
            { id: 32, customer_id: 271, order_date: new Date("2022-11-27T21:34:18Z"), total_amount: "2593.82", shipping_method: "express", payment_status: "paid" },
            { id: 33, customer_id: 249, order_date: new Date("2023-08-26T18:32:36Z"), total_amount: "1413.20", shipping_method: "standard", payment_status: "paid" },
            { id: 34, customer_id: 284, order_date: new Date("2023-10-08T21:20:47Z"), total_amount: "611.75", shipping_method: "standard", payment_status: "paid" },
            { id: 35, customer_id: 11, order_date: new Date("2022-11-16T07:33:40Z"), total_amount: "38.86", shipping_method: "standard", payment_status: "paid" },
            { id: 36, customer_id: 272, order_date: new Date("2023-01-07T17:39:48Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 37, customer_id: 198, order_date: new Date("2022-07-31T21:03:22Z"), total_amount: "109.92", shipping_method: "standard", payment_status: "pending" },
            { id: 38, customer_id: 176, order_date: new Date("2022-11-06T23:41:40Z"), total_amount: null, shipping_method: "standard", payment_status: "pending" },
            { id: 39, customer_id: 6, order_date: new Date("2023-09-29T12:57:51Z"), total_amount: "1119.11", shipping_method: "standard", payment_status: "paid" },
            { id: 40, customer_id: 224, order_date: new Date("2023-11-30T19:03:25Z"), total_amount: "3756.32", shipping_method: "express", payment_status: "paid" },
            { id: 41, customer_id: 299, order_date: new Date("2023-08-14T11:31:59Z"), total_amount: "3642.67", shipping_method: "standard", payment_status: "paid" },
            { id: 42, customer_id: 284, order_date: new Date("2022-07-22T14:16:32Z"), total_amount: "3904.47", shipping_method: "standard", payment_status: "paid" },
            { id: 43, customer_id: 70, order_date: new Date("2023-02-09T21:20:12Z"), total_amount: "1370.86", shipping_method: "standard", payment_status: "pending" },
            { id: 44, customer_id: 211, order_date: new Date("2023-04-14T20:00:41Z"), total_amount: null, shipping_method: "standard", payment_status: "pending" },
            { id: 45, customer_id: 137, order_date: new Date("2022-02-22T09:43:41Z"), total_amount: "376.87", shipping_method: "overnight", payment_status: "paid" },
            { id: 46, customer_id: 256, order_date: new Date("2022-01-08T16:19:31Z"), total_amount: "373.14", shipping_method: "overnight", payment_status: "paid" },
            { id: 47, customer_id: 59, order_date: new Date("2023-03-17T23:11:43Z"), total_amount: null, shipping_method: "express", payment_status: "paid" },
            { id: 48, customer_id: 182, order_date: new Date("2023-09-11T12:21:38Z"), total_amount: "993.71", shipping_method: "standard", payment_status: "paid" },
            { id: 49, customer_id: 10, order_date: new Date("2023-12-21T10:18:49Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 50, customer_id: 3, order_date: new Date("2023-05-21T19:07:29Z"), total_amount: "4440.57", shipping_method: "standard", payment_status: "paid" },
            { id: 51, customer_id: 149, order_date: new Date("2022-09-08T16:26:10Z"), total_amount: "1948.22", shipping_method: "standard", payment_status: "paid" },
            { id: 52, customer_id: 127, order_date: new Date("2023-08-18T22:14:35Z"), total_amount: "3663.65", shipping_method: "overnight", payment_status: "refunded" },
            { id: 53, customer_id: 275, order_date: new Date("2023-07-15T16:53:51Z"), total_amount: "1147.50", shipping_method: "standard", payment_status: "paid" },
            { id: 54, customer_id: 57, order_date: new Date("2023-04-15T18:24:30Z"), total_amount: "2452.23", shipping_method: "overnight", payment_status: "paid" },
            { id: 55, customer_id: 255, order_date: new Date("2022-01-24T16:33:40Z"), total_amount: "1956.64", shipping_method: "standard", payment_status: "paid" },
            { id: 56, customer_id: 139, order_date: new Date("2022-09-01T11:34:53Z"), total_amount: "2434.83", shipping_method: "standard", payment_status: "paid" },
            { id: 57, customer_id: 284, order_date: new Date("2022-07-12T11:08:16Z"), total_amount: "720.98", shipping_method: "standard", payment_status: "paid" },
            { id: 58, customer_id: 224, order_date: new Date("2023-07-20T23:11:41Z"), total_amount: "765.95", shipping_method: "overnight", payment_status: "paid" },
            { id: 59, customer_id: 47, order_date: new Date("2023-08-11T20:54:20Z"), total_amount: "43.07", shipping_method: "standard", payment_status: "refunded" },
            { id: 60, customer_id: 140, order_date: new Date("2023-03-08T19:34:47Z"), total_amount: "8.92", shipping_method: "standard", payment_status: "paid" },
            { id: 61, customer_id: 33, order_date: new Date("2022-06-13T22:58:28Z"), total_amount: "908.16", shipping_method: "standard", payment_status: "paid" },
            { id: 62, customer_id: 59, order_date: new Date("2022-08-23T13:23:58Z"), total_amount: "3384.97", shipping_method: "express", payment_status: "pending" },
            { id: 63, customer_id: 151, order_date: new Date("2022-09-21T19:56:25Z"), total_amount: "206.08", shipping_method: "overnight", payment_status: "paid" },
            { id: 64, customer_id: 275, order_date: new Date("2022-08-22T17:49:51Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 65, customer_id: 206, order_date: new Date("2022-04-19T10:06:00Z"), total_amount: "88.63", shipping_method: "standard", payment_status: "refunded" },
            { id: 66, customer_id: 96, order_date: new Date("2022-07-31T14:19:27Z"), total_amount: "3023.68", shipping_method: "standard", payment_status: "paid" },
            { id: 67, customer_id: 67, order_date: new Date("2023-09-17T16:35:44Z"), total_amount: "4971.53", shipping_method: "overnight", payment_status: "paid" },
            { id: 68, customer_id: 54, order_date: new Date("2023-09-24T23:53:50Z"), total_amount: "30.36", shipping_method: "standard", payment_status: "paid" },
            { id: 69, customer_id: 87, order_date: new Date("2022-02-11T07:08:12Z"), total_amount: "3319.10", shipping_method: "standard", payment_status: "paid" },
            { id: 70, customer_id: 273, order_date: new Date("2023-05-24T21:24:54Z"), total_amount: "4364.87", shipping_method: "standard", payment_status: "paid" },
            { id: 71, customer_id: 233, order_date: new Date("2022-06-18T20:44:07Z"), total_amount: "8.47", shipping_method: "standard", payment_status: "paid" },
            { id: 72, customer_id: 295, order_date: new Date("2023-04-15T09:19:37Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 73, customer_id: 37, order_date: new Date("2022-04-16T13:50:13Z"), total_amount: "699.67", shipping_method: "standard", payment_status: "paid" },
            { id: 74, customer_id: 125, order_date: new Date("2022-04-28T15:21:07Z"), total_amount: "20.63", shipping_method: "standard", payment_status: "paid" },
            { id: 75, customer_id: 47, order_date: new Date("2023-11-12T19:17:19Z"), total_amount: "155.20", shipping_method: "standard", payment_status: "pending" },
            { id: 76, customer_id: 28, order_date: new Date("2022-02-12T15:47:41Z"), total_amount: "4746.18", shipping_method: "express", payment_status: "paid" },
            { id: 77, customer_id: 215, order_date: new Date("2023-10-29T13:01:50Z"), total_amount: "3104.11", shipping_method: "express", payment_status: "paid" },
            { id: 78, customer_id: 182, order_date: new Date("2022-07-07T20:22:30Z"), total_amount: "878.79", shipping_method: "standard", payment_status: "paid" },
            { id: 79, customer_id: 46, order_date: new Date("2022-06-09T11:23:56Z"), total_amount: "430.20", shipping_method: "standard", payment_status: "paid" },
            { id: 80, customer_id: 265, order_date: new Date("2023-09-01T11:33:05Z"), total_amount: "612.81", shipping_method: "standard", payment_status: "paid" },
            { id: 81, customer_id: 293, order_date: new Date("2022-01-24T08:36:59Z"), total_amount: "2255.45", shipping_method: "overnight", payment_status: "paid" },
            { id: 82, customer_id: 218, order_date: new Date("2022-07-01T20:32:50Z"), total_amount: "392.80", shipping_method: "standard", payment_status: "paid" },
            { id: 83, customer_id: 42, order_date: new Date("2022-11-09T20:05:25Z"), total_amount: "728.92", shipping_method: "standard", payment_status: "paid" },
            { id: 84, customer_id: 131, order_date: new Date("2022-11-23T10:14:42Z"), total_amount: "529.21", shipping_method: "standard", payment_status: "pending" },
            { id: 85, customer_id: 86, order_date: new Date("2022-02-16T12:35:03Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 86, customer_id: 292, order_date: new Date("2023-04-13T17:57:31Z"), total_amount: "178.65", shipping_method: "express", payment_status: "paid" },
            { id: 87, customer_id: 232, order_date: new Date("2022-05-06T19:14:15Z"), total_amount: "1129.75", shipping_method: "standard", payment_status: "pending" },
            { id: 88, customer_id: 42, order_date: new Date("2023-02-05T21:47:38Z"), total_amount: "4117.07", shipping_method: "standard", payment_status: "paid" },
            { id: 89, customer_id: 220, order_date: new Date("2023-02-21T09:31:25Z"), total_amount: "6.33", shipping_method: "express", payment_status: "paid" },
            { id: 90, customer_id: 1, order_date: new Date("2023-04-09T17:58:15Z"), total_amount: "389.68", shipping_method: "standard", payment_status: "paid" },
            { id: 91, customer_id: 284, order_date: new Date("2022-05-24T09:07:57Z"), total_amount: "1893.44", shipping_method: "standard", payment_status: "paid" },
            { id: 92, customer_id: 281, order_date: new Date("2022-11-12T18:20:28Z"), total_amount: "1826.16", shipping_method: "standard", payment_status: "paid" },
            { id: 93, customer_id: 165, order_date: new Date("2023-11-08T20:46:17Z"), total_amount: "232.40", shipping_method: "overnight", payment_status: "paid" },
            { id: 94, customer_id: 103, order_date: new Date("2022-08-17T15:19:01Z"), total_amount: "1406.74", shipping_method: "standard", payment_status: "paid" },
            { id: 95, customer_id: 274, order_date: new Date("2023-08-26T14:56:51Z"), total_amount: "925.20", shipping_method: "express", payment_status: "paid" },
            { id: 96, customer_id: 187, order_date: new Date("2022-10-08T12:35:48Z"), total_amount: null, shipping_method: "overnight", payment_status: "paid" },
            { id: 97, customer_id: 171, order_date: new Date("2023-06-03T10:20:53Z"), total_amount: "1864.08", shipping_method: "standard", payment_status: "pending" },
            { id: 98, customer_id: 220, order_date: new Date("2023-01-15T19:25:16Z"), total_amount: "1469.67", shipping_method: "standard", payment_status: "paid" },
            { id: 99, customer_id: 219, order_date: new Date("2023-03-11T19:18:21Z"), total_amount: "234.53", shipping_method: "express", payment_status: "paid" },
            { id: 100, customer_id: 65, order_date: new Date("2023-09-25T08:34:25Z"), total_amount: "3015.73", shipping_method: "standard", payment_status: "paid" },
            { id: 101, customer_id: 166, order_date: new Date("2023-03-16T13:34:41Z"), total_amount: "4024.26", shipping_method: "express", payment_status: "paid" },
            { id: 102, customer_id: 108, order_date: new Date("2023-04-05T19:07:48Z"), total_amount: "3078.89", shipping_method: "standard", payment_status: "paid" },
            { id: 103, customer_id: 114, order_date: new Date("2022-03-10T19:42:06Z"), total_amount: "1832.37", shipping_method: "standard", payment_status: "paid" },
            { id: 104, customer_id: 52, order_date: new Date("2022-06-11T12:40:47Z"), total_amount: "1280.00", shipping_method: "standard", payment_status: "paid" },
            { id: 105, customer_id: 201, order_date: new Date("2023-06-20T17:16:42Z"), total_amount: "4578.42", shipping_method: "standard", payment_status: "pending" },
            { id: 106, customer_id: 179, order_date: new Date("2022-03-22T11:57:04Z"), total_amount: "3414.01", shipping_method: "standard", payment_status: "pending" },
            { id: 107, customer_id: 204, order_date: new Date("2022-07-20T08:37:51Z"), total_amount: "23.88", shipping_method: "standard", payment_status: "paid" },
            { id: 108, customer_id: 259, order_date: new Date("2023-10-21T20:58:43Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 109, customer_id: 198, order_date: new Date("2023-09-10T19:38:54Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 110, customer_id: 210, order_date: new Date("2022-06-28T19:35:35Z"), total_amount: null, shipping_method: "standard", payment_status: "pending" },
            { id: 111, customer_id: 300, order_date: new Date("2022-12-10T19:07:11Z"), total_amount: "3664.70", shipping_method: "overnight", payment_status: "paid" },
            { id: 112, customer_id: 212, order_date: new Date("2022-04-19T22:59:56Z"), total_amount: "489.69", shipping_method: "overnight", payment_status: "pending" },
            { id: 113, customer_id: 170, order_date: new Date("2023-01-03T19:38:58Z"), total_amount: "3675.08", shipping_method: "express", payment_status: "pending" },
            { id: 114, customer_id: 10, order_date: new Date("2023-09-22T12:16:27Z"), total_amount: "1648.99", shipping_method: "standard", payment_status: "paid" },
            { id: 115, customer_id: 245, order_date: new Date("2022-02-13T10:32:52Z"), total_amount: "491.90", shipping_method: "standard", payment_status: "paid" },
            { id: 116, customer_id: 102, order_date: new Date("2023-08-26T22:52:00Z"), total_amount: "34.79", shipping_method: "standard", payment_status: "pending" },
            { id: 117, customer_id: 91, order_date: new Date("2022-03-17T10:30:54Z"), total_amount: "1275.66", shipping_method: "standard", payment_status: "paid" },
            { id: 118, customer_id: 215, order_date: new Date("2022-07-15T09:59:06Z"), total_amount: "99.02", shipping_method: "standard", payment_status: "paid" },
            { id: 119, customer_id: 220, order_date: new Date("2022-04-24T15:34:38Z"), total_amount: "2896.20", shipping_method: "express", payment_status: "paid" },
            { id: 120, customer_id: 61, order_date: new Date("2022-05-11T10:16:16Z"), total_amount: "1405.59", shipping_method: "standard", payment_status: "paid" },
            { id: 121, customer_id: 176, order_date: new Date("2023-04-15T20:02:38Z"), total_amount: "2259.62", shipping_method: "standard", payment_status: "paid" },
            { id: 122, customer_id: 191, order_date: new Date("2023-08-05T18:47:53Z"), total_amount: "3171.86", shipping_method: "standard", payment_status: "paid" },
            { id: 123, customer_id: 4, order_date: new Date("2022-07-20T12:53:14Z"), total_amount: "661.63", shipping_method: "standard", payment_status: "paid" },
            { id: 124, customer_id: 220, order_date: new Date("2022-08-20T19:20:38Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 125, customer_id: 8, order_date: new Date("2022-12-26T22:01:27Z"), total_amount: "412.97", shipping_method: "standard", payment_status: "paid" },
            { id: 126, customer_id: 114, order_date: new Date("2022-07-17T20:31:03Z"), total_amount: "3215.77", shipping_method: "standard", payment_status: "paid" },
            { id: 127, customer_id: 144, order_date: new Date("2023-02-27T08:29:21Z"), total_amount: "39.59", shipping_method: "standard", payment_status: "paid" },
            { id: 128, customer_id: 160, order_date: new Date("2023-08-17T20:47:47Z"), total_amount: "998.51", shipping_method: "standard", payment_status: "paid" },
            { id: 129, customer_id: 30, order_date: new Date("2022-04-09T17:00:53Z"), total_amount: "16.70", shipping_method: "overnight", payment_status: "pending" },
            { id: 130, customer_id: 137, order_date: new Date("2022-02-25T17:54:33Z"), total_amount: "2372.56", shipping_method: "standard", payment_status: "paid" },
            { id: 131, customer_id: 272, order_date: new Date("2022-08-25T20:45:18Z"), total_amount: "5.23", shipping_method: "standard", payment_status: "paid" },
            { id: 132, customer_id: 95, order_date: new Date("2022-04-11T07:23:27Z"), total_amount: "1983.53", shipping_method: "standard", payment_status: "paid" },
            { id: 133, customer_id: 194, order_date: new Date("2022-05-21T20:14:13Z"), total_amount: "1491.83", shipping_method: "express", payment_status: "paid" },
            { id: 134, customer_id: 121, order_date: new Date("2023-06-01T11:28:50Z"), total_amount: "1326.23", shipping_method: "standard", payment_status: "paid" },
            { id: 135, customer_id: 96, order_date: new Date("2022-04-06T15:39:19Z"), total_amount: "84.15", shipping_method: "standard", payment_status: "paid" },
            { id: 136, customer_id: 86, order_date: new Date("2022-11-15T17:36:12Z"), total_amount: "1843.41", shipping_method: "standard", payment_status: "refunded" },
            { id: 137, customer_id: 206, order_date: new Date("2022-12-22T09:37:35Z"), total_amount: "1335.63", shipping_method: "standard", payment_status: "pending" },
            { id: 138, customer_id: 16, order_date: new Date("2022-05-07T18:10:26Z"), total_amount: "467.92", shipping_method: "standard", payment_status: "pending" },
            { id: 139, customer_id: 14, order_date: new Date("2023-08-23T17:31:18Z"), total_amount: "2485.70", shipping_method: "standard", payment_status: "paid" },
            { id: 140, customer_id: 131, order_date: new Date("2023-11-25T12:28:48Z"), total_amount: "84.57", shipping_method: "standard", payment_status: "paid" },
            { id: 141, customer_id: 181, order_date: new Date("2022-12-21T20:48:45Z"), total_amount: "4261.49", shipping_method: "standard", payment_status: "paid" },
            { id: 142, customer_id: 246, order_date: new Date("2022-02-23T22:23:30Z"), total_amount: "2688.62", shipping_method: "overnight", payment_status: "pending" },
            { id: 143, customer_id: 119, order_date: new Date("2022-12-09T13:04:41Z"), total_amount: "1471.69", shipping_method: "standard", payment_status: "paid" },
            { id: 144, customer_id: 45, order_date: new Date("2023-08-29T09:46:38Z"), total_amount: "1312.75", shipping_method: "express", payment_status: "paid" },
            { id: 145, customer_id: 30, order_date: new Date("2023-06-14T06:24:58Z"), total_amount: "439.81", shipping_method: "express", payment_status: "paid" },
            { id: 146, customer_id: 66, order_date: new Date("2022-07-30T14:12:18Z"), total_amount: "2230.47", shipping_method: "standard", payment_status: "paid" },
            { id: 147, customer_id: 117, order_date: new Date("2023-08-07T16:38:51Z"), total_amount: "678.62", shipping_method: "express", payment_status: "paid" },
            { id: 148, customer_id: 247, order_date: new Date("2023-12-01T13:34:11Z"), total_amount: "1128.54", shipping_method: "overnight", payment_status: "paid" },
            { id: 149, customer_id: 272, order_date: new Date("2023-03-10T14:09:34Z"), total_amount: "3904.17", shipping_method: "express", payment_status: "paid" },
            { id: 150, customer_id: 194, order_date: new Date("2022-08-15T18:38:00Z"), total_amount: "3864.53", shipping_method: "overnight", payment_status: "pending" },
            { id: 151, customer_id: 56, order_date: new Date("2022-02-26T12:47:29Z"), total_amount: "37.57", shipping_method: "standard", payment_status: "paid" },
            { id: 152, customer_id: 265, order_date: new Date("2023-04-18T20:19:14Z"), total_amount: null, shipping_method: "overnight", payment_status: "paid" },
            { id: 153, customer_id: 135, order_date: new Date("2022-05-31T19:22:34Z"), total_amount: "3171.30", shipping_method: "standard", payment_status: "paid" },
            { id: 154, customer_id: 222, order_date: new Date("2023-02-08T19:06:19Z"), total_amount: "928.88", shipping_method: "standard", payment_status: "paid" },
            { id: 155, customer_id: 6, order_date: new Date("2022-07-01T08:12:22Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 156, customer_id: 63, order_date: new Date("2022-07-11T08:49:32Z"), total_amount: "1704.50", shipping_method: "overnight", payment_status: "paid" },
            { id: 157, customer_id: 121, order_date: new Date("2022-05-19T20:32:03Z"), total_amount: "868.52", shipping_method: "standard", payment_status: "refunded" },
            { id: 158, customer_id: 231, order_date: new Date("2023-09-05T13:19:26Z"), total_amount: "3602.84", shipping_method: "standard", payment_status: "paid" },
            { id: 159, customer_id: 190, order_date: new Date("2022-02-16T15:11:29Z"), total_amount: "838.76", shipping_method: "express", payment_status: "refunded" },
            { id: 160, customer_id: 296, order_date: new Date("2023-12-21T18:10:21Z"), total_amount: "2294.68", shipping_method: "express", payment_status: "paid" },
            { id: 161, customer_id: 216, order_date: new Date("2022-11-11T07:32:20Z"), total_amount: "238.77", shipping_method: "standard", payment_status: "paid" },
            { id: 162, customer_id: 145, order_date: new Date("2022-03-16T13:35:58Z"), total_amount: "2179.26", shipping_method: "standard", payment_status: "paid" },
            { id: 163, customer_id: 151, order_date: new Date("2023-06-22T14:06:37Z"), total_amount: "3234.88", shipping_method: "express", payment_status: "paid" },
            { id: 164, customer_id: 85, order_date: new Date("2023-03-14T08:34:21Z"), total_amount: "2306.29", shipping_method: "standard", payment_status: "paid" },
            { id: 165, customer_id: 137, order_date: new Date("2022-07-28T11:21:40Z"), total_amount: "1409.51", shipping_method: "standard", payment_status: "refunded" },
            { id: 166, customer_id: 162, order_date: new Date("2023-03-04T21:41:00Z"), total_amount: "628.00", shipping_method: "overnight", payment_status: "paid" },
            { id: 167, customer_id: 287, order_date: new Date("2022-04-13T09:57:47Z"), total_amount: "1159.61", shipping_method: "overnight", payment_status: "paid" },
            { id: 168, customer_id: 66, order_date: new Date("2023-03-02T19:38:58Z"), total_amount: "30.41", shipping_method: "standard", payment_status: "paid" },
            { id: 169, customer_id: 104, order_date: new Date("2022-03-25T09:58:26Z"), total_amount: "3691.70", shipping_method: "standard", payment_status: "paid" },
            { id: 170, customer_id: 272, order_date: new Date("2023-05-14T08:41:26Z"), total_amount: "8.00", shipping_method: "standard", payment_status: "pending" },
            { id: 171, customer_id: 63, order_date: new Date("2022-07-22T21:16:30Z"), total_amount: "4645.58", shipping_method: "standard", payment_status: "paid" },
            { id: 172, customer_id: 31, order_date: new Date("2023-02-10T00:21:46Z"), total_amount: "2403.27", shipping_method: "standard", payment_status: "paid" },
            { id: 173, customer_id: 258, order_date: new Date("2023-05-18T17:05:14Z"), total_amount: "37.80", shipping_method: "express", payment_status: "paid" },
            { id: 174, customer_id: 22, order_date: new Date("2023-06-30T21:11:31Z"), total_amount: "4310.18", shipping_method: "standard", payment_status: "paid" },
            { id: 175, customer_id: 51, order_date: new Date("2023-11-20T01:05:44Z"), total_amount: null, shipping_method: "overnight", payment_status: "paid" },
            { id: 176, customer_id: 255, order_date: new Date("2023-03-22T15:34:18Z"), total_amount: "2920.78", shipping_method: "express", payment_status: "paid" },
            { id: 177, customer_id: 91, order_date: new Date("2023-07-27T20:42:04Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 178, customer_id: 188, order_date: new Date("2023-04-19T21:01:03Z"), total_amount: null, shipping_method: "express", payment_status: "paid" },
            { id: 179, customer_id: 145, order_date: new Date("2022-04-25T22:05:10Z"), total_amount: "1870.19", shipping_method: "standard", payment_status: "paid" },
            { id: 180, customer_id: 88, order_date: new Date("2022-02-11T19:20:25Z"), total_amount: "3680.16", shipping_method: "overnight", payment_status: "paid" },
            { id: 181, customer_id: 100, order_date: new Date("2023-02-11T09:40:41Z"), total_amount: "9.07", shipping_method: "express", payment_status: "paid" },
            { id: 182, customer_id: 146, order_date: new Date("2023-10-29T13:53:56Z"), total_amount: "653.04", shipping_method: "standard", payment_status: "paid" },
            { id: 183, customer_id: 225, order_date: new Date("2023-08-22T17:14:38Z"), total_amount: "2862.74", shipping_method: "standard", payment_status: "paid" },
            { id: 184, customer_id: 59, order_date: new Date("2023-09-30T00:03:58Z"), total_amount: "1474.98", shipping_method: "standard", payment_status: "pending" },
            { id: 185, customer_id: 230, order_date: new Date("2023-12-14T12:08:25Z"), total_amount: "364.76", shipping_method: "standard", payment_status: "paid" },
            { id: 186, customer_id: 193, order_date: new Date("2023-03-11T00:57:54Z"), total_amount: "12.12", shipping_method: "standard", payment_status: "pending" },
            { id: 187, customer_id: 108, order_date: new Date("2023-07-01T23:43:15Z"), total_amount: "950.04", shipping_method: "standard", payment_status: "paid" },
            { id: 188, customer_id: 94, order_date: new Date("2022-07-31T18:07:23Z"), total_amount: "3805.42", shipping_method: "standard", payment_status: "paid" },
            { id: 189, customer_id: 172, order_date: new Date("2023-01-09T10:08:44Z"), total_amount: "4385.38", shipping_method: "overnight", payment_status: "paid" },
            { id: 190, customer_id: 126, order_date: new Date("2022-05-01T04:20:56Z"), total_amount: "3090.50", shipping_method: "standard", payment_status: "paid" },
            { id: 191, customer_id: 292, order_date: new Date("2023-05-07T17:05:31Z"), total_amount: null, shipping_method: "standard", payment_status: "pending" },
            { id: 192, customer_id: 91, order_date: new Date("2022-11-05T19:52:44Z"), total_amount: "5.28", shipping_method: "standard", payment_status: "paid" },
            { id: 193, customer_id: 73, order_date: new Date("2023-06-04T21:55:39Z"), total_amount: "4751.25", shipping_method: "standard", payment_status: "paid" },
            { id: 194, customer_id: 131, order_date: new Date("2023-04-16T18:26:37Z"), total_amount: "4185.64", shipping_method: "standard", payment_status: "pending" },
            { id: 195, customer_id: 121, order_date: new Date("2023-05-03T11:02:55Z"), total_amount: "3337.19", shipping_method: "standard", payment_status: "paid" },
            { id: 196, customer_id: 61, order_date: new Date("2023-09-08T14:59:38Z"), total_amount: "3056.49", shipping_method: "overnight", payment_status: "paid" },
            { id: 197, customer_id: 58, order_date: new Date("2022-05-21T13:05:47Z"), total_amount: "4589.36", shipping_method: "standard", payment_status: "paid" },
            { id: 198, customer_id: 80, order_date: new Date("2022-10-01T18:54:03Z"), total_amount: "1449.34", shipping_method: "standard", payment_status: "paid" },
            { id: 199, customer_id: 13, order_date: new Date("2023-11-11T11:32:58Z"), total_amount: "1195.02", shipping_method: "standard", payment_status: "paid" },
            { id: 200, customer_id: 19, order_date: new Date("2022-12-18T06:02:25Z"), total_amount: "1729.92", shipping_method: "standard", payment_status: "refunded" },
            { id: 201, customer_id: 300, order_date: new Date("2023-11-27T16:11:32Z"), total_amount: "282.34", shipping_method: "standard", payment_status: "paid" },
            { id: 202, customer_id: 178, order_date: new Date("2022-05-05T17:20:28Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 203, customer_id: 61, order_date: new Date("2023-02-21T22:48:08Z"), total_amount: "2445.56", shipping_method: "standard", payment_status: "paid" },
            { id: 204, customer_id: 285, order_date: new Date("2023-10-16T20:11:08Z"), total_amount: "2958.81", shipping_method: "standard", payment_status: "paid" },
            { id: 205, customer_id: 246, order_date: new Date("2022-05-30T21:32:22Z"), total_amount: "115.41", shipping_method: "standard", payment_status: "paid" },
            { id: 206, customer_id: 152, order_date: new Date("2023-08-23T19:29:09Z"), total_amount: "828.76", shipping_method: "standard", payment_status: "paid" },
            { id: 207, customer_id: 224, order_date: new Date("2023-11-18T15:00:20Z"), total_amount: "306.86", shipping_method: "standard", payment_status: "paid" },
            { id: 208, customer_id: 219, order_date: new Date("2023-10-11T01:05:03Z"), total_amount: "239.98", shipping_method: "standard", payment_status: "paid" },
            { id: 209, customer_id: 72, order_date: new Date("2022-04-29T08:34:58Z"), total_amount: "268.17", shipping_method: "standard", payment_status: "paid" },
            { id: 210, customer_id: 180, order_date: new Date("2022-12-01T17:06:25Z"), total_amount: "745.20", shipping_method: "standard", payment_status: "pending" },
            { id: 211, customer_id: 122, order_date: new Date("2023-04-23T19:43:37Z"), total_amount: "4612.65", shipping_method: "express", payment_status: "paid" },
            { id: 212, customer_id: 190, order_date: new Date("2023-05-24T21:39:07Z"), total_amount: "464.41", shipping_method: "overnight", payment_status: "pending" },
            { id: 213, customer_id: 224, order_date: new Date("2023-04-09T15:05:09Z"), total_amount: null, shipping_method: "standard", payment_status: "pending" },
            { id: 214, customer_id: 294, order_date: new Date("2022-07-10T15:19:06Z"), total_amount: "952.91", shipping_method: "standard", payment_status: "paid" },
            { id: 215, customer_id: 179, order_date: new Date("2023-02-23T18:10:43Z"), total_amount: "2906.64", shipping_method: "overnight", payment_status: "paid" },
            { id: 216, customer_id: 218, order_date: new Date("2022-09-24T22:43:08Z"), total_amount: "359.56", shipping_method: "overnight", payment_status: "paid" },
            { id: 217, customer_id: 166, order_date: new Date("2023-02-18T09:47:29Z"), total_amount: "1462.23", shipping_method: "standard", payment_status: "refunded" },
            { id: 218, customer_id: 31, order_date: new Date("2023-04-26T19:27:19Z"), total_amount: "2406.45", shipping_method: "standard", payment_status: "paid" },
            { id: 219, customer_id: 272, order_date: new Date("2023-10-14T18:35:45Z"), total_amount: "2592.99", shipping_method: "standard", payment_status: "pending" },
            { id: 220, customer_id: 138, order_date: new Date("2023-05-12T20:33:49Z"), total_amount: "3774.68", shipping_method: "express", payment_status: "paid" },
            { id: 221, customer_id: 134, order_date: new Date("2022-10-03T19:38:17Z"), total_amount: "2415.92", shipping_method: "standard", payment_status: "pending" },
            { id: 222, customer_id: 83, order_date: new Date("2022-04-22T20:29:57Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 223, customer_id: 233, order_date: new Date("2022-07-15T12:12:02Z"), total_amount: "2091.11", shipping_method: "express", payment_status: "paid" },
            { id: 224, customer_id: 79, order_date: new Date("2023-10-05T19:13:26Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 225, customer_id: 52, order_date: new Date("2022-08-29T19:02:14Z"), total_amount: "760.14", shipping_method: "overnight", payment_status: "paid" },
            { id: 226, customer_id: 269, order_date: new Date("2023-01-21T17:05:44Z"), total_amount: "2704.18", shipping_method: "standard", payment_status: "pending" },
            { id: 227, customer_id: 39, order_date: new Date("2022-08-16T10:42:58Z"), total_amount: "1152.21", shipping_method: "express", payment_status: "paid" },
            { id: 228, customer_id: 126, order_date: new Date("2023-02-07T07:56:46Z"), total_amount: "423.65", shipping_method: "standard", payment_status: "paid" },
            { id: 229, customer_id: 146, order_date: new Date("2022-02-23T15:09:42Z"), total_amount: "4303.15", shipping_method: "express", payment_status: "pending" },
            { id: 230, customer_id: 84, order_date: new Date("2022-09-18T09:16:38Z"), total_amount: "1833.40", shipping_method: "standard", payment_status: "paid" },
            { id: 231, customer_id: 99, order_date: new Date("2023-05-13T09:04:59Z"), total_amount: "4170.29", shipping_method: "standard", payment_status: "paid" },
            { id: 232, customer_id: 223, order_date: new Date("2022-05-11T16:58:43Z"), total_amount: "3848.86", shipping_method: "standard", payment_status: "paid" },
            { id: 233, customer_id: 42, order_date: new Date("2023-11-27T09:13:57Z"), total_amount: "1184.52", shipping_method: "standard", payment_status: "paid" },
            { id: 234, customer_id: 298, order_date: new Date("2022-01-21T10:13:50Z"), total_amount: "2128.59", shipping_method: "express", payment_status: "paid" },
            { id: 235, customer_id: 16, order_date: new Date("2022-01-02T08:16:37Z"), total_amount: "1937.88", shipping_method: "standard", payment_status: "paid" },
            { id: 236, customer_id: 13, order_date: new Date("2022-03-27T11:58:13Z"), total_amount: "741.49", shipping_method: "standard", payment_status: "paid" },
            { id: 237, customer_id: 178, order_date: new Date("2023-06-09T10:29:46Z"), total_amount: "32.82", shipping_method: "standard", payment_status: "paid" },
            { id: 238, customer_id: 271, order_date: new Date("2023-09-13T22:28:03Z"), total_amount: "4727.29", shipping_method: "overnight", payment_status: "paid" },
            { id: 239, customer_id: 259, order_date: new Date("2023-11-04T23:07:08Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 240, customer_id: 33, order_date: new Date("2022-11-12T19:18:08Z"), total_amount: "1808.32", shipping_method: "overnight", payment_status: "paid" },
            { id: 241, customer_id: 59, order_date: new Date("2022-06-18T20:17:19Z"), total_amount: "1026.40", shipping_method: "standard", payment_status: "pending" },
            { id: 242, customer_id: 42, order_date: new Date("2023-06-19T18:46:28Z"), total_amount: "661.46", shipping_method: "standard", payment_status: "paid" },
            { id: 243, customer_id: 191, order_date: new Date("2023-07-07T13:33:28Z"), total_amount: "214.67", shipping_method: "standard", payment_status: "paid" },
            { id: 244, customer_id: 15, order_date: new Date("2023-03-04T20:04:53Z"), total_amount: "1811.14", shipping_method: "express", payment_status: "paid" },
            { id: 245, customer_id: 291, order_date: new Date("2023-01-18T00:01:48Z"), total_amount: "3686.62", shipping_method: "standard", payment_status: "paid" },
            { id: 246, customer_id: 122, order_date: new Date("2022-06-10T19:53:20Z"), total_amount: "48.74", shipping_method: "standard", payment_status: "paid" },
            { id: 247, customer_id: 281, order_date: new Date("2023-03-14T09:31:54Z"), total_amount: "11.54", shipping_method: "standard", payment_status: "paid" },
            { id: 248, customer_id: 109, order_date: new Date("2022-11-12T15:35:48Z"), total_amount: "2111.46", shipping_method: "standard", payment_status: "paid" },
            { id: 249, customer_id: 212, order_date: new Date("2023-05-23T17:56:17Z"), total_amount: "603.87", shipping_method: "overnight", payment_status: "paid" },
            { id: 250, customer_id: 221, order_date: new Date("2023-08-10T19:25:56Z"), total_amount: "2679.32", shipping_method: "standard", payment_status: "paid" },
            { id: 251, customer_id: 159, order_date: new Date("2022-05-12T20:06:09Z"), total_amount: "2311.14", shipping_method: "standard", payment_status: "paid" },
            { id: 252, customer_id: 252, order_date: new Date("2022-06-13T16:46:30Z"), total_amount: "271.10", shipping_method: "standard", payment_status: "paid" },
            { id: 253, customer_id: 54, order_date: new Date("2022-09-07T14:18:00Z"), total_amount: "254.86", shipping_method: "standard", payment_status: "paid" },
            { id: 254, customer_id: 31, order_date: new Date("2022-10-20T11:36:09Z"), total_amount: "2598.53", shipping_method: "standard", payment_status: "pending" },
            { id: 255, customer_id: 267, order_date: new Date("2023-12-01T20:05:05Z"), total_amount: "56.07", shipping_method: "standard", payment_status: "paid" },
            { id: 256, customer_id: 50, order_date: new Date("2022-06-23T12:57:41Z"), total_amount: "494.39", shipping_method: "standard", payment_status: "paid" },
            { id: 257, customer_id: 294, order_date: new Date("2023-04-15T23:08:09Z"), total_amount: "11.00", shipping_method: "standard", payment_status: "paid" },
            { id: 258, customer_id: 133, order_date: new Date("2022-09-27T11:14:20Z"), total_amount: "573.40", shipping_method: "standard", payment_status: "paid" },
            { id: 259, customer_id: 279, order_date: new Date("2022-07-23T17:21:06Z"), total_amount: "1221.15", shipping_method: "express", payment_status: "paid" },
            { id: 260, customer_id: 159, order_date: new Date("2022-10-25T13:31:14Z"), total_amount: "34.15", shipping_method: "standard", payment_status: "refunded" },
            { id: 261, customer_id: 280, order_date: new Date("2023-12-27T20:37:53Z"), total_amount: "1896.32", shipping_method: "express", payment_status: "pending" },
            { id: 262, customer_id: 267, order_date: new Date("2022-11-24T15:51:42Z"), total_amount: "3055.34", shipping_method: "express", payment_status: "pending" },
            { id: 263, customer_id: 197, order_date: new Date("2022-12-03T12:30:28Z"), total_amount: "21.08", shipping_method: "express", payment_status: "pending" },
            { id: 264, customer_id: 77, order_date: new Date("2023-12-06T21:14:09Z"), total_amount: "4550.49", shipping_method: "express", payment_status: "pending" },
            { id: 265, customer_id: 225, order_date: new Date("2022-01-01T01:36:43Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 266, customer_id: 198, order_date: new Date("2023-02-16T17:58:05Z"), total_amount: "1707.26", shipping_method: "express", payment_status: "paid" },
            { id: 267, customer_id: 222, order_date: new Date("2023-10-19T12:35:49Z"), total_amount: "617.72", shipping_method: "standard", payment_status: "pending" },
            { id: 268, customer_id: 69, order_date: new Date("2022-11-21T08:25:44Z"), total_amount: "3896.32", shipping_method: "standard", payment_status: "refunded" },
            { id: 269, customer_id: 37, order_date: new Date("2023-08-31T19:50:24Z"), total_amount: "4821.91", shipping_method: "standard", payment_status: "paid" },
            { id: 270, customer_id: 169, order_date: new Date("2023-01-03T13:27:27Z"), total_amount: "1311.50", shipping_method: "overnight", payment_status: "paid" },
            { id: 271, customer_id: 121, order_date: new Date("2023-04-19T12:20:31Z"), total_amount: "1309.19", shipping_method: "standard", payment_status: "paid" },
            { id: 272, customer_id: 129, order_date: new Date("2022-09-03T07:52:43Z"), total_amount: "1205.83", shipping_method: "standard", payment_status: "paid" },
            { id: 273, customer_id: 56, order_date: new Date("2023-10-18T15:47:52Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 274, customer_id: 146, order_date: new Date("2022-12-03T10:21:47Z"), total_amount: "1610.44", shipping_method: "standard", payment_status: "paid" },
            { id: 275, customer_id: 134, order_date: new Date("2023-04-08T13:39:19Z"), total_amount: "5.19", shipping_method: "standard", payment_status: "refunded" },
            { id: 276, customer_id: 21, order_date: new Date("2023-04-07T14:04:36Z"), total_amount: "838.79", shipping_method: "overnight", payment_status: "paid" },
            { id: 277, customer_id: 30, order_date: new Date("2022-06-10T18:49:41Z"), total_amount: "833.16", shipping_method: "standard", payment_status: "paid" },
            { id: 278, customer_id: 163, order_date: new Date("2022-04-06T18:11:02Z"), total_amount: null, shipping_method: "express", payment_status: "pending" },
            { id: 279, customer_id: 209, order_date: new Date("2022-11-17T17:39:57Z"), total_amount: "42.45", shipping_method: "standard", payment_status: "paid" },
            { id: 280, customer_id: 25, order_date: new Date("2023-02-28T16:16:45Z"), total_amount: "3810.15", shipping_method: "standard", payment_status: "pending" },
            { id: 281, customer_id: 40, order_date: new Date("2023-05-14T18:39:58Z"), total_amount: null, shipping_method: "express", payment_status: "paid" },
            { id: 282, customer_id: 187, order_date: new Date("2023-08-08T21:06:54Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 283, customer_id: 111, order_date: new Date("2022-11-05T21:30:26Z"), total_amount: "2560.01", shipping_method: "express", payment_status: "pending" },
            { id: 284, customer_id: 193, order_date: new Date("2022-09-03T00:17:48Z"), total_amount: "1660.48", shipping_method: "standard", payment_status: "paid" },
            { id: 285, customer_id: 293, order_date: new Date("2022-03-26T21:55:01Z"), total_amount: "585.81", shipping_method: "standard", payment_status: "paid" },
            { id: 286, customer_id: 300, order_date: new Date("2022-04-20T13:39:21Z"), total_amount: "2846.80", shipping_method: "express", payment_status: "paid" },
            { id: 287, customer_id: 8, order_date: new Date("2022-02-20T10:17:23Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 288, customer_id: 271, order_date: new Date("2022-02-18T18:02:54Z"), total_amount: "1986.00", shipping_method: "express", payment_status: "paid" },
            { id: 289, customer_id: 210, order_date: new Date("2023-12-10T15:17:14Z"), total_amount: "372.99", shipping_method: "standard", payment_status: "paid" },
            { id: 290, customer_id: 236, order_date: new Date("2023-03-28T14:37:15Z"), total_amount: "4695.39", shipping_method: "standard", payment_status: "paid" },
            { id: 291, customer_id: 210, order_date: new Date("2022-02-03T21:22:51Z"), total_amount: "4882.21", shipping_method: "standard", payment_status: "paid" },
            { id: 292, customer_id: 280, order_date: new Date("2022-02-07T10:30:53Z"), total_amount: "965.98", shipping_method: "express", payment_status: "paid" },
            { id: 293, customer_id: 13, order_date: new Date("2023-01-12T11:11:16Z"), total_amount: "1263.60", shipping_method: "standard", payment_status: "paid" },
            { id: 294, customer_id: 264, order_date: new Date("2022-09-05T00:26:17Z"), total_amount: "724.15", shipping_method: "standard", payment_status: "pending" },
            { id: 295, customer_id: 239, order_date: new Date("2023-01-05T09:36:37Z"), total_amount: "55.72", shipping_method: "standard", payment_status: "paid" },
            { id: 296, customer_id: 236, order_date: new Date("2022-02-09T14:29:33Z"), total_amount: "3443.12", shipping_method: "standard", payment_status: "paid" },
            { id: 297, customer_id: 262, order_date: new Date("2022-05-19T20:44:44Z"), total_amount: "140.42", shipping_method: "standard", payment_status: "paid" },
            { id: 298, customer_id: 278, order_date: new Date("2022-12-16T09:37:23Z"), total_amount: "4956.17", shipping_method: "standard", payment_status: "paid" },
            { id: 299, customer_id: 84, order_date: new Date("2023-10-17T19:00:40Z"), total_amount: "1274.51", shipping_method: "overnight", payment_status: "paid" },
            { id: 300, customer_id: 163, order_date: new Date("2022-08-12T03:41:45Z"), total_amount: "187.00", shipping_method: "express", payment_status: "paid" },
            { id: 301, customer_id: 69, order_date: new Date("2023-05-02T20:04:06Z"), total_amount: "862.16", shipping_method: "express", payment_status: "paid" },
            { id: 302, customer_id: 253, order_date: new Date("2023-01-24T21:11:26Z"), total_amount: null, shipping_method: "standard", payment_status: "refunded" },
            { id: 303, customer_id: 14, order_date: new Date("2022-05-08T06:17:08Z"), total_amount: "102.27", shipping_method: "standard", payment_status: "paid" },
            { id: 304, customer_id: 226, order_date: new Date("2022-12-21T23:51:16Z"), total_amount: "2941.00", shipping_method: "standard", payment_status: "paid" },
            { id: 305, customer_id: 198, order_date: new Date("2023-02-18T18:10:22Z"), total_amount: "2795.24", shipping_method: "standard", payment_status: "pending" },
            { id: 306, customer_id: 97, order_date: new Date("2022-12-27T20:00:06Z"), total_amount: "16.65", shipping_method: "standard", payment_status: "paid" },
            { id: 307, customer_id: 135, order_date: new Date("2023-06-09T16:26:41Z"), total_amount: "455.89", shipping_method: "standard", payment_status: "pending" },
            { id: 308, customer_id: 127, order_date: new Date("2023-11-12T08:41:29Z"), total_amount: "113.49", shipping_method: "overnight", payment_status: "paid" },
            { id: 309, customer_id: 2, order_date: new Date("2023-05-08T18:41:43Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 310, customer_id: 153, order_date: new Date("2023-11-10T22:12:08Z"), total_amount: "7.45", shipping_method: "standard", payment_status: "paid" },
            { id: 311, customer_id: 118, order_date: new Date("2023-12-22T21:44:53Z"), total_amount: "262.39", shipping_method: "standard", payment_status: "paid" },
            { id: 312, customer_id: 172, order_date: new Date("2023-11-19T08:53:00Z"), total_amount: "4723.18", shipping_method: "standard", payment_status: "paid" },
            { id: 313, customer_id: 299, order_date: new Date("2022-01-30T20:21:56Z"), total_amount: "708.66", shipping_method: "standard", payment_status: "pending" },
            { id: 314, customer_id: 153, order_date: new Date("2022-08-26T10:53:52Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 315, customer_id: 203, order_date: new Date("2022-06-11T17:07:04Z"), total_amount: "1046.42", shipping_method: "standard", payment_status: "paid" },
            { id: 316, customer_id: 17, order_date: new Date("2023-03-28T16:52:56Z"), total_amount: "1686.74", shipping_method: "standard", payment_status: "pending" },
            { id: 317, customer_id: 75, order_date: new Date("2022-02-02T15:47:13Z"), total_amount: "4648.79", shipping_method: "express", payment_status: "paid" },
            { id: 318, customer_id: 150, order_date: new Date("2022-06-05T07:45:18Z"), total_amount: "4313.65", shipping_method: "standard", payment_status: "paid" },
            { id: 319, customer_id: 190, order_date: new Date("2023-06-22T15:55:45Z"), total_amount: "3746.20", shipping_method: "overnight", payment_status: "pending" },
            { id: 320, customer_id: 247, order_date: new Date("2023-01-11T10:23:48Z"), total_amount: "1520.78", shipping_method: "express", payment_status: "paid" },
            { id: 321, customer_id: 96, order_date: new Date("2022-03-27T19:31:43Z"), total_amount: "1497.89", shipping_method: "standard", payment_status: "paid" },
            { id: 322, customer_id: 206, order_date: new Date("2023-11-20T18:43:10Z"), total_amount: "3137.83", shipping_method: "standard", payment_status: "paid" },
            { id: 323, customer_id: 130, order_date: new Date("2022-06-14T21:29:33Z"), total_amount: "1429.11", shipping_method: "standard", payment_status: "refunded" },
            { id: 324, customer_id: 43, order_date: new Date("2022-02-07T12:36:34Z"), total_amount: "3264.98", shipping_method: "express", payment_status: "paid" },
            { id: 325, customer_id: 219, order_date: new Date("2022-01-30T09:19:42Z"), total_amount: "1226.74", shipping_method: "standard", payment_status: "pending" },
            { id: 326, customer_id: 112, order_date: new Date("2022-08-11T20:25:02Z"), total_amount: "1324.79", shipping_method: "standard", payment_status: "paid" },
            { id: 327, customer_id: 147, order_date: new Date("2023-04-05T20:45:44Z"), total_amount: "613.51", shipping_method: "standard", payment_status: "paid" },
            { id: 328, customer_id: 35, order_date: new Date("2023-03-18T11:24:56Z"), total_amount: "272.03", shipping_method: "overnight", payment_status: "paid" },
            { id: 329, customer_id: 98, order_date: new Date("2022-08-20T18:54:58Z"), total_amount: "423.20", shipping_method: "standard", payment_status: "paid" },
            { id: 330, customer_id: 14, order_date: new Date("2023-12-19T18:19:35Z"), total_amount: "2166.66", shipping_method: "standard", payment_status: "paid" },
            { id: 331, customer_id: 49, order_date: new Date("2022-09-07T19:07:18Z"), total_amount: "79.23", shipping_method: "standard", payment_status: "paid" },
            { id: 332, customer_id: 211, order_date: new Date("2023-05-08T18:48:57Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 333, customer_id: 264, order_date: new Date("2022-12-24T12:49:52Z"), total_amount: "65.13", shipping_method: "standard", payment_status: "paid" },
            { id: 334, customer_id: 186, order_date: new Date("2023-07-14T20:02:41Z"), total_amount: "2441.90", shipping_method: "express", payment_status: "paid" },
            { id: 335, customer_id: 83, order_date: new Date("2022-05-12T03:20:06Z"), total_amount: "725.76", shipping_method: "overnight", payment_status: "paid" },
            { id: 336, customer_id: 99, order_date: new Date("2022-04-15T16:52:43Z"), total_amount: "3196.42", shipping_method: "overnight", payment_status: "paid" },
            { id: 337, customer_id: 219, order_date: new Date("2023-01-02T20:08:33Z"), total_amount: "1216.29", shipping_method: "standard", payment_status: "paid" },
            { id: 338, customer_id: 124, order_date: new Date("2023-02-09T20:58:54Z"), total_amount: "2973.37", shipping_method: "standard", payment_status: "paid" },
            { id: 339, customer_id: 119, order_date: new Date("2022-07-09T13:07:43Z"), total_amount: "3736.18", shipping_method: "standard", payment_status: "paid" },
            { id: 340, customer_id: 119, order_date: new Date("2023-07-02T12:52:33Z"), total_amount: "448.90", shipping_method: "standard", payment_status: "paid" },
            { id: 341, customer_id: 51, order_date: new Date("2022-10-25T19:48:55Z"), total_amount: "4227.26", shipping_method: "express", payment_status: "paid" },
            { id: 342, customer_id: 219, order_date: new Date("2023-05-11T16:18:09Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 343, customer_id: 248, order_date: new Date("2022-08-26T15:58:04Z"), total_amount: "2374.84", shipping_method: "standard", payment_status: "paid" },
            { id: 344, customer_id: 212, order_date: new Date("2022-05-08T19:44:17Z"), total_amount: "1162.08", shipping_method: "standard", payment_status: "paid" },
            { id: 345, customer_id: 37, order_date: new Date("2023-04-21T19:36:16Z"), total_amount: "174.82", shipping_method: "standard", payment_status: "paid" },
            { id: 346, customer_id: 2, order_date: new Date("2022-12-06T16:20:36Z"), total_amount: "5.90", shipping_method: "standard", payment_status: "paid" },
            { id: 347, customer_id: 245, order_date: new Date("2022-04-27T18:19:16Z"), total_amount: "4399.99", shipping_method: "standard", payment_status: "paid" },
            { id: 348, customer_id: 203, order_date: new Date("2022-12-17T09:35:20Z"), total_amount: "3640.65", shipping_method: "express", payment_status: "paid" },
            { id: 349, customer_id: 149, order_date: new Date("2022-07-24T20:00:25Z"), total_amount: "2026.67", shipping_method: "overnight", payment_status: "paid" },
            { id: 350, customer_id: 167, order_date: new Date("2023-03-11T14:31:25Z"), total_amount: "3381.50", shipping_method: "express", payment_status: "paid" },
            { id: 351, customer_id: 30, order_date: new Date("2022-03-01T18:33:04Z"), total_amount: "3781.66", shipping_method: "standard", payment_status: "paid" },
            { id: 352, customer_id: 125, order_date: new Date("2022-04-20T06:43:34Z"), total_amount: "444.74", shipping_method: "express", payment_status: "paid" },
            { id: 353, customer_id: 274, order_date: new Date("2022-06-03T20:31:23Z"), total_amount: "221.23", shipping_method: "standard", payment_status: "pending" },
            { id: 354, customer_id: 159, order_date: new Date("2022-08-07T13:06:42Z"), total_amount: "1242.04", shipping_method: "standard", payment_status: "paid" },
            { id: 355, customer_id: 80, order_date: new Date("2022-01-12T14:38:09Z"), total_amount: "570.88", shipping_method: "express", payment_status: "paid" },
            { id: 356, customer_id: 73, order_date: new Date("2022-09-17T09:27:39Z"), total_amount: "58.61", shipping_method: "standard", payment_status: "pending" },
            { id: 357, customer_id: 69, order_date: new Date("2023-10-01T17:58:45Z"), total_amount: "1658.84", shipping_method: "standard", payment_status: "paid" },
            { id: 358, customer_id: 20, order_date: new Date("2023-03-24T08:06:51Z"), total_amount: "1884.55", shipping_method: "standard", payment_status: "paid" },
            { id: 359, customer_id: 243, order_date: new Date("2023-09-07T10:25:38Z"), total_amount: "1418.11", shipping_method: "express", payment_status: "refunded" },
            { id: 360, customer_id: 151, order_date: new Date("2022-11-30T23:24:21Z"), total_amount: null, shipping_method: "standard", payment_status: "pending" },
            { id: 361, customer_id: 17, order_date: new Date("2022-03-03T09:29:29Z"), total_amount: "64.43", shipping_method: "overnight", payment_status: "paid" },
            { id: 362, customer_id: 150, order_date: new Date("2022-01-07T17:04:56Z"), total_amount: "5.01", shipping_method: "standard", payment_status: "paid" },
            { id: 363, customer_id: 155, order_date: new Date("2022-02-26T18:43:48Z"), total_amount: "2795.16", shipping_method: "standard", payment_status: "paid" },
            { id: 364, customer_id: 88, order_date: new Date("2022-04-09T12:50:07Z"), total_amount: "465.10", shipping_method: "standard", payment_status: "paid" },
            { id: 365, customer_id: 189, order_date: new Date("2023-05-17T18:00:03Z"), total_amount: "1384.86", shipping_method: "standard", payment_status: "paid" },
            { id: 366, customer_id: 15, order_date: new Date("2022-05-27T17:21:00Z"), total_amount: null, shipping_method: "express", payment_status: "pending" },
            { id: 367, customer_id: 142, order_date: new Date("2022-02-15T19:31:28Z"), total_amount: "104.33", shipping_method: "standard", payment_status: "paid" },
            { id: 368, customer_id: 134, order_date: new Date("2022-05-06T16:07:19Z"), total_amount: "252.84", shipping_method: "standard", payment_status: "paid" },
            { id: 369, customer_id: 23, order_date: new Date("2022-06-16T10:18:56Z"), total_amount: "807.89", shipping_method: "standard", payment_status: "paid" },
            { id: 370, customer_id: 8, order_date: new Date("2022-07-25T16:03:16Z"), total_amount: "309.60", shipping_method: "standard", payment_status: "paid" },
            { id: 371, customer_id: 13, order_date: new Date("2023-11-21T14:31:01Z"), total_amount: "8.41", shipping_method: "standard", payment_status: "paid" },
            { id: 372, customer_id: 100, order_date: new Date("2022-08-05T18:09:20Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 373, customer_id: 262, order_date: new Date("2023-12-31T21:20:35Z"), total_amount: "3515.02", shipping_method: "standard", payment_status: "paid" },
            { id: 374, customer_id: 172, order_date: new Date("2023-09-16T20:09:05Z"), total_amount: "935.13", shipping_method: "standard", payment_status: "paid" },
            { id: 375, customer_id: 247, order_date: new Date("2023-09-29T14:15:17Z"), total_amount: "4515.75", shipping_method: "overnight", payment_status: "paid" },
            { id: 376, customer_id: 92, order_date: new Date("2022-11-12T20:38:56Z"), total_amount: "847.38", shipping_method: "express", payment_status: "paid" },
            { id: 377, customer_id: 227, order_date: new Date("2023-05-28T19:32:55Z"), total_amount: "570.44", shipping_method: "express", payment_status: "refunded" },
            { id: 378, customer_id: 253, order_date: new Date("2022-05-28T10:00:30Z"), total_amount: "1336.01", shipping_method: "standard", payment_status: "paid" },
            { id: 379, customer_id: 52, order_date: new Date("2022-04-05T09:33:49Z"), total_amount: "120.29", shipping_method: "express", payment_status: "paid" },
            { id: 380, customer_id: 232, order_date: new Date("2023-04-23T21:46:18Z"), total_amount: "73.66", shipping_method: "standard", payment_status: "pending" },
            { id: 381, customer_id: 207, order_date: new Date("2022-04-18T17:27:45Z"), total_amount: "4376.83", shipping_method: "standard", payment_status: "paid" },
            { id: 382, customer_id: 163, order_date: new Date("2023-01-31T16:43:45Z"), total_amount: "287.41", shipping_method: "express", payment_status: "paid" },
            { id: 383, customer_id: 55, order_date: new Date("2023-04-18T19:55:39Z"), total_amount: "86.80", shipping_method: "standard", payment_status: "paid" },
            { id: 384, customer_id: 281, order_date: new Date("2023-02-24T11:36:32Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 385, customer_id: 208, order_date: new Date("2023-05-26T07:24:59Z"), total_amount: "31.01", shipping_method: "express", payment_status: "pending" },
            { id: 386, customer_id: 218, order_date: new Date("2023-03-08T18:53:03Z"), total_amount: "4450.92", shipping_method: "overnight", payment_status: "paid" },
            { id: 387, customer_id: 36, order_date: new Date("2023-05-18T16:29:01Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 388, customer_id: 219, order_date: new Date("2023-06-03T18:49:02Z"), total_amount: null, shipping_method: "standard", payment_status: "paid" },
            { id: 389, customer_id: 252, order_date: new Date("2022-04-15T18:20:20Z"), total_amount: "2031.79", shipping_method: "standard", payment_status: "paid" },
            { id: 390, customer_id: 233, order_date: new Date("2023-12-17T19:46:16Z"), total_amount: "3809.65", shipping_method: "standard", payment_status: "paid" },
            { id: 391, customer_id: 185, order_date: new Date("2023-08-25T14:52:31Z"), total_amount: "338.09", shipping_method: "standard", payment_status: "paid" },
            { id: 392, customer_id: 87, order_date: new Date("2023-10-16T18:54:58Z"), total_amount: "3204.80", shipping_method: "standard", payment_status: "paid" },
            { id: 393, customer_id: 98, order_date: new Date("2023-07-05T16:01:15Z"), total_amount: "520.12", shipping_method: "standard", payment_status: "paid" },
            { id: 394, customer_id: 293, order_date: new Date("2022-02-17T12:10:59Z"), total_amount: "44.86", shipping_method: "express", payment_status: "paid" },
            { id: 395, customer_id: 120, order_date: new Date("2022-01-21T09:40:23Z"), total_amount: "220.99", shipping_method: "overnight", payment_status: "paid" },
            { id: 396, customer_id: 244, order_date: new Date("2022-04-13T00:46:09Z"), total_amount: "768.10", shipping_method: "standard", payment_status: "paid" },
            { id: 397, customer_id: 189, order_date: new Date("2023-01-23T21:46:24Z"), total_amount: "4378.43", shipping_method: "express", payment_status: "pending" },
            { id: 398, customer_id: 28, order_date: new Date("2022-07-20T14:44:09Z"), total_amount: "3965.56", shipping_method: "standard", payment_status: "paid" },
            { id: 399, customer_id: 247, order_date: new Date("2023-01-22T22:07:31Z"), total_amount: "1226.69", shipping_method: "standard", payment_status: "paid" },
            { id: 400, customer_id: 59, order_date: new Date("2023-02-18T19:33:31Z"), total_amount: "3334.79", shipping_method: "standard", payment_status: "paid" },
        ],
    });
    await prisma.products.createMany({
        data: [
            { id: 1, name: "gadget", category_id: 17, price: "2420.20", stock_quantity: 87 },
            { id: 2, name: "novelty footwear device", category_id: 3, price: null, stock_quantity: 56 },
            { id: 3, name: "gadget device", category_id: 20, price: "1634.06", stock_quantity: 54 },
            { id: 4, name: "stationery toys footwear", category_id: 15, price: "1834.45", stock_quantity: 78 },
            { id: 5, name: "stationery electronics widget", category_id: 2, price: "1985.94", stock_quantity: 54 },
            { id: 6, name: "device footwear appliance", category_id: 2, price: "764.13", stock_quantity: 16 },
            { id: 7, name: "device", category_id: 14, price: "3013.68", stock_quantity: 62 },
            { id: 8, name: "novelty gadget", category_id: 16, price: "4448.16", stock_quantity: 85 },
            { id: 9, name: "product device", category_id: 4, price: "907.96", stock_quantity: 21 },
            { id: 10, name: "novelty", category_id: 7, price: null, stock_quantity: 2 },
            { id: 11, name: "thing kitchenware", category_id: 19, price: "659.73", stock_quantity: 11 },
            { id: 12, name: "widget item", category_id: 13, price: null, stock_quantity: 79 },
            { id: 13, name: "device", category_id: 13, price: "3515.72", stock_quantity: 84 },
            { id: 14, name: "appliance", category_id: 13, price: null, stock_quantity: 71 },
            { id: 15, name: "decor gizmo", category_id: 19, price: "381.49", stock_quantity: 68 },
            { id: 16, name: "product accessory", category_id: 18, price: "5.15", stock_quantity: 98 },
            { id: 17, name: "stationery device jewelry", category_id: 20, price: "107.11", stock_quantity: 71 },
            { id: 18, name: "electronics footwear", category_id: 15, price: "12.09", stock_quantity: 5 },
            { id: 19, name: "electronics device", category_id: 20, price: "3030.40", stock_quantity: 53 },
            { id: 20, name: "novelty device decor", category_id: 4, price: "903.62", stock_quantity: 2 },
            { id: 21, name: "novelty decor furniture", category_id: 10, price: "17.91", stock_quantity: 99 },
            { id: 22, name: "decor", category_id: 18, price: "2768.97", stock_quantity: 9 },
            { id: 23, name: "novelty", category_id: 20, price: "155.80", stock_quantity: 4 },
            { id: 24, name: "furniture kitchenware", category_id: 16, price: null, stock_quantity: 72 },
            { id: 25, name: "jewelry furniture", category_id: 2, price: "613.43", stock_quantity: 47 },
            { id: 26, name: "novelty stationery product", category_id: 18, price: "3120.63", stock_quantity: 85 },
            { id: 27, name: "electronics", category_id: 11, price: "2387.55", stock_quantity: 38 },
            { id: 28, name: "kitchenware stationery decor", category_id: 9, price: "1268.60", stock_quantity: 40 },
            { id: 29, name: "tool product furniture", category_id: 20, price: "67.20", stock_quantity: 77 },
            { id: 30, name: "gadget apparel tool", category_id: 5, price: "9.86", stock_quantity: null },
            { id: 31, name: "jewelry apparel", category_id: 16, price: null, stock_quantity: null },
            { id: 32, name: "device gear", category_id: 17, price: "326.42", stock_quantity: 99 },
            { id: 33, name: "kitchenware electronics device", category_id: 1, price: "2901.66", stock_quantity: 84 },
            { id: 34, name: "novelty furniture", category_id: 3, price: null, stock_quantity: 49 },
            { id: 35, name: "stationery product", category_id: 16, price: "63.71", stock_quantity: 18 },
            { id: 36, name: "novelty appliance gadget", category_id: 13, price: null, stock_quantity: 22 },
            { id: 37, name: "electronics furniture decor", category_id: 6, price: null, stock_quantity: 2 },
            { id: 38, name: "jewelry gadget furniture", category_id: 20, price: "3087.24", stock_quantity: 9 },
            { id: 39, name: "appliance gizmo furniture", category_id: 7, price: "51.23", stock_quantity: null },
            { id: 40, name: "toys footwear", category_id: 17, price: "3761.53", stock_quantity: 38 },
            { id: 41, name: "gadget thing", category_id: 14, price: "1993.92", stock_quantity: 73 },
            { id: 42, name: "toys gadget novelty", category_id: 16, price: "2125.77", stock_quantity: 36 },
            { id: 43, name: "gadget electronics", category_id: 2, price: "4239.91", stock_quantity: 99 },
            { id: 44, name: "electronics gear stationery", category_id: 15, price: null, stock_quantity: 10 },
            { id: 45, name: "toys decor item", category_id: 12, price: "2134.31", stock_quantity: 58 },
            { id: 46, name: "electronics", category_id: 14, price: "3296.88", stock_quantity: 17 },
            { id: 47, name: "accessory furniture", category_id: 7, price: "1919.87", stock_quantity: null },
            { id: 48, name: "tool gear footwear", category_id: 15, price: "216.19", stock_quantity: null },
            { id: 49, name: "item gizmo", category_id: 17, price: "3712.53", stock_quantity: 13 },
            { id: 50, name: "apparel appliance furniture", category_id: 4, price: "157.99", stock_quantity: 91 },
            { id: 51, name: "product", category_id: 7, price: null, stock_quantity: 8 },
            { id: 52, name: "gear", category_id: 4, price: "373.43", stock_quantity: 47 },
            { id: 53, name: "decor gadget", category_id: 20, price: "312.07", stock_quantity: 32 },
            { id: 54, name: "accessory", category_id: 13, price: "1994.83", stock_quantity: 43 },
            { id: 55, name: "appliance apparel", category_id: 10, price: "490.13", stock_quantity: 31 },
            { id: 56, name: "footwear novelty", category_id: 9, price: "12.77", stock_quantity: 48 },
            { id: 57, name: "footwear", category_id: 10, price: "4052.55", stock_quantity: 78 },
            { id: 58, name: "novelty decor gadget", category_id: 14, price: "91.31", stock_quantity: 63 },
            { id: 59, name: "thing toys product", category_id: 6, price: "1742.88", stock_quantity: 52 },
            { id: 60, name: "stationery toys widget", category_id: 3, price: "1251.97", stock_quantity: 63 },
            { id: 61, name: "decor", category_id: 3, price: "1090.10", stock_quantity: 36 },
            { id: 62, name: "stationery", category_id: 1, price: "4768.98", stock_quantity: 22 },
            { id: 63, name: "tool stationery", category_id: 16, price: "514.82", stock_quantity: 31 },
            { id: 64, name: "gizmo decor", category_id: 19, price: "416.97", stock_quantity: 80 },
            { id: 65, name: "electronics gear novelty", category_id: 13, price: "914.84", stock_quantity: 45 },
            { id: 66, name: "furniture gizmo apparel", category_id: 8, price: "765.47", stock_quantity: 19 },
            { id: 67, name: "decor accessory", category_id: 2, price: null, stock_quantity: null },
            { id: 68, name: "product device gizmo", category_id: 8, price: "4276.80", stock_quantity: 89 },
            { id: 69, name: "decor footwear kitchenware", category_id: 5, price: "808.44", stock_quantity: 45 },
            { id: 70, name: "tool footwear furniture", category_id: 3, price: "21.09", stock_quantity: 16 },
            { id: 71, name: "kitchenware furniture gizmo", category_id: 13, price: "2237.52", stock_quantity: 14 },
            { id: 72, name: "apparel", category_id: 10, price: "3050.90", stock_quantity: 12 },
            { id: 73, name: "gizmo toys furniture", category_id: 9, price: "2762.05", stock_quantity: null },
            { id: 74, name: "novelty apparel", category_id: 11, price: "633.34", stock_quantity: 5 },
            { id: 75, name: "accessory", category_id: 2, price: "1827.14", stock_quantity: 3 },
            { id: 76, name: "apparel", category_id: 7, price: "1818.67", stock_quantity: null },
            { id: 77, name: "thing device", category_id: 15, price: "2832.65", stock_quantity: 21 },
            { id: 78, name: "gear", category_id: 17, price: "2814.09", stock_quantity: 76 },
            { id: 79, name: "gear widget", category_id: 8, price: "1643.73", stock_quantity: 15 },
            { id: 80, name: "apparel decor gadget", category_id: 17, price: "1712.48", stock_quantity: 3 },
            { id: 81, name: "appliance novelty", category_id: 1, price: "4106.45", stock_quantity: 75 },
            { id: 82, name: "furniture gadget accessory", category_id: 2, price: "1407.91", stock_quantity: 15 },
            { id: 83, name: "footwear", category_id: 8, price: "4121.38", stock_quantity: null },
            { id: 84, name: "toys", category_id: 8, price: "4014.87", stock_quantity: 76 },
            { id: 85, name: "novelty furniture", category_id: 11, price: "1260.37", stock_quantity: 85 },
            { id: 86, name: "widget thing", category_id: 10, price: "167.36", stock_quantity: 48 },
            { id: 87, name: "jewelry tool", category_id: 9, price: "222.44", stock_quantity: 44 },
            { id: 88, name: "product", category_id: 1, price: "214.27", stock_quantity: 97 },
            { id: 89, name: "device", category_id: 10, price: "4239.68", stock_quantity: 82 },
            { id: 90, name: "stationery", category_id: 11, price: "1964.56", stock_quantity: 52 },
            { id: 91, name: "stationery", category_id: 18, price: "4324.77", stock_quantity: 86 },
            { id: 92, name: "device tool", category_id: 10, price: "184.54", stock_quantity: 10 },
            { id: 93, name: "kitchenware appliance gear", category_id: 16, price: "2238.53", stock_quantity: 84 },
            { id: 94, name: "product", category_id: 10, price: "993.59", stock_quantity: 61 },
            { id: 95, name: "item tool", category_id: 13, price: "896.81", stock_quantity: 33 },
            { id: 96, name: "decor toys gear", category_id: 18, price: "37.81", stock_quantity: 54 },
            { id: 97, name: "gear", category_id: 14, price: null, stock_quantity: 7 },
            { id: 98, name: "item decor", category_id: 9, price: "4320.55", stock_quantity: 65 },
            { id: 99, name: "electronics", category_id: 12, price: "1230.13", stock_quantity: 82 },
            { id: 100, name: "decor furniture", category_id: 11, price: "15.99", stock_quantity: 96 },
            { id: 101, name: "decor jewelry gizmo", category_id: 20, price: "2010.00", stock_quantity: 59 },
            { id: 102, name: "novelty furniture", category_id: 14, price: "2617.04", stock_quantity: 80 },
            { id: 103, name: "gizmo", category_id: 14, price: "1594.02", stock_quantity: 55 },
            { id: 104, name: "footwear decor", category_id: 5, price: "315.49", stock_quantity: 85 },
            { id: 105, name: "jewelry product", category_id: 1, price: "873.09", stock_quantity: 94 },
            { id: 106, name: "appliance", category_id: 4, price: "1174.89", stock_quantity: 91 },
            { id: 107, name: "electronics novelty jewelry", category_id: 2, price: "1197.88", stock_quantity: 66 },
            { id: 108, name: "tool", category_id: 10, price: "1789.27", stock_quantity: 73 },
            { id: 109, name: "accessory", category_id: 11, price: "2245.06", stock_quantity: 53 },
            { id: 110, name: "jewelry stationery", category_id: 1, price: "782.33", stock_quantity: 90 },
            { id: 111, name: "thing kitchenware", category_id: 18, price: "11.70", stock_quantity: 78 },
            { id: 112, name: "gear", category_id: 17, price: "1002.00", stock_quantity: 48 },
            { id: 113, name: "gadget footwear kitchenware", category_id: 3, price: null, stock_quantity: 39 },
            { id: 114, name: "tool device kitchenware", category_id: 6, price: "2319.41", stock_quantity: 40 },
            { id: 115, name: "stationery toys", category_id: 19, price: "665.97", stock_quantity: 66 },
            { id: 116, name: "kitchenware jewelry furniture", category_id: 1, price: "2521.67", stock_quantity: 62 },
            { id: 117, name: "device furniture", category_id: 18, price: "1394.69", stock_quantity: 78 },
            { id: 118, name: "decor furniture gizmo", category_id: 16, price: "4473.10", stock_quantity: 23 },
            { id: 119, name: "appliance electronics footwear", category_id: 20, price: "1922.61", stock_quantity: 24 },
            { id: 120, name: "toys", category_id: 3, price: "3760.56", stock_quantity: 0 },
            { id: 121, name: "stationery", category_id: 9, price: "1920.20", stock_quantity: 94 },
            { id: 122, name: "toys product footwear", category_id: 11, price: "54.03", stock_quantity: 62 },
            { id: 123, name: "apparel", category_id: 3, price: "22.78", stock_quantity: 25 },
            { id: 124, name: "item electronics", category_id: 8, price: "663.56", stock_quantity: 55 },
            { id: 125, name: "device gadget", category_id: 1, price: "3234.43", stock_quantity: 69 },
            { id: 126, name: "item footwear", category_id: 9, price: "57.82", stock_quantity: 88 },
            { id: 127, name: "thing footwear", category_id: 13, price: "75.22", stock_quantity: 29 },
            { id: 128, name: "jewelry gear", category_id: 8, price: "4904.42", stock_quantity: 77 },
            { id: 129, name: "toys jewelry", category_id: 6, price: "2922.74", stock_quantity: 32 },
            { id: 130, name: "toys widget electronics", category_id: 20, price: "3103.32", stock_quantity: 29 },
            { id: 131, name: "stationery furniture", category_id: 11, price: null, stock_quantity: 81 },
            { id: 132, name: "widget stationery appliance", category_id: 18, price: "4959.59", stock_quantity: 46 },
            { id: 133, name: "gizmo product decor", category_id: 19, price: "3730.95", stock_quantity: 81 },
            { id: 134, name: "gear furniture apparel", category_id: 12, price: null, stock_quantity: 26 },
            { id: 135, name: "decor kitchenware device", category_id: 8, price: "37.66", stock_quantity: 28 },
            { id: 136, name: "stationery", category_id: 2, price: "1630.92", stock_quantity: null },
            { id: 137, name: "product footwear decor", category_id: 19, price: "4213.61", stock_quantity: 59 },
            { id: 138, name: "gadget kitchenware", category_id: 9, price: null, stock_quantity: 1 },
            { id: 139, name: "apparel", category_id: 19, price: "3969.30", stock_quantity: 97 },
            { id: 140, name: "furniture kitchenware", category_id: 9, price: "807.30", stock_quantity: 8 },
            { id: 141, name: "toys device electronics", category_id: 10, price: "2363.61", stock_quantity: 55 },
            { id: 142, name: "appliance", category_id: 11, price: "6.42", stock_quantity: 43 },
            { id: 143, name: "jewelry device", category_id: 14, price: "748.81", stock_quantity: 45 },
            { id: 144, name: "appliance", category_id: 6, price: "81.11", stock_quantity: 54 },
            { id: 145, name: "widget gear novelty", category_id: 8, price: "2545.00", stock_quantity: null },
            { id: 146, name: "novelty apparel thing", category_id: 12, price: "711.88", stock_quantity: 64 },
            { id: 147, name: "product", category_id: 13, price: "2060.25", stock_quantity: 30 },
            { id: 148, name: "gadget toys", category_id: 16, price: "2782.83", stock_quantity: null },
            { id: 149, name: "widget thing accessory", category_id: 14, price: "2903.62", stock_quantity: 47 },
            { id: 150, name: "apparel", category_id: 2, price: "42.09", stock_quantity: 86 },
        ],
    });
    await prisma.order_items.createMany({
        data: [
            { id: 1, order_id: 300, product_id: 57, quantity: 6, discount_amount: "22.01", item_total: "2314.16", item_rating: 2 },
            { id: 2, order_id: 101, product_id: 3, quantity: 8, discount_amount: "95.80", item_total: "3625.53", item_rating: 1 },
            { id: 3, order_id: 72, product_id: 111, quantity: 6, discount_amount: "16.63", item_total: "829.85", item_rating: 5 },
            { id: 4, order_id: 158, product_id: 111, quantity: 4, discount_amount: "2.87", item_total: "52.72", item_rating: 3 },
            { id: 5, order_id: 375, product_id: 31, quantity: null, discount_amount: "14.34", item_total: "3248.92", item_rating: 4 },
            { id: 6, order_id: 180, product_id: 10, quantity: 7, discount_amount: "3.02", item_total: "2775.97", item_rating: 2 },
            { id: 7, order_id: 227, product_id: 97, quantity: 2, discount_amount: "15.39", item_total: "919.20", item_rating: null },
            { id: 8, order_id: 176, product_id: 57, quantity: null, discount_amount: "0.06", item_total: "2123.08", item_rating: 3 },
            { id: 9, order_id: 205, product_id: 137, quantity: 1, discount_amount: "0.14", item_total: "1709.93", item_rating: 1 },
            { id: 10, order_id: 119, product_id: 61, quantity: 5, discount_amount: "11.23", item_total: "37.52", item_rating: null },
            { id: 11, order_id: 16, product_id: 65, quantity: 2, discount_amount: "50.26", item_total: "350.29", item_rating: 4 },
            { id: 12, order_id: 355, product_id: 34, quantity: 1, discount_amount: "27.71", item_total: "615.26", item_rating: 5 },
            { id: 13, order_id: 93, product_id: 145, quantity: 1, discount_amount: "54.87", item_total: "393.69", item_rating: 4 },
            { id: 14, order_id: 23, product_id: 104, quantity: 6, discount_amount: "2.20", item_total: "2585.82", item_rating: 5 },
            { id: 15, order_id: 342, product_id: 62, quantity: 9, discount_amount: "0.01", item_total: "1267.31", item_rating: null },
            { id: 16, order_id: 110, product_id: 29, quantity: 2, discount_amount: "11.75", item_total: "3908.43", item_rating: 5 },
            { id: 17, order_id: 256, product_id: 95, quantity: 10, discount_amount: "45.29", item_total: "1871.08", item_rating: 1 },
            { id: 18, order_id: 395, product_id: 52, quantity: 6, discount_amount: "6.84", item_total: "2523.02", item_rating: 5 },
            { id: 19, order_id: 102, product_id: 48, quantity: 7, discount_amount: "29.54", item_total: "1548.02", item_rating: 4 },
            { id: 20, order_id: 266, product_id: 117, quantity: 3, discount_amount: "3.57", item_total: "168.19", item_rating: null },
            { id: 21, order_id: 193, product_id: 53, quantity: 8, discount_amount: "12.33", item_total: "3982.59", item_rating: 4 },
            { id: 22, order_id: 31, product_id: 85, quantity: 4, discount_amount: "40.35", item_total: "2592.24", item_rating: 3 },
            { id: 23, order_id: 209, product_id: 9, quantity: 3, discount_amount: "35.28", item_total: "2726.36", item_rating: 5 },
            { id: 24, order_id: 16, product_id: 148, quantity: null, discount_amount: "48.87", item_total: "4617.91", item_rating: 1 },
            { id: 25, order_id: 22, product_id: 84, quantity: 8, discount_amount: "30.59", item_total: "239.00", item_rating: 5 },
            { id: 26, order_id: 235, product_id: 147, quantity: 9, discount_amount: "12.23", item_total: "599.58", item_rating: null },
            { id: 27, order_id: 216, product_id: 55, quantity: 5, discount_amount: "5.95", item_total: "18.78", item_rating: 5 },
            { id: 28, order_id: 195, product_id: 26, quantity: 1, discount_amount: "0.80", item_total: "20.41", item_rating: 5 },
            { id: 29, order_id: 95, product_id: 114, quantity: 1, discount_amount: "8.29", item_total: "3227.31", item_rating: 1 },
            { id: 30, order_id: 329, product_id: 32, quantity: 2, discount_amount: "1.17", item_total: "984.81", item_rating: 1 },
            { id: 31, order_id: 89, product_id: 33, quantity: null, discount_amount: "51.57", item_total: "710.88", item_rating: 5 },
            { id: 32, order_id: 240, product_id: 21, quantity: 1, discount_amount: "40.27", item_total: "632.19", item_rating: 2 },
            { id: 33, order_id: 112, product_id: 29, quantity: 3, discount_amount: "96.76", item_total: "2536.62", item_rating: 1 },
            { id: 34, order_id: 212, product_id: 86, quantity: 2, discount_amount: "45.44", item_total: "1723.16", item_rating: 2 },
            { id: 35, order_id: 124, product_id: 81, quantity: 9, discount_amount: "12.81", item_total: "1371.46", item_rating: null },
            { id: 36, order_id: 306, product_id: 109, quantity: 1, discount_amount: "11.27", item_total: "1530.92", item_rating: 2 },
            { id: 37, order_id: 209, product_id: 139, quantity: 4, discount_amount: "71.04", item_total: "4147.11", item_rating: 3 },
            { id: 38, order_id: 50, product_id: 65, quantity: 7, discount_amount: "44.56", item_total: "3113.40", item_rating: 5 },
            { id: 39, order_id: 123, product_id: 74, quantity: 1, discount_amount: "29.28", item_total: "2745.79", item_rating: 3 },
            { id: 40, order_id: 203, product_id: 137, quantity: 2, discount_amount: "9.59", item_total: "2225.71", item_rating: 3 },
            { id: 41, order_id: 81, product_id: 3, quantity: 3, discount_amount: "36.51", item_total: "3518.24", item_rating: 3 },
            { id: 42, order_id: 58, product_id: 141, quantity: 9, discount_amount: "1.54", item_total: "516.09", item_rating: 5 },
            { id: 43, order_id: 347, product_id: 115, quantity: 2, discount_amount: "86.58", item_total: "7.21", item_rating: 5 },
            { id: 44, order_id: 298, product_id: 70, quantity: 1, discount_amount: "41.42", item_total: "1462.56", item_rating: 5 },
            { id: 45, order_id: 266, product_id: 130, quantity: 7, discount_amount: "12.31", item_total: "3960.27", item_rating: null },
            { id: 46, order_id: 331, product_id: 55, quantity: 2, discount_amount: "0.16", item_total: "82.80", item_rating: 2 },
            { id: 47, order_id: 296, product_id: 101, quantity: 2, discount_amount: "34.87", item_total: "1995.85", item_rating: 4 },
            { id: 48, order_id: 26, product_id: 78, quantity: 2, discount_amount: "94.60", item_total: "130.34", item_rating: null },
            { id: 49, order_id: 175, product_id: 122, quantity: 2, discount_amount: "50.56", item_total: "411.76", item_rating: 4 },
            { id: 50, order_id: 193, product_id: 98, quantity: 1, discount_amount: "81.83", item_total: "4529.08", item_rating: 3 },
            { id: 51, order_id: 340, product_id: 66, quantity: 3, discount_amount: "4.80", item_total: "4686.85", item_rating: 5 },
            { id: 52, order_id: 331, product_id: 27, quantity: 8, discount_amount: "57.69", item_total: "1170.31", item_rating: 5 },
            { id: 53, order_id: 186, product_id: 48, quantity: null, discount_amount: "9.77", item_total: "1498.46", item_rating: null },
            { id: 54, order_id: 364, product_id: 72, quantity: 3, discount_amount: "15.78", item_total: "320.04", item_rating: 1 },
            { id: 55, order_id: 360, product_id: 111, quantity: 2, discount_amount: "43.79", item_total: "4316.47", item_rating: 3 },
            { id: 56, order_id: 128, product_id: 32, quantity: 2, discount_amount: "19.27", item_total: "139.42", item_rating: 3 },
            { id: 57, order_id: 124, product_id: 84, quantity: 1, discount_amount: "0.07", item_total: "315.89", item_rating: 4 },
            { id: 58, order_id: 390, product_id: 81, quantity: 3, discount_amount: "11.42", item_total: "1477.99", item_rating: null },
            { id: 59, order_id: 58, product_id: 51, quantity: 1, discount_amount: "4.78", item_total: "1257.97", item_rating: 1 },
            { id: 60, order_id: 393, product_id: 77, quantity: 3, discount_amount: "57.59", item_total: "5.91", item_rating: null },
            { id: 61, order_id: 334, product_id: 67, quantity: 9, discount_amount: "80.09", item_total: "553.81", item_rating: 5 },
            { id: 62, order_id: 200, product_id: 143, quantity: 6, discount_amount: "6.67", item_total: "2355.08", item_rating: null },
            { id: 63, order_id: 283, product_id: 149, quantity: 3, discount_amount: "54.46", item_total: "1887.03", item_rating: 4 },
            { id: 64, order_id: 86, product_id: 40, quantity: 3, discount_amount: "11.94", item_total: "2243.72", item_rating: 3 },
            { id: 65, order_id: 206, product_id: 64, quantity: 6, discount_amount: "0.16", item_total: "4461.92", item_rating: 5 },
            { id: 66, order_id: 345, product_id: 150, quantity: 3, discount_amount: "93.41", item_total: "2998.24", item_rating: 4 },
            { id: 67, order_id: 296, product_id: 114, quantity: 5, discount_amount: "9.27", item_total: "1635.28", item_rating: 3 },
            { id: 68, order_id: 82, product_id: 86, quantity: null, discount_amount: "35.52", item_total: "983.36", item_rating: null },
            { id: 69, order_id: 33, product_id: 25, quantity: 1, discount_amount: "16.21", item_total: "406.16", item_rating: 3 },
            { id: 70, order_id: 171, product_id: 57, quantity: 6, discount_amount: "62.40", item_total: "3587.00", item_rating: 4 },
            { id: 71, order_id: 382, product_id: 66, quantity: 1, discount_amount: "13.11", item_total: "234.88", item_rating: 2 },
            { id: 72, order_id: 117, product_id: 79, quantity: 2, discount_amount: "4.03", item_total: "2915.92", item_rating: 5 },
            { id: 73, order_id: 396, product_id: 41, quantity: 1, discount_amount: "1.47", item_total: "3573.90", item_rating: 5 },
            { id: 74, order_id: 293, product_id: 101, quantity: 4, discount_amount: "10.49", item_total: "624.84", item_rating: 4 },
            { id: 75, order_id: 15, product_id: 93, quantity: 3, discount_amount: "2.67", item_total: "4445.76", item_rating: null },
            { id: 76, order_id: 346, product_id: 75, quantity: 8, discount_amount: "3.09", item_total: "672.38", item_rating: null },
            { id: 77, order_id: 318, product_id: 100, quantity: 1, discount_amount: "0.55", item_total: "3770.37", item_rating: null },
            { id: 78, order_id: 117, product_id: 33, quantity: 2, discount_amount: "41.73", item_total: "1661.58", item_rating: 5 },
            { id: 79, order_id: 105, product_id: 36, quantity: 4, discount_amount: "0.37", item_total: "488.88", item_rating: 4 },
            { id: 80, order_id: 298, product_id: 86, quantity: 1, discount_amount: "2.39", item_total: "2341.65", item_rating: 4 },
            { id: 81, order_id: 246, product_id: 31, quantity: 6, discount_amount: "0.55", item_total: "152.21", item_rating: 5 },
            { id: 82, order_id: 361, product_id: 127, quantity: 2, discount_amount: "93.97", item_total: "1061.31", item_rating: 4 },
            { id: 83, order_id: 227, product_id: 82, quantity: 1, discount_amount: "0.34", item_total: "2514.12", item_rating: null },
            { id: 84, order_id: 383, product_id: 101, quantity: 10, discount_amount: "22.05", item_total: "462.24", item_rating: 5 },
            { id: 85, order_id: 268, product_id: 66, quantity: 7, discount_amount: "60.36", item_total: "947.14", item_rating: 5 },
            { id: 86, order_id: 376, product_id: 13, quantity: 1, discount_amount: "2.02", item_total: "4283.54", item_rating: 5 },
            { id: 87, order_id: 79, product_id: 77, quantity: null, discount_amount: "0.33", item_total: "333.78", item_rating: 5 },
            { id: 88, order_id: 360, product_id: 4, quantity: 7, discount_amount: "14.61", item_total: "5.30", item_rating: 2 },
            { id: 89, order_id: 187, product_id: 41, quantity: null, discount_amount: "26.05", item_total: "1629.61", item_rating: 3 },
            { id: 90, order_id: 17, product_id: 25, quantity: 3, discount_amount: "10.31", item_total: "1660.55", item_rating: 4 },
            { id: 91, order_id: 143, product_id: 119, quantity: 1, discount_amount: "77.74", item_total: "4593.54", item_rating: 3 },
            { id: 92, order_id: 322, product_id: 10, quantity: 1, discount_amount: "46.47", item_total: "53.35", item_rating: null },
            { id: 93, order_id: 46, product_id: 102, quantity: null, discount_amount: "52.20", item_total: "5.85", item_rating: 2 },
            { id: 94, order_id: 291, product_id: 131, quantity: 8, discount_amount: "20.43", item_total: "3690.53", item_rating: 5 },
            { id: 95, order_id: 164, product_id: 141, quantity: 3, discount_amount: "48.79", item_total: "1874.23", item_rating: 5 },
            { id: 96, order_id: 137, product_id: 107, quantity: 7, discount_amount: "91.63", item_total: "797.30", item_rating: 5 },
            { id: 97, order_id: 397, product_id: 60, quantity: 2, discount_amount: "6.61", item_total: "1945.16", item_rating: 5 },
            { id: 98, order_id: 197, product_id: 101, quantity: 3, discount_amount: "73.27", item_total: "462.23", item_rating: 5 },
            { id: 99, order_id: 332, product_id: 18, quantity: null, discount_amount: "46.77", item_total: "701.34", item_rating: 3 },
            { id: 100, order_id: 106, product_id: 18, quantity: null, discount_amount: "16.79", item_total: "598.33", item_rating: 3 },
            { id: 101, order_id: 304, product_id: 31, quantity: 2, discount_amount: "0.13", item_total: "4955.04", item_rating: 3 },
            { id: 102, order_id: 124, product_id: 78, quantity: 9, discount_amount: "7.97", item_total: "1064.80", item_rating: 4 },
            { id: 103, order_id: 28, product_id: 143, quantity: 2, discount_amount: "14.57", item_total: "2101.66", item_rating: 5 },
            { id: 104, order_id: 327, product_id: 36, quantity: null, discount_amount: "1.11", item_total: "2352.06", item_rating: 5 },
            { id: 105, order_id: 75, product_id: 9, quantity: 4, discount_amount: "3.33", item_total: "639.69", item_rating: 2 },
            { id: 106, order_id: 326, product_id: 13, quantity: 3, discount_amount: "57.97", item_total: "480.37", item_rating: 4 },
            { id: 107, order_id: 355, product_id: 5, quantity: 2, discount_amount: "26.07", item_total: "1674.69", item_rating: 5 },
            { id: 108, order_id: 36, product_id: 63, quantity: 6, discount_amount: "54.41", item_total: "1139.72", item_rating: 4 },
            { id: 109, order_id: 234, product_id: 46, quantity: 2, discount_amount: "32.38", item_total: "326.31", item_rating: 1 },
            { id: 110, order_id: 156, product_id: 111, quantity: 3, discount_amount: "24.51", item_total: "267.09", item_rating: 4 },
            { id: 111, order_id: 334, product_id: 143, quantity: 4, discount_amount: "4.93", item_total: "36.52", item_rating: 4 },
            { id: 112, order_id: 229, product_id: 44, quantity: 7, discount_amount: "56.78", item_total: "14.10", item_rating: 3 },
            { id: 113, order_id: 10, product_id: 51, quantity: 2, discount_amount: "16.46", item_total: "970.26", item_rating: 5 },
            { id: 114, order_id: 283, product_id: 8, quantity: 3, discount_amount: "1.27", item_total: "1159.10", item_rating: 3 },
            { id: 115, order_id: 55, product_id: 147, quantity: 4, discount_amount: "18.19", item_total: "924.29", item_rating: null },
            { id: 116, order_id: 292, product_id: 102, quantity: null, discount_amount: "44.99", item_total: "1832.24", item_rating: 3 },
            { id: 117, order_id: 233, product_id: 64, quantity: 6, discount_amount: "0.27", item_total: "4708.04", item_rating: 4 },
            { id: 118, order_id: 114, product_id: 7, quantity: 2, discount_amount: "3.38", item_total: "1780.89", item_rating: 5 },
            { id: 119, order_id: 224, product_id: 41, quantity: null, discount_amount: "27.76", item_total: "857.27", item_rating: 5 },
            { id: 120, order_id: 161, product_id: 6, quantity: 1, discount_amount: "30.45", item_total: "3758.85", item_rating: 2 },
            { id: 121, order_id: 375, product_id: 91, quantity: 4, discount_amount: "69.54", item_total: "2026.96", item_rating: 2 },
            { id: 122, order_id: 276, product_id: 68, quantity: 1, discount_amount: "20.38", item_total: "2330.05", item_rating: 3 },
            { id: 123, order_id: 51, product_id: 35, quantity: 4, discount_amount: "56.72", item_total: "1112.38", item_rating: 1 },
            { id: 124, order_id: 6, product_id: 99, quantity: 5, discount_amount: "20.41", item_total: "1343.46", item_rating: null },
            { id: 125, order_id: 66, product_id: 146, quantity: 8, discount_amount: "97.03", item_total: "2367.05", item_rating: 4 },
            { id: 126, order_id: 79, product_id: 30, quantity: 7, discount_amount: "1.09", item_total: "193.48", item_rating: 5 },
            { id: 127, order_id: 166, product_id: 11, quantity: 7, discount_amount: "5.33", item_total: "93.41", item_rating: 2 },
            { id: 128, order_id: 309, product_id: 111, quantity: 1, discount_amount: "24.77", item_total: "881.26", item_rating: 4 },
            { id: 129, order_id: 218, product_id: 61, quantity: 7, discount_amount: "11.51", item_total: "34.15", item_rating: 3 },
            { id: 130, order_id: 29, product_id: 144, quantity: 1, discount_amount: "6.90", item_total: "256.47", item_rating: 5 },
            { id: 131, order_id: 342, product_id: 113, quantity: 3, discount_amount: "0.02", item_total: "2622.66", item_rating: 5 },
            { id: 132, order_id: 254, product_id: 18, quantity: 6, discount_amount: "0.00", item_total: "443.02", item_rating: 2 },
            { id: 133, order_id: 187, product_id: 98, quantity: 1, discount_amount: "34.59", item_total: "59.26", item_rating: 5 },
            { id: 134, order_id: 159, product_id: 73, quantity: 8, discount_amount: "96.16", item_total: "70.93", item_rating: 2 },
            { id: 135, order_id: 156, product_id: 32, quantity: 6, discount_amount: "73.80", item_total: "2418.23", item_rating: 4 },
            { id: 136, order_id: 198, product_id: 123, quantity: 2, discount_amount: "32.74", item_total: "2293.87", item_rating: 2 },
            { id: 137, order_id: 229, product_id: 77, quantity: 1, discount_amount: "8.45", item_total: "1108.73", item_rating: null },
            { id: 138, order_id: 110, product_id: 10, quantity: 1, discount_amount: "4.67", item_total: "122.53", item_rating: 3 },
            { id: 139, order_id: 61, product_id: 2, quantity: null, discount_amount: "0.95", item_total: "4822.35", item_rating: 4 },
            { id: 140, order_id: 303, product_id: 42, quantity: 9, discount_amount: "84.76", item_total: "3159.90", item_rating: 2 },
            { id: 141, order_id: 90, product_id: 102, quantity: 2, discount_amount: "49.37", item_total: "10.57", item_rating: 3 },
            { id: 142, order_id: 150, product_id: 34, quantity: 4, discount_amount: "2.51", item_total: "15.20", item_rating: 1 },
            { id: 143, order_id: 163, product_id: 127, quantity: 6, discount_amount: "17.84", item_total: "5.00", item_rating: 3 },
            { id: 144, order_id: 240, product_id: 68, quantity: 1, discount_amount: "3.02", item_total: "4490.88", item_rating: 5 },
            { id: 145, order_id: 167, product_id: 78, quantity: 2, discount_amount: "12.51", item_total: "4758.65", item_rating: 5 },
            { id: 146, order_id: 297, product_id: 46, quantity: 6, discount_amount: "37.55", item_total: "63.86", item_rating: 5 },
            { id: 147, order_id: 104, product_id: 19, quantity: 5, discount_amount: "73.14", item_total: "4842.87", item_rating: 4 },
            { id: 148, order_id: 122, product_id: 149, quantity: 4, discount_amount: "30.43", item_total: "356.68", item_rating: 4 },
            { id: 149, order_id: 352, product_id: 28, quantity: 2, discount_amount: "26.64", item_total: "1884.83", item_rating: 5 },
            { id: 150, order_id: 327, product_id: 8, quantity: null, discount_amount: "75.42", item_total: "3365.09", item_rating: 3 },
            { id: 151, order_id: 294, product_id: 17, quantity: 9, discount_amount: "16.93", item_total: "4001.40", item_rating: 5 },
            { id: 152, order_id: 293, product_id: 8, quantity: null, discount_amount: "34.96", item_total: "17.53", item_rating: 1 },
            { id: 153, order_id: 149, product_id: 25, quantity: 1, discount_amount: "23.53", item_total: "999.14", item_rating: 5 },
            { id: 154, order_id: 168, product_id: 11, quantity: 4, discount_amount: "14.12", item_total: "1854.61", item_rating: 4 },
            { id: 155, order_id: 92, product_id: 44, quantity: 7, discount_amount: "2.82", item_total: "1164.17", item_rating: 3 },
            { id: 156, order_id: 118, product_id: 108, quantity: 3, discount_amount: "51.79", item_total: "2252.43", item_rating: 5 },
            { id: 157, order_id: 43, product_id: 66, quantity: 3, discount_amount: "63.96", item_total: "3786.59", item_rating: 1 },
            { id: 158, order_id: 163, product_id: 103, quantity: null, discount_amount: "5.21", item_total: "1515.97", item_rating: 2 },
            { id: 159, order_id: 210, product_id: 15, quantity: 8, discount_amount: "46.67", item_total: "1695.66", item_rating: 4 },
            { id: 160, order_id: 19, product_id: 77, quantity: 1, discount_amount: "66.25", item_total: "760.03", item_rating: 5 },
            { id: 161, order_id: 335, product_id: 46, quantity: null, discount_amount: "3.82", item_total: "4950.76", item_rating: 5 },
            { id: 162, order_id: 329, product_id: 89, quantity: 4, discount_amount: "13.36", item_total: "2824.18", item_rating: 4 },
            { id: 163, order_id: 322, product_id: 149, quantity: null, discount_amount: "0.06", item_total: "3166.16", item_rating: 5 },
            { id: 164, order_id: 12, product_id: 137, quantity: 7, discount_amount: "7.31", item_total: "103.93", item_rating: 2 },
            { id: 165, order_id: 207, product_id: 67, quantity: 3, discount_amount: "1.73", item_total: "11.98", item_rating: 5 },
            { id: 166, order_id: 172, product_id: 62, quantity: 3, discount_amount: "2.43", item_total: "965.14", item_rating: 2 },
            { id: 167, order_id: 241, product_id: 81, quantity: 3, discount_amount: "70.20", item_total: "1916.95", item_rating: 4 },
            { id: 168, order_id: 176, product_id: 36, quantity: 2, discount_amount: "26.38", item_total: "3536.03", item_rating: 3 },
            { id: 169, order_id: 89, product_id: 144, quantity: 8, discount_amount: "23.28", item_total: "1879.03", item_rating: 5 },
            { id: 170, order_id: 220, product_id: 117, quantity: 3, discount_amount: "12.69", item_total: "1782.15", item_rating: 4 },
            { id: 171, order_id: 303, product_id: 69, quantity: 4, discount_amount: "4.65", item_total: "1097.51", item_rating: 5 },
            { id: 172, order_id: 232, product_id: 64, quantity: 6, discount_amount: "56.99", item_total: "1149.77", item_rating: 2 },
            { id: 173, order_id: 314, product_id: 96, quantity: 1, discount_amount: "92.61", item_total: "758.82", item_rating: 4 },
            { id: 174, order_id: 396, product_id: 47, quantity: 2, discount_amount: "50.13", item_total: "882.24", item_rating: 4 },
            { id: 175, order_id: 98, product_id: 118, quantity: 8, discount_amount: "55.73", item_total: "3474.52", item_rating: 3 },
            { id: 176, order_id: 182, product_id: 74, quantity: null, discount_amount: "27.66", item_total: "1835.03", item_rating: 4 },
            { id: 177, order_id: 383, product_id: 1, quantity: null, discount_amount: "5.38", item_total: "1507.96", item_rating: 1 },
            { id: 178, order_id: 205, product_id: 48, quantity: 5, discount_amount: "21.17", item_total: "3466.95", item_rating: 3 },
            { id: 179, order_id: 246, product_id: 149, quantity: 3, discount_amount: "0.39", item_total: "30.47", item_rating: 5 },
            { id: 180, order_id: 73, product_id: 80, quantity: 9, discount_amount: "46.13", item_total: "315.29", item_rating: 3 },
            { id: 181, order_id: 134, product_id: 48, quantity: 1, discount_amount: "52.65", item_total: "955.24", item_rating: 3 },
            { id: 182, order_id: 400, product_id: 130, quantity: 1, discount_amount: "67.70", item_total: "281.79", item_rating: 4 },
            { id: 183, order_id: 10, product_id: 17, quantity: 1, discount_amount: "25.37", item_total: "4593.87", item_rating: 1 },
            { id: 184, order_id: 218, product_id: 35, quantity: 2, discount_amount: "47.52", item_total: "70.19", item_rating: 5 },
            { id: 185, order_id: 182, product_id: 38, quantity: 9, discount_amount: "4.39", item_total: "1903.78", item_rating: 4 },
            { id: 186, order_id: 228, product_id: 90, quantity: 8, discount_amount: "49.65", item_total: "1756.09", item_rating: 5 },
            { id: 187, order_id: 7, product_id: 14, quantity: 10, discount_amount: "69.25", item_total: "88.13", item_rating: 4 },
            { id: 188, order_id: 390, product_id: 122, quantity: 1, discount_amount: "54.62", item_total: "1978.31", item_rating: 1 },
            { id: 189, order_id: 169, product_id: 45, quantity: 8, discount_amount: "31.96", item_total: "3434.78", item_rating: null },
            { id: 190, order_id: 230, product_id: 70, quantity: 7, discount_amount: "0.25", item_total: "4011.32", item_rating: 5 },
            { id: 191, order_id: 399, product_id: 10, quantity: 9, discount_amount: "40.14", item_total: "616.66", item_rating: null },
            { id: 192, order_id: 398, product_id: 16, quantity: 1, discount_amount: "38.09", item_total: "5.20", item_rating: null },
            { id: 193, order_id: 390, product_id: 129, quantity: 1, discount_amount: "77.30", item_total: "2319.98", item_rating: 3 },
            { id: 194, order_id: 73, product_id: 30, quantity: 1, discount_amount: "31.29", item_total: "3921.36", item_rating: 1 },
            { id: 195, order_id: 164, product_id: 32, quantity: 6, discount_amount: "79.41", item_total: "200.36", item_rating: null },
            { id: 196, order_id: 328, product_id: 143, quantity: null, discount_amount: "53.85", item_total: "1385.07", item_rating: 2 },
            { id: 197, order_id: 191, product_id: 138, quantity: 1, discount_amount: "1.46", item_total: "611.12", item_rating: 4 },
            { id: 198, order_id: 348, product_id: 35, quantity: 1, discount_amount: "11.07", item_total: "53.31", item_rating: 5 },
            { id: 199, order_id: 275, product_id: 72, quantity: 3, discount_amount: "0.95", item_total: "8.69", item_rating: 3 },
            { id: 200, order_id: 33, product_id: 46, quantity: null, discount_amount: "0.00", item_total: "3782.62", item_rating: 1 },
            { id: 201, order_id: 297, product_id: 51, quantity: 10, discount_amount: "11.38", item_total: "919.41", item_rating: 5 },
            { id: 202, order_id: 27, product_id: 112, quantity: 1, discount_amount: "38.36", item_total: "3194.69", item_rating: 4 },
            { id: 203, order_id: 352, product_id: 82, quantity: 6, discount_amount: "45.87", item_total: "1992.24", item_rating: 3 },
            { id: 204, order_id: 92, product_id: 86, quantity: 6, discount_amount: "25.95", item_total: "2036.31", item_rating: 5 },
            { id: 205, order_id: 246, product_id: 54, quantity: 1, discount_amount: "25.12", item_total: "1354.65", item_rating: 5 },
            { id: 206, order_id: 222, product_id: 150, quantity: 2, discount_amount: "23.90", item_total: "1321.33", item_rating: 2 },
            { id: 207, order_id: 362, product_id: 15, quantity: 1, discount_amount: "75.70", item_total: "176.79", item_rating: 4 },
            { id: 208, order_id: 252, product_id: 67, quantity: 1, discount_amount: "2.71", item_total: "2512.48", item_rating: 3 },
            { id: 209, order_id: 284, product_id: 81, quantity: 1, discount_amount: "79.66", item_total: "5.01", item_rating: 2 },
            { id: 210, order_id: 135, product_id: 105, quantity: 5, discount_amount: "3.16", item_total: "77.67", item_rating: 3 },
            { id: 211, order_id: 23, product_id: 2, quantity: 3, discount_amount: "30.22", item_total: "42.66", item_rating: 5 },
            { id: 212, order_id: 277, product_id: 37, quantity: 6, discount_amount: "42.00", item_total: "174.51", item_rating: 4 },
            { id: 213, order_id: 94, product_id: 107, quantity: null, discount_amount: "3.39", item_total: "3972.60", item_rating: null },
            { id: 214, order_id: 71, product_id: 122, quantity: 6, discount_amount: "58.06", item_total: "949.61", item_rating: 5 },
            { id: 215, order_id: 85, product_id: 20, quantity: 2, discount_amount: "20.61", item_total: "547.20", item_rating: 2 },
            { id: 216, order_id: 360, product_id: 64, quantity: null, discount_amount: "7.99", item_total: "19.97", item_rating: 5 },
            { id: 217, order_id: 315, product_id: 76, quantity: 2, discount_amount: "58.34", item_total: "10.06", item_rating: 4 },
            { id: 218, order_id: 238, product_id: 112, quantity: 3, discount_amount: "2.66", item_total: "487.86", item_rating: 5 },
            { id: 219, order_id: 193, product_id: 56, quantity: 1, discount_amount: "56.73", item_total: "579.36", item_rating: 5 },
            { id: 220, order_id: 125, product_id: 46, quantity: 1, discount_amount: "39.20", item_total: "153.33", item_rating: 5 },
            { id: 221, order_id: 140, product_id: 81, quantity: 9, discount_amount: "22.87", item_total: "4484.03", item_rating: 5 },
            { id: 222, order_id: 339, product_id: 110, quantity: null, discount_amount: "96.43", item_total: "16.52", item_rating: 4 },
            { id: 223, order_id: 256, product_id: 77, quantity: null, discount_amount: "22.87", item_total: "1730.79", item_rating: 4 },
            { id: 224, order_id: 139, product_id: 114, quantity: 1, discount_amount: "8.78", item_total: "109.98", item_rating: null },
            { id: 225, order_id: 315, product_id: 119, quantity: 3, discount_amount: "0.00", item_total: "1252.03", item_rating: 3 },
            { id: 226, order_id: 338, product_id: 49, quantity: 1, discount_amount: "59.92", item_total: "2666.70", item_rating: 5 },
            { id: 227, order_id: 338, product_id: 96, quantity: 4, discount_amount: "43.28", item_total: "2446.08", item_rating: 3 },
            { id: 228, order_id: 131, product_id: 134, quantity: 7, discount_amount: "0.02", item_total: "254.20", item_rating: 3 },
            { id: 229, order_id: 139, product_id: 90, quantity: 2, discount_amount: "8.96", item_total: "1797.90", item_rating: 3 },
            { id: 230, order_id: 333, product_id: 62, quantity: 2, discount_amount: "84.78", item_total: "1946.62", item_rating: 4 },
            { id: 231, order_id: 91, product_id: 66, quantity: 1, discount_amount: "44.53", item_total: "130.48", item_rating: 1 },
            { id: 232, order_id: 261, product_id: 84, quantity: 1, discount_amount: "0.33", item_total: "125.67", item_rating: null },
            { id: 233, order_id: 307, product_id: 8, quantity: 10, discount_amount: "0.01", item_total: "633.29", item_rating: 2 },
            { id: 234, order_id: 237, product_id: 31, quantity: 3, discount_amount: "31.43", item_total: "2042.92", item_rating: 5 },
            { id: 235, order_id: 186, product_id: 5, quantity: 1, discount_amount: "43.73", item_total: "233.94", item_rating: null },
            { id: 236, order_id: 131, product_id: 52, quantity: 5, discount_amount: "2.37", item_total: "3514.28", item_rating: 3 },
            { id: 237, order_id: 123, product_id: 16, quantity: 1, discount_amount: "50.24", item_total: "22.56", item_rating: 5 },
            { id: 238, order_id: 117, product_id: 110, quantity: 5, discount_amount: "14.35", item_total: "4394.81", item_rating: 5 },
            { id: 239, order_id: 211, product_id: 61, quantity: 2, discount_amount: "96.49", item_total: "44.10", item_rating: 5 },
            { id: 240, order_id: 361, product_id: 35, quantity: 2, discount_amount: "79.93", item_total: "65.97", item_rating: 2 },
            { id: 241, order_id: 383, product_id: 80, quantity: 8, discount_amount: "52.51", item_total: "856.43", item_rating: 3 },
            { id: 242, order_id: 26, product_id: 113, quantity: 5, discount_amount: "4.82", item_total: "74.40", item_rating: 5 },
            { id: 243, order_id: 104, product_id: 62, quantity: null, discount_amount: "4.49", item_total: "1115.25", item_rating: 4 },
            { id: 244, order_id: 228, product_id: 79, quantity: 1, discount_amount: "82.62", item_total: "4928.00", item_rating: 5 },
            { id: 245, order_id: 102, product_id: 70, quantity: 2, discount_amount: "41.30", item_total: "147.40", item_rating: 3 },
            { id: 246, order_id: 192, product_id: 107, quantity: 2, discount_amount: "4.60", item_total: "1354.92", item_rating: 5 },
            { id: 247, order_id: 87, product_id: 42, quantity: 2, discount_amount: "9.67", item_total: "3430.39", item_rating: 4 },
            { id: 248, order_id: 42, product_id: 51, quantity: 7, discount_amount: "56.51", item_total: "3392.84", item_rating: 5 },
            { id: 249, order_id: 144, product_id: 4, quantity: 2, discount_amount: "18.39", item_total: "74.59", item_rating: 5 },
            { id: 250, order_id: 107, product_id: 104, quantity: 9, discount_amount: "8.38", item_total: "1802.72", item_rating: null },
            { id: 251, order_id: 175, product_id: 37, quantity: 1, discount_amount: "30.27", item_total: "4488.32", item_rating: 1 },
            { id: 252, order_id: 141, product_id: 110, quantity: 1, discount_amount: "13.30", item_total: "4658.16", item_rating: 4 },
            { id: 253, order_id: 378, product_id: 8, quantity: 1, discount_amount: "59.00", item_total: "240.32", item_rating: 4 },
            { id: 254, order_id: 236, product_id: 93, quantity: null, discount_amount: "75.19", item_total: "2614.54", item_rating: 4 },
            { id: 255, order_id: 397, product_id: 96, quantity: 9, discount_amount: "1.50", item_total: "3116.79", item_rating: 3 },
            { id: 256, order_id: 234, product_id: 110, quantity: 4, discount_amount: "0.00", item_total: "4775.22", item_rating: 5 },
            { id: 257, order_id: 397, product_id: 17, quantity: 1, discount_amount: "33.22", item_total: "16.37", item_rating: 1 },
            { id: 258, order_id: 98, product_id: 63, quantity: 1, discount_amount: "20.14", item_total: "120.19", item_rating: 5 },
            { id: 259, order_id: 399, product_id: 26, quantity: 9, discount_amount: "41.72", item_total: "1069.11", item_rating: 3 },
            { id: 260, order_id: 321, product_id: 39, quantity: 3, discount_amount: "1.19", item_total: "377.74", item_rating: 4 },
            { id: 261, order_id: 49, product_id: 5, quantity: 6, discount_amount: "8.07", item_total: "1166.61", item_rating: 4 },
            { id: 262, order_id: 102, product_id: 88, quantity: 2, discount_amount: "35.68", item_total: "9.50", item_rating: 4 },
            { id: 263, order_id: 240, product_id: 90, quantity: 1, discount_amount: "49.11", item_total: "4020.86", item_rating: null },
            { id: 264, order_id: 253, product_id: 80, quantity: 1, discount_amount: "59.91", item_total: "4435.14", item_rating: 2 },
            { id: 265, order_id: 211, product_id: 110, quantity: 1, discount_amount: "10.67", item_total: "81.18", item_rating: 4 },
            { id: 266, order_id: 234, product_id: 132, quantity: 5, discount_amount: "39.38", item_total: "1233.95", item_rating: 4 },
            { id: 267, order_id: 373, product_id: 93, quantity: null, discount_amount: "89.86", item_total: "1461.29", item_rating: null },
            { id: 268, order_id: 7, product_id: 148, quantity: 1, discount_amount: "34.66", item_total: "103.55", item_rating: 1 },
            { id: 269, order_id: 390, product_id: 39, quantity: 7, discount_amount: "25.82", item_total: "362.57", item_rating: 4 },
            { id: 270, order_id: 391, product_id: 66, quantity: null, discount_amount: "61.98", item_total: "487.20", item_rating: 5 },
            { id: 271, order_id: 17, product_id: 10, quantity: 8, discount_amount: "9.12", item_total: "2296.00", item_rating: 2 },
            { id: 272, order_id: 191, product_id: 88, quantity: 2, discount_amount: "35.44", item_total: "167.80", item_rating: null },
            { id: 273, order_id: 287, product_id: 144, quantity: 3, discount_amount: "1.02", item_total: "121.56", item_rating: 4 },
            { id: 274, order_id: 185, product_id: 26, quantity: 7, discount_amount: "71.84", item_total: "397.82", item_rating: 1 },
            { id: 275, order_id: 96, product_id: 144, quantity: 2, discount_amount: "68.26", item_total: "2136.35", item_rating: 3 },
            { id: 276, order_id: 4, product_id: 136, quantity: 6, discount_amount: "68.71", item_total: "1957.92", item_rating: 5 },
            { id: 277, order_id: 148, product_id: 136, quantity: null, discount_amount: "1.05", item_total: "2593.56", item_rating: 1 },
            { id: 278, order_id: 32, product_id: 98, quantity: 8, discount_amount: "71.72", item_total: "26.76", item_rating: 3 },
            { id: 279, order_id: 228, product_id: 27, quantity: null, discount_amount: "6.64", item_total: "1841.60", item_rating: 5 },
            { id: 280, order_id: 175, product_id: 36, quantity: 7, discount_amount: "57.70", item_total: "867.01", item_rating: 2 },
            { id: 281, order_id: 131, product_id: 115, quantity: 5, discount_amount: "31.67", item_total: "1004.54", item_rating: 4 },
            { id: 282, order_id: 307, product_id: 64, quantity: 1, discount_amount: "2.55", item_total: "2236.15", item_rating: 4 },
            { id: 283, order_id: 309, product_id: 110, quantity: 6, discount_amount: "62.54", item_total: "2390.02", item_rating: null },
            { id: 284, order_id: 87, product_id: 79, quantity: 8, discount_amount: "14.95", item_total: "1680.63", item_rating: 4 },
            { id: 285, order_id: 183, product_id: 37, quantity: 6, discount_amount: "42.60", item_total: "2919.84", item_rating: 5 },
            { id: 286, order_id: 294, product_id: 102, quantity: null, discount_amount: "97.98", item_total: "1783.63", item_rating: 4 },
            { id: 287, order_id: 139, product_id: 148, quantity: 3, discount_amount: "41.70", item_total: "336.14", item_rating: 5 },
            { id: 288, order_id: 90, product_id: 31, quantity: 8, discount_amount: "0.06", item_total: "791.06", item_rating: 3 },
            { id: 289, order_id: 382, product_id: 146, quantity: 4, discount_amount: "79.93", item_total: "2625.61", item_rating: 4 },
            { id: 290, order_id: 123, product_id: 47, quantity: 2, discount_amount: "25.85", item_total: "82.01", item_rating: 4 },
            { id: 291, order_id: 281, product_id: 101, quantity: 3, discount_amount: "10.11", item_total: "5.01", item_rating: 5 },
            { id: 292, order_id: 361, product_id: 58, quantity: 9, discount_amount: "0.46", item_total: "4570.04", item_rating: null },
            { id: 293, order_id: 174, product_id: 33, quantity: 5, discount_amount: "85.27", item_total: "3079.30", item_rating: 3 },
            { id: 294, order_id: 286, product_id: 124, quantity: 1, discount_amount: "65.42", item_total: "207.31", item_rating: null },
            { id: 295, order_id: 376, product_id: 117, quantity: 1, discount_amount: "8.24", item_total: "5.58", item_rating: 3 },
            { id: 296, order_id: 239, product_id: 129, quantity: 1, discount_amount: "0.14", item_total: "47.74", item_rating: 5 },
            { id: 297, order_id: 10, product_id: 37, quantity: 1, discount_amount: "66.25", item_total: "4110.43", item_rating: 4 },
            { id: 298, order_id: 82, product_id: 4, quantity: 2, discount_amount: "1.26", item_total: "2690.87", item_rating: 5 },
            { id: 299, order_id: 386, product_id: 61, quantity: null, discount_amount: "1.21", item_total: "3774.41", item_rating: 5 },
            { id: 300, order_id: 1, product_id: 89, quantity: 10, discount_amount: "33.75", item_total: "3033.69", item_rating: null },
            { id: 301, order_id: 105, product_id: 23, quantity: 2, discount_amount: "74.53", item_total: "1118.76", item_rating: 5 },
            { id: 302, order_id: 134, product_id: 60, quantity: 8, discount_amount: "54.51", item_total: "362.80", item_rating: null },
            { id: 303, order_id: 28, product_id: 78, quantity: 1, discount_amount: "2.32", item_total: "4718.19", item_rating: 5 },
            { id: 304, order_id: 379, product_id: 81, quantity: 7, discount_amount: "77.53", item_total: "272.74", item_rating: 5 },
            { id: 305, order_id: 57, product_id: 91, quantity: null, discount_amount: "11.65", item_total: "3238.39", item_rating: 3 },
            { id: 306, order_id: 82, product_id: 30, quantity: null, discount_amount: "49.72", item_total: "1302.30", item_rating: 5 },
            { id: 307, order_id: 147, product_id: 142, quantity: 5, discount_amount: "8.79", item_total: "1850.05", item_rating: 3 },
            { id: 308, order_id: 321, product_id: 56, quantity: 2, discount_amount: "0.04", item_total: "327.56", item_rating: 5 },
            { id: 309, order_id: 389, product_id: 96, quantity: 6, discount_amount: "41.28", item_total: "94.71", item_rating: 5 },
            { id: 310, order_id: 172, product_id: 29, quantity: 3, discount_amount: "33.14", item_total: "4795.30", item_rating: 4 },
            { id: 311, order_id: 356, product_id: 85, quantity: 2, discount_amount: "23.37", item_total: "89.91", item_rating: null },
            { id: 312, order_id: 263, product_id: 31, quantity: 3, discount_amount: "1.36", item_total: "4656.18", item_rating: 2 },
            { id: 313, order_id: 1, product_id: 73, quantity: 10, discount_amount: "7.41", item_total: "3877.62", item_rating: 4 },
            { id: 314, order_id: 201, product_id: 112, quantity: 5, discount_amount: "7.04", item_total: "3879.60", item_rating: 5 },
            { id: 315, order_id: 377, product_id: 117, quantity: 7, discount_amount: "37.63", item_total: "2209.99", item_rating: 5 },
            { id: 316, order_id: 61, product_id: 74, quantity: 3, discount_amount: "93.16", item_total: "2126.65", item_rating: 3 },
            { id: 317, order_id: 366, product_id: 45, quantity: 2, discount_amount: "49.20", item_total: "1471.66", item_rating: 2 },
            { id: 318, order_id: 66, product_id: 23, quantity: 6, discount_amount: "73.44", item_total: "89.16", item_rating: null },
            { id: 319, order_id: 333, product_id: 4, quantity: 10, discount_amount: "18.45", item_total: "4212.89", item_rating: 4 },
            { id: 320, order_id: 397, product_id: 44, quantity: null, discount_amount: "61.15", item_total: "1200.11", item_rating: 1 },
            { id: 321, order_id: 10, product_id: 135, quantity: null, discount_amount: "1.38", item_total: "45.01", item_rating: 5 },
            { id: 322, order_id: 143, product_id: 143, quantity: null, discount_amount: "91.00", item_total: "240.91", item_rating: 5 },
            { id: 323, order_id: 170, product_id: 99, quantity: 9, discount_amount: "3.58", item_total: "1863.26", item_rating: null },
            { id: 324, order_id: 117, product_id: 77, quantity: 1, discount_amount: "32.19", item_total: "1188.82", item_rating: 2 },
            { id: 325, order_id: 272, product_id: 91, quantity: 4, discount_amount: "87.86", item_total: "46.86", item_rating: 4 },
            { id: 326, order_id: 302, product_id: 119, quantity: 2, discount_amount: "16.60", item_total: "2507.94", item_rating: 4 },
            { id: 327, order_id: 307, product_id: 77, quantity: 9, discount_amount: "1.85", item_total: "2648.17", item_rating: 1 },
            { id: 328, order_id: 71, product_id: 50, quantity: 3, discount_amount: "13.83", item_total: "1098.27", item_rating: null },
            { id: 329, order_id: 319, product_id: 122, quantity: 9, discount_amount: "71.29", item_total: "690.82", item_rating: 5 },
            { id: 330, order_id: 328, product_id: 114, quantity: 1, discount_amount: "64.27", item_total: "2282.01", item_rating: 3 },
            { id: 331, order_id: 19, product_id: 52, quantity: 5, discount_amount: "77.53", item_total: "120.62", item_rating: 4 },
            { id: 332, order_id: 262, product_id: 12, quantity: 1, discount_amount: "8.18", item_total: "337.50", item_rating: 4 },
            { id: 333, order_id: 313, product_id: 117, quantity: 2, discount_amount: "27.95", item_total: "2666.60", item_rating: 2 },
            { id: 334, order_id: 310, product_id: 114, quantity: 1, discount_amount: "88.09", item_total: "1161.25", item_rating: 1 },
            { id: 335, order_id: 174, product_id: 115, quantity: null, discount_amount: "35.26", item_total: "44.28", item_rating: 1 },
            { id: 336, order_id: 3, product_id: 48, quantity: null, discount_amount: "47.87", item_total: "215.51", item_rating: 3 },
            { id: 337, order_id: 136, product_id: 29, quantity: 8, discount_amount: "99.80", item_total: "4175.76", item_rating: null },
            { id: 338, order_id: 66, product_id: 6, quantity: 4, discount_amount: "0.11", item_total: "1529.85", item_rating: 2 },
            { id: 339, order_id: 63, product_id: 142, quantity: 6, discount_amount: "8.56", item_total: "364.92", item_rating: 5 },
            { id: 340, order_id: 323, product_id: 96, quantity: 8, discount_amount: "55.30", item_total: "44.96", item_rating: 5 },
            { id: 341, order_id: 136, product_id: 57, quantity: 4, discount_amount: "3.14", item_total: "2543.70", item_rating: 4 },
            { id: 342, order_id: 393, product_id: 97, quantity: 3, discount_amount: "62.88", item_total: "14.08", item_rating: 1 },
            { id: 343, order_id: 135, product_id: 124, quantity: 1, discount_amount: "0.26", item_total: "35.33", item_rating: 5 },
            { id: 344, order_id: 368, product_id: 137, quantity: 1, discount_amount: "25.29", item_total: "731.69", item_rating: 4 },
            { id: 345, order_id: 122, product_id: 70, quantity: 1, discount_amount: "27.71", item_total: "3404.17", item_rating: 5 },
            { id: 346, order_id: 123, product_id: 135, quantity: 3, discount_amount: "45.65", item_total: "3586.93", item_rating: 4 },
            { id: 347, order_id: 260, product_id: 119, quantity: 3, discount_amount: "11.19", item_total: "311.75", item_rating: 3 },
            { id: 348, order_id: 205, product_id: 48, quantity: 6, discount_amount: "19.34", item_total: "1963.95", item_rating: 5 },
            { id: 349, order_id: 199, product_id: 27, quantity: 3, discount_amount: "31.08", item_total: "947.97", item_rating: 4 },
            { id: 350, order_id: 120, product_id: 18, quantity: 7, discount_amount: "49.38", item_total: "3458.12", item_rating: 3 },
            { id: 351, order_id: 7, product_id: 74, quantity: 1, discount_amount: "75.38", item_total: "3371.33", item_rating: 5 },
            { id: 352, order_id: 294, product_id: 19, quantity: 4, discount_amount: "23.25", item_total: "1945.37", item_rating: 5 },
            { id: 353, order_id: 35, product_id: 134, quantity: null, discount_amount: "58.28", item_total: "1012.22", item_rating: null },
            { id: 354, order_id: 50, product_id: 33, quantity: 6, discount_amount: "56.60", item_total: "1665.78", item_rating: null },
            { id: 355, order_id: 47, product_id: 117, quantity: 3, discount_amount: "0.42", item_total: "1793.71", item_rating: 5 },
            { id: 356, order_id: 83, product_id: 88, quantity: null, discount_amount: "73.16", item_total: "1683.27", item_rating: 4 },
            { id: 357, order_id: 343, product_id: 121, quantity: 8, discount_amount: "19.62", item_total: "3515.43", item_rating: 5 },
            { id: 358, order_id: 214, product_id: 138, quantity: 8, discount_amount: "4.59", item_total: "269.73", item_rating: 5 },
            { id: 359, order_id: 342, product_id: 21, quantity: 6, discount_amount: "7.63", item_total: "5.47", item_rating: 3 },
            { id: 360, order_id: 165, product_id: 84, quantity: null, discount_amount: "8.59", item_total: "3655.95", item_rating: 5 },
            { id: 361, order_id: 189, product_id: 99, quantity: 7, discount_amount: "42.12", item_total: "253.98", item_rating: null },
            { id: 362, order_id: 17, product_id: 62, quantity: 2, discount_amount: "0.78", item_total: "85.78", item_rating: null },
            { id: 363, order_id: 155, product_id: 8, quantity: 2, discount_amount: "26.89", item_total: "601.35", item_rating: 3 },
            { id: 364, order_id: 151, product_id: 97, quantity: 9, discount_amount: "0.91", item_total: "3135.19", item_rating: 5 },
            { id: 365, order_id: 196, product_id: 128, quantity: 1, discount_amount: "81.73", item_total: "4112.93", item_rating: 5 },
            { id: 366, order_id: 238, product_id: 36, quantity: 1, discount_amount: "54.06", item_total: "1558.58", item_rating: null },
            { id: 367, order_id: 263, product_id: 45, quantity: 2, discount_amount: "99.42", item_total: "3436.22", item_rating: 2 },
            { id: 368, order_id: 394, product_id: 29, quantity: 7, discount_amount: "10.73", item_total: "23.43", item_rating: 2 },
            { id: 369, order_id: 306, product_id: 98, quantity: 5, discount_amount: "26.49", item_total: "1939.19", item_rating: null },
            { id: 370, order_id: 210, product_id: 123, quantity: 8, discount_amount: "66.82", item_total: "3946.62", item_rating: 2 },
            { id: 371, order_id: 133, product_id: 77, quantity: 7, discount_amount: "2.13", item_total: "3378.49", item_rating: 3 },
            { id: 372, order_id: 46, product_id: 8, quantity: 2, discount_amount: "2.29", item_total: "157.56", item_rating: 4 },
            { id: 373, order_id: 84, product_id: 113, quantity: 2, discount_amount: "23.13", item_total: "4009.58", item_rating: null },
            { id: 374, order_id: 153, product_id: 81, quantity: 1, discount_amount: "17.16", item_total: "20.04", item_rating: 5 },
            { id: 375, order_id: 204, product_id: 142, quantity: 7, discount_amount: "2.21", item_total: "1241.45", item_rating: 2 },
            { id: 376, order_id: 250, product_id: 135, quantity: 1, discount_amount: "61.07", item_total: "930.38", item_rating: 3 },
            { id: 377, order_id: 79, product_id: 110, quantity: 8, discount_amount: "62.35", item_total: "4574.49", item_rating: 5 },
            { id: 378, order_id: 334, product_id: 119, quantity: 6, discount_amount: "8.38", item_total: "2400.67", item_rating: 2 },
            { id: 379, order_id: 169, product_id: 111, quantity: 9, discount_amount: "17.15", item_total: "5.43", item_rating: null },
            { id: 380, order_id: 268, product_id: 112, quantity: 2, discount_amount: "68.76", item_total: "1943.40", item_rating: 4 },
            { id: 381, order_id: 188, product_id: 23, quantity: 1, discount_amount: "18.07", item_total: "769.98", item_rating: 2 },
            { id: 382, order_id: 302, product_id: 122, quantity: 1, discount_amount: "84.93", item_total: "493.92", item_rating: 5 },
            { id: 383, order_id: 150, product_id: 139, quantity: 2, discount_amount: "12.05", item_total: "555.17", item_rating: 3 },
            { id: 384, order_id: 22, product_id: 128, quantity: 9, discount_amount: "22.05", item_total: "668.57", item_rating: 4 },
            { id: 385, order_id: 245, product_id: 69, quantity: 5, discount_amount: "97.99", item_total: "373.93", item_rating: null },
            { id: 386, order_id: 341, product_id: 65, quantity: 1, discount_amount: "99.01", item_total: "3175.01", item_rating: 1 },
            { id: 387, order_id: 230, product_id: 109, quantity: 4, discount_amount: "83.53", item_total: "2054.84", item_rating: 5 },
            { id: 388, order_id: 206, product_id: 130, quantity: 10, discount_amount: "8.12", item_total: "1111.53", item_rating: 5 },
            { id: 389, order_id: 33, product_id: 32, quantity: 1, discount_amount: "7.78", item_total: "849.98", item_rating: 5 },
            { id: 390, order_id: 257, product_id: 32, quantity: 2, discount_amount: "43.06", item_total: "156.97", item_rating: 4 },
            { id: 391, order_id: 282, product_id: 46, quantity: 9, discount_amount: "34.00", item_total: "353.24", item_rating: 5 },
            { id: 392, order_id: 333, product_id: 54, quantity: 3, discount_amount: "0.25", item_total: "4740.73", item_rating: 5 },
            { id: 393, order_id: 79, product_id: 26, quantity: 1, discount_amount: "6.81", item_total: "152.20", item_rating: 3 },
            { id: 394, order_id: 153, product_id: 66, quantity: 4, discount_amount: "26.45", item_total: "214.07", item_rating: 2 },
            { id: 395, order_id: 358, product_id: 29, quantity: 5, discount_amount: "61.99", item_total: "777.33", item_rating: 3 },
            { id: 396, order_id: 281, product_id: 5, quantity: 8, discount_amount: "52.06", item_total: "9.51", item_rating: 4 },
            { id: 397, order_id: 85, product_id: 10, quantity: 1, discount_amount: "8.89", item_total: "350.33", item_rating: 3 },
            { id: 398, order_id: 393, product_id: 77, quantity: 3, discount_amount: "77.39", item_total: "353.77", item_rating: 5 },
            { id: 399, order_id: 361, product_id: 99, quantity: 1, discount_amount: "0.23", item_total: "4481.54", item_rating: 5 },
            { id: 400, order_id: 288, product_id: 138, quantity: 1, discount_amount: "55.11", item_total: "184.67", item_rating: 3 },
            { id: 401, order_id: 203, product_id: 128, quantity: 5, discount_amount: "91.78", item_total: "1474.91", item_rating: 5 },
            { id: 402, order_id: 207, product_id: 80, quantity: 4, discount_amount: "0.37", item_total: "685.24", item_rating: 3 },
            { id: 403, order_id: 57, product_id: 58, quantity: 8, discount_amount: "39.69", item_total: "273.44", item_rating: 3 },
            { id: 404, order_id: 95, product_id: 90, quantity: 4, discount_amount: "0.00", item_total: "1469.40", item_rating: 5 },
            { id: 405, order_id: 294, product_id: 100, quantity: 8, discount_amount: "32.44", item_total: "6.40", item_rating: 3 },
            { id: 406, order_id: 228, product_id: 59, quantity: 2, discount_amount: "7.42", item_total: "2928.74", item_rating: 5 },
            { id: 407, order_id: 237, product_id: 44, quantity: 2, discount_amount: "1.54", item_total: "1906.86", item_rating: 5 },
            { id: 408, order_id: 51, product_id: 147, quantity: 3, discount_amount: "3.63", item_total: "1658.14", item_rating: 5 },
            { id: 409, order_id: 107, product_id: 137, quantity: 3, discount_amount: "70.15", item_total: "1313.46", item_rating: 4 },
            { id: 410, order_id: 155, product_id: 56, quantity: 5, discount_amount: "78.65", item_total: "1498.18", item_rating: 5 },
            { id: 411, order_id: 86, product_id: 114, quantity: 2, discount_amount: "78.73", item_total: "48.99", item_rating: 5 },
            { id: 412, order_id: 55, product_id: 20, quantity: 3, discount_amount: "49.26", item_total: "343.67", item_rating: 5 },
            { id: 413, order_id: 270, product_id: 132, quantity: null, discount_amount: "8.63", item_total: "164.49", item_rating: 1 },
            { id: 414, order_id: 3, product_id: 98, quantity: null, discount_amount: "0.40", item_total: "442.84", item_rating: 2 },
            { id: 415, order_id: 230, product_id: 47, quantity: 7, discount_amount: "0.58", item_total: "2100.74", item_rating: 2 },
            { id: 416, order_id: 96, product_id: 37, quantity: 2, discount_amount: "15.72", item_total: "2213.68", item_rating: 4 },
            { id: 417, order_id: 279, product_id: 49, quantity: 4, discount_amount: "82.94", item_total: "667.50", item_rating: 5 },
            { id: 418, order_id: 238, product_id: 44, quantity: 6, discount_amount: "19.10", item_total: "3180.82", item_rating: 5 },
            { id: 419, order_id: 152, product_id: 145, quantity: 6, discount_amount: "75.99", item_total: "1763.27", item_rating: 5 },
            { id: 420, order_id: 132, product_id: 38, quantity: 1, discount_amount: "1.53", item_total: "4445.63", item_rating: 5 },
            { id: 421, order_id: 32, product_id: 65, quantity: 5, discount_amount: "30.74", item_total: "368.06", item_rating: 5 },
            { id: 422, order_id: 315, product_id: 14, quantity: 1, discount_amount: "90.54", item_total: "106.30", item_rating: 3 },
            { id: 423, order_id: 147, product_id: 84, quantity: null, discount_amount: "43.71", item_total: "4437.96", item_rating: 2 },
            { id: 424, order_id: 18, product_id: 35, quantity: 1, discount_amount: "44.10", item_total: "1365.19", item_rating: 5 },
            { id: 425, order_id: 96, product_id: 125, quantity: 2, discount_amount: "8.73", item_total: "2190.37", item_rating: 4 },
            { id: 426, order_id: 41, product_id: 116, quantity: 5, discount_amount: "30.95", item_total: "1245.26", item_rating: 4 },
            { id: 427, order_id: 206, product_id: 117, quantity: 2, discount_amount: "8.31", item_total: "411.20", item_rating: 5 },
            { id: 428, order_id: 220, product_id: 137, quantity: 2, discount_amount: "50.53", item_total: "1239.63", item_rating: 4 },
            { id: 429, order_id: 151, product_id: 117, quantity: 3, discount_amount: "36.84", item_total: "3432.91", item_rating: 5 },
            { id: 430, order_id: 132, product_id: 148, quantity: 6, discount_amount: "57.91", item_total: "3230.82", item_rating: 5 },
            { id: 431, order_id: 57, product_id: 143, quantity: 7, discount_amount: "99.59", item_total: "1815.96", item_rating: 4 },
            { id: 432, order_id: 275, product_id: 69, quantity: 1, discount_amount: "51.13", item_total: "2728.64", item_rating: null },
            { id: 433, order_id: 163, product_id: 60, quantity: null, discount_amount: "75.04", item_total: "3310.36", item_rating: 1 },
            { id: 434, order_id: 375, product_id: 137, quantity: 9, discount_amount: "59.67", item_total: "2221.45", item_rating: 5 },
            { id: 435, order_id: 82, product_id: 88, quantity: 1, discount_amount: "9.44", item_total: "1394.44", item_rating: 1 },
            { id: 436, order_id: 159, product_id: 97, quantity: 3, discount_amount: "5.98", item_total: "724.98", item_rating: 4 },
            { id: 437, order_id: 195, product_id: 86, quantity: 3, discount_amount: "53.13", item_total: "4388.18", item_rating: 5 },
            { id: 438, order_id: 336, product_id: 118, quantity: 7, discount_amount: "15.02", item_total: "322.02", item_rating: null },
            { id: 439, order_id: 55, product_id: 54, quantity: 3, discount_amount: "7.65", item_total: "39.07", item_rating: null },
            { id: 440, order_id: 182, product_id: 20, quantity: null, discount_amount: "2.93", item_total: "1230.51", item_rating: 2 },
            { id: 441, order_id: 287, product_id: 27, quantity: 7, discount_amount: "0.64", item_total: "1560.72", item_rating: null },
            { id: 442, order_id: 333, product_id: 74, quantity: 4, discount_amount: "60.83", item_total: "2552.31", item_rating: 4 },
            { id: 443, order_id: 326, product_id: 114, quantity: 2, discount_amount: "9.40", item_total: "1073.62", item_rating: 5 },
            { id: 444, order_id: 208, product_id: 61, quantity: null, discount_amount: "2.03", item_total: "4383.98", item_rating: 5 },
            { id: 445, order_id: 227, product_id: 22, quantity: 4, discount_amount: "7.56", item_total: "187.25", item_rating: 2 },
            { id: 446, order_id: 388, product_id: 17, quantity: 9, discount_amount: "96.19", item_total: "1722.26", item_rating: 2 },
            { id: 447, order_id: 126, product_id: 46, quantity: 1, discount_amount: "93.64", item_total: "90.81", item_rating: 5 },
            { id: 448, order_id: 61, product_id: 69, quantity: 4, discount_amount: "35.31", item_total: "378.45", item_rating: null },
            { id: 449, order_id: 149, product_id: 94, quantity: 3, discount_amount: "2.03", item_total: "3405.18", item_rating: 3 },
            { id: 450, order_id: 172, product_id: 73, quantity: 2, discount_amount: "3.20", item_total: "1283.95", item_rating: 4 },
            { id: 451, order_id: 352, product_id: 61, quantity: null, discount_amount: "0.00", item_total: "3445.81", item_rating: null },
            { id: 452, order_id: 59, product_id: 140, quantity: null, discount_amount: "11.45", item_total: "4674.59", item_rating: 5 },
            { id: 453, order_id: 180, product_id: 131, quantity: 2, discount_amount: "4.94", item_total: "127.13", item_rating: 4 },
            { id: 454, order_id: 56, product_id: 98, quantity: null, discount_amount: "10.56", item_total: "21.53", item_rating: null },
            { id: 455, order_id: 82, product_id: 13, quantity: 3, discount_amount: "98.62", item_total: "1996.39", item_rating: null },
            { id: 456, order_id: 78, product_id: 108, quantity: null, discount_amount: "1.15", item_total: "70.83", item_rating: 4 },
            { id: 457, order_id: 199, product_id: 137, quantity: 2, discount_amount: "68.98", item_total: "621.53", item_rating: 5 },
            { id: 458, order_id: 173, product_id: 68, quantity: 7, discount_amount: "0.27", item_total: "51.16", item_rating: 5 },
            { id: 459, order_id: 37, product_id: 59, quantity: 1, discount_amount: "10.48", item_total: "287.20", item_rating: 3 },
            { id: 460, order_id: 319, product_id: 142, quantity: 4, discount_amount: "93.15", item_total: "1105.80", item_rating: 4 },
            { id: 461, order_id: 172, product_id: 86, quantity: 8, discount_amount: "0.17", item_total: "163.51", item_rating: 5 },
            { id: 462, order_id: 304, product_id: 134, quantity: 3, discount_amount: "16.57", item_total: "391.65", item_rating: 4 },
            { id: 463, order_id: 59, product_id: 132, quantity: 3, discount_amount: "37.38", item_total: "332.04", item_rating: 5 },
            { id: 464, order_id: 18, product_id: 113, quantity: null, discount_amount: "77.82", item_total: "769.71", item_rating: 3 },
            { id: 465, order_id: 274, product_id: 9, quantity: 9, discount_amount: "6.72", item_total: "386.21", item_rating: 2 },
            { id: 466, order_id: 72, product_id: 49, quantity: 4, discount_amount: "64.67", item_total: "23.38", item_rating: 4 },
            { id: 467, order_id: 50, product_id: 114, quantity: 3, discount_amount: "2.15", item_total: "10.59", item_rating: 2 },
            { id: 468, order_id: 160, product_id: 54, quantity: 8, discount_amount: "2.83", item_total: "4260.10", item_rating: 5 },
            { id: 469, order_id: 265, product_id: 134, quantity: 1, discount_amount: "76.87", item_total: "4064.58", item_rating: 3 },
            { id: 470, order_id: 38, product_id: 48, quantity: 8, discount_amount: "26.59", item_total: "2024.92", item_rating: 5 },
            { id: 471, order_id: 24, product_id: 104, quantity: null, discount_amount: "27.48", item_total: "458.04", item_rating: 5 },
            { id: 472, order_id: 313, product_id: 109, quantity: 7, discount_amount: "9.46", item_total: "2818.48", item_rating: 4 },
            { id: 473, order_id: 79, product_id: 90, quantity: 9, discount_amount: "4.03", item_total: "2370.16", item_rating: 4 },
            { id: 474, order_id: 133, product_id: 35, quantity: 1, discount_amount: "49.47", item_total: "22.19", item_rating: 5 },
            { id: 475, order_id: 158, product_id: 66, quantity: 7, discount_amount: "59.26", item_total: "1454.26", item_rating: 4 },
            { id: 476, order_id: 52, product_id: 54, quantity: 10, discount_amount: "34.94", item_total: "1712.33", item_rating: 5 },
            { id: 477, order_id: 266, product_id: 35, quantity: 1, discount_amount: "0.47", item_total: "1837.94", item_rating: 1 },
            { id: 478, order_id: 382, product_id: 35, quantity: 3, discount_amount: "67.77", item_total: "1626.20", item_rating: 5 },
            { id: 479, order_id: 244, product_id: 75, quantity: 3, discount_amount: "0.16", item_total: "2659.65", item_rating: 3 },
            { id: 480, order_id: 274, product_id: 132, quantity: 5, discount_amount: "4.30", item_total: "1734.82", item_rating: 2 },
            { id: 481, order_id: 182, product_id: 37, quantity: 1, discount_amount: "36.24", item_total: "2412.79", item_rating: 5 },
            { id: 482, order_id: 260, product_id: 2, quantity: 2, discount_amount: "70.54", item_total: "4520.55", item_rating: 4 },
            { id: 483, order_id: 70, product_id: 148, quantity: null, discount_amount: "1.18", item_total: "72.27", item_rating: 2 },
            { id: 484, order_id: 263, product_id: 58, quantity: 3, discount_amount: "5.25", item_total: "133.00", item_rating: 5 },
            { id: 485, order_id: 180, product_id: 42, quantity: 1, discount_amount: "98.81", item_total: "464.13", item_rating: 4 },
            { id: 486, order_id: 341, product_id: 91, quantity: 9, discount_amount: "29.60", item_total: "4657.72", item_rating: 3 },
            { id: 487, order_id: 295, product_id: 91, quantity: null, discount_amount: "10.57", item_total: "2730.78", item_rating: 3 },
            { id: 488, order_id: 210, product_id: 88, quantity: 10, discount_amount: "1.15", item_total: "48.52", item_rating: 2 },
            { id: 489, order_id: 333, product_id: 48, quantity: 4, discount_amount: "57.07", item_total: "2937.46", item_rating: null },
            { id: 490, order_id: 199, product_id: 39, quantity: 2, discount_amount: "32.84", item_total: "4039.58", item_rating: 4 },
            { id: 491, order_id: 91, product_id: 144, quantity: 5, discount_amount: "53.19", item_total: "4487.23", item_rating: 5 },
            { id: 492, order_id: 193, product_id: 20, quantity: 2, discount_amount: "50.64", item_total: "2416.73", item_rating: 5 },
            { id: 493, order_id: 218, product_id: 42, quantity: 9, discount_amount: "34.70", item_total: "2756.41", item_rating: 5 },
            { id: 494, order_id: 105, product_id: 68, quantity: 6, discount_amount: "20.62", item_total: "1308.39", item_rating: 2 },
            { id: 495, order_id: 84, product_id: 76, quantity: 1, discount_amount: "19.47", item_total: "621.63", item_rating: 3 },
            { id: 496, order_id: 226, product_id: 12, quantity: 4, discount_amount: "40.81", item_total: "597.78", item_rating: 4 },
            { id: 497, order_id: 319, product_id: 37, quantity: 8, discount_amount: "9.29", item_total: "2231.25", item_rating: 4 },
            { id: 498, order_id: 242, product_id: 104, quantity: 3, discount_amount: "29.39", item_total: "565.23", item_rating: null },
            { id: 499, order_id: 119, product_id: 59, quantity: 6, discount_amount: "47.35", item_total: "4019.46", item_rating: 4 },
            { id: 500, order_id: 137, product_id: 84, quantity: 9, discount_amount: "17.82", item_total: "2550.01", item_rating: 3 },
        ],
    });
    await prisma.order_items.createMany({
        data: [
            { id: 501, order_id: 144, product_id: 27, quantity: 3, discount_amount: "1.67", item_total: "7.59", item_rating: null },
            { id: 502, order_id: 180, product_id: 30, quantity: 6, discount_amount: "47.94", item_total: "103.77", item_rating: 3 },
            { id: 503, order_id: 119, product_id: 47, quantity: 1, discount_amount: "11.16", item_total: "538.27", item_rating: 5 },
            { id: 504, order_id: 197, product_id: 117, quantity: 1, discount_amount: "25.09", item_total: "1207.59", item_rating: 1 },
            { id: 505, order_id: 193, product_id: 126, quantity: 1, discount_amount: "39.46", item_total: "2197.82", item_rating: 5 },
            { id: 506, order_id: 386, product_id: 82, quantity: 2, discount_amount: "26.33", item_total: "1823.56", item_rating: 5 },
            { id: 507, order_id: 319, product_id: 48, quantity: 4, discount_amount: "19.00", item_total: "572.10", item_rating: 5 },
            { id: 508, order_id: 260, product_id: 8, quantity: 3, discount_amount: "38.23", item_total: "3073.55", item_rating: 1 },
            { id: 509, order_id: 369, product_id: 73, quantity: 2, discount_amount: "0.17", item_total: "773.71", item_rating: 4 },
            { id: 510, order_id: 287, product_id: 116, quantity: 9, discount_amount: "0.32", item_total: "2439.94", item_rating: null },
            { id: 511, order_id: 283, product_id: 7, quantity: 2, discount_amount: "45.84", item_total: "2561.87", item_rating: 4 },
            { id: 512, order_id: 271, product_id: 134, quantity: 6, discount_amount: "5.33", item_total: "4599.69", item_rating: 1 },
            { id: 513, order_id: 370, product_id: 18, quantity: null, discount_amount: "0.33", item_total: "3823.02", item_rating: 3 },
            { id: 514, order_id: 110, product_id: 67, quantity: 1, discount_amount: "61.89", item_total: "2891.47", item_rating: 5 },
            { id: 515, order_id: 239, product_id: 129, quantity: 8, discount_amount: "86.13", item_total: "1981.24", item_rating: null },
            { id: 516, order_id: 147, product_id: 144, quantity: 2, discount_amount: "2.46", item_total: "1929.27", item_rating: 2 },
            { id: 517, order_id: 161, product_id: 7, quantity: 1, discount_amount: "2.00", item_total: "266.43", item_rating: 4 },
            { id: 518, order_id: 297, product_id: 90, quantity: 7, discount_amount: "5.01", item_total: "1545.43", item_rating: 4 },
            { id: 519, order_id: 189, product_id: 59, quantity: 4, discount_amount: "0.86", item_total: "20.68", item_rating: 5 },
            { id: 520, order_id: 16, product_id: 126, quantity: 1, discount_amount: "37.97", item_total: "4508.03", item_rating: 5 },
            { id: 521, order_id: 8, product_id: 74, quantity: 5, discount_amount: "88.87", item_total: "149.29", item_rating: 4 },
            { id: 522, order_id: 24, product_id: 26, quantity: null, discount_amount: "26.58", item_total: "2873.37", item_rating: null },
            { id: 523, order_id: 140, product_id: 132, quantity: 6, discount_amount: "15.59", item_total: "895.74", item_rating: 3 },
            { id: 524, order_id: 222, product_id: 112, quantity: 7, discount_amount: "94.46", item_total: "1304.99", item_rating: 4 },
            { id: 525, order_id: 150, product_id: 124, quantity: null, discount_amount: "50.04", item_total: "959.47", item_rating: 3 },
            { id: 526, order_id: 173, product_id: 101, quantity: 2, discount_amount: "1.56", item_total: "1320.59", item_rating: 5 },
            { id: 527, order_id: 234, product_id: 90, quantity: null, discount_amount: "0.93", item_total: "2926.40", item_rating: null },
            { id: 528, order_id: 195, product_id: 58, quantity: 2, discount_amount: "6.92", item_total: "1541.36", item_rating: 4 },
            { id: 529, order_id: 55, product_id: 124, quantity: 4, discount_amount: "12.79", item_total: "769.60", item_rating: null },
            { id: 530, order_id: 151, product_id: 147, quantity: 1, discount_amount: "64.93", item_total: "106.62", item_rating: 2 },
            { id: 531, order_id: 352, product_id: 112, quantity: 6, discount_amount: "8.54", item_total: "4655.51", item_rating: 3 },
            { id: 532, order_id: 2, product_id: 82, quantity: 10, discount_amount: "4.64", item_total: "36.94", item_rating: 2 },
            { id: 533, order_id: 274, product_id: 113, quantity: 3, discount_amount: "3.70", item_total: "2699.77", item_rating: 3 },
            { id: 534, order_id: 359, product_id: 62, quantity: 2, discount_amount: "23.17", item_total: "3948.07", item_rating: 5 },
            { id: 535, order_id: 319, product_id: 61, quantity: 5, discount_amount: "89.73", item_total: "845.88", item_rating: 1 },
            { id: 536, order_id: 196, product_id: 44, quantity: 5, discount_amount: "73.41", item_total: "3960.70", item_rating: 2 },
            { id: 537, order_id: 69, product_id: 123, quantity: 5, discount_amount: "37.97", item_total: "1428.01", item_rating: 4 },
            { id: 538, order_id: 382, product_id: 34, quantity: 2, discount_amount: "20.76", item_total: "3001.07", item_rating: 4 },
            { id: 539, order_id: 106, product_id: 6, quantity: 3, discount_amount: "85.99", item_total: "3921.17", item_rating: 4 },
            { id: 540, order_id: 237, product_id: 62, quantity: 5, discount_amount: "37.98", item_total: "2472.47", item_rating: 5 },
            { id: 541, order_id: 305, product_id: 130, quantity: 2, discount_amount: "1.53", item_total: "255.17", item_rating: 4 },
            { id: 542, order_id: 49, product_id: 145, quantity: 4, discount_amount: "15.34", item_total: "114.54", item_rating: 5 },
            { id: 543, order_id: 155, product_id: 113, quantity: 5, discount_amount: "3.05", item_total: "1762.38", item_rating: 5 },
            { id: 544, order_id: 337, product_id: 25, quantity: 6, discount_amount: "27.50", item_total: "436.41", item_rating: 4 },
            { id: 545, order_id: 47, product_id: 115, quantity: null, discount_amount: "23.69", item_total: "1218.66", item_rating: null },
            { id: 546, order_id: 173, product_id: 20, quantity: 4, discount_amount: "33.14", item_total: "1949.27", item_rating: 4 },
            { id: 547, order_id: 293, product_id: 17, quantity: 1, discount_amount: "56.31", item_total: "603.00", item_rating: 5 },
            { id: 548, order_id: 306, product_id: 124, quantity: 5, discount_amount: "22.71", item_total: "3619.09", item_rating: 2 },
            { id: 549, order_id: 151, product_id: 147, quantity: 2, discount_amount: "71.93", item_total: "3880.99", item_rating: 2 },
            { id: 550, order_id: 88, product_id: 51, quantity: 4, discount_amount: "0.10", item_total: "1230.30", item_rating: 4 },
            { id: 551, order_id: 393, product_id: 58, quantity: 9, discount_amount: "32.66", item_total: "1497.32", item_rating: 3 },
            { id: 552, order_id: 75, product_id: 116, quantity: 4, discount_amount: "7.93", item_total: "2447.53", item_rating: null },
            { id: 553, order_id: 172, product_id: 143, quantity: 2, discount_amount: "49.48", item_total: "685.93", item_rating: 3 },
            { id: 554, order_id: 121, product_id: 135, quantity: 4, discount_amount: "73.36", item_total: "182.84", item_rating: null },
            { id: 555, order_id: 137, product_id: 109, quantity: 1, discount_amount: "60.21", item_total: "269.36", item_rating: 4 },
            { id: 556, order_id: 358, product_id: 88, quantity: 6, discount_amount: "79.77", item_total: "293.25", item_rating: 4 },
            { id: 557, order_id: 326, product_id: 10, quantity: 7, discount_amount: "5.35", item_total: "492.77", item_rating: 3 },
            { id: 558, order_id: 21, product_id: 7, quantity: 2, discount_amount: "50.49", item_total: "4198.50", item_rating: 3 },
            { id: 559, order_id: 265, product_id: 12, quantity: 1, discount_amount: "94.56", item_total: "3643.48", item_rating: 3 },
            { id: 560, order_id: 169, product_id: 56, quantity: 1, discount_amount: "8.04", item_total: "625.60", item_rating: 5 },
            { id: 561, order_id: 346, product_id: 32, quantity: 1, discount_amount: "87.64", item_total: "1565.82", item_rating: 2 },
            { id: 562, order_id: 322, product_id: 9, quantity: 8, discount_amount: "3.65", item_total: "659.92", item_rating: null },
            { id: 563, order_id: 169, product_id: 1, quantity: 1, discount_amount: "17.91", item_total: "963.92", item_rating: 5 },
            { id: 564, order_id: 391, product_id: 39, quantity: 2, discount_amount: "5.87", item_total: "29.50", item_rating: 5 },
            { id: 565, order_id: 328, product_id: 113, quantity: 2, discount_amount: "4.40", item_total: "27.24", item_rating: 3 },
            { id: 566, order_id: 43, product_id: 119, quantity: 8, discount_amount: "1.27", item_total: "472.65", item_rating: 4 },
            { id: 567, order_id: 24, product_id: 48, quantity: 7, discount_amount: "76.54", item_total: "529.33", item_rating: 5 },
            { id: 568, order_id: 164, product_id: 52, quantity: 2, discount_amount: "11.62", item_total: "934.46", item_rating: 4 },
            { id: 569, order_id: 275, product_id: 92, quantity: 2, discount_amount: "23.34", item_total: "1826.34", item_rating: 2 },
            { id: 570, order_id: 319, product_id: 106, quantity: 9, discount_amount: "11.30", item_total: "2661.65", item_rating: 1 },
            { id: 571, order_id: 314, product_id: 91, quantity: 6, discount_amount: "63.84", item_total: "4080.78", item_rating: 5 },
            { id: 572, order_id: 271, product_id: 116, quantity: 3, discount_amount: "6.29", item_total: "395.19", item_rating: 2 },
            { id: 573, order_id: 24, product_id: 89, quantity: null, discount_amount: "3.03", item_total: "1599.71", item_rating: 2 },
            { id: 574, order_id: 267, product_id: 87, quantity: 4, discount_amount: "65.58", item_total: "368.10", item_rating: 2 },
            { id: 575, order_id: 310, product_id: 5, quantity: 1, discount_amount: "14.33", item_total: "3690.65", item_rating: null },
            { id: 576, order_id: 289, product_id: 51, quantity: 2, discount_amount: "19.27", item_total: "946.22", item_rating: 1 },
            { id: 577, order_id: 32, product_id: 65, quantity: 3, discount_amount: "0.82", item_total: "1851.17", item_rating: 4 },
            { id: 578, order_id: 247, product_id: 73, quantity: 1, discount_amount: "0.00", item_total: "350.95", item_rating: 3 },
            { id: 579, order_id: 192, product_id: 125, quantity: 3, discount_amount: "0.86", item_total: "2516.57", item_rating: null },
            { id: 580, order_id: 147, product_id: 118, quantity: null, discount_amount: "49.69", item_total: "2218.76", item_rating: 4 },
            { id: 581, order_id: 337, product_id: 145, quantity: 6, discount_amount: "40.96", item_total: "2777.18", item_rating: 2 },
            { id: 582, order_id: 150, product_id: 86, quantity: 9, discount_amount: "20.94", item_total: "7.48", item_rating: 2 },
            { id: 583, order_id: 139, product_id: 18, quantity: 1, discount_amount: "57.47", item_total: "347.67", item_rating: 3 },
            { id: 584, order_id: 366, product_id: 63, quantity: 10, discount_amount: "3.81", item_total: "614.99", item_rating: 3 },
            { id: 585, order_id: 148, product_id: 51, quantity: 5, discount_amount: "9.40", item_total: "451.49", item_rating: 5 },
            { id: 586, order_id: 23, product_id: 149, quantity: 1, discount_amount: "0.44", item_total: "2657.34", item_rating: 5 },
            { id: 587, order_id: 138, product_id: 54, quantity: 5, discount_amount: "38.18", item_total: "307.22", item_rating: 5 },
            { id: 588, order_id: 89, product_id: 143, quantity: 1, discount_amount: "98.75", item_total: "12.10", item_rating: 5 },
            { id: 589, order_id: 383, product_id: 101, quantity: 5, discount_amount: "41.01", item_total: "2594.95", item_rating: 2 },
            { id: 590, order_id: 346, product_id: 70, quantity: 1, discount_amount: "80.21", item_total: "4697.06", item_rating: 3 },
            { id: 591, order_id: 230, product_id: 111, quantity: 7, discount_amount: "49.32", item_total: "4705.56", item_rating: 4 },
            { id: 592, order_id: 153, product_id: 140, quantity: 2, discount_amount: "46.13", item_total: "3269.06", item_rating: 5 },
            { id: 593, order_id: 183, product_id: 115, quantity: 7, discount_amount: "0.47", item_total: "48.58", item_rating: 3 },
            { id: 594, order_id: 151, product_id: 98, quantity: 2, discount_amount: "0.55", item_total: "1907.20", item_rating: 2 },
            { id: 595, order_id: 376, product_id: 55, quantity: 1, discount_amount: "99.58", item_total: "214.59", item_rating: 1 },
            { id: 596, order_id: 100, product_id: 102, quantity: 4, discount_amount: "36.43", item_total: "2233.12", item_rating: 5 },
            { id: 597, order_id: 72, product_id: 46, quantity: 5, discount_amount: "1.36", item_total: "1349.34", item_rating: 5 },
            { id: 598, order_id: 47, product_id: 102, quantity: 1, discount_amount: "11.96", item_total: "1681.62", item_rating: 4 },
            { id: 599, order_id: 174, product_id: 131, quantity: 1, discount_amount: "72.23", item_total: "1109.69", item_rating: 5 },
            { id: 600, order_id: 233, product_id: 47, quantity: 2, discount_amount: "8.50", item_total: "3268.25", item_rating: 3 },
        ],
    });
}

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