// Fashion Subscription Insights (personalized-fashion-subscription-box) 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.customers), 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.customers.createMany({
        data: [
            { customer_id: 1, full_name: "Sofia Ali", email: "sofia.ali@example.org", size: "S", style_preferences: "romantic casual feminine" },
            { customer_id: 2, full_name: "Lena Hassan", email: "lena.hassan@example.net", size: "S", style_preferences: "elegant vintage" },
            { customer_id: 3, full_name: "Hugo Cruz", email: "hugo.cruz@example.net", size: "S", style_preferences: "comfortable sporty" },
            { customer_id: 4, full_name: "Emma Bennett", email: "emma.bennett@example.org", size: "L", style_preferences: "comfortable playful" },
            { customer_id: 5, full_name: "Mateo Lee", email: "mateo.lee@example.net", size: "S", style_preferences: "casual" },
            { customer_id: 6, full_name: "Liam Ruiz", email: "liam.ruiz@example.org", size: "S", style_preferences: "timeless minimalist playful" },
            { customer_id: 7, full_name: "James Torres", email: "james.torres@example.org", size: "M", style_preferences: "vintage elegant timeless" },
            { customer_id: 8, full_name: "Maria Davis", email: "maria.davis@example.com", size: "S", style_preferences: "bold trendy elegant" },
            { customer_id: 9, full_name: "Andre Larsen", email: "andre.larsen@example.org", size: "M", style_preferences: "romantic bohemian" },
            { customer_id: 10, full_name: "Rosa Castro", email: "rosa.castro@example.org", size: "S", style_preferences: "comfortable" },
            { customer_id: 11, full_name: "Ines Kumar", email: "ines.kumar@example.net", size: "S", style_preferences: "elegant edgy classic" },
            { customer_id: 12, full_name: "Olivia Chen", email: "olivia.chen@example.com", size: "M", style_preferences: "sporty" },
            { customer_id: 13, full_name: "Jack Cruz", email: "jack.cruz@example.net", size: "S", style_preferences: "trendy" },
            { customer_id: 14, full_name: "David Clark", email: "david.clark@example.net", size: "L", style_preferences: "sporty romantic" },
            { customer_id: 15, full_name: "Uma Davis", email: "uma.davis@example.org", size: "XL", style_preferences: "chic casual romantic" },
            { customer_id: 16, full_name: "Selin Diaz", email: "selin.diaz@example.com", size: "L", style_preferences: "trendy" },
            { customer_id: 17, full_name: "Victor Ruiz", email: "victor.ruiz@example.net", size: "S", style_preferences: "minimalist sophisticated classic" },
            { customer_id: 18, full_name: "Marco Sousa", email: "marco.sousa@example.com", size: "M", style_preferences: "artsy elegant" },
            { customer_id: 19, full_name: "Rafael Lopez", email: "rafael.lopez@example.org", size: "M", style_preferences: "sophisticated elegant" },
            { customer_id: 20, full_name: "Lina Ibrahim", email: "lina.ibrahim@example.org", size: "S", style_preferences: "elegant" },
            { customer_id: 21, full_name: "Julia Patel", email: "julia.patel@example.com", size: "XL", style_preferences: "trendy" },
            { customer_id: 22, full_name: "Kai Davis", email: "kai.davis@example.com", size: "S", style_preferences: "vintage" },
            { customer_id: 23, full_name: "Chloe Becker", email: "chloe.becker@example.org", size: "S", style_preferences: "edgy" },
            { customer_id: 24, full_name: "Paula Taylor", email: "paula.taylor@example.com", size: "L", style_preferences: "edgy classic" },
            { customer_id: 25, full_name: "Zoe Smith", email: "zoe.smith@example.net", size: "XL", style_preferences: "sophisticated trendy" },
            { customer_id: 26, full_name: "Nina Flores", email: "nina.flores@example.com", size: "M", style_preferences: "bohemian" },
            { customer_id: 27, full_name: "Elif Kaya", email: "elif.kaya@example.com", size: "L", style_preferences: "casual" },
            { customer_id: 28, full_name: "Emma Nguyen", email: "emma.nguyen@example.com", size: "S", style_preferences: "minimalist" },
            { customer_id: 29, full_name: "Uma Lee", email: "uma.lee@example.com", size: "M", style_preferences: "elegant" },
            { customer_id: 30, full_name: "Zoe Martin", email: "zoe.martin@example.net", size: "M", style_preferences: "vintage" },
            { customer_id: 31, full_name: "Jade Sato", email: "jade.sato@example.org", size: "M", style_preferences: "timeless romantic bold" },
            { customer_id: 32, full_name: "Tomas Ahmed", email: "tomas.ahmed@example.com", size: "M", style_preferences: "minimalist" },
            { customer_id: 33, full_name: "Arjun Carter", email: "arjun.carter@example.net", size: "S", style_preferences: "edgy" },
            { customer_id: 34, full_name: "Fatima Castro", email: "fatima.castro@example.org", size: "M", style_preferences: "timeless" },
            { customer_id: 35, full_name: "Mohamed Vargas", email: "mohamed.vargas@example.com", size: "L", style_preferences: "feminine comfortable bold" },
            { customer_id: 36, full_name: "Fatima Miller", email: "fatima.miller@example.net", size: "S", style_preferences: "comfortable playful" },
            { customer_id: 37, full_name: "Fatima Schmidt", email: "fatima.schmidt@example.net", size: "L", style_preferences: "vintage timeless sporty" },
            { customer_id: 38, full_name: "Wei Dubois", email: "wei.dubois@example.com", size: "L", style_preferences: "artsy elegant masculine" },
            { customer_id: 39, full_name: "Zoe Castro", email: "zoe.castro@example.com", size: "S", style_preferences: "bohemian" },
            { customer_id: 40, full_name: "Lucas Smith", email: "lucas.smith@example.net", size: "M", style_preferences: "elegant" },
            { customer_id: 41, full_name: "Zara Gomez", email: "zara.gomez@example.org", size: "M", style_preferences: "minimalist bohemian" },
            { customer_id: 42, full_name: "Hugo Patel", email: "hugo.patel@example.net", size: "S", style_preferences: "comfortable artsy feminine" },
            { customer_id: 43, full_name: "Tomas Carter", email: "tomas.carter@example.com", size: "S", style_preferences: "bohemian edgy" },
            { customer_id: 44, full_name: "Daniel Cruz", email: "daniel.cruz@example.net", size: "M", style_preferences: "vintage timeless" },
            { customer_id: 45, full_name: "Amir Martin", email: "amir.martin@example.org", size: "S", style_preferences: "edgy trendy" },
            { customer_id: 46, full_name: "Sven Meyer", email: "sven.meyer@example.org", size: "S", style_preferences: "classic elegant" },
            { customer_id: 47, full_name: "Olivia Pereira", email: "olivia.pereira@example.org", size: "S", style_preferences: "chic playful" },
            { customer_id: 48, full_name: "Hugo Andersen", email: "hugo.andersen@example.net", size: "M", style_preferences: "romantic" },
            { customer_id: 49, full_name: "Uma Vargas", email: "uma.vargas@example.com", size: "S", style_preferences: "playful bohemian urban" },
            { customer_id: 50, full_name: "Diego Nguyen", email: "diego.nguyen@example.org", size: "S", style_preferences: "playful" },
            { customer_id: 51, full_name: "Ibrahim Nakamura", email: "ibrahim.nakamura@example.com", size: "S", style_preferences: "sporty" },
            { customer_id: 52, full_name: "Sofia Almeida", email: "sofia.almeida@example.com", size: "S", style_preferences: "minimalist" },
            { customer_id: 53, full_name: "Sofia Martin", email: "sofia.martin@example.com", size: "L", style_preferences: "playful minimalist" },
            { customer_id: 54, full_name: "Jonas Lee", email: "jonas.lee@example.com", size: "L", style_preferences: "romantic" },
            { customer_id: 55, full_name: "James Meyer", email: "james.meyer@example.com", size: "S", style_preferences: "elegant urban" },
            { customer_id: 56, full_name: "Nadia Wright", email: "nadia.wright@example.net", size: "S", style_preferences: "vintage classic" },
            { customer_id: 57, full_name: "Mei Lee", email: "mei.lee@example.org", size: "XL", style_preferences: "urban comfortable sophisticated" },
            { customer_id: 58, full_name: "Emma Hoffmann", email: "emma.hoffmann@example.net", size: "S", style_preferences: "romantic vintage" },
            { customer_id: 59, full_name: "Jade Miller", email: "jade.miller@example.net", size: "S", style_preferences: "elegant casual" },
            { customer_id: 60, full_name: "Grace Ruiz", email: "grace.ruiz@example.org", size: "M", style_preferences: "edgy comfortable chic" },
            { customer_id: 61, full_name: "Sara Nakamura", email: "sara.nakamura@example.net", size: "S", style_preferences: "bohemian" },
            { customer_id: 62, full_name: "Zara Yilmaz", email: "zara.yilmaz@example.com", size: "S", style_preferences: "sophisticated" },
            { customer_id: 63, full_name: "Daniel Adams", email: "daniel.adams@example.net", size: "XL", style_preferences: "trendy minimalist elegant" },
            { customer_id: 64, full_name: "Ibrahim Meyer", email: "ibrahim.meyer@example.net", size: "S", style_preferences: "classic vintage" },
            { customer_id: 65, full_name: "Ibrahim Moreau", email: "ibrahim.moreau@example.com", size: "M", style_preferences: "feminine comfortable" },
            { customer_id: 66, full_name: "Victor Chen", email: "victor.chen@example.net", size: "L", style_preferences: "vintage masculine" },
            { customer_id: 67, full_name: "Ravi Smith", email: "ravi.smith@example.com", size: "S", style_preferences: "comfortable sporty romantic" },
            { customer_id: 68, full_name: "Amir Shah", email: "amir.shah@example.net", size: "S", style_preferences: "classic urban vintage" },
            { customer_id: 69, full_name: "Mia Wright", email: "mia.wright@example.net", size: "S", style_preferences: "romantic vintage" },
            { customer_id: 70, full_name: "Daniel Schneider", email: "daniel.schneider@example.net", size: "L", style_preferences: "chic" },
            { customer_id: 71, full_name: "Noah Demir", email: "noah.demir@example.net", size: "S", style_preferences: "chic elegant minimalist" },
            { customer_id: 72, full_name: "Rafael Becker", email: "rafael.becker@example.com", size: "M", style_preferences: "bohemian" },
            { customer_id: 73, full_name: "Ben Kim", email: "ben.kim@example.org", size: "L", style_preferences: "edgy classic casual" },
            { customer_id: 74, full_name: "Paula Ibrahim", email: "paula.ibrahim@example.net", size: "S", style_preferences: "romantic masculine" },
            { customer_id: 75, full_name: "Yusuf Hassan", email: "yusuf.hassan@example.org", size: "S", style_preferences: "masculine casual" },
            { customer_id: 76, full_name: "Marco Hassan", email: "marco.hassan@example.org", size: "S", style_preferences: "bold vintage chic" },
            { customer_id: 77, full_name: "Anna Yilmaz", email: "anna.yilmaz@example.net", size: "L", style_preferences: "elegant" },
            { customer_id: 78, full_name: "Victor Murphy", email: "victor.murphy@example.org", size: "L", style_preferences: "vintage trendy" },
            { customer_id: 79, full_name: "Alice Chen", email: "alice.chen@example.net", size: "M", style_preferences: "edgy artsy feminine" },
            { customer_id: 80, full_name: "Mateo Adams", email: "mateo.adams@example.com", size: "M", style_preferences: "vintage urban masculine" },
            { customer_id: 81, full_name: "Sara Johnson", email: "sara.johnson@example.com", size: "S", style_preferences: "edgy" },
            { customer_id: 82, full_name: "Victor Novak", email: "victor.novak@example.com", size: "S", style_preferences: "sophisticated" },
            { customer_id: 83, full_name: "Daniel Singh", email: "daniel.singh@example.net", size: "S", style_preferences: "vintage edgy feminine" },
            { customer_id: 84, full_name: "Laura Yilmaz", email: "laura.yilmaz@example.com", size: "M", style_preferences: "sophisticated comfortable" },
            { customer_id: 85, full_name: "Wei Flores", email: "wei.flores@example.com", size: "L", style_preferences: "urban sophisticated classic" },
            { customer_id: 86, full_name: "Jonas Jansen", email: "jonas.jansen@example.org", size: "S", style_preferences: "chic vintage romantic" },
            { customer_id: 87, full_name: "Sven Baker", email: "sven.baker@example.com", size: "XL", style_preferences: "sporty bohemian" },
            { customer_id: 88, full_name: "Chen Oliveira", email: "chen.oliveira@example.com", size: "L", style_preferences: "urban comfortable" },
            { customer_id: 89, full_name: "Hana Kaya", email: "hana.kaya@example.com", size: "L", style_preferences: "casual" },
            { customer_id: 90, full_name: "Rafael Evans", email: "rafael.evans@example.com", size: "M", style_preferences: "timeless casual classic" },
            { customer_id: 91, full_name: "Yara Oliveira", email: "yara.oliveira@example.org", size: "S", style_preferences: "feminine" },
            { customer_id: 92, full_name: "Rosa Dubois", email: "rosa.dubois@example.com", size: "M", style_preferences: "romantic" },
            { customer_id: 93, full_name: "Mia Clark", email: "mia.clark@example.com", size: "S", style_preferences: "timeless classic minimalist" },
            { customer_id: 94, full_name: "Priya Ibrahim", email: "priya.ibrahim@example.net", size: "XL", style_preferences: "artsy" },
            { customer_id: 95, full_name: "Maya Novak", email: "maya.novak@example.org", size: "M", style_preferences: "classic romantic minimalist" },
            { customer_id: 96, full_name: "Maya Khan", email: "maya.khan@example.com", size: "L", style_preferences: "bohemian edgy elegant" },
            { customer_id: 97, full_name: "Maja Novak", email: "maja.novak@example.net", size: "S", style_preferences: "vintage" },
            { customer_id: 98, full_name: "Carla Pereira", email: "carla.pereira@example.org", size: "M", style_preferences: "casual edgy classic" },
            { customer_id: 99, full_name: "Daniel Yilmaz", email: "daniel.yilmaz@example.org", size: "S", style_preferences: "minimalist" },
            { customer_id: 100, full_name: "Deniz Baker", email: "deniz.baker@example.com", size: "L", style_preferences: "minimalist" },
            { customer_id: 101, full_name: "Julia Schneider", email: "julia.schneider@example.net", size: "M", style_preferences: "vintage comfortable romantic" },
            { customer_id: 102, full_name: "Nadia Costa", email: "nadia.costa@example.com", size: "M", style_preferences: "romantic artsy" },
            { customer_id: 103, full_name: "Uma Jensen", email: "uma.jensen@example.net", size: "S", style_preferences: "timeless bold" },
            { customer_id: 104, full_name: "Hugo Adams", email: "hugo.adams@example.com", size: "XL", style_preferences: "bohemian playful edgy" },
            { customer_id: 105, full_name: "Ibrahim Brown", email: "ibrahim.brown@example.com", size: "L", style_preferences: "romantic bold casual" },
            { customer_id: 106, full_name: "Uma Nguyen", email: "uma.nguyen@example.org", size: "M", style_preferences: "sophisticated elegant" },
            { customer_id: 107, full_name: "Maria Ali", email: "maria.ali@example.org", size: "S", style_preferences: "edgy romantic" },
            { customer_id: 108, full_name: "Zoe Nguyen", email: "zoe.nguyen@example.net", size: "M", style_preferences: "elegant" },
            { customer_id: 109, full_name: "Leo Oliveira", email: "leo.oliveira@example.com", size: "S", style_preferences: "classic" },
            { customer_id: 110, full_name: "Fatima Zhang", email: "fatima.zhang@example.net", size: "S", style_preferences: "masculine" },
            { customer_id: 111, full_name: "Isaac Novak", email: "isaac.novak@example.net", size: "L", style_preferences: "masculine urban" },
            { customer_id: 112, full_name: "Karim Torres", email: "karim.torres@example.org", size: "S", style_preferences: "comfortable edgy sporty" },
            { customer_id: 113, full_name: "Ana Shah", email: "ana.shah@example.com", size: "S", style_preferences: "feminine" },
            { customer_id: 114, full_name: "Mohamed Carter", email: "mohamed.carter@example.com", size: "M", style_preferences: "timeless elegant chic" },
            { customer_id: 115, full_name: "Emma Nguyen", email: "emma.nguyen@example.org", size: "M", style_preferences: "sophisticated" },
            { customer_id: 116, full_name: "Yusuf Lopez", email: "yusuf.lopez@example.net", size: "S", style_preferences: "playful masculine artsy" },
            { customer_id: 117, full_name: "Marco Silva", email: "marco.silva@example.com", size: "M", style_preferences: "trendy" },
            { customer_id: 118, full_name: "Fatima Larsen", email: "fatima.larsen@example.com", size: "XL", style_preferences: "classic masculine edgy" },
            { customer_id: 119, full_name: "Mateo Gomez", email: "mateo.gomez@example.net", size: "S", style_preferences: "bold artsy" },
            { customer_id: 120, full_name: "Marco Brown", email: "marco.brown@example.net", size: "S", style_preferences: "casual" },
            { customer_id: 121, full_name: "Sara Lee", email: "sara.lee@example.com", size: "S", style_preferences: "artsy" },
            { customer_id: 122, full_name: "Liam Patel", email: "liam.patel@example.net", size: "S", style_preferences: "trendy" },
            { customer_id: 123, full_name: "Kai Oliveira", email: "kai.oliveira@example.org", size: "S", style_preferences: "comfortable" },
            { customer_id: 124, full_name: "Omar Murphy", email: "omar.murphy@example.net", size: "M", style_preferences: "vintage" },
            { customer_id: 125, full_name: "Paula Lopez", email: "paula.lopez@example.org", size: "S", style_preferences: "sophisticated timeless sporty" },
            { customer_id: 126, full_name: "Carla Hoffmann", email: "carla.hoffmann@example.org", size: "S", style_preferences: "timeless" },
            { customer_id: 127, full_name: "Chen Wang", email: "chen.wang@example.org", size: "M", style_preferences: "vintage playful" },
            { customer_id: 128, full_name: "Yusuf Khan", email: "yusuf.khan@example.net", size: "L", style_preferences: "chic" },
            { customer_id: 129, full_name: "Jonas Castro", email: "jonas.castro@example.org", size: "M", style_preferences: "urban" },
            { customer_id: 130, full_name: "Omar Gupta", email: "omar.gupta@example.com", size: "S", style_preferences: "chic timeless" },
            { customer_id: 131, full_name: "Karim Adams", email: "karim.adams@example.net", size: "M", style_preferences: "masculine minimalist" },
            { customer_id: 132, full_name: "Sven Hoffmann", email: "sven.hoffmann@example.net", size: "M", style_preferences: "feminine playful" },
            { customer_id: 133, full_name: "Theo Pereira", email: "theo.pereira@example.com", size: "XL", style_preferences: "feminine urban classic" },
            { customer_id: 134, full_name: "Leo Shah", email: "leo.shah@example.net", size: "L", style_preferences: "bohemian urban" },
            { customer_id: 135, full_name: "Uma Martin", email: "uma.martin@example.net", size: "L", style_preferences: "artsy classic" },
            { customer_id: 136, full_name: "Mei Taylor", email: "mei.taylor@example.com", size: "S", style_preferences: "playful sophisticated elegant" },
            { customer_id: 137, full_name: "Carla Vargas", email: "carla.vargas@example.com", size: "XL", style_preferences: "casual artsy" },
            { customer_id: 138, full_name: "Sven Nguyen", email: "sven.nguyen@example.net", size: "S", style_preferences: "urban comfortable feminine" },
            { customer_id: 139, full_name: "Julia Schneider", email: "julia.schneider@example.net", size: "XL", style_preferences: "artsy bohemian" },
            { customer_id: 140, full_name: "Nina Tanaka", email: "nina.tanaka@example.net", size: "L", style_preferences: "feminine" },
            { customer_id: 141, full_name: "Grace Meyer", email: "grace.meyer@example.com", size: "S", style_preferences: "feminine" },
            { customer_id: 142, full_name: "Lina Bennett", email: "lina.bennett@example.org", size: "L", style_preferences: "urban classic" },
            { customer_id: 143, full_name: "Elena Andersen", email: "elena.andersen@example.net", size: "S", style_preferences: "sporty urban" },
            { customer_id: 144, full_name: "Mohamed Young", email: "mohamed.young@example.net", size: "XL", style_preferences: "masculine sophisticated edgy" },
            { customer_id: 145, full_name: "Omar Novak", email: "omar.novak@example.org", size: "S", style_preferences: "elegant casual trendy" },
            { customer_id: 146, full_name: "Sofia Ruiz", email: "sofia.ruiz@example.net", size: "S", style_preferences: "classic artsy feminine" },
            { customer_id: 147, full_name: "Hugo Young", email: "hugo.young@example.net", size: "S", style_preferences: "minimalist" },
            { customer_id: 148, full_name: "Hana Shah", email: "hana.shah@example.org", size: "S", style_preferences: "sporty edgy elegant" },
            { customer_id: 149, full_name: "Laura Almeida", email: "laura.almeida@example.com", size: "S", style_preferences: "sporty sophisticated" },
            { customer_id: 150, full_name: "Tariq Evans", email: "tariq.evans@example.net", size: "M", style_preferences: "sophisticated" },
            { customer_id: 151, full_name: "Laura Davis", email: "laura.davis@example.net", size: "M", style_preferences: "comfortable" },
            { customer_id: 152, full_name: "Maja Mendes", email: "maja.mendes@example.net", size: "S", style_preferences: "feminine" },
            { customer_id: 153, full_name: "Sven Walker", email: "sven.walker@example.com", size: "M", style_preferences: "sophisticated playful" },
            { customer_id: 154, full_name: "Sara Young", email: "sara.young@example.com", size: "XL", style_preferences: "classic casual feminine" },
            { customer_id: 155, full_name: "Maria Chen", email: "maria.chen@example.com", size: "M", style_preferences: "trendy bohemian" },
            { customer_id: 156, full_name: "Lina Bauer", email: "lina.bauer@example.net", size: "M", style_preferences: "masculine" },
            { customer_id: 157, full_name: "Liam Hansen", email: "liam.hansen@example.org", size: "M", style_preferences: "timeless masculine" },
            { customer_id: 158, full_name: "Emma Wright", email: "emma.wright@example.com", size: "M", style_preferences: "bold" },
            { customer_id: 159, full_name: "Omar Zhang", email: "omar.zhang@example.org", size: "M", style_preferences: "comfortable romantic playful" },
            { customer_id: 160, full_name: "Grace Khan", email: "grace.khan@example.com", size: "S", style_preferences: "vintage bold romantic" },
            { customer_id: 161, full_name: "Kai Dubois", email: "kai.dubois@example.org", size: "S", style_preferences: "urban bohemian" },
            { customer_id: 162, full_name: "Hugo Shah", email: "hugo.shah@example.com", size: "M", style_preferences: "chic masculine urban" },
            { customer_id: 163, full_name: "Sara Miller", email: "sara.miller@example.org", size: "M", style_preferences: "timeless casual masculine" },
            { customer_id: 164, full_name: "James Evans", email: "james.evans@example.net", size: "S", style_preferences: "artsy" },
            { customer_id: 165, full_name: "Rosa Larsen", email: "rosa.larsen@example.com", size: "XL", style_preferences: "feminine casual classic" },
            { customer_id: 166, full_name: "Theo Fischer", email: "theo.fischer@example.com", size: "S", style_preferences: "bohemian trendy" },
            { customer_id: 167, full_name: "Carlos Brown", email: "carlos.brown@example.org", size: "S", style_preferences: "classic vintage" },
            { customer_id: 168, full_name: "Leo Clark", email: "leo.clark@example.com", size: "S", style_preferences: "masculine chic" },
            { customer_id: 169, full_name: "Elif Becker", email: "elif.becker@example.org", size: "S", style_preferences: "timeless" },
            { customer_id: 170, full_name: "Noah Tanaka", email: "noah.tanaka@example.com", size: "S", style_preferences: "playful" },
            { customer_id: 171, full_name: "Rafael Larsen", email: "rafael.larsen@example.com", size: "L", style_preferences: "masculine trendy artsy" },
            { customer_id: 172, full_name: "Sofia Zhang", email: "sofia.zhang@example.net", size: "L", style_preferences: "comfortable" },
            { customer_id: 173, full_name: "Grace Cruz", email: "grace.cruz@example.net", size: "S", style_preferences: "classic chic vintage" },
            { customer_id: 174, full_name: "Mei Lee", email: "mei.lee@example.org", size: "S", style_preferences: "urban" },
            { customer_id: 175, full_name: "Kai Tanaka", email: "kai.tanaka@example.org", size: "M", style_preferences: "minimalist" },
            { customer_id: 176, full_name: "Pedro Schmidt", email: "pedro.schmidt@example.com", size: "L", style_preferences: "comfortable" },
            { customer_id: 177, full_name: "Laura Johnson", email: "laura.johnson@example.com", size: "M", style_preferences: "chic" },
            { customer_id: 178, full_name: "Tomas Jensen", email: "tomas.jensen@example.net", size: "M", style_preferences: "classic playful minimalist" },
            { customer_id: 179, full_name: "Tomas Oliveira", email: "tomas.oliveira@example.net", size: "L", style_preferences: "bohemian vintage trendy" },
            { customer_id: 180, full_name: "Tomas Kowalski", email: "tomas.kowalski@example.org", size: "S", style_preferences: "urban comfortable" },
            { customer_id: 181, full_name: "Ravi Garcia", email: "ravi.garcia@example.org", size: "M", style_preferences: "classic bohemian romantic" },
            { customer_id: 182, full_name: "Nour Zhang", email: "nour.zhang@example.com", size: "M", style_preferences: "chic" },
            { customer_id: 183, full_name: "Nina Becker", email: "nina.becker@example.com", size: "XL", style_preferences: "comfortable playful minimalist" },
            { customer_id: 184, full_name: "Zoe Hoffmann", email: "zoe.hoffmann@example.com", size: "M", style_preferences: "timeless" },
            { customer_id: 185, full_name: "Selin Sato", email: "selin.sato@example.org", size: "S", style_preferences: "sporty" },
            { customer_id: 186, full_name: "Zara Dubois", email: "zara.dubois@example.net", size: "M", style_preferences: "urban minimalist edgy" },
            { customer_id: 187, full_name: "Nina Novak", email: "nina.novak@example.org", size: "L", style_preferences: "classic urban artsy" },
            { customer_id: 188, full_name: "Ibrahim Garcia", email: "ibrahim.garcia@example.net", size: "S", style_preferences: "chic casual" },
            { customer_id: 189, full_name: "Ines Nguyen", email: "ines.nguyen@example.net", size: "L", style_preferences: "bold edgy" },
            { customer_id: 190, full_name: "Hannah Shah", email: "hannah.shah@example.org", size: "S", style_preferences: "comfortable classic" },
            { customer_id: 191, full_name: "Ivan Nakamura", email: "ivan.nakamura@example.org", size: "XL", style_preferences: "bohemian comfortable" },
            { customer_id: 192, full_name: "Tomas Park", email: "tomas.park@example.com", size: "M", style_preferences: "trendy vintage masculine" },
            { customer_id: 193, full_name: "Selin Wright", email: "selin.wright@example.org", size: "S", style_preferences: "artsy" },
            { customer_id: 194, full_name: "Ethan Ahmed", email: "ethan.ahmed@example.com", size: "S", style_preferences: "artsy sporty" },
            { customer_id: 195, full_name: "Ruby Baker", email: "ruby.baker@example.org", size: "S", style_preferences: "urban classic" },
            { customer_id: 196, full_name: "Maya Shah", email: "maya.shah@example.com", size: "L", style_preferences: "edgy" },
            { customer_id: 197, full_name: "Rafael Hassan", email: "rafael.hassan@example.com", size: "S", style_preferences: "timeless" },
            { customer_id: 198, full_name: "Mila Andersen", email: "mila.andersen@example.com", size: "S", style_preferences: "playful trendy feminine" },
            { customer_id: 199, full_name: "Karim Wang", email: "karim.wang@example.org", size: "S", style_preferences: "minimalist sporty" },
            { customer_id: 200, full_name: "Hugo Davis", email: "hugo.davis@example.com", size: "S", style_preferences: "vintage sophisticated feminine" },
        ],
    });
    await prisma.products.createMany({
        data: [
            { product_id: 1, product_name: "Wireless Backpack", category: "accessory", brand: "Zara", material: "linen" },
            { product_id: 2, product_name: "Essential Speaker", category: "clothing", brand: "Nike", material: "polyester acrylic spandex" },
            { product_id: 3, product_name: "Ultra Backpack", category: "accessory", brand: "Lululemon", material: "polyester" },
            { product_id: 4, product_name: "Slim Router", category: "accessory", brand: "Chanel", material: "cashmere wool" },
            { product_id: 5, product_name: "Folding Mug", category: "clothing", brand: "Nike", material: "linen" },
            { product_id: 6, product_name: "Insulated Bottle", category: "clothing", brand: null, material: "wool" },
            { product_id: 7, product_name: "Heavy Duty Router", category: "clothing", brand: "Nike", material: "linen nylon acrylic" },
            { product_id: 8, product_name: "Heavy Duty Bottle", category: "clothing", brand: "Calvin", material: "linen rayon nylon" },
            { product_id: 9, product_name: "Standard Toolkit", category: "accessory", brand: "Adidas", material: "tweed canvas" },
            { product_id: 10, product_name: "Vintage Toolkit", category: "clothing", brand: "Nike", material: "spandex" },
            { product_id: 11, product_name: "Eco Keyboard", category: "accessory", brand: "Adidas", material: "denim polyester" },
            { product_id: 12, product_name: "Insulated Bottle", category: "clothing", brand: "Zara", material: "linen cotton polyester" },
            { product_id: 13, product_name: "Compact Planter", category: "accessory", brand: "H&M", material: "denim wool" },
            { product_id: 14, product_name: "Folding Bottle", category: "accessory", brand: "H&M", material: "modal leather" },
            { product_id: 15, product_name: "Modern Lantern", category: "clothing", brand: "Nike", material: null },
            { product_id: 16, product_name: "Vintage Notebook", category: "accessory", brand: "Lululemon", material: "satin nylon" },
            { product_id: 17, product_name: "Classic Camera", category: "accessory", brand: "Zara", material: "bamboo" },
            { product_id: 18, product_name: "Modern Desk Lamp", category: "accessory", brand: "Nike", material: "cashmere leather" },
            { product_id: 19, product_name: "Eco Mug", category: "accessory", brand: "Adidas", material: "wool suede" },
            { product_id: 20, product_name: "Eco Kettle", category: "accessory", brand: "Adidas", material: null },
            { product_id: 21, product_name: "Eco Headphones", category: "accessory", brand: "Prada", material: "polyester" },
            { product_id: 22, product_name: "Eco Lantern", category: "clothing", brand: "Adidas", material: "leather spandex" },
            { product_id: 23, product_name: "Insulated Jacket", category: "accessory", brand: "Nike", material: "silk jersey" },
            { product_id: 24, product_name: "Eco Umbrella", category: "clothing", brand: "H&M", material: "cashmere" },
            { product_id: 25, product_name: "Deluxe Camera", category: "accessory", brand: "Nike", material: null },
            { product_id: 26, product_name: "Slim Planter", category: "accessory", brand: "Nike", material: "canvas" },
            { product_id: 27, product_name: "Mini Mug", category: "accessory", brand: "Tommy", material: "acrylic" },
            { product_id: 28, product_name: "Essential Toolkit", category: "accessory", brand: "Calvin", material: null },
            { product_id: 29, product_name: "Standard Mug", category: "accessory", brand: "Zara", material: "cashmere linen tweed" },
            { product_id: 30, product_name: "Modern Camera", category: "clothing", brand: "Prada", material: "cotton canvas" },
            { product_id: 31, product_name: "Slim Bottle", category: "clothing", brand: "Versace", material: "leather polyester satin" },
            { product_id: 32, product_name: "Travel Router", category: "accessory", brand: "Adidas", material: "denim jersey cashmere" },
            { product_id: 33, product_name: "Premium Desk Lamp", category: "accessory", brand: "Nike", material: "modal" },
            { product_id: 34, product_name: "Portable Planter", category: "clothing", brand: null, material: null },
            { product_id: 35, product_name: "Pro Planter", category: "accessory", brand: "Levi's", material: "polyester rayon" },
            { product_id: 36, product_name: "Wireless Blender", category: "clothing", brand: "Chanel", material: "tweed" },
            { product_id: 37, product_name: "Mini Kettle", category: "accessory", brand: "Valentino", material: "acrylic" },
            { product_id: 38, product_name: "Insulated Kettle", category: "clothing", brand: "Adidas", material: "modal denim" },
            { product_id: 39, product_name: "Travel Lantern", category: "accessory", brand: "H&M", material: "rayon polyester jersey" },
            { product_id: 40, product_name: "Insulated Mug", category: "accessory", brand: "Nike", material: "cashmere" },
            { product_id: 41, product_name: "Pro Speaker", category: "clothing", brand: "Nike", material: null },
            { product_id: 42, product_name: "Pro Umbrella", category: "accessory", brand: null, material: "wool tweed silk" },
            { product_id: 43, product_name: "Compact Jacket", category: "accessory", brand: "Levi's", material: "bamboo" },
            { product_id: 44, product_name: "Standard Camera", category: "accessory", brand: "Nike", material: "bamboo tweed acrylic" },
            { product_id: 45, product_name: "Mini Router", category: "accessory", brand: "Nike", material: "leather" },
            { product_id: 46, product_name: "Ultra Monitor", category: "accessory", brand: "Levi's", material: "polyester suede wool" },
            { product_id: 47, product_name: "Wireless Kettle", category: "accessory", brand: "Lululemon", material: null },
            { product_id: 48, product_name: "Vintage Desk Lamp", category: "clothing", brand: "Nike", material: "canvas jersey" },
            { product_id: 49, product_name: "Standard Charger", category: "accessory", brand: "Zara", material: "cashmere polyester acrylic" },
            { product_id: 50, product_name: "Modern Planter", category: "accessory", brand: null, material: "modal cashmere" },
            { product_id: 51, product_name: "Deluxe Tent", category: "accessory", brand: "Tommy", material: "viscose linen" },
            { product_id: 52, product_name: "Eco Speaker", category: "clothing", brand: "Zara", material: "suede leather satin" },
            { product_id: 53, product_name: "Compact Bottle", category: "accessory", brand: "Calvin", material: "rayon silk jersey" },
            { product_id: 54, product_name: "Smart Headphones", category: "accessory", brand: "Lululemon", material: "denim suede" },
            { product_id: 55, product_name: "Smart Mug", category: "clothing", brand: "Adidas", material: null },
            { product_id: 56, product_name: "Premium Router", category: "clothing", brand: "Levi's", material: "rayon" },
            { product_id: 57, product_name: "Ultra Watch", category: "clothing", brand: "H&M", material: null },
            { product_id: 58, product_name: "Deluxe Toolkit", category: "accessory", brand: "Adidas", material: "polyester denim" },
            { product_id: 59, product_name: "Compact Desk Lamp", category: "accessory", brand: "Zara", material: "suede tweed" },
            { product_id: 60, product_name: "Ultra Monitor", category: "clothing", brand: "Zara", material: "nylon" },
            { product_id: 61, product_name: "Folding Umbrella", category: "accessory", brand: null, material: null },
            { product_id: 62, product_name: "Ultra Camera", category: "accessory", brand: "Chanel", material: "viscose" },
            { product_id: 63, product_name: "Smart Chair", category: "clothing", brand: "Levi's", material: "wool denim" },
            { product_id: 64, product_name: "Insulated Tent", category: "clothing", brand: "H&M", material: "spandex" },
            { product_id: 65, product_name: "Portable Chair", category: "clothing", brand: "Adidas", material: "satin" },
            { product_id: 66, product_name: "Modern Kettle", category: "accessory", brand: "Forever21", material: "modal nylon rayon" },
            { product_id: 67, product_name: "Eco Toolkit", category: "clothing", brand: "H&M", material: "modal wool" },
            { product_id: 68, product_name: "Portable Bottle", category: "accessory", brand: "Zara", material: "modal" },
            { product_id: 69, product_name: "Essential Blender", category: "accessory", brand: "Zara", material: "modal silk linen" },
            { product_id: 70, product_name: "Deluxe Notebook", category: "clothing", brand: null, material: "acrylic" },
            { product_id: 71, product_name: "Portable Headphones", category: "accessory", brand: "Levi's", material: "bamboo viscose canvas" },
            { product_id: 72, product_name: "Modern Charger", category: "clothing", brand: null, material: "cashmere" },
            { product_id: 73, product_name: "Travel Notebook", category: "clothing", brand: "Nike", material: null },
            { product_id: 74, product_name: "Vintage Chair", category: "clothing", brand: "Zara", material: "cashmere" },
            { product_id: 75, product_name: "Slim Backpack", category: "clothing", brand: "Forever21", material: "spandex cotton" },
            { product_id: 76, product_name: "Eco Charger", category: "clothing", brand: null, material: "cotton satin" },
            { product_id: 77, product_name: "Heavy Duty Headphones", category: "clothing", brand: "H&M", material: "tweed modal spandex" },
            { product_id: 78, product_name: "Classic Kettle", category: "accessory", brand: "Chanel", material: "polyester" },
            { product_id: 79, product_name: "Premium Notebook", category: "clothing", brand: "Adidas", material: "modal polyester" },
            { product_id: 80, product_name: "Eco Watch", category: "accessory", brand: null, material: "wool" },
            { product_id: 81, product_name: "Ultra Router", category: "clothing", brand: "Valentino", material: "canvas linen tweed" },
            { product_id: 82, product_name: "Ultra Watch", category: "clothing", brand: null, material: "silk" },
            { product_id: 83, product_name: "Smart Toolkit", category: "clothing", brand: "Zara", material: "satin" },
            { product_id: 84, product_name: "Premium Blender", category: "clothing", brand: "Nike", material: "wool nylon spandex" },
            { product_id: 85, product_name: "Portable Desk Lamp", category: "accessory", brand: null, material: "spandex" },
            { product_id: 86, product_name: "Heavy Duty Mug", category: "accessory", brand: "Calvin", material: "polyester spandex" },
            { product_id: 87, product_name: "Compact Watch", category: "accessory", brand: "Zara", material: "cashmere viscose" },
            { product_id: 88, product_name: "Wireless Lantern", category: "clothing", brand: "Zara", material: "acrylic satin rayon" },
            { product_id: 89, product_name: "Smart Umbrella", category: "clothing", brand: "Nike", material: "leather bamboo" },
            { product_id: 90, product_name: "Travel Blender", category: "accessory", brand: "Gucci", material: null },
            { product_id: 91, product_name: "Compact Chair", category: "accessory", brand: "Forever21", material: "leather modal jersey" },
            { product_id: 92, product_name: "Classic Jacket", category: "accessory", brand: "Zara", material: null },
            { product_id: 93, product_name: "Compact Watch", category: "accessory", brand: "Adidas", material: "rayon" },
            { product_id: 94, product_name: "Classic Toolkit", category: "clothing", brand: "Adidas", material: "silk canvas polyester" },
            { product_id: 95, product_name: "Heavy Duty Pan", category: "accessory", brand: null, material: "viscose denim" },
            { product_id: 96, product_name: "Premium Speaker", category: "accessory", brand: "Levi's", material: "tweed" },
            { product_id: 97, product_name: "Heavy Duty Umbrella", category: "accessory", brand: "Prada", material: null },
            { product_id: 98, product_name: "Essential Camera", category: "accessory", brand: "H&M", material: "canvas cotton satin" },
            { product_id: 99, product_name: "Slim Router", category: "accessory", brand: "Reebok", material: "rayon polyester" },
            { product_id: 100, product_name: "Deluxe Camera", category: "clothing", brand: null, material: "nylon satin" },
            { product_id: 101, product_name: "Compact Pan", category: "accessory", brand: "Prada", material: "denim cashmere" },
            { product_id: 102, product_name: "Classic Lantern", category: "accessory", brand: "Adidas", material: "acrylic tweed spandex" },
            { product_id: 103, product_name: "Essential Notebook", category: "clothing", brand: "Versace", material: "leather satin nylon" },
            { product_id: 104, product_name: "Insulated Jacket", category: "clothing", brand: null, material: null },
            { product_id: 105, product_name: "Ultra Jacket", category: "clothing", brand: "Adidas", material: "denim acrylic polyester" },
            { product_id: 106, product_name: "Wireless Pan", category: "accessory", brand: "Zara", material: "cashmere" },
            { product_id: 107, product_name: "Classic Planter", category: "accessory", brand: null, material: "wool linen leather" },
            { product_id: 108, product_name: "Folding Backpack", category: "clothing", brand: "Adidas", material: null },
            { product_id: 109, product_name: "Deluxe Jacket", category: "accessory", brand: "Nike", material: "bamboo silk denim" },
            { product_id: 110, product_name: "Pro Desk Lamp", category: "accessory", brand: "Puma", material: "spandex satin acrylic" },
            { product_id: 111, product_name: "Insulated Speaker", category: "accessory", brand: null, material: "polyester modal viscose" },
            { product_id: 112, product_name: "Insulated Watch", category: "clothing", brand: "Nike", material: null },
            { product_id: 113, product_name: "Eco Router", category: "accessory", brand: "H&M", material: "rayon suede" },
            { product_id: 114, product_name: "Deluxe Monitor", category: "accessory", brand: "Nike", material: "cotton" },
            { product_id: 115, product_name: "Compact Jacket", category: "accessory", brand: null, material: "cotton silk" },
            { product_id: 116, product_name: "Premium Lantern", category: "accessory", brand: "Adidas", material: "modal" },
            { product_id: 117, product_name: "Wireless Planter", category: "clothing", brand: "Nike", material: "cashmere" },
            { product_id: 118, product_name: "Modern Watch", category: "clothing", brand: "Dolce", material: "modal" },
            { product_id: 119, product_name: "Slim Camera", category: "accessory", brand: "Levi's", material: "modal" },
            { product_id: 120, product_name: "Heavy Duty Kettle", category: "accessory", brand: "Uniqlo", material: "cashmere" },
            { product_id: 121, product_name: "Compact Mug", category: "clothing", brand: "Adidas", material: "nylon satin" },
            { product_id: 122, product_name: "Vintage Blender", category: "accessory", brand: "Nike", material: "wool leather rayon" },
            { product_id: 123, product_name: "Modern Monitor", category: "clothing", brand: "Calvin", material: "linen leather" },
            { product_id: 124, product_name: "Travel Bottle", category: "accessory", brand: "Valentino", material: "modal canvas linen" },
            { product_id: 125, product_name: "Pro Watch", category: "clothing", brand: "Tommy", material: null },
            { product_id: 126, product_name: "Portable Kettle", category: "clothing", brand: "Adidas", material: "suede cotton" },
            { product_id: 127, product_name: "Smart Camera", category: "accessory", brand: "Gucci", material: "spandex denim modal" },
            { product_id: 128, product_name: "Travel Desk Lamp", category: "accessory", brand: "Nike", material: "acrylic modal cashmere" },
            { product_id: 129, product_name: "Classic Charger", category: "clothing", brand: "Zara", material: "cotton linen" },
            { product_id: 130, product_name: "Travel Chair", category: "clothing", brand: "Adidas", material: "modal" },
            { product_id: 131, product_name: "Ultra Blender", category: "clothing", brand: "Reebok", material: "canvas viscose" },
            { product_id: 132, product_name: "Heavy Duty Chair", category: "clothing", brand: null, material: "acrylic" },
            { product_id: 133, product_name: "Portable Backpack", category: "accessory", brand: "Nike", material: "wool" },
            { product_id: 134, product_name: "Wireless Notebook", category: "clothing", brand: "Nike", material: "suede" },
            { product_id: 135, product_name: "Eco Speaker", category: "clothing", brand: "Tommy", material: "wool" },
            { product_id: 136, product_name: "Insulated Keyboard", category: "clothing", brand: "Uniqlo", material: "polyester" },
            { product_id: 137, product_name: "Compact Keyboard", category: "accessory", brand: "Prada", material: "polyester rayon" },
            { product_id: 138, product_name: "Slim Umbrella", category: "clothing", brand: null, material: "viscose jersey acrylic" },
            { product_id: 139, product_name: "Ultra Chair", category: "clothing", brand: "Uniqlo", material: null },
            { product_id: 140, product_name: "Essential Tent", category: "clothing", brand: "Adidas", material: "canvas" },
            { product_id: 141, product_name: "Insulated Keyboard", category: "clothing", brand: "Forever21", material: "acrylic polyester" },
            { product_id: 142, product_name: "Standard Headphones", category: "clothing", brand: "Fendi", material: "denim acrylic" },
            { product_id: 143, product_name: "Vintage Router", category: "accessory", brand: "Uniqlo", material: "nylon" },
            { product_id: 144, product_name: "Slim Router", category: "clothing", brand: "H&M", material: "rayon" },
            { product_id: 145, product_name: "Deluxe Charger", category: "accessory", brand: "Nike", material: "denim cashmere suede" },
            { product_id: 146, product_name: "Eco Kettle", category: "accessory", brand: "Versace", material: "cashmere" },
            { product_id: 147, product_name: "Portable Watch", category: "clothing", brand: "Adidas", material: "leather bamboo jersey" },
            { product_id: 148, product_name: "Premium Watch", category: "accessory", brand: "Nike", material: "silk" },
            { product_id: 149, product_name: "Folding Tent", category: "accessory", brand: "Nike", material: "canvas" },
            { product_id: 150, product_name: "Travel Camera", category: "accessory", brand: null, material: "modal leather" },
        ],
    });
    await prisma.subscriptions.createMany({
        data: [
            { subscription_id: 1, customer_id: 195, start_date: "2022-02-18", subscription_type: "monthly", discount_percentage: "32.25", renewal_date: "2022-01-28" },
            { subscription_id: 2, customer_id: 8, start_date: "2022-02-16", subscription_type: "monthly", discount_percentage: "18.77", renewal_date: "2023-12-08" },
            { subscription_id: 3, customer_id: 171, start_date: "2023-01-28", subscription_type: "quarterly", discount_percentage: "14.14", renewal_date: "2022-06-17" },
            { subscription_id: 4, customer_id: 192, start_date: "2022-06-25", subscription_type: "quarterly", discount_percentage: "18.25", renewal_date: "2023-07-18" },
            { subscription_id: 5, customer_id: 129, start_date: "2023-07-12", subscription_type: "monthly", discount_percentage: "22.51", renewal_date: "2023-11-04" },
            { subscription_id: 6, customer_id: 172, start_date: "2022-10-10", subscription_type: "monthly", discount_percentage: "31.19", renewal_date: "2022-07-18" },
            { subscription_id: 7, customer_id: 106, start_date: "2022-07-01", subscription_type: "monthly", discount_percentage: "14.96", renewal_date: "2023-11-27" },
            { subscription_id: 8, customer_id: 128, start_date: "2022-02-05", subscription_type: "monthly", discount_percentage: "23.75", renewal_date: "2022-06-25" },
            { subscription_id: 9, customer_id: 179, start_date: "2023-05-05", subscription_type: "monthly", discount_percentage: "26.80", renewal_date: "2022-03-12" },
            { subscription_id: 10, customer_id: 129, start_date: "2022-08-25", subscription_type: "monthly", discount_percentage: "33.55", renewal_date: "2023-12-22" },
            { subscription_id: 11, customer_id: 43, start_date: "2023-09-13", subscription_type: "monthly", discount_percentage: "12.20", renewal_date: "2022-02-11" },
            { subscription_id: 12, customer_id: 123, start_date: "2022-07-20", subscription_type: "monthly", discount_percentage: "26.80", renewal_date: "2022-08-13" },
            { subscription_id: 13, customer_id: 66, start_date: "2022-02-03", subscription_type: "quarterly", discount_percentage: "21.57", renewal_date: "2022-12-22" },
            { subscription_id: 14, customer_id: 56, start_date: "2023-07-02", subscription_type: "monthly", discount_percentage: "39.03", renewal_date: "2023-11-19" },
            { subscription_id: 15, customer_id: 157, start_date: "2023-03-15", subscription_type: "quarterly", discount_percentage: "29.48", renewal_date: "2022-03-06" },
            { subscription_id: 16, customer_id: 146, start_date: "2022-06-08", subscription_type: "monthly", discount_percentage: "19.29", renewal_date: "2023-04-09" },
            { subscription_id: 17, customer_id: 93, start_date: "2022-12-26", subscription_type: "quarterly", discount_percentage: "17.57", renewal_date: "2023-02-10" },
            { subscription_id: 18, customer_id: 72, start_date: "2022-02-11", subscription_type: "monthly", discount_percentage: "31.49", renewal_date: "2023-10-29" },
            { subscription_id: 19, customer_id: 4, start_date: "2022-06-30", subscription_type: "monthly", discount_percentage: "31.03", renewal_date: "2022-09-21" },
            { subscription_id: 20, customer_id: 6, start_date: "2023-05-15", subscription_type: "quarterly", discount_percentage: "31.53", renewal_date: "2023-10-04" },
            { subscription_id: 21, customer_id: 6, start_date: "2023-02-06", subscription_type: "quarterly", discount_percentage: "29.08", renewal_date: "2023-12-29" },
            { subscription_id: 22, customer_id: 80, start_date: "2023-04-16", subscription_type: "quarterly", discount_percentage: "24.57", renewal_date: "2023-07-31" },
            { subscription_id: 23, customer_id: 45, start_date: "2023-12-22", subscription_type: "monthly", discount_percentage: "19.47", renewal_date: "2023-11-07" },
            { subscription_id: 24, customer_id: 92, start_date: "2022-10-09", subscription_type: "monthly", discount_percentage: "23.57", renewal_date: "2022-04-08" },
            { subscription_id: 25, customer_id: 158, start_date: "2023-10-24", subscription_type: "quarterly", discount_percentage: "15.67", renewal_date: "2022-01-07" },
            { subscription_id: 26, customer_id: 199, start_date: "2023-08-27", subscription_type: "monthly", discount_percentage: "15.01", renewal_date: "2023-04-17" },
            { subscription_id: 27, customer_id: 93, start_date: "2022-09-10", subscription_type: "monthly", discount_percentage: "19.71", renewal_date: "2023-10-12" },
            { subscription_id: 28, customer_id: 21, start_date: "2022-06-09", subscription_type: "monthly", discount_percentage: "8.51", renewal_date: "2023-07-06" },
            { subscription_id: 29, customer_id: 110, start_date: "2022-08-29", subscription_type: "monthly", discount_percentage: "17.19", renewal_date: "2023-03-05" },
            { subscription_id: 30, customer_id: 89, start_date: "2022-07-01", subscription_type: "monthly", discount_percentage: "30.28", renewal_date: "2022-03-26" },
            { subscription_id: 31, customer_id: 129, start_date: "2023-06-29", subscription_type: "quarterly", discount_percentage: "22.13", renewal_date: "2022-08-18" },
            { subscription_id: 32, customer_id: 118, start_date: "2023-02-17", subscription_type: "monthly", discount_percentage: "31.63", renewal_date: "2022-11-26" },
            { subscription_id: 33, customer_id: 6, start_date: "2023-04-20", subscription_type: "quarterly", discount_percentage: "36.58", renewal_date: "2022-01-23" },
            { subscription_id: 34, customer_id: 24, start_date: "2022-09-07", subscription_type: "monthly", discount_percentage: "32.31", renewal_date: "2022-12-22" },
            { subscription_id: 35, customer_id: 56, start_date: "2023-09-27", subscription_type: "monthly", discount_percentage: "22.84", renewal_date: "2023-05-23" },
            { subscription_id: 36, customer_id: 106, start_date: "2023-01-27", subscription_type: "quarterly", discount_percentage: "36.53", renewal_date: "2022-09-22" },
            { subscription_id: 37, customer_id: 55, start_date: "2022-11-26", subscription_type: "quarterly", discount_percentage: "32.56", renewal_date: "2022-01-01" },
            { subscription_id: 38, customer_id: 99, start_date: "2023-09-25", subscription_type: "quarterly", discount_percentage: "27.14", renewal_date: "2023-10-22" },
            { subscription_id: 39, customer_id: 49, start_date: "2023-12-22", subscription_type: "monthly", discount_percentage: "16.67", renewal_date: "2022-12-29" },
            { subscription_id: 40, customer_id: 122, start_date: "2023-01-12", subscription_type: "monthly", discount_percentage: "17.63", renewal_date: "2022-09-13" },
            { subscription_id: 41, customer_id: 125, start_date: "2023-03-19", subscription_type: "monthly", discount_percentage: "21.20", renewal_date: "2023-04-21" },
            { subscription_id: 42, customer_id: 49, start_date: "2023-08-31", subscription_type: "quarterly", discount_percentage: "12.75", renewal_date: "2022-11-03" },
            { subscription_id: 43, customer_id: 187, start_date: "2022-02-11", subscription_type: "quarterly", discount_percentage: "20.65", renewal_date: "2022-07-03" },
            { subscription_id: 44, customer_id: 26, start_date: "2023-05-11", subscription_type: "monthly", discount_percentage: "21.73", renewal_date: "2023-04-22" },
            { subscription_id: 45, customer_id: 1, start_date: "2022-06-05", subscription_type: "monthly", discount_percentage: "12.24", renewal_date: "2023-02-22" },
            { subscription_id: 46, customer_id: 61, start_date: "2023-10-29", subscription_type: "quarterly", discount_percentage: "20.05", renewal_date: "2023-11-21" },
            { subscription_id: 47, customer_id: 197, start_date: "2022-02-18", subscription_type: "monthly", discount_percentage: "20.67", renewal_date: "2022-04-30" },
            { subscription_id: 48, customer_id: 33, start_date: "2023-07-13", subscription_type: "monthly", discount_percentage: "22.06", renewal_date: "2023-10-17" },
            { subscription_id: 49, customer_id: 112, start_date: "2023-03-20", subscription_type: "monthly", discount_percentage: "20.40", renewal_date: "2023-09-06" },
            { subscription_id: 50, customer_id: 31, start_date: "2022-11-18", subscription_type: "monthly", discount_percentage: "31.23", renewal_date: "2022-11-24" },
            { subscription_id: 51, customer_id: 1, start_date: "2022-03-20", subscription_type: "monthly", discount_percentage: "31.19", renewal_date: "2022-10-01" },
            { subscription_id: 52, customer_id: 183, start_date: "2022-07-03", subscription_type: "quarterly", discount_percentage: "24.16", renewal_date: "2023-11-10" },
            { subscription_id: 53, customer_id: 9, start_date: "2023-06-09", subscription_type: "monthly", discount_percentage: "22.74", renewal_date: "2022-07-24" },
            { subscription_id: 54, customer_id: 168, start_date: "2022-05-07", subscription_type: "monthly", discount_percentage: "30.24", renewal_date: "2022-05-25" },
            { subscription_id: 55, customer_id: 90, start_date: "2022-12-08", subscription_type: "monthly", discount_percentage: "28.07", renewal_date: "2023-01-23" },
            { subscription_id: 56, customer_id: 85, start_date: "2023-03-20", subscription_type: "monthly", discount_percentage: "23.84", renewal_date: "2023-05-17" },
            { subscription_id: 57, customer_id: 32, start_date: "2023-02-01", subscription_type: "monthly", discount_percentage: "24.26", renewal_date: "2022-02-02" },
            { subscription_id: 58, customer_id: 194, start_date: "2023-02-18", subscription_type: "quarterly", discount_percentage: "17.99", renewal_date: "2023-09-19" },
            { subscription_id: 59, customer_id: 69, start_date: "2022-12-05", subscription_type: "monthly", discount_percentage: "32.71", renewal_date: "2022-01-20" },
            { subscription_id: 60, customer_id: 43, start_date: "2023-07-19", subscription_type: "monthly", discount_percentage: "24.01", renewal_date: "2023-05-07" },
            { subscription_id: 61, customer_id: 87, start_date: "2023-01-22", subscription_type: "monthly", discount_percentage: "31.35", renewal_date: "2022-10-15" },
            { subscription_id: 62, customer_id: 11, start_date: "2022-01-15", subscription_type: "quarterly", discount_percentage: "19.42", renewal_date: "2023-11-10" },
            { subscription_id: 63, customer_id: 124, start_date: "2023-11-27", subscription_type: "monthly", discount_percentage: "27.70", renewal_date: "2022-08-20" },
            { subscription_id: 64, customer_id: 53, start_date: "2022-03-23", subscription_type: "monthly", discount_percentage: "17.21", renewal_date: "2023-11-21" },
            { subscription_id: 65, customer_id: 126, start_date: "2023-04-07", subscription_type: "monthly", discount_percentage: "15.27", renewal_date: "2022-08-07" },
            { subscription_id: 66, customer_id: 151, start_date: "2023-09-17", subscription_type: "quarterly", discount_percentage: "23.37", renewal_date: "2023-01-15" },
            { subscription_id: 67, customer_id: 93, start_date: "2022-01-15", subscription_type: "monthly", discount_percentage: "34.38", renewal_date: "2022-03-17" },
            { subscription_id: 68, customer_id: 55, start_date: "2022-10-25", subscription_type: "monthly", discount_percentage: "28.62", renewal_date: "2022-04-21" },
            { subscription_id: 69, customer_id: 51, start_date: "2023-07-12", subscription_type: "quarterly", discount_percentage: "24.76", renewal_date: "2022-02-10" },
            { subscription_id: 70, customer_id: 139, start_date: "2022-10-07", subscription_type: "quarterly", discount_percentage: "23.94", renewal_date: "2023-08-13" },
            { subscription_id: 71, customer_id: 166, start_date: "2022-11-22", subscription_type: "monthly", discount_percentage: "13.38", renewal_date: "2023-09-14" },
            { subscription_id: 72, customer_id: 10, start_date: "2022-12-31", subscription_type: "monthly", discount_percentage: "25.83", renewal_date: "2022-05-18" },
            { subscription_id: 73, customer_id: 152, start_date: "2022-07-06", subscription_type: "monthly", discount_percentage: "26.93", renewal_date: "2023-06-17" },
            { subscription_id: 74, customer_id: 195, start_date: "2023-11-22", subscription_type: "quarterly", discount_percentage: "37.22", renewal_date: "2023-08-08" },
            { subscription_id: 75, customer_id: 104, start_date: "2022-03-04", subscription_type: "quarterly", discount_percentage: "42.22", renewal_date: "2022-01-29" },
            { subscription_id: 76, customer_id: 28, start_date: "2023-01-23", subscription_type: "quarterly", discount_percentage: "29.00", renewal_date: "2023-04-12" },
            { subscription_id: 77, customer_id: 199, start_date: "2023-07-11", subscription_type: "quarterly", discount_percentage: "28.08", renewal_date: "2023-10-29" },
            { subscription_id: 78, customer_id: 17, start_date: "2023-07-12", subscription_type: "monthly", discount_percentage: "33.04", renewal_date: "2023-09-26" },
            { subscription_id: 79, customer_id: 89, start_date: "2022-09-26", subscription_type: "quarterly", discount_percentage: "33.27", renewal_date: "2023-11-27" },
            { subscription_id: 80, customer_id: 193, start_date: "2023-08-21", subscription_type: "monthly", discount_percentage: "26.22", renewal_date: "2023-08-13" },
            { subscription_id: 81, customer_id: 52, start_date: "2022-04-25", subscription_type: "monthly", discount_percentage: "26.22", renewal_date: "2023-01-29" },
            { subscription_id: 82, customer_id: 45, start_date: "2023-03-07", subscription_type: "monthly", discount_percentage: "30.14", renewal_date: "2022-06-12" },
            { subscription_id: 83, customer_id: 14, start_date: "2022-07-31", subscription_type: "quarterly", discount_percentage: "31.54", renewal_date: "2022-05-08" },
            { subscription_id: 84, customer_id: 128, start_date: "2023-07-28", subscription_type: "quarterly", discount_percentage: "26.68", renewal_date: "2023-07-29" },
            { subscription_id: 85, customer_id: 62, start_date: "2023-10-30", subscription_type: "monthly", discount_percentage: "39.95", renewal_date: "2022-02-19" },
            { subscription_id: 86, customer_id: 93, start_date: "2022-08-07", subscription_type: "monthly", discount_percentage: "19.21", renewal_date: "2022-10-10" },
            { subscription_id: 87, customer_id: 151, start_date: "2023-11-08", subscription_type: "monthly", discount_percentage: "24.24", renewal_date: "2022-12-29" },
            { subscription_id: 88, customer_id: 141, start_date: "2023-04-27", subscription_type: "monthly", discount_percentage: "37.28", renewal_date: "2023-10-07" },
            { subscription_id: 89, customer_id: 12, start_date: "2023-07-13", subscription_type: "monthly", discount_percentage: "27.62", renewal_date: "2022-11-13" },
            { subscription_id: 90, customer_id: 139, start_date: "2022-05-16", subscription_type: "quarterly", discount_percentage: "38.30", renewal_date: "2023-03-18" },
            { subscription_id: 91, customer_id: 190, start_date: "2022-03-31", subscription_type: "monthly", discount_percentage: "28.65", renewal_date: "2023-05-20" },
            { subscription_id: 92, customer_id: 153, start_date: "2023-09-17", subscription_type: "monthly", discount_percentage: "18.42", renewal_date: "2022-12-25" },
            { subscription_id: 93, customer_id: 133, start_date: "2023-08-09", subscription_type: "monthly", discount_percentage: "14.03", renewal_date: "2023-10-17" },
            { subscription_id: 94, customer_id: 132, start_date: "2023-06-13", subscription_type: "quarterly", discount_percentage: "32.69", renewal_date: "2023-06-04" },
            { subscription_id: 95, customer_id: 58, start_date: "2023-02-03", subscription_type: "monthly", discount_percentage: "31.90", renewal_date: "2022-11-12" },
            { subscription_id: 96, customer_id: 4, start_date: "2023-02-11", subscription_type: "monthly", discount_percentage: "25.13", renewal_date: "2022-04-12" },
            { subscription_id: 97, customer_id: 9, start_date: "2023-09-28", subscription_type: "monthly", discount_percentage: "37.25", renewal_date: "2023-09-23" },
            { subscription_id: 98, customer_id: 72, start_date: "2023-10-23", subscription_type: "monthly", discount_percentage: "14.06", renewal_date: "2022-04-05" },
            { subscription_id: 99, customer_id: 51, start_date: "2022-02-23", subscription_type: "quarterly", discount_percentage: "21.15", renewal_date: "2023-09-22" },
            { subscription_id: 100, customer_id: 171, start_date: "2023-02-15", subscription_type: "monthly", discount_percentage: "34.58", renewal_date: "2023-02-23" },
            { subscription_id: 101, customer_id: 25, start_date: "2023-12-09", subscription_type: "monthly", discount_percentage: "33.36", renewal_date: "2023-06-08" },
            { subscription_id: 102, customer_id: 7, start_date: "2022-11-20", subscription_type: "monthly", discount_percentage: "11.86", renewal_date: "2023-10-04" },
            { subscription_id: 103, customer_id: 12, start_date: "2023-02-20", subscription_type: "monthly", discount_percentage: "33.09", renewal_date: "2023-08-31" },
            { subscription_id: 104, customer_id: 78, start_date: "2022-12-14", subscription_type: "monthly", discount_percentage: "29.18", renewal_date: "2022-07-21" },
            { subscription_id: 105, customer_id: 79, start_date: "2022-01-06", subscription_type: "monthly", discount_percentage: "24.27", renewal_date: "2022-03-26" },
            { subscription_id: 106, customer_id: 90, start_date: "2022-08-10", subscription_type: "monthly", discount_percentage: "13.23", renewal_date: "2023-04-09" },
            { subscription_id: 107, customer_id: 160, start_date: "2022-11-13", subscription_type: "monthly", discount_percentage: "24.91", renewal_date: "2022-05-13" },
            { subscription_id: 108, customer_id: 120, start_date: "2023-02-10", subscription_type: "monthly", discount_percentage: "31.21", renewal_date: "2023-07-05" },
            { subscription_id: 109, customer_id: 146, start_date: "2023-05-09", subscription_type: "monthly", discount_percentage: "23.03", renewal_date: "2022-05-06" },
            { subscription_id: 110, customer_id: 30, start_date: "2023-06-03", subscription_type: "monthly", discount_percentage: "19.34", renewal_date: "2022-05-11" },
            { subscription_id: 111, customer_id: 84, start_date: "2022-01-30", subscription_type: "monthly", discount_percentage: "31.27", renewal_date: "2023-08-05" },
            { subscription_id: 112, customer_id: 164, start_date: "2023-01-06", subscription_type: "monthly", discount_percentage: "12.46", renewal_date: "2022-12-05" },
            { subscription_id: 113, customer_id: 86, start_date: "2022-12-03", subscription_type: "monthly", discount_percentage: "14.30", renewal_date: "2022-03-22" },
            { subscription_id: 114, customer_id: 93, start_date: "2023-10-25", subscription_type: "monthly", discount_percentage: "30.19", renewal_date: "2023-12-30" },
            { subscription_id: 115, customer_id: 26, start_date: "2023-04-06", subscription_type: "quarterly", discount_percentage: "15.78", renewal_date: "2022-03-30" },
            { subscription_id: 116, customer_id: 15, start_date: "2023-08-24", subscription_type: "quarterly", discount_percentage: "33.20", renewal_date: "2022-09-15" },
            { subscription_id: 117, customer_id: 174, start_date: "2022-03-20", subscription_type: "monthly", discount_percentage: "22.07", renewal_date: "2022-10-02" },
            { subscription_id: 118, customer_id: 147, start_date: "2022-02-01", subscription_type: "monthly", discount_percentage: "41.34", renewal_date: "2022-11-21" },
            { subscription_id: 119, customer_id: 142, start_date: "2023-11-23", subscription_type: "quarterly", discount_percentage: "24.99", renewal_date: "2022-03-28" },
            { subscription_id: 120, customer_id: 118, start_date: "2022-06-03", subscription_type: "monthly", discount_percentage: "24.16", renewal_date: "2022-08-04" },
            { subscription_id: 121, customer_id: 80, start_date: "2023-01-15", subscription_type: "monthly", discount_percentage: "21.86", renewal_date: "2022-04-27" },
            { subscription_id: 122, customer_id: 87, start_date: "2022-09-15", subscription_type: "quarterly", discount_percentage: "19.91", renewal_date: "2022-01-12" },
            { subscription_id: 123, customer_id: 131, start_date: "2022-11-27", subscription_type: "monthly", discount_percentage: "20.96", renewal_date: "2022-09-07" },
            { subscription_id: 124, customer_id: 85, start_date: "2023-02-08", subscription_type: "monthly", discount_percentage: "19.39", renewal_date: "2023-10-04" },
            { subscription_id: 125, customer_id: 70, start_date: "2023-10-05", subscription_type: "monthly", discount_percentage: "36.50", renewal_date: "2023-03-10" },
            { subscription_id: 126, customer_id: 102, start_date: "2022-02-01", subscription_type: "monthly", discount_percentage: "25.76", renewal_date: "2022-02-14" },
            { subscription_id: 127, customer_id: 176, start_date: "2023-04-02", subscription_type: "monthly", discount_percentage: "29.33", renewal_date: "2023-04-20" },
            { subscription_id: 128, customer_id: 153, start_date: "2023-04-26", subscription_type: "monthly", discount_percentage: "28.99", renewal_date: "2023-06-20" },
            { subscription_id: 129, customer_id: 79, start_date: "2023-11-28", subscription_type: "monthly", discount_percentage: "23.74", renewal_date: "2022-06-06" },
            { subscription_id: 130, customer_id: 26, start_date: "2022-05-06", subscription_type: "monthly", discount_percentage: "18.24", renewal_date: "2022-10-28" },
            { subscription_id: 131, customer_id: 172, start_date: "2022-12-27", subscription_type: "monthly", discount_percentage: "25.45", renewal_date: "2022-08-07" },
            { subscription_id: 132, customer_id: 14, start_date: "2022-07-29", subscription_type: "monthly", discount_percentage: "20.86", renewal_date: "2023-08-06" },
            { subscription_id: 133, customer_id: 55, start_date: "2022-08-19", subscription_type: "quarterly", discount_percentage: "30.24", renewal_date: "2022-01-29" },
            { subscription_id: 134, customer_id: 159, start_date: "2023-06-09", subscription_type: "quarterly", discount_percentage: "29.43", renewal_date: "2022-12-24" },
            { subscription_id: 135, customer_id: 50, start_date: "2022-05-26", subscription_type: "monthly", discount_percentage: "20.00", renewal_date: "2023-10-30" },
            { subscription_id: 136, customer_id: 12, start_date: "2023-10-14", subscription_type: "quarterly", discount_percentage: "29.51", renewal_date: "2022-08-30" },
            { subscription_id: 137, customer_id: 194, start_date: "2023-07-24", subscription_type: "quarterly", discount_percentage: "22.52", renewal_date: "2022-04-03" },
            { subscription_id: 138, customer_id: 186, start_date: "2022-08-17", subscription_type: "quarterly", discount_percentage: "42.21", renewal_date: "2023-06-16" },
            { subscription_id: 139, customer_id: 33, start_date: "2022-08-09", subscription_type: "monthly", discount_percentage: "15.43", renewal_date: "2023-09-12" },
            { subscription_id: 140, customer_id: 154, start_date: "2022-11-15", subscription_type: "monthly", discount_percentage: "28.50", renewal_date: "2022-02-15" },
            { subscription_id: 141, customer_id: 139, start_date: "2022-10-05", subscription_type: "monthly", discount_percentage: "26.98", renewal_date: "2023-09-04" },
            { subscription_id: 142, customer_id: 125, start_date: "2022-04-26", subscription_type: "monthly", discount_percentage: "29.21", renewal_date: "2022-10-15" },
            { subscription_id: 143, customer_id: 120, start_date: "2022-03-03", subscription_type: "monthly", discount_percentage: "16.37", renewal_date: "2022-02-03" },
            { subscription_id: 144, customer_id: 5, start_date: "2022-04-19", subscription_type: "quarterly", discount_percentage: "21.06", renewal_date: "2023-09-02" },
            { subscription_id: 145, customer_id: 144, start_date: "2023-05-31", subscription_type: "monthly", discount_percentage: "20.98", renewal_date: "2022-07-25" },
            { subscription_id: 146, customer_id: 199, start_date: "2023-05-20", subscription_type: "quarterly", discount_percentage: "30.74", renewal_date: "2022-09-13" },
            { subscription_id: 147, customer_id: 66, start_date: "2022-04-30", subscription_type: "monthly", discount_percentage: "38.62", renewal_date: "2023-07-23" },
            { subscription_id: 148, customer_id: 121, start_date: "2022-09-19", subscription_type: "monthly", discount_percentage: "26.32", renewal_date: "2022-01-16" },
            { subscription_id: 149, customer_id: 98, start_date: "2022-03-28", subscription_type: "monthly", discount_percentage: "20.27", renewal_date: "2023-12-06" },
            { subscription_id: 150, customer_id: 92, start_date: "2023-05-08", subscription_type: "monthly", discount_percentage: "16.16", renewal_date: "2022-08-26" },
            { subscription_id: 151, customer_id: 174, start_date: "2023-02-17", subscription_type: "monthly", discount_percentage: "25.37", renewal_date: "2023-01-24" },
            { subscription_id: 152, customer_id: 188, start_date: "2022-05-27", subscription_type: "monthly", discount_percentage: "21.34", renewal_date: "2022-09-28" },
            { subscription_id: 153, customer_id: 10, start_date: "2023-11-22", subscription_type: "monthly", discount_percentage: "19.17", renewal_date: "2023-07-07" },
            { subscription_id: 154, customer_id: 89, start_date: "2022-11-17", subscription_type: "monthly", discount_percentage: "28.52", renewal_date: "2023-03-19" },
            { subscription_id: 155, customer_id: 77, start_date: "2023-12-29", subscription_type: "monthly", discount_percentage: "18.70", renewal_date: "2023-12-14" },
            { subscription_id: 156, customer_id: 176, start_date: "2022-02-06", subscription_type: "quarterly", discount_percentage: "10.88", renewal_date: "2023-10-04" },
            { subscription_id: 157, customer_id: 14, start_date: "2023-09-09", subscription_type: "quarterly", discount_percentage: "27.70", renewal_date: "2022-06-12" },
            { subscription_id: 158, customer_id: 147, start_date: "2023-12-07", subscription_type: "quarterly", discount_percentage: "17.60", renewal_date: "2022-12-09" },
            { subscription_id: 159, customer_id: 78, start_date: "2023-10-25", subscription_type: "quarterly", discount_percentage: "40.38", renewal_date: "2023-04-04" },
            { subscription_id: 160, customer_id: 193, start_date: "2022-04-30", subscription_type: "quarterly", discount_percentage: "18.52", renewal_date: "2022-08-29" },
            { subscription_id: 161, customer_id: 147, start_date: "2022-01-20", subscription_type: "monthly", discount_percentage: "20.77", renewal_date: "2022-03-27" },
            { subscription_id: 162, customer_id: 130, start_date: "2023-02-05", subscription_type: "monthly", discount_percentage: "23.67", renewal_date: "2023-02-16" },
            { subscription_id: 163, customer_id: 85, start_date: "2023-10-17", subscription_type: "monthly", discount_percentage: "31.05", renewal_date: "2023-07-19" },
            { subscription_id: 164, customer_id: 106, start_date: "2023-11-16", subscription_type: "monthly", discount_percentage: "28.69", renewal_date: "2023-08-12" },
            { subscription_id: 165, customer_id: 153, start_date: "2022-03-12", subscription_type: "monthly", discount_percentage: "42.94", renewal_date: "2023-05-16" },
            { subscription_id: 166, customer_id: 105, start_date: "2023-09-01", subscription_type: "quarterly", discount_percentage: "21.21", renewal_date: "2022-11-20" },
            { subscription_id: 167, customer_id: 132, start_date: "2023-10-12", subscription_type: "monthly", discount_percentage: "22.92", renewal_date: "2023-09-28" },
            { subscription_id: 168, customer_id: 127, start_date: "2023-11-08", subscription_type: "quarterly", discount_percentage: "27.87", renewal_date: "2022-05-08" },
            { subscription_id: 169, customer_id: 192, start_date: "2023-01-03", subscription_type: "monthly", discount_percentage: "32.11", renewal_date: "2023-05-17" },
            { subscription_id: 170, customer_id: 108, start_date: "2023-09-01", subscription_type: "quarterly", discount_percentage: "36.89", renewal_date: "2022-11-19" },
            { subscription_id: 171, customer_id: 34, start_date: "2023-04-07", subscription_type: "quarterly", discount_percentage: "26.35", renewal_date: "2022-04-12" },
            { subscription_id: 172, customer_id: 193, start_date: "2022-03-15", subscription_type: "monthly", discount_percentage: "25.78", renewal_date: "2022-02-12" },
            { subscription_id: 173, customer_id: 132, start_date: "2023-03-05", subscription_type: "monthly", discount_percentage: "31.34", renewal_date: "2022-11-01" },
            { subscription_id: 174, customer_id: 190, start_date: "2023-08-28", subscription_type: "monthly", discount_percentage: "38.59", renewal_date: "2022-09-09" },
            { subscription_id: 175, customer_id: 19, start_date: "2022-01-28", subscription_type: "monthly", discount_percentage: "27.19", renewal_date: "2022-01-17" },
            { subscription_id: 176, customer_id: 33, start_date: "2023-01-09", subscription_type: "monthly", discount_percentage: "42.83", renewal_date: "2022-07-20" },
            { subscription_id: 177, customer_id: 58, start_date: "2023-06-30", subscription_type: "monthly", discount_percentage: "26.72", renewal_date: "2023-02-09" },
            { subscription_id: 178, customer_id: 126, start_date: "2022-05-03", subscription_type: "quarterly", discount_percentage: "36.59", renewal_date: "2023-08-03" },
            { subscription_id: 179, customer_id: 20, start_date: "2022-01-13", subscription_type: "monthly", discount_percentage: "28.58", renewal_date: "2023-02-18" },
            { subscription_id: 180, customer_id: 78, start_date: "2022-11-03", subscription_type: "quarterly", discount_percentage: "17.19", renewal_date: "2023-08-03" },
            { subscription_id: 181, customer_id: 143, start_date: "2023-06-18", subscription_type: "quarterly", discount_percentage: "9.75", renewal_date: "2023-09-24" },
            { subscription_id: 182, customer_id: 78, start_date: "2022-05-16", subscription_type: "monthly", discount_percentage: "20.16", renewal_date: "2022-02-04" },
            { subscription_id: 183, customer_id: 131, start_date: "2023-11-08", subscription_type: "monthly", discount_percentage: "22.45", renewal_date: "2023-04-22" },
            { subscription_id: 184, customer_id: 7, start_date: "2022-09-26", subscription_type: "monthly", discount_percentage: "14.98", renewal_date: "2023-02-18" },
            { subscription_id: 185, customer_id: 55, start_date: "2022-11-30", subscription_type: "monthly", discount_percentage: "24.62", renewal_date: "2022-12-20" },
            { subscription_id: 186, customer_id: 122, start_date: "2022-06-29", subscription_type: "monthly", discount_percentage: "26.53", renewal_date: "2022-07-20" },
            { subscription_id: 187, customer_id: 77, start_date: "2023-06-28", subscription_type: "monthly", discount_percentage: "30.17", renewal_date: "2023-05-09" },
            { subscription_id: 188, customer_id: 146, start_date: "2022-12-13", subscription_type: "monthly", discount_percentage: "12.61", renewal_date: "2023-02-20" },
            { subscription_id: 189, customer_id: 121, start_date: "2023-08-25", subscription_type: "monthly", discount_percentage: "21.50", renewal_date: "2023-02-21" },
            { subscription_id: 190, customer_id: 193, start_date: "2023-02-07", subscription_type: "quarterly", discount_percentage: "22.81", renewal_date: "2023-09-23" },
            { subscription_id: 191, customer_id: 180, start_date: "2023-08-01", subscription_type: "monthly", discount_percentage: "22.58", renewal_date: "2023-12-16" },
            { subscription_id: 192, customer_id: 183, start_date: "2022-05-03", subscription_type: "monthly", discount_percentage: "25.45", renewal_date: "2022-04-06" },
            { subscription_id: 193, customer_id: 103, start_date: "2022-07-04", subscription_type: "monthly", discount_percentage: "24.99", renewal_date: "2022-11-27" },
            { subscription_id: 194, customer_id: 79, start_date: "2023-06-14", subscription_type: "monthly", discount_percentage: "24.65", renewal_date: "2023-12-06" },
            { subscription_id: 195, customer_id: 5, start_date: "2022-09-11", subscription_type: "quarterly", discount_percentage: "24.00", renewal_date: "2022-07-18" },
            { subscription_id: 196, customer_id: 87, start_date: "2023-04-12", subscription_type: "quarterly", discount_percentage: "28.58", renewal_date: "2022-07-29" },
            { subscription_id: 197, customer_id: 186, start_date: "2022-08-30", subscription_type: "quarterly", discount_percentage: "18.96", renewal_date: "2022-08-21" },
            { subscription_id: 198, customer_id: 32, start_date: "2023-07-08", subscription_type: "monthly", discount_percentage: "26.48", renewal_date: "2022-06-19" },
            { subscription_id: 199, customer_id: 20, start_date: "2023-08-22", subscription_type: "monthly", discount_percentage: "28.64", renewal_date: "2022-09-28" },
            { subscription_id: 200, customer_id: 29, start_date: "2022-07-08", subscription_type: "monthly", discount_percentage: "25.59", renewal_date: "2022-03-19" },
        ],
    });
    await prisma.payments.createMany({
        data: [
            { payment_id: 1, subscription_id: 20, amount: "58.15", payment_date: null, status: "completed" },
            { payment_id: 2, subscription_id: 32, amount: "73.04", payment_date: "2022-08-08", status: "failed" },
            { payment_id: 3, subscription_id: 8, amount: "95.11", payment_date: null, status: "completed" },
            { payment_id: 4, subscription_id: 176, amount: "34.71", payment_date: null, status: "completed" },
            { payment_id: 5, subscription_id: 185, amount: "18.19", payment_date: null, status: "completed" },
            { payment_id: 6, subscription_id: 69, amount: "47.13", payment_date: null, status: "completed" },
            { payment_id: 7, subscription_id: 161, amount: "10.90", payment_date: "2022-08-05", status: "pending" },
            { payment_id: 8, subscription_id: 177, amount: "11.99", payment_date: null, status: "completed" },
            { payment_id: 9, subscription_id: 200, amount: "93.79", payment_date: null, status: "completed" },
            { payment_id: 10, subscription_id: 86, amount: "38.20", payment_date: null, status: "completed" },
            { payment_id: 11, subscription_id: 41, amount: "65.12", payment_date: null, status: "completed" },
            { payment_id: 12, subscription_id: 161, amount: "58.97", payment_date: "2023-01-01", status: "pending" },
            { payment_id: 13, subscription_id: 82, amount: "48.40", payment_date: "2022-01-24", status: "pending" },
            { payment_id: 14, subscription_id: 152, amount: "44.52", payment_date: null, status: "completed" },
            { payment_id: 15, subscription_id: 97, amount: "35.45", payment_date: null, status: "completed" },
            { payment_id: 16, subscription_id: 31, amount: "80.27", payment_date: "2023-04-28", status: "failed" },
            { payment_id: 17, subscription_id: 165, amount: "65.05", payment_date: null, status: "completed" },
            { payment_id: 18, subscription_id: 147, amount: "24.78", payment_date: null, status: "completed" },
            { payment_id: 19, subscription_id: 93, amount: "30.64", payment_date: "2022-09-02", status: "failed" },
            { payment_id: 20, subscription_id: 24, amount: "35.32", payment_date: "2023-08-23", status: "failed" },
            { payment_id: 21, subscription_id: 198, amount: "30.95", payment_date: null, status: "completed" },
            { payment_id: 22, subscription_id: 177, amount: "84.22", payment_date: "2022-04-29", status: "failed" },
            { payment_id: 23, subscription_id: 97, amount: "51.37", payment_date: null, status: "completed" },
            { payment_id: 24, subscription_id: 55, amount: "26.92", payment_date: "2022-02-01", status: "failed" },
            { payment_id: 25, subscription_id: 194, amount: "10.11", payment_date: null, status: "completed" },
            { payment_id: 26, subscription_id: 6, amount: "10.60", payment_date: "2022-01-03", status: "failed" },
            { payment_id: 27, subscription_id: 103, amount: "49.81", payment_date: null, status: "completed" },
            { payment_id: 28, subscription_id: 72, amount: "96.25", payment_date: null, status: "completed" },
            { payment_id: 29, subscription_id: 124, amount: "33.56", payment_date: null, status: "completed" },
            { payment_id: 30, subscription_id: 49, amount: "72.70", payment_date: null, status: "completed" },
            { payment_id: 31, subscription_id: 83, amount: "91.84", payment_date: "2022-03-06", status: "pending" },
            { payment_id: 32, subscription_id: 100, amount: "10.01", payment_date: "2022-06-21", status: "pending" },
            { payment_id: 33, subscription_id: 166, amount: "58.91", payment_date: null, status: "completed" },
            { payment_id: 34, subscription_id: 76, amount: "10.00", payment_date: null, status: "completed" },
            { payment_id: 35, subscription_id: 137, amount: "38.13", payment_date: "2023-01-04", status: "pending" },
            { payment_id: 36, subscription_id: 148, amount: "10.72", payment_date: "2022-09-22", status: "failed" },
            { payment_id: 37, subscription_id: 190, amount: "74.23", payment_date: "2022-11-01", status: "pending" },
            { payment_id: 38, subscription_id: 143, amount: "64.19", payment_date: null, status: "completed" },
            { payment_id: 39, subscription_id: 183, amount: "29.23", payment_date: null, status: "completed" },
            { payment_id: 40, subscription_id: 108, amount: "70.90", payment_date: null, status: "completed" },
            { payment_id: 41, subscription_id: 45, amount: "30.17", payment_date: "2022-06-22", status: "failed" },
            { payment_id: 42, subscription_id: 108, amount: "26.52", payment_date: null, status: "completed" },
            { payment_id: 43, subscription_id: 103, amount: "13.88", payment_date: null, status: "completed" },
            { payment_id: 44, subscription_id: 195, amount: "82.10", payment_date: null, status: "completed" },
            { payment_id: 45, subscription_id: 28, amount: "10.00", payment_date: "2023-02-27", status: "failed" },
            { payment_id: 46, subscription_id: 97, amount: "68.67", payment_date: null, status: "completed" },
            { payment_id: 47, subscription_id: 128, amount: "31.60", payment_date: "2022-12-19", status: "pending" },
            { payment_id: 48, subscription_id: 169, amount: "10.72", payment_date: null, status: "completed" },
            { payment_id: 49, subscription_id: 99, amount: "20.02", payment_date: null, status: "completed" },
            { payment_id: 50, subscription_id: 172, amount: "62.09", payment_date: null, status: "completed" },
            { payment_id: 51, subscription_id: 49, amount: "77.60", payment_date: "2022-08-04", status: "pending" },
            { payment_id: 52, subscription_id: 94, amount: "57.46", payment_date: null, status: "completed" },
            { payment_id: 53, subscription_id: 49, amount: "57.38", payment_date: null, status: "completed" },
            { payment_id: 54, subscription_id: 26, amount: "41.94", payment_date: "2023-11-06", status: "pending" },
            { payment_id: 55, subscription_id: 115, amount: "18.75", payment_date: null, status: "completed" },
            { payment_id: 56, subscription_id: 164, amount: "17.78", payment_date: "2022-11-07", status: "failed" },
            { payment_id: 57, subscription_id: 51, amount: "25.49", payment_date: null, status: "completed" },
            { payment_id: 58, subscription_id: 171, amount: "60.97", payment_date: null, status: "completed" },
            { payment_id: 59, subscription_id: 28, amount: "25.95", payment_date: null, status: "completed" },
            { payment_id: 60, subscription_id: 150, amount: "55.46", payment_date: "2023-03-17", status: "pending" },
            { payment_id: 61, subscription_id: 190, amount: "52.95", payment_date: "2023-11-17", status: "failed" },
            { payment_id: 62, subscription_id: 103, amount: "71.53", payment_date: null, status: "completed" },
            { payment_id: 63, subscription_id: 57, amount: "33.28", payment_date: null, status: "completed" },
            { payment_id: 64, subscription_id: 2, amount: "13.20", payment_date: null, status: "completed" },
            { payment_id: 65, subscription_id: 69, amount: "10.78", payment_date: null, status: "completed" },
            { payment_id: 66, subscription_id: 151, amount: "22.50", payment_date: null, status: "completed" },
            { payment_id: 67, subscription_id: 198, amount: "26.02", payment_date: null, status: "completed" },
            { payment_id: 68, subscription_id: 157, amount: "10.14", payment_date: null, status: "completed" },
            { payment_id: 69, subscription_id: 158, amount: "36.91", payment_date: "2023-04-30", status: "pending" },
            { payment_id: 70, subscription_id: 21, amount: "11.45", payment_date: null, status: "completed" },
            { payment_id: 71, subscription_id: 32, amount: "19.56", payment_date: null, status: "completed" },
            { payment_id: 72, subscription_id: 103, amount: "32.09", payment_date: null, status: "completed" },
            { payment_id: 73, subscription_id: 158, amount: "36.42", payment_date: null, status: "completed" },
            { payment_id: 74, subscription_id: 74, amount: "96.93", payment_date: null, status: "completed" },
            { payment_id: 75, subscription_id: 104, amount: "10.19", payment_date: null, status: "completed" },
            { payment_id: 76, subscription_id: 92, amount: "34.02", payment_date: "2023-07-30", status: "failed" },
            { payment_id: 77, subscription_id: 105, amount: "91.54", payment_date: "2023-04-29", status: "pending" },
            { payment_id: 78, subscription_id: 133, amount: "43.09", payment_date: null, status: "completed" },
            { payment_id: 79, subscription_id: 156, amount: "18.20", payment_date: null, status: "completed" },
            { payment_id: 80, subscription_id: 26, amount: "41.80", payment_date: null, status: "completed" },
            { payment_id: 81, subscription_id: 2, amount: "92.90", payment_date: null, status: "completed" },
            { payment_id: 82, subscription_id: 123, amount: "74.15", payment_date: "2022-06-05", status: "failed" },
            { payment_id: 83, subscription_id: 102, amount: "34.40", payment_date: "2022-09-12", status: "pending" },
            { payment_id: 84, subscription_id: 95, amount: "55.96", payment_date: null, status: "completed" },
            { payment_id: 85, subscription_id: 195, amount: "16.59", payment_date: null, status: "completed" },
            { payment_id: 86, subscription_id: 67, amount: "14.57", payment_date: null, status: "completed" },
            { payment_id: 87, subscription_id: 152, amount: "10.00", payment_date: null, status: "completed" },
            { payment_id: 88, subscription_id: 82, amount: "39.27", payment_date: null, status: "completed" },
            { payment_id: 89, subscription_id: 175, amount: "13.64", payment_date: null, status: "completed" },
            { payment_id: 90, subscription_id: 154, amount: "78.19", payment_date: null, status: "completed" },
            { payment_id: 91, subscription_id: 126, amount: "56.51", payment_date: null, status: "completed" },
            { payment_id: 92, subscription_id: 42, amount: "14.89", payment_date: "2023-12-07", status: "failed" },
            { payment_id: 93, subscription_id: 108, amount: "30.85", payment_date: null, status: "completed" },
            { payment_id: 94, subscription_id: 109, amount: "74.50", payment_date: "2022-07-31", status: "failed" },
            { payment_id: 95, subscription_id: 104, amount: "50.45", payment_date: null, status: "completed" },
            { payment_id: 96, subscription_id: 190, amount: "25.47", payment_date: "2022-10-28", status: "pending" },
            { payment_id: 97, subscription_id: 149, amount: "13.25", payment_date: null, status: "completed" },
            { payment_id: 98, subscription_id: 52, amount: "40.02", payment_date: null, status: "completed" },
            { payment_id: 99, subscription_id: 118, amount: "11.02", payment_date: null, status: "completed" },
            { payment_id: 100, subscription_id: 126, amount: "42.57", payment_date: null, status: "completed" },
            { payment_id: 101, subscription_id: 46, amount: "59.07", payment_date: null, status: "completed" },
            { payment_id: 102, subscription_id: 86, amount: "75.31", payment_date: "2023-11-15", status: "pending" },
            { payment_id: 103, subscription_id: 43, amount: "54.99", payment_date: "2022-10-25", status: "failed" },
            { payment_id: 104, subscription_id: 67, amount: "45.73", payment_date: "2023-09-06", status: "pending" },
            { payment_id: 105, subscription_id: 111, amount: "30.32", payment_date: null, status: "completed" },
            { payment_id: 106, subscription_id: 184, amount: "48.83", payment_date: null, status: "completed" },
            { payment_id: 107, subscription_id: 153, amount: "59.99", payment_date: null, status: "completed" },
            { payment_id: 108, subscription_id: 74, amount: "50.88", payment_date: null, status: "completed" },
            { payment_id: 109, subscription_id: 87, amount: "90.31", payment_date: null, status: "completed" },
            { payment_id: 110, subscription_id: 65, amount: "33.65", payment_date: "2023-02-02", status: "pending" },
            { payment_id: 111, subscription_id: 93, amount: "22.67", payment_date: null, status: "completed" },
            { payment_id: 112, subscription_id: 153, amount: "11.10", payment_date: null, status: "completed" },
            { payment_id: 113, subscription_id: 9, amount: "92.73", payment_date: null, status: "completed" },
            { payment_id: 114, subscription_id: 199, amount: "77.89", payment_date: "2022-05-01", status: "failed" },
            { payment_id: 115, subscription_id: 200, amount: "22.11", payment_date: "2022-05-07", status: "pending" },
            { payment_id: 116, subscription_id: 87, amount: "25.88", payment_date: null, status: "completed" },
            { payment_id: 117, subscription_id: 167, amount: "15.93", payment_date: "2023-12-26", status: "failed" },
            { payment_id: 118, subscription_id: 190, amount: "68.09", payment_date: null, status: "completed" },
            { payment_id: 119, subscription_id: 183, amount: "42.08", payment_date: null, status: "completed" },
            { payment_id: 120, subscription_id: 18, amount: "14.26", payment_date: "2023-08-20", status: "pending" },
            { payment_id: 121, subscription_id: 161, amount: "59.00", payment_date: null, status: "completed" },
            { payment_id: 122, subscription_id: 151, amount: "10.24", payment_date: null, status: "completed" },
            { payment_id: 123, subscription_id: 98, amount: "99.80", payment_date: "2022-11-29", status: "failed" },
            { payment_id: 124, subscription_id: 71, amount: "71.40", payment_date: "2022-04-24", status: "pending" },
            { payment_id: 125, subscription_id: 14, amount: "73.23", payment_date: null, status: "completed" },
            { payment_id: 126, subscription_id: 106, amount: "53.64", payment_date: null, status: "completed" },
            { payment_id: 127, subscription_id: 21, amount: "12.50", payment_date: null, status: "completed" },
            { payment_id: 128, subscription_id: 157, amount: "65.73", payment_date: null, status: "completed" },
            { payment_id: 129, subscription_id: 84, amount: "44.03", payment_date: null, status: "completed" },
            { payment_id: 130, subscription_id: 152, amount: "41.05", payment_date: null, status: "completed" },
            { payment_id: 131, subscription_id: 33, amount: "11.58", payment_date: "2022-06-22", status: "failed" },
            { payment_id: 132, subscription_id: 127, amount: "11.15", payment_date: null, status: "completed" },
            { payment_id: 133, subscription_id: 140, amount: "13.64", payment_date: "2022-06-24", status: "pending" },
            { payment_id: 134, subscription_id: 94, amount: "44.99", payment_date: null, status: "completed" },
            { payment_id: 135, subscription_id: 102, amount: "36.66", payment_date: null, status: "completed" },
            { payment_id: 136, subscription_id: 104, amount: "67.42", payment_date: null, status: "completed" },
            { payment_id: 137, subscription_id: 13, amount: "10.42", payment_date: "2022-12-10", status: "failed" },
            { payment_id: 138, subscription_id: 34, amount: "89.78", payment_date: "2023-03-03", status: "failed" },
            { payment_id: 139, subscription_id: 194, amount: "50.89", payment_date: "2022-09-14", status: "failed" },
            { payment_id: 140, subscription_id: 180, amount: "62.55", payment_date: null, status: "completed" },
            { payment_id: 141, subscription_id: 156, amount: "13.09", payment_date: "2022-11-30", status: "failed" },
            { payment_id: 142, subscription_id: 27, amount: "65.92", payment_date: null, status: "completed" },
            { payment_id: 143, subscription_id: 148, amount: "12.34", payment_date: null, status: "completed" },
            { payment_id: 144, subscription_id: 137, amount: "83.83", payment_date: "2023-08-11", status: "failed" },
            { payment_id: 145, subscription_id: 79, amount: "45.44", payment_date: "2023-07-03", status: "failed" },
            { payment_id: 146, subscription_id: 83, amount: "41.34", payment_date: null, status: "completed" },
            { payment_id: 147, subscription_id: 186, amount: "10.06", payment_date: "2023-06-25", status: "failed" },
            { payment_id: 148, subscription_id: 148, amount: "12.54", payment_date: null, status: "completed" },
            { payment_id: 149, subscription_id: 110, amount: "11.06", payment_date: null, status: "completed" },
            { payment_id: 150, subscription_id: 28, amount: "10.42", payment_date: null, status: "completed" },
            { payment_id: 151, subscription_id: 167, amount: "35.48", payment_date: null, status: "completed" },
            { payment_id: 152, subscription_id: 106, amount: "34.55", payment_date: null, status: "completed" },
            { payment_id: 153, subscription_id: 79, amount: "70.35", payment_date: "2023-01-30", status: "failed" },
            { payment_id: 154, subscription_id: 198, amount: "51.14", payment_date: "2022-07-14", status: "pending" },
            { payment_id: 155, subscription_id: 62, amount: "57.28", payment_date: "2023-05-10", status: "failed" },
            { payment_id: 156, subscription_id: 199, amount: "60.46", payment_date: "2022-02-10", status: "pending" },
            { payment_id: 157, subscription_id: 105, amount: "41.74", payment_date: null, status: "completed" },
            { payment_id: 158, subscription_id: 187, amount: "54.69", payment_date: "2023-11-18", status: "pending" },
            { payment_id: 159, subscription_id: 83, amount: "51.08", payment_date: null, status: "completed" },
            { payment_id: 160, subscription_id: 61, amount: "46.20", payment_date: "2022-04-25", status: "pending" },
            { payment_id: 161, subscription_id: 122, amount: "10.12", payment_date: null, status: "completed" },
            { payment_id: 162, subscription_id: 49, amount: "87.24", payment_date: "2022-03-17", status: "pending" },
            { payment_id: 163, subscription_id: 185, amount: "99.73", payment_date: null, status: "completed" },
            { payment_id: 164, subscription_id: 18, amount: "58.55", payment_date: "2022-12-21", status: "pending" },
            { payment_id: 165, subscription_id: 87, amount: "35.99", payment_date: null, status: "completed" },
            { payment_id: 166, subscription_id: 89, amount: "59.89", payment_date: "2022-08-13", status: "pending" },
            { payment_id: 167, subscription_id: 37, amount: "10.45", payment_date: "2023-09-10", status: "failed" },
            { payment_id: 168, subscription_id: 80, amount: "62.56", payment_date: "2023-01-30", status: "failed" },
            { payment_id: 169, subscription_id: 14, amount: "58.06", payment_date: null, status: "completed" },
            { payment_id: 170, subscription_id: 66, amount: "10.67", payment_date: "2022-07-07", status: "failed" },
            { payment_id: 171, subscription_id: 162, amount: "22.64", payment_date: null, status: "completed" },
            { payment_id: 172, subscription_id: 102, amount: "49.28", payment_date: null, status: "completed" },
            { payment_id: 173, subscription_id: 181, amount: "46.33", payment_date: "2022-09-15", status: "failed" },
            { payment_id: 174, subscription_id: 4, amount: "85.49", payment_date: "2022-01-19", status: "pending" },
            { payment_id: 175, subscription_id: 199, amount: "46.24", payment_date: "2022-02-06", status: "failed" },
            { payment_id: 176, subscription_id: 90, amount: "59.65", payment_date: null, status: "completed" },
            { payment_id: 177, subscription_id: 150, amount: "82.63", payment_date: "2023-06-23", status: "pending" },
            { payment_id: 178, subscription_id: 115, amount: "19.00", payment_date: null, status: "completed" },
            { payment_id: 179, subscription_id: 31, amount: "58.39", payment_date: "2023-04-09", status: "failed" },
            { payment_id: 180, subscription_id: 71, amount: "48.06", payment_date: null, status: "completed" },
            { payment_id: 181, subscription_id: 160, amount: "16.51", payment_date: "2022-07-08", status: "failed" },
            { payment_id: 182, subscription_id: 144, amount: "84.43", payment_date: null, status: "completed" },
            { payment_id: 183, subscription_id: 196, amount: "15.53", payment_date: null, status: "completed" },
            { payment_id: 184, subscription_id: 28, amount: "24.15", payment_date: "2023-07-19", status: "failed" },
            { payment_id: 185, subscription_id: 119, amount: "55.72", payment_date: "2022-05-03", status: "failed" },
            { payment_id: 186, subscription_id: 79, amount: "37.32", payment_date: null, status: "completed" },
            { payment_id: 187, subscription_id: 101, amount: "77.88", payment_date: "2023-01-18", status: "failed" },
            { payment_id: 188, subscription_id: 92, amount: "20.33", payment_date: "2023-09-23", status: "failed" },
            { payment_id: 189, subscription_id: 51, amount: "85.10", payment_date: null, status: "completed" },
            { payment_id: 190, subscription_id: 24, amount: "17.36", payment_date: null, status: "completed" },
            { payment_id: 191, subscription_id: 24, amount: "27.58", payment_date: "2023-10-13", status: "pending" },
            { payment_id: 192, subscription_id: 190, amount: "21.74", payment_date: null, status: "completed" },
            { payment_id: 193, subscription_id: 77, amount: "13.34", payment_date: "2022-02-05", status: "pending" },
            { payment_id: 194, subscription_id: 139, amount: "88.28", payment_date: null, status: "completed" },
            { payment_id: 195, subscription_id: 141, amount: "24.53", payment_date: "2023-12-19", status: "failed" },
            { payment_id: 196, subscription_id: 68, amount: "10.02", payment_date: null, status: "completed" },
            { payment_id: 197, subscription_id: 147, amount: "39.31", payment_date: null, status: "completed" },
            { payment_id: 198, subscription_id: 177, amount: "82.88", payment_date: null, status: "completed" },
            { payment_id: 199, subscription_id: 184, amount: "32.05", payment_date: null, status: "completed" },
            { payment_id: 200, subscription_id: 3, amount: "22.74", payment_date: null, status: "completed" },
        ],
    });
    await prisma.shipments.createMany({
        data: [
            { shipment_id: 1, subscription_id: 136, shipment_date: "2022-05-16", delivery_date: "2022-05-22", tracking_number: "97ecc5db-9d14-43a1-99de-96f161286285" },
            { shipment_id: 2, subscription_id: 62, shipment_date: "2023-07-13", delivery_date: "2023-07-14", tracking_number: "944b3ef2-9d5e-4cd5-b59a-7f2952467f19" },
            { shipment_id: 3, subscription_id: 71, shipment_date: "2022-04-18", delivery_date: "2022-04-25", tracking_number: "01b2d7b0-9d79-4d83-883e-27ff63e2e586" },
            { shipment_id: 4, subscription_id: 11, shipment_date: "2023-10-28", delivery_date: "2023-11-04", tracking_number: "1ca2f168-05c7-4995-8914-e6cde0bd0ea5" },
            { shipment_id: 5, subscription_id: 43, shipment_date: "2023-04-13", delivery_date: "2023-04-13", tracking_number: "c4f4bb01-3aed-491f-a158-2c8841bdba05" },
            { shipment_id: 6, subscription_id: 132, shipment_date: "2023-12-20", delivery_date: "2023-12-23", tracking_number: "1bccc571-16cf-45e6-aabc-8d99d1557daf" },
            { shipment_id: 7, subscription_id: 83, shipment_date: "2022-09-10", delivery_date: "2022-09-13", tracking_number: "8fde8730-05c3-4c3e-b711-33bc0469c620" },
            { shipment_id: 8, subscription_id: 199, shipment_date: "2022-12-08", delivery_date: "2022-12-18", tracking_number: "191f8bad-b4c1-4b30-9007-590a7dad5358" },
            { shipment_id: 9, subscription_id: 7, shipment_date: "2023-12-01", delivery_date: "2023-12-03", tracking_number: "7ebe72b6-a88b-40c7-9a80-8293a93cbd39" },
            { shipment_id: 10, subscription_id: 101, shipment_date: "2023-09-24", delivery_date: "2023-10-03", tracking_number: "6d320b90-6c6a-44e0-b523-d13d309be863" },
            { shipment_id: 11, subscription_id: 115, shipment_date: "2022-02-04", delivery_date: "2022-02-07", tracking_number: "0885740e-7761-4579-a897-63cc50e7cffe" },
            { shipment_id: 12, subscription_id: 23, shipment_date: "2022-12-06", delivery_date: "2022-12-07", tracking_number: "cbd02d4a-7e4c-4905-bb93-f9dc8b69a657" },
            { shipment_id: 13, subscription_id: 176, shipment_date: "2023-02-05", delivery_date: "2023-02-12", tracking_number: "9e5baeb4-13ac-4372-a3e3-f94a08cf1f58" },
            { shipment_id: 14, subscription_id: 147, shipment_date: "2023-04-26", delivery_date: "2023-05-03", tracking_number: "6b9b7d56-d2b8-47fc-8ff1-e03b07163bba" },
            { shipment_id: 15, subscription_id: 116, shipment_date: "2023-09-24", delivery_date: "2023-09-27", tracking_number: "ed210cb9-6110-4580-96c6-b51565363dbd" },
            { shipment_id: 16, subscription_id: 119, shipment_date: "2023-06-20", delivery_date: "2023-06-29", tracking_number: "7bcf409b-1f76-4557-98bc-2a2cb306e34e" },
            { shipment_id: 17, subscription_id: 92, shipment_date: "2022-11-08", delivery_date: "2022-11-18", tracking_number: "f778695c-a001-417b-84c7-e9e4cc018293" },
            { shipment_id: 18, subscription_id: 108, shipment_date: "2023-11-20", delivery_date: "2023-11-28", tracking_number: "addc95f6-f5b9-41d7-b46a-e1132c75f136" },
            { shipment_id: 19, subscription_id: 72, shipment_date: "2023-05-28", delivery_date: "2023-06-05", tracking_number: "5584c448-5908-43d3-a080-fab9ad1fa473" },
            { shipment_id: 20, subscription_id: 128, shipment_date: "2023-03-13", delivery_date: "2023-03-21", tracking_number: "3ec39476-4ae1-4b19-9a65-fbe196b5bf36" },
            { shipment_id: 21, subscription_id: 183, shipment_date: "2023-09-01", delivery_date: "2023-09-05", tracking_number: "6dbb7071-8d22-4465-8f03-02f78a0ab3a2" },
            { shipment_id: 22, subscription_id: 23, shipment_date: "2023-12-10", delivery_date: "2023-12-18", tracking_number: "3d4eb68d-6dd2-4f51-8afa-95f85f2a576e" },
            { shipment_id: 23, subscription_id: 127, shipment_date: "2023-06-08", delivery_date: "2023-06-16", tracking_number: "7c7a51b7-a8b9-473b-962a-704358000943" },
            { shipment_id: 24, subscription_id: 170, shipment_date: "2022-12-10", delivery_date: "2022-12-13", tracking_number: "f41e8648-ee38-486b-b09b-da15995f3a27" },
            { shipment_id: 25, subscription_id: 77, shipment_date: "2022-12-18", delivery_date: "2022-12-24", tracking_number: "8704dc50-1f67-47dd-962d-da6cb0806c54" },
            { shipment_id: 26, subscription_id: 44, shipment_date: "2023-08-16", delivery_date: "2023-08-19", tracking_number: "cbf6b5a4-3bfc-45df-bd37-664dd4146333" },
            { shipment_id: 27, subscription_id: 183, shipment_date: "2023-08-01", delivery_date: "2023-08-10", tracking_number: "c5506a8a-aa4e-4b6b-928a-d80584e64e2c" },
            { shipment_id: 28, subscription_id: 174, shipment_date: "2023-06-14", delivery_date: "2023-06-19", tracking_number: "61382f7f-ddab-40b6-8993-33396a4a7c43" },
            { shipment_id: 29, subscription_id: 108, shipment_date: "2023-11-15", delivery_date: "2023-11-21", tracking_number: "75bea5c9-4ec4-4830-81e7-c27e247e4f43" },
            { shipment_id: 30, subscription_id: 139, shipment_date: "2022-12-11", delivery_date: "2022-12-13", tracking_number: "a0ac2b79-2877-4505-8d08-03e35bc10201" },
            { shipment_id: 31, subscription_id: 141, shipment_date: "2023-12-23", delivery_date: "2023-12-25", tracking_number: "a58b561a-7b7b-4ea8-90ff-8a332e1e0c81" },
            { shipment_id: 32, subscription_id: 2, shipment_date: "2023-11-01", delivery_date: "2023-11-01", tracking_number: "fef7a713-8631-44d0-99c4-e6a78d855666" },
            { shipment_id: 33, subscription_id: 83, shipment_date: "2023-10-09", delivery_date: "2023-10-19", tracking_number: "fb3b74e7-e0f9-4d35-8531-d6edcfe7655d" },
            { shipment_id: 34, subscription_id: 137, shipment_date: "2023-08-11", delivery_date: "2023-08-14", tracking_number: "48028ffe-d1c3-4a8b-a149-58307efba00c" },
            { shipment_id: 35, subscription_id: 189, shipment_date: "2023-05-15", delivery_date: "2023-05-16", tracking_number: "ce5e722a-4f3d-4f8d-9354-0b33be92e5ec" },
            { shipment_id: 36, subscription_id: 200, shipment_date: "2023-05-28", delivery_date: "2023-06-06", tracking_number: "68236c05-c17d-4bf6-9563-a61f5d69f70d" },
            { shipment_id: 37, subscription_id: 187, shipment_date: "2023-01-08", delivery_date: "2023-01-18", tracking_number: "083423d6-d8fe-4e77-87d3-3da53384da71" },
            { shipment_id: 38, subscription_id: 196, shipment_date: "2023-03-03", delivery_date: "2023-03-06", tracking_number: "d9fd0588-460a-4865-9ae6-0d6be91830cf" },
            { shipment_id: 39, subscription_id: 17, shipment_date: "2023-03-02", delivery_date: "2023-03-02", tracking_number: "440c7f38-039b-4154-b52f-48b34725d2a2" },
            { shipment_id: 40, subscription_id: 189, shipment_date: "2023-07-15", delivery_date: "2023-07-20", tracking_number: "6dfcc468-73e0-44cc-bac0-e92e6c3a44e8" },
            { shipment_id: 41, subscription_id: 53, shipment_date: "2023-07-15", delivery_date: "2023-07-17", tracking_number: "09bc9a70-f1ca-4ef7-8cd4-a7c55ac0eeb0" },
            { shipment_id: 42, subscription_id: 1, shipment_date: "2023-04-28", delivery_date: "2023-04-29", tracking_number: "950e1045-d807-4d44-962f-6e63654667da" },
            { shipment_id: 43, subscription_id: 66, shipment_date: "2022-10-28", delivery_date: "2022-11-06", tracking_number: "7758ebf3-3296-413f-b77b-e165f121ea12" },
            { shipment_id: 44, subscription_id: 146, shipment_date: "2023-08-24", delivery_date: "2023-08-30", tracking_number: "43de1960-fcfe-4208-96fd-981ba94cf929" },
            { shipment_id: 45, subscription_id: 143, shipment_date: "2023-05-28", delivery_date: "2023-06-01", tracking_number: "d2086193-3494-4902-a5ce-79544b55fb5e" },
            { shipment_id: 46, subscription_id: 61, shipment_date: "2023-11-30", delivery_date: "2023-12-10", tracking_number: "53647d3e-2e29-4c82-9979-260332a4c5c2" },
            { shipment_id: 47, subscription_id: 94, shipment_date: "2022-07-20", delivery_date: "2022-07-22", tracking_number: "637dad97-e100-4349-9f10-a9916f3dc28c" },
            { shipment_id: 48, subscription_id: 97, shipment_date: "2022-01-29", delivery_date: "2022-02-01", tracking_number: "bb2550c4-ac1e-4d48-a714-3832b2c49b0e" },
            { shipment_id: 49, subscription_id: 148, shipment_date: "2023-07-24", delivery_date: "2023-07-25", tracking_number: "56daf3e5-b7bd-4aa1-932f-23bf10e67f6b" },
            { shipment_id: 50, subscription_id: 140, shipment_date: "2022-11-30", delivery_date: "2022-12-06", tracking_number: "9cd07f30-26da-4720-8e23-d93c3b22dd48" },
            { shipment_id: 51, subscription_id: 29, shipment_date: "2022-12-24", delivery_date: "2023-01-02", tracking_number: "8fd81047-154d-42df-a0d0-64260b055fb8" },
            { shipment_id: 52, subscription_id: 150, shipment_date: "2022-12-18", delivery_date: "2022-12-18", tracking_number: "ee1e62dc-6415-4cc6-b9f4-02b11e8d7ad2" },
            { shipment_id: 53, subscription_id: 109, shipment_date: "2022-04-18", delivery_date: "2022-04-28", tracking_number: "c50b1931-7784-499c-9e5a-5ee0a7d186d2" },
            { shipment_id: 54, subscription_id: 12, shipment_date: "2023-09-13", delivery_date: "2023-09-20", tracking_number: "7f65b206-a31b-4a1e-8abc-f2a610bf7f48" },
            { shipment_id: 55, subscription_id: 178, shipment_date: "2023-06-11", delivery_date: "2023-06-18", tracking_number: "03502ff8-35e5-453e-8f60-4b760afb4bb9" },
            { shipment_id: 56, subscription_id: 111, shipment_date: "2022-12-10", delivery_date: "2022-12-20", tracking_number: "f8ed120b-4fe8-4a3c-8df9-04eba514ea93" },
            { shipment_id: 57, subscription_id: 140, shipment_date: "2023-09-08", delivery_date: "2023-09-16", tracking_number: "8f903f5a-2226-4a2c-b7f1-c791c3620838" },
            { shipment_id: 58, subscription_id: 57, shipment_date: "2023-12-06", delivery_date: "2023-12-12", tracking_number: "c576d7fb-cd59-42e5-b8af-8c729ca94424" },
            { shipment_id: 59, subscription_id: 115, shipment_date: "2022-12-01", delivery_date: "2022-12-08", tracking_number: "8d30a6ad-c6ae-46de-b897-cde48af3a5f2" },
            { shipment_id: 60, subscription_id: 154, shipment_date: "2022-11-28", delivery_date: "2022-12-08", tracking_number: "df6b7458-58e8-4dfb-b602-acf633ca2ab6" },
            { shipment_id: 61, subscription_id: 55, shipment_date: "2022-07-22", delivery_date: "2022-07-22", tracking_number: "3b2f8d96-4d4a-4455-9e96-2a8829021917" },
            { shipment_id: 62, subscription_id: 176, shipment_date: "2023-04-29", delivery_date: "2023-05-05", tracking_number: "8dc5f97e-751a-4b53-b4f7-635ff466d575" },
            { shipment_id: 63, subscription_id: 177, shipment_date: "2022-11-16", delivery_date: "2022-11-26", tracking_number: "dbb7676a-3553-4f40-b60b-8654789c71d4" },
            { shipment_id: 64, subscription_id: 155, shipment_date: "2023-07-26", delivery_date: "2023-08-05", tracking_number: "e8586c5d-a399-46d4-ae44-5aa67dc60fbb" },
            { shipment_id: 65, subscription_id: 14, shipment_date: "2022-03-24", delivery_date: "2022-03-27", tracking_number: "c989e14b-52e6-4420-8e74-59a194e720c6" },
            { shipment_id: 66, subscription_id: 82, shipment_date: "2023-06-28", delivery_date: "2023-07-07", tracking_number: "361d7639-6169-4c76-8880-3e3ead0d1279" },
            { shipment_id: 67, subscription_id: 83, shipment_date: "2022-08-21", delivery_date: "2022-08-28", tracking_number: "567d5118-aae5-49d4-bdcf-81f253ec8d84" },
            { shipment_id: 68, subscription_id: 4, shipment_date: "2022-01-23", delivery_date: "2022-01-27", tracking_number: "185f8eff-8aec-43d7-95a8-e26ef791d033" },
            { shipment_id: 69, subscription_id: 104, shipment_date: "2023-07-30", delivery_date: "2023-07-30", tracking_number: "fcb84fab-a315-4c05-8f21-59aa5f6a2b28" },
            { shipment_id: 70, subscription_id: 109, shipment_date: "2023-01-04", delivery_date: "2023-01-08", tracking_number: "29414b6e-837b-455e-a3d1-a21d03cfd540" },
            { shipment_id: 71, subscription_id: 44, shipment_date: "2022-10-02", delivery_date: "2022-10-12", tracking_number: "591eb053-df13-4fc7-8d35-707bb2d80b17" },
            { shipment_id: 72, subscription_id: 47, shipment_date: "2022-12-14", delivery_date: "2022-12-16", tracking_number: "758c556c-fbba-4439-8993-669cae6a34a0" },
            { shipment_id: 73, subscription_id: 114, shipment_date: "2022-01-22", delivery_date: "2022-01-26", tracking_number: "2c4f72fd-cc45-44a2-a09a-aa51371a05a1" },
            { shipment_id: 74, subscription_id: 62, shipment_date: "2022-04-16", delivery_date: "2022-04-22", tracking_number: "9732043b-8723-4c1e-93a5-a7edac22c266" },
            { shipment_id: 75, subscription_id: 18, shipment_date: "2023-01-06", delivery_date: "2023-01-08", tracking_number: "68a56c87-85b8-4f8c-9845-d23fdfaf956e" },
            { shipment_id: 76, subscription_id: 130, shipment_date: "2023-05-10", delivery_date: "2023-05-17", tracking_number: "455ac560-3f6c-4138-81ff-beb4222a116c" },
            { shipment_id: 77, subscription_id: 187, shipment_date: "2023-08-11", delivery_date: "2023-08-12", tracking_number: "b43fe00f-cfb7-4f8a-9385-f983f84311d9" },
            { shipment_id: 78, subscription_id: 123, shipment_date: "2023-06-14", delivery_date: "2023-06-20", tracking_number: "4ca1bd40-63b1-4277-b76f-7bfde4d08080" },
            { shipment_id: 79, subscription_id: 94, shipment_date: "2023-12-10", delivery_date: "2023-12-14", tracking_number: "639d7d5b-421a-4b37-9d46-db944ec24275" },
            { shipment_id: 80, subscription_id: 130, shipment_date: "2023-12-20", delivery_date: "2023-12-29", tracking_number: "bb49dcb8-8f89-4173-a0a8-82b55eb42fce" },
            { shipment_id: 81, subscription_id: 87, shipment_date: "2022-09-03", delivery_date: "2022-09-03", tracking_number: "7fb8f16d-c0c6-4ac9-bdfe-4abdbfa00248" },
            { shipment_id: 82, subscription_id: 77, shipment_date: "2023-04-15", delivery_date: "2023-04-17", tracking_number: "59f198c8-ea99-4b5e-bb82-20b02b8d7ad6" },
            { shipment_id: 83, subscription_id: 165, shipment_date: "2022-03-03", delivery_date: "2022-03-12", tracking_number: "dabbb717-5cb3-4c7b-a277-d83e5b67dea3" },
            { shipment_id: 84, subscription_id: 195, shipment_date: "2022-09-11", delivery_date: "2022-09-13", tracking_number: "7cc62ae3-880e-4567-a751-349775509233" },
            { shipment_id: 85, subscription_id: 3, shipment_date: "2023-04-12", delivery_date: "2023-04-20", tracking_number: "791db063-a11c-41fb-a2a6-d9bf4f4f3c10" },
            { shipment_id: 86, subscription_id: 198, shipment_date: "2022-03-30", delivery_date: "2022-04-08", tracking_number: "3d56b6c7-0259-4521-abb1-df12f771149f" },
            { shipment_id: 87, subscription_id: 24, shipment_date: "2023-09-06", delivery_date: "2023-09-10", tracking_number: "102d505d-2756-4252-9e89-b1306c7f7e39" },
            { shipment_id: 88, subscription_id: 128, shipment_date: "2023-10-15", delivery_date: "2023-10-23", tracking_number: "8021d4d0-dc44-42ab-9274-e06d91a87ce4" },
            { shipment_id: 89, subscription_id: 47, shipment_date: "2023-08-31", delivery_date: "2023-09-02", tracking_number: "5483ff48-bc49-42fe-8cee-30e8106d5306" },
            { shipment_id: 90, subscription_id: 11, shipment_date: "2023-06-19", delivery_date: "2023-06-20", tracking_number: "b7d57c05-c5ff-40a1-add1-0afcd2816b04" },
            { shipment_id: 91, subscription_id: 53, shipment_date: "2023-05-09", delivery_date: "2023-05-12", tracking_number: "5c16df08-cab4-4173-a035-fbf7fc0da4c3" },
            { shipment_id: 92, subscription_id: 52, shipment_date: "2023-12-23", delivery_date: "2024-01-02", tracking_number: "3acf34e3-80ec-4ab6-b8b8-04f10a87a539" },
            { shipment_id: 93, subscription_id: 189, shipment_date: "2023-06-24", delivery_date: "2023-06-28", tracking_number: "bac8dd31-4bac-405e-b46b-32f389a2f08c" },
            { shipment_id: 94, subscription_id: 46, shipment_date: "2023-10-21", delivery_date: "2023-10-25", tracking_number: "1946a998-dfeb-43b5-bea4-1a2c4ba6360b" },
            { shipment_id: 95, subscription_id: 118, shipment_date: "2023-01-06", delivery_date: "2023-01-13", tracking_number: "e6e2f3bf-f46e-4e73-bba2-5d172bcdc0d3" },
            { shipment_id: 96, subscription_id: 179, shipment_date: "2023-01-08", delivery_date: "2023-01-12", tracking_number: "f3cb0fc6-181d-4d3d-9ea8-b7a99a0cbdf9" },
            { shipment_id: 97, subscription_id: 111, shipment_date: "2023-11-03", delivery_date: "2023-11-04", tracking_number: "7be75b11-01da-4bc5-b67b-8a244ec8fc50" },
            { shipment_id: 98, subscription_id: 198, shipment_date: "2023-06-26", delivery_date: "2023-07-06", tracking_number: "6eebc2ec-41f8-418c-b005-ad9827250dfe" },
            { shipment_id: 99, subscription_id: 76, shipment_date: "2023-12-08", delivery_date: "2023-12-18", tracking_number: "f38c547c-b6d4-40e0-a5c4-1266754e7d55" },
            { shipment_id: 100, subscription_id: 139, shipment_date: "2023-09-25", delivery_date: "2023-09-25", tracking_number: "0f1042d0-518a-4aef-b6aa-f67378127ca8" },
            { shipment_id: 101, subscription_id: 84, shipment_date: "2023-06-18", delivery_date: "2023-06-26", tracking_number: "268da8af-23ab-4a78-bfdf-d0eafa4a2fea" },
            { shipment_id: 102, subscription_id: 169, shipment_date: "2023-02-05", delivery_date: "2023-02-13", tracking_number: "9b122acc-f9b5-4ea7-84c6-2429ac77092a" },
            { shipment_id: 103, subscription_id: 66, shipment_date: "2022-05-13", delivery_date: "2022-05-22", tracking_number: "98b4fd8b-833c-419e-8e5a-eddd45bd2ca3" },
            { shipment_id: 104, subscription_id: 18, shipment_date: "2023-08-13", delivery_date: "2023-08-14", tracking_number: "c88ae18b-f3a1-4fbb-90bb-030ec17a1751" },
            { shipment_id: 105, subscription_id: 130, shipment_date: "2023-05-04", delivery_date: "2023-05-10", tracking_number: "0b7db987-4da7-46a8-bf0c-2af4bf138228" },
            { shipment_id: 106, subscription_id: 166, shipment_date: "2023-11-25", delivery_date: "2023-12-05", tracking_number: "73777294-771f-4a4d-a903-9b1f53e591e6" },
            { shipment_id: 107, subscription_id: 73, shipment_date: "2023-02-11", delivery_date: "2023-02-12", tracking_number: "783a3aa1-79f6-4e10-8061-5e8cafd73e35" },
            { shipment_id: 108, subscription_id: 14, shipment_date: "2023-03-13", delivery_date: "2023-03-22", tracking_number: "ad606717-1e60-4171-8edd-61d681cf9ea3" },
            { shipment_id: 109, subscription_id: 183, shipment_date: "2022-12-07", delivery_date: "2022-12-12", tracking_number: "51b9ecb4-640e-4d34-a6b8-94740bbd50be" },
            { shipment_id: 110, subscription_id: 135, shipment_date: "2023-07-03", delivery_date: "2023-07-10", tracking_number: "2f43b9a5-b4fa-42b7-add7-d5351e6a3532" },
            { shipment_id: 111, subscription_id: 95, shipment_date: "2023-11-26", delivery_date: "2023-11-27", tracking_number: "f610d9a9-e04f-4444-97bd-5e0ccd0080f6" },
            { shipment_id: 112, subscription_id: 13, shipment_date: "2023-04-30", delivery_date: "2023-05-03", tracking_number: "dff97ca3-b84b-4a74-846a-6ed861adad74" },
            { shipment_id: 113, subscription_id: 52, shipment_date: "2022-08-16", delivery_date: "2022-08-26", tracking_number: "328c17b3-2487-4152-8dee-a6df7a905de3" },
            { shipment_id: 114, subscription_id: 67, shipment_date: "2023-04-28", delivery_date: "2023-05-04", tracking_number: "6ab578a8-d0f6-4fcd-9f45-e24b772dd561" },
            { shipment_id: 115, subscription_id: 25, shipment_date: "2022-09-27", delivery_date: "2022-09-29", tracking_number: "dc57c335-0983-4d4c-b41d-bccfd7acb64c" },
            { shipment_id: 116, subscription_id: 56, shipment_date: "2023-06-10", delivery_date: "2023-06-13", tracking_number: "18d3342c-da7c-4482-ae94-a5736483bed3" },
            { shipment_id: 117, subscription_id: 3, shipment_date: "2023-10-03", delivery_date: "2023-10-09", tracking_number: "b2ec2f36-b0ca-46b6-9931-fabd8477fdbe" },
            { shipment_id: 118, subscription_id: 48, shipment_date: "2022-12-09", delivery_date: "2022-12-11", tracking_number: "5d16e8de-8940-4e38-af52-5f49004b5c6a" },
            { shipment_id: 119, subscription_id: 178, shipment_date: "2022-01-04", delivery_date: "2022-01-10", tracking_number: "b5c58cbc-5d46-4de0-96ff-dfaf9e2a43f7" },
            { shipment_id: 120, subscription_id: 115, shipment_date: "2022-11-23", delivery_date: "2022-11-24", tracking_number: "b5cf7524-5b25-4e18-aaff-59a9e1a192a6" },
            { shipment_id: 121, subscription_id: 181, shipment_date: "2022-08-13", delivery_date: "2022-08-22", tracking_number: "a33f13d1-a913-4c37-9862-ccf8235ecc9d" },
            { shipment_id: 122, subscription_id: 134, shipment_date: "2022-02-12", delivery_date: "2022-02-19", tracking_number: "356c9542-9471-4da3-9427-00cd15a68f31" },
            { shipment_id: 123, subscription_id: 194, shipment_date: "2022-09-10", delivery_date: "2022-09-10", tracking_number: "4af4e595-a4d4-473f-a226-28a12dd8a71f" },
            { shipment_id: 124, subscription_id: 69, shipment_date: "2022-03-15", delivery_date: "2022-03-20", tracking_number: "088a9b4d-8961-491e-aeb4-66c713fe0ea6" },
            { shipment_id: 125, subscription_id: 43, shipment_date: "2023-02-07", delivery_date: "2023-02-16", tracking_number: "206172fd-e968-4389-bafc-e4ede4f4276b" },
            { shipment_id: 126, subscription_id: 42, shipment_date: "2022-05-17", delivery_date: "2022-05-23", tracking_number: "6d95fa18-dfde-4cdd-bdaf-4ef5c0c2499a" },
            { shipment_id: 127, subscription_id: 71, shipment_date: "2022-11-18", delivery_date: "2022-11-25", tracking_number: "796d0e76-4a5b-4f43-bbe7-575d62d1b8bc" },
            { shipment_id: 128, subscription_id: 182, shipment_date: "2023-09-09", delivery_date: "2023-09-10", tracking_number: "8461e58c-9bbd-4f78-9827-eb647d411349" },
            { shipment_id: 129, subscription_id: 12, shipment_date: "2022-11-04", delivery_date: "2022-11-04", tracking_number: "563d0db9-09d6-40ed-b0d2-46360987e934" },
            { shipment_id: 130, subscription_id: 140, shipment_date: "2022-11-09", delivery_date: "2022-11-10", tracking_number: "6c1c2c71-51f6-4949-874d-475e5f8030df" },
            { shipment_id: 131, subscription_id: 3, shipment_date: "2023-01-15", delivery_date: "2023-01-19", tracking_number: "5ecb7d91-4153-4489-aaf6-dfc36b71e3ae" },
            { shipment_id: 132, subscription_id: 135, shipment_date: "2023-03-12", delivery_date: "2023-03-14", tracking_number: "140323c8-a2a6-40dc-a98d-0e21e3c732dd" },
            { shipment_id: 133, subscription_id: 194, shipment_date: "2022-07-23", delivery_date: "2022-07-31", tracking_number: "c3ef0e38-d3f1-4e04-88e7-763293ae4a9c" },
            { shipment_id: 134, subscription_id: 185, shipment_date: "2023-02-10", delivery_date: "2023-02-14", tracking_number: "39df28db-2072-47f0-b16b-50917dce64e0" },
            { shipment_id: 135, subscription_id: 160, shipment_date: "2022-09-10", delivery_date: "2022-09-20", tracking_number: "28f55f63-1874-4999-b270-4b6fad813487" },
            { shipment_id: 136, subscription_id: 21, shipment_date: "2023-12-31", delivery_date: "2024-01-06", tracking_number: "3233f9d7-8ff4-4f8f-80b9-3bb9d55f7d0c" },
            { shipment_id: 137, subscription_id: 39, shipment_date: "2023-02-15", delivery_date: "2023-02-15", tracking_number: "002f5a0c-2240-48d2-b035-fcf7250bcd14" },
            { shipment_id: 138, subscription_id: 12, shipment_date: "2023-02-09", delivery_date: "2023-02-10", tracking_number: "415173f0-1a1b-41ea-a964-2c7fc096e738" },
            { shipment_id: 139, subscription_id: 127, shipment_date: "2022-02-18", delivery_date: "2022-02-22", tracking_number: "fedeeb7b-1cac-4a3f-89b6-8b1b7b7c1995" },
            { shipment_id: 140, subscription_id: 46, shipment_date: "2023-10-12", delivery_date: "2023-10-13", tracking_number: "404bc49e-ecc5-437d-8b78-7ae53eb29873" },
            { shipment_id: 141, subscription_id: 170, shipment_date: "2022-06-13", delivery_date: "2022-06-16", tracking_number: "95e3a405-1fdc-417d-b8b0-d85bef27e486" },
            { shipment_id: 142, subscription_id: 56, shipment_date: "2022-09-28", delivery_date: "2022-10-02", tracking_number: "18e25dcd-5a93-47e3-adb6-684d74a9e8eb" },
            { shipment_id: 143, subscription_id: 124, shipment_date: "2023-01-15", delivery_date: "2023-01-17", tracking_number: "ff9f9f61-df08-4466-980d-ef3e3649d582" },
            { shipment_id: 144, subscription_id: 41, shipment_date: "2022-06-30", delivery_date: "2022-07-01", tracking_number: "bb22ed17-15a3-48ad-bebf-db8040cc5a88" },
            { shipment_id: 145, subscription_id: 136, shipment_date: "2022-06-02", delivery_date: "2022-06-06", tracking_number: "1af2627e-8dd5-4aa3-b50c-a8a9a995b915" },
            { shipment_id: 146, subscription_id: 193, shipment_date: "2023-03-23", delivery_date: "2023-03-29", tracking_number: "5f2977a6-8adb-4335-881b-789309c6237a" },
            { shipment_id: 147, subscription_id: 4, shipment_date: "2023-04-07", delivery_date: "2023-04-14", tracking_number: "0ad37b0a-5e46-418a-b37f-1da9af3a1552" },
            { shipment_id: 148, subscription_id: 147, shipment_date: "2023-09-19", delivery_date: "2023-09-21", tracking_number: "2fd144c2-c72e-4594-aaf0-5779aa691e92" },
            { shipment_id: 149, subscription_id: 174, shipment_date: "2022-06-10", delivery_date: "2022-06-18", tracking_number: "6cbd4796-e5e7-4d43-aec9-06a38df35458" },
            { shipment_id: 150, subscription_id: 187, shipment_date: "2022-11-24", delivery_date: "2022-12-03", tracking_number: "a3df726a-3a6d-4324-bb92-08dbc4f510ce" },
            { shipment_id: 151, subscription_id: 141, shipment_date: "2023-01-18", delivery_date: "2023-01-26", tracking_number: "403a5644-0aa5-4c4b-bc6f-9f08f5372319" },
            { shipment_id: 152, subscription_id: 108, shipment_date: "2023-01-10", delivery_date: "2023-01-19", tracking_number: "0f6c7292-cf48-4949-9f37-952c0a49cd0d" },
            { shipment_id: 153, subscription_id: 74, shipment_date: "2022-10-03", delivery_date: "2022-10-04", tracking_number: "595033f6-a3d0-4728-90ad-37634d395a56" },
            { shipment_id: 154, subscription_id: 148, shipment_date: "2023-05-12", delivery_date: "2023-05-12", tracking_number: "0ab23538-3fd7-412e-9823-af3232156968" },
            { shipment_id: 155, subscription_id: 46, shipment_date: "2023-02-04", delivery_date: "2023-02-05", tracking_number: "6ca33560-428c-445d-a700-7ab448504e95" },
            { shipment_id: 156, subscription_id: 165, shipment_date: "2023-06-03", delivery_date: "2023-06-13", tracking_number: "b4af158e-5bf6-4e21-9e33-eec0eeddf2eb" },
            { shipment_id: 157, subscription_id: 82, shipment_date: "2023-01-05", delivery_date: "2023-01-07", tracking_number: "352771f8-d798-4933-b1f9-91c0dc6af5a4" },
            { shipment_id: 158, subscription_id: 14, shipment_date: "2022-04-06", delivery_date: "2022-04-15", tracking_number: "ad0cd1e9-345b-48c5-af39-3f1aa1795f55" },
            { shipment_id: 159, subscription_id: 169, shipment_date: "2023-03-12", delivery_date: "2023-03-17", tracking_number: "7a28244e-57d4-40d6-a3a9-7e6f4ca493f4" },
            { shipment_id: 160, subscription_id: 145, shipment_date: "2023-02-11", delivery_date: "2023-02-19", tracking_number: "1401860c-8e89-4be5-beb1-e05466e4b9ef" },
            { shipment_id: 161, subscription_id: 44, shipment_date: "2022-07-17", delivery_date: "2022-07-18", tracking_number: "b84f7fae-ffd1-4466-9e44-0171c305e17c" },
            { shipment_id: 162, subscription_id: 6, shipment_date: "2022-07-22", delivery_date: "2022-07-28", tracking_number: "d5d1cd2a-0808-4b17-9b4e-0bd401721c94" },
            { shipment_id: 163, subscription_id: 90, shipment_date: "2023-05-13", delivery_date: "2023-05-19", tracking_number: "57da14bd-4498-4feb-bf6f-d29705d93f9b" },
            { shipment_id: 164, subscription_id: 173, shipment_date: "2022-02-28", delivery_date: "2022-03-10", tracking_number: "3eb32bb6-b999-4bf6-a7c5-b1cf5abc00fe" },
            { shipment_id: 165, subscription_id: 62, shipment_date: "2023-01-05", delivery_date: "2023-01-06", tracking_number: "539b8a8b-6783-4f21-8996-4911e0c36892" },
            { shipment_id: 166, subscription_id: 172, shipment_date: "2022-01-18", delivery_date: "2022-01-18", tracking_number: "23fdf77e-1ee0-468e-bd92-534dd36549f3" },
            { shipment_id: 167, subscription_id: 195, shipment_date: "2023-08-19", delivery_date: "2023-08-27", tracking_number: "eb49d932-5400-4fd7-ae98-e570f46443ec" },
            { shipment_id: 168, subscription_id: 52, shipment_date: "2022-07-15", delivery_date: "2022-07-16", tracking_number: "4a5e1e3f-3cb6-4c56-8a6d-c763f689f001" },
            { shipment_id: 169, subscription_id: 91, shipment_date: "2023-11-06", delivery_date: "2023-11-13", tracking_number: "55e4f8aa-7999-4855-b275-2d05dc3d9ad3" },
            { shipment_id: 170, subscription_id: 191, shipment_date: "2023-01-07", delivery_date: "2023-01-07", tracking_number: "f947ea86-15ab-4049-84de-95ef793d5c90" },
            { shipment_id: 171, subscription_id: 43, shipment_date: "2022-03-01", delivery_date: "2022-03-09", tracking_number: "d72b8b66-ccf3-4072-a718-37989e2802e5" },
            { shipment_id: 172, subscription_id: 7, shipment_date: "2023-09-17", delivery_date: "2023-09-17", tracking_number: "938c4db8-9767-40c3-8109-63715d71fa85" },
            { shipment_id: 173, subscription_id: 146, shipment_date: "2022-08-21", delivery_date: "2022-08-23", tracking_number: "beb318fe-e0f3-443d-bc38-120b28658d18" },
            { shipment_id: 174, subscription_id: 135, shipment_date: "2023-02-28", delivery_date: "2023-03-07", tracking_number: "116f1867-90c1-4e39-b5c2-4b6ce34a6cbf" },
            { shipment_id: 175, subscription_id: 116, shipment_date: "2023-10-12", delivery_date: "2023-10-13", tracking_number: "3a3df0e8-cfe4-41a5-8db9-b0a5cca9f321" },
            { shipment_id: 176, subscription_id: 165, shipment_date: "2022-12-25", delivery_date: "2022-12-31", tracking_number: "9f7d9ae1-5b2f-49c9-a147-285ed461a777" },
            { shipment_id: 177, subscription_id: 70, shipment_date: "2022-10-24", delivery_date: "2022-11-02", tracking_number: "eb63b86c-963e-4f56-8105-d198b79aebb9" },
            { shipment_id: 178, subscription_id: 38, shipment_date: "2022-11-12", delivery_date: "2022-11-20", tracking_number: "c21853a9-edec-460c-9b56-43547c18b1e2" },
            { shipment_id: 179, subscription_id: 189, shipment_date: "2022-08-31", delivery_date: "2022-09-08", tracking_number: "a6668078-74b5-46d1-9edf-5e2a368c4520" },
            { shipment_id: 180, subscription_id: 172, shipment_date: "2022-12-16", delivery_date: "2022-12-21", tracking_number: "84f464b8-4860-47c3-a6fc-6599c7129748" },
            { shipment_id: 181, subscription_id: 126, shipment_date: "2022-09-03", delivery_date: "2022-09-08", tracking_number: "0262ae33-8de1-4242-891a-6c13fee0accb" },
            { shipment_id: 182, subscription_id: 49, shipment_date: "2023-05-01", delivery_date: "2023-05-11", tracking_number: "280ab6d3-1215-4a9c-be94-e32229de25e8" },
            { shipment_id: 183, subscription_id: 102, shipment_date: "2022-11-15", delivery_date: "2022-11-17", tracking_number: "29dacf72-a1e0-47bb-9e0b-2138157c5cc2" },
            { shipment_id: 184, subscription_id: 184, shipment_date: "2023-05-09", delivery_date: "2023-05-19", tracking_number: "560735c1-cc0e-463d-82e6-2790775c3e6b" },
            { shipment_id: 185, subscription_id: 153, shipment_date: "2023-11-11", delivery_date: "2023-11-20", tracking_number: "8537e3ea-9877-47c2-afdd-5ca3f015bf49" },
            { shipment_id: 186, subscription_id: 67, shipment_date: "2023-11-10", delivery_date: "2023-11-11", tracking_number: "759d8882-54d4-452f-ac8b-541e29df3dfc" },
            { shipment_id: 187, subscription_id: 179, shipment_date: "2023-08-23", delivery_date: "2023-08-30", tracking_number: "414ee443-240b-4ba6-8099-6bd3c2afde1e" },
            { shipment_id: 188, subscription_id: 133, shipment_date: "2022-05-13", delivery_date: "2022-05-16", tracking_number: "bc21c780-225f-4607-9893-8bd260c1c04b" },
            { shipment_id: 189, subscription_id: 173, shipment_date: "2023-02-09", delivery_date: "2023-02-16", tracking_number: "a9133883-94b8-4558-b0a7-ff6ec9ac2bae" },
            { shipment_id: 190, subscription_id: 50, shipment_date: "2023-04-05", delivery_date: "2023-04-09", tracking_number: "6f173461-45f8-4626-b63c-d59d32ee44ae" },
            { shipment_id: 191, subscription_id: 140, shipment_date: "2022-02-13", delivery_date: "2022-02-14", tracking_number: "645c891f-30e0-4494-aa03-bd1ee221c0bf" },
            { shipment_id: 192, subscription_id: 124, shipment_date: "2023-08-06", delivery_date: "2023-08-10", tracking_number: "27d7df26-04e0-4cde-a577-b59dd7b911b7" },
            { shipment_id: 193, subscription_id: 171, shipment_date: "2023-11-11", delivery_date: "2023-11-16", tracking_number: "f253d499-bb0b-454d-8267-6792d3a47eec" },
            { shipment_id: 194, subscription_id: 72, shipment_date: "2022-08-28", delivery_date: "2022-09-07", tracking_number: "c5fa64ac-14d0-4a59-9643-59201be85bc7" },
            { shipment_id: 195, subscription_id: 161, shipment_date: "2023-02-10", delivery_date: "2023-02-16", tracking_number: "95e0bc75-bbea-4ebf-a113-880b6a99ecc3" },
            { shipment_id: 196, subscription_id: 86, shipment_date: "2023-10-13", delivery_date: "2023-10-18", tracking_number: "fbfb6bfa-8e6b-4c8b-9ec3-449887e2fce9" },
            { shipment_id: 197, subscription_id: 69, shipment_date: "2023-02-17", delivery_date: "2023-02-19", tracking_number: "bb7ae3a2-9315-44af-8a6d-ead4c814aee6" },
            { shipment_id: 198, subscription_id: 181, shipment_date: "2023-01-15", delivery_date: "2023-01-25", tracking_number: "c87ab1bf-23a9-4e24-92b8-9ff5907069d8" },
            { shipment_id: 199, subscription_id: 99, shipment_date: "2022-02-04", delivery_date: "2022-02-13", tracking_number: "a87ed20e-ba0f-47b3-bb83-2e870e99c850" },
            { shipment_id: 200, subscription_id: 54, shipment_date: "2022-01-05", delivery_date: "2022-01-14", tracking_number: "f99c9730-31e8-41ba-a679-2eb590e0bc53" },
        ],
    });
    await prisma.stylist_notes.createMany({
        data: [
            { note_id: 1, subscription_id: 134, note: "The courier reported an automatic issue; the payment was replaced.", avoided_materials: null, feedback_rating: 4 },
            { note_id: 2, subscription_id: 121, note: "A late follow-up: the transfer was processed.", avoided_materials: "group level moment weekly plain", feedback_rating: 4 },
            { note_id: 3, subscription_id: 184, note: "The reviewer confirmed the details and the record was rejected.", avoided_materials: "later little early long short", feedback_rating: null },
            { note_id: 4, subscription_id: 91, note: "No response from the customer, so the account was delayed.", avoided_materials: "open small issue", feedback_rating: 2 },
            { note_id: 5, subscription_id: 36, note: "Flagged as incomplete. An operator replaced the transfer.", avoided_materials: "whole ready system simple order recent", feedback_rating: 4 },
            { note_id: 6, subscription_id: 48, note: "Support reported a minor issue; the transfer was updated.", avoided_materials: "general minor before month", feedback_rating: null },
            { note_id: 7, subscription_id: 123, note: "The ticket was approved following a duplicate review.", avoided_materials: "bright large major", feedback_rating: 5 },
            { note_id: 8, subscription_id: 51, note: "The reviewer reported an urgent issue; the report was processed.", avoided_materials: "high plain matter", feedback_rating: 3 },
            { note_id: 9, subscription_id: 180, note: "An operator confirmed the details and the item was rescheduled.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 10, subscription_id: 155, note: "Flagged as automatic. The account owner completed the shipment.", avoided_materials: "open strong about group notice", feedback_rating: 3 },
            { note_id: 11, subscription_id: 141, note: "A partial report was reviewed the same day.", avoided_materials: "record usual", feedback_rating: 4 },
            { note_id: 12, subscription_id: 133, note: "The reviewer confirmed the details and the transfer was updated.", avoided_materials: "plain second about", feedback_rating: 3 },
            { note_id: 13, subscription_id: 35, note: "The account owner confirmed the details and the invoice was replaced.", avoided_materials: "along moment number daily matter careful", feedback_rating: 2 },
            { note_id: 14, subscription_id: 22, note: "The reviewer confirmed the details and the request was cancelled.", avoided_materials: "yearly high daily before clear various", feedback_rating: null },
            { note_id: 15, subscription_id: 72, note: "An unusual follow-up: the order was closed.", avoided_materials: "before change after weekly easy bright", feedback_rating: null },
            { note_id: 16, subscription_id: 155, note: "The session was reopened — routine case, no further action.", avoided_materials: "ready various common recent direct first", feedback_rating: 5 },
            { note_id: 17, subscription_id: 50, note: "The supplier confirmed the details and the delivery was reopened.", avoided_materials: "happen another", feedback_rating: 5 },
            { note_id: 18, subscription_id: 124, note: "An automatic invoice was processed the same day.", avoided_materials: "small great", feedback_rating: 4 },
            { note_id: 19, subscription_id: 20, note: "Flagged as minor. An operator processed the delivery.", avoided_materials: "group along number partial close", feedback_rating: 4 },
            { note_id: 20, subscription_id: 143, note: "A routine appointment was reviewed the same day.", avoided_materials: "order close between level careful second", feedback_rating: 4 },
            { note_id: 21, subscription_id: 200, note: "The item was reviewed — partial case, no further action.", avoided_materials: "section system minor simple", feedback_rating: 5 },
            { note_id: 22, subscription_id: 170, note: "The supplier confirmed the details and the document was rejected.", avoided_materials: "long regular", feedback_rating: 2 },
            { note_id: 23, subscription_id: 62, note: "Flagged as duplicate. The team processed the payment.", avoided_materials: "often quick every simple small", feedback_rating: 5 },
            { note_id: 24, subscription_id: 55, note: "No response from the reviewer, so the payment was refunded.", avoided_materials: null, feedback_rating: 4 },
            { note_id: 25, subscription_id: 103, note: "The booking was reopened — standard case, no further action.", avoided_materials: "record general simple number month final", feedback_rating: 4 },
            { note_id: 26, subscription_id: 58, note: "The session was rescheduled following an incomplete review.", avoided_materials: "first matter", feedback_rating: 5 },
            { note_id: 27, subscription_id: 62, note: "The supplier confirmed the details and the record was closed.", avoided_materials: "single second around", feedback_rating: 3 },
            { note_id: 28, subscription_id: 105, note: "Flagged as late. The courier reviewed the order.", avoided_materials: "strong number other change", feedback_rating: 4 },
            { note_id: 29, subscription_id: 29, note: "The account owner reported a late issue; the appointment was confirmed.", avoided_materials: "morning careful", feedback_rating: 4 },
            { note_id: 30, subscription_id: 189, note: "The account owner confirmed the details and the delivery was replaced.", avoided_materials: "again happen natural several normal various", feedback_rating: 5 },
            { note_id: 31, subscription_id: 69, note: "A standard follow-up: the report was updated.", avoided_materials: "high system whole always direct", feedback_rating: 4 },
            { note_id: 32, subscription_id: 195, note: "A partial follow-up: the document was escalated.", avoided_materials: "several high within", feedback_rating: 4 },
            { note_id: 33, subscription_id: 36, note: "The appointment was replaced following an unusual review.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 34, subscription_id: 89, note: "An automatic follow-up: the account was approved.", avoided_materials: "change special update", feedback_rating: 3 },
            { note_id: 35, subscription_id: 90, note: "The ticket was cancelled after an unusual check.", avoided_materials: "every common", feedback_rating: 3 },
            { note_id: 36, subscription_id: 116, note: "A minor follow-up: the shipment was delayed.", avoided_materials: "quiet other every", feedback_rating: 3 },
            { note_id: 37, subscription_id: 152, note: "A standard transfer was updated the same day.", avoided_materials: "close second usual long special various", feedback_rating: 3 },
            { note_id: 38, subscription_id: 171, note: "No response from the reviewer, so the document was confirmed.", avoided_materials: "month level", feedback_rating: 5 },
            { note_id: 39, subscription_id: 1, note: "The account owner confirmed the details and the booking was reviewed.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 40, subscription_id: 51, note: "An operator confirmed the details and the ticket was closed.", avoided_materials: "result careful", feedback_rating: 5 },
            { note_id: 41, subscription_id: 140, note: "The supplier asked for a change and the session was rejected.", avoided_materials: "large matter quiet careful group", feedback_rating: 3 },
            { note_id: 42, subscription_id: 77, note: "The ticket was closed — routine case, no further action.", avoided_materials: "often ready", feedback_rating: 5 },
            { note_id: 43, subscription_id: 166, note: "The account owner asked for a change and the refund was closed.", avoided_materials: "morning system summary", feedback_rating: 2 },
            { note_id: 44, subscription_id: 74, note: "Flagged as late. The reviewer delayed the booking.", avoided_materials: "period without usual toward point", feedback_rating: 5 },
            { note_id: 45, subscription_id: 59, note: "The invoice was rescheduled following an urgent review.", avoided_materials: null, feedback_rating: 1 },
            { note_id: 46, subscription_id: 108, note: "A late claim was approved the same day.", avoided_materials: "weekly single", feedback_rating: 4 },
            { note_id: 47, subscription_id: 50, note: "A late follow-up: the payment was processed.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 48, subscription_id: 17, note: "Support reported a repeat issue; the account was cancelled.", avoided_materials: "light because order", feedback_rating: 2 },
            { note_id: 49, subscription_id: 30, note: "The courier confirmed the details and the claim was rescheduled.", avoided_materials: "follow short early", feedback_rating: 4 },
            { note_id: 50, subscription_id: 162, note: "A standard appointment was rescheduled the same day.", avoided_materials: "nearly around", feedback_rating: 4 },
            { note_id: 51, subscription_id: 163, note: "The claim was completed after an automatic check.", avoided_materials: "enough issue", feedback_rating: 4 },
            { note_id: 52, subscription_id: 103, note: "A duplicate follow-up: the document was confirmed.", avoided_materials: "order moving second easy", feedback_rating: 3 },
            { note_id: 53, subscription_id: 50, note: "No response from an operator, so the delivery was replaced.", avoided_materials: "ready quick again after", feedback_rating: 5 },
            { note_id: 54, subscription_id: 31, note: "The account was cancelled after an urgent check.", avoided_materials: "several follow large public daily", feedback_rating: 5 },
            { note_id: 55, subscription_id: 100, note: "The record was rejected — partial case, no further action.", avoided_materials: "around quick normal result", feedback_rating: 4 },
            { note_id: 56, subscription_id: 33, note: "A duplicate follow-up: the account was replaced.", avoided_materials: "today along", feedback_rating: 1 },
            { note_id: 57, subscription_id: 135, note: "No response from the courier, so the claim was reviewed.", avoided_materials: "regular toward", feedback_rating: 4 },
            { note_id: 58, subscription_id: 170, note: "The appointment was delayed after a partial check.", avoided_materials: "around today system support yearly public", feedback_rating: 3 },
            { note_id: 59, subscription_id: 141, note: "The appointment was cancelled after an automatic check.", avoided_materials: "careful happen yearly group great", feedback_rating: 4 },
            { note_id: 60, subscription_id: 123, note: "The order was completed after a standard check.", avoided_materials: "result total record quiet second", feedback_rating: 4 },
            { note_id: 61, subscription_id: 93, note: "The account was rejected — repeat case, no further action.", avoided_materials: "simple summary given period final short", feedback_rating: 4 },
            { note_id: 62, subscription_id: 10, note: "The item was escalated — routine case, no further action.", avoided_materials: "nearly total daily update reason", feedback_rating: 5 },
            { note_id: 63, subscription_id: 88, note: "The account owner asked for a change and the session was reopened.", avoided_materials: "enough simple along within month order", feedback_rating: 4 },
            { note_id: 64, subscription_id: 29, note: "Flagged as partial. The supplier escalated the request.", avoided_materials: "clear enough", feedback_rating: 5 },
            { note_id: 65, subscription_id: 50, note: "A routine follow-up: the booking was reopened.", avoided_materials: "normal today direct strong moving", feedback_rating: 3 },
            { note_id: 66, subscription_id: 156, note: "The payment was refunded — routine case, no further action.", avoided_materials: "later about", feedback_rating: 5 },
            { note_id: 67, subscription_id: 62, note: "The transfer was cancelled after a routine check.", avoided_materials: "period month", feedback_rating: 4 },
            { note_id: 68, subscription_id: 113, note: "The claim was confirmed following a duplicate review.", avoided_materials: "natural easy reason", feedback_rating: 1 },
            { note_id: 69, subscription_id: 180, note: "Support reported an automatic issue; the account was reviewed.", avoided_materials: "short every light happen", feedback_rating: null },
            { note_id: 70, subscription_id: 99, note: "The account was updated following an incomplete review.", avoided_materials: null, feedback_rating: 2 },
            { note_id: 71, subscription_id: 5, note: "An automatic document was cancelled the same day.", avoided_materials: "small order detail several", feedback_rating: 4 },
            { note_id: 72, subscription_id: 127, note: "A duplicate follow-up: the session was reviewed.", avoided_materials: "every recent ready bright", feedback_rating: 2 },
            { note_id: 73, subscription_id: 76, note: "The customer confirmed the details and the ticket was replaced.", avoided_materials: "system again later", feedback_rating: 5 },
            { note_id: 74, subscription_id: 170, note: "The record was closed — urgent case, no further action.", avoided_materials: "issue toward yearly natural example", feedback_rating: 3 },
            { note_id: 75, subscription_id: 134, note: "An unusual follow-up: the delivery was rescheduled.", avoided_materials: "still section quiet reason morning normal", feedback_rating: 4 },
            { note_id: 76, subscription_id: 112, note: "A duplicate follow-up: the claim was replaced.", avoided_materials: "outside final along order", feedback_rating: null },
            { note_id: 77, subscription_id: 185, note: "The supplier confirmed the details and the order was reopened.", avoided_materials: "normal today daily whole small special", feedback_rating: 5 },
            { note_id: 78, subscription_id: 125, note: "An urgent payment was replaced the same day.", avoided_materials: "daily system summary common early point", feedback_rating: 2 },
            { note_id: 79, subscription_id: 20, note: "An operator confirmed the details and the delivery was approved.", avoided_materials: "total along summary weekly", feedback_rating: 5 },
            { note_id: 80, subscription_id: 67, note: "The transfer was reopened following a manual review.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 81, subscription_id: 132, note: "A late claim was replaced the same day.", avoided_materials: "other quiet various", feedback_rating: 3 },
            { note_id: 82, subscription_id: 154, note: "The ticket was closed following a minor review.", avoided_materials: "little useful review", feedback_rating: 4 },
            { note_id: 83, subscription_id: 37, note: "An automatic transfer was closed the same day.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 84, subscription_id: 56, note: "No response from the account owner, so the payment was rejected.", avoided_materials: "regular later between month toward", feedback_rating: 3 },
            { note_id: 85, subscription_id: 20, note: "The customer reported an urgent issue; the session was reviewed.", avoided_materials: "single reason close change", feedback_rating: 3 },
            { note_id: 86, subscription_id: 88, note: "The team asked for a change and the booking was closed.", avoided_materials: "summary group quiet", feedback_rating: 3 },
            { note_id: 87, subscription_id: 103, note: "The appointment was rescheduled following a standard review.", avoided_materials: "happen steady system", feedback_rating: 2 },
            { note_id: 88, subscription_id: 143, note: "The account owner reported an incomplete issue; the payment was rescheduled.", avoided_materials: "single long issue general nearly", feedback_rating: 5 },
            { note_id: 89, subscription_id: 73, note: "The account was delayed — unusual case, no further action.", avoided_materials: "order period final moment", feedback_rating: 5 },
            { note_id: 90, subscription_id: 133, note: "Flagged as late. The reviewer completed the transfer.", avoided_materials: "natural support", feedback_rating: 2 },
            { note_id: 91, subscription_id: 167, note: "Flagged as automatic. The reviewer escalated the item.", avoided_materials: "whole every still record", feedback_rating: 5 },
            { note_id: 92, subscription_id: 172, note: "The courier confirmed the details and the account was approved.", avoided_materials: "level special whole early within", feedback_rating: 2 },
            { note_id: 93, subscription_id: 145, note: "No response from the account owner, so the appointment was processed.", avoided_materials: "yearly given public later quiet", feedback_rating: null },
            { note_id: 94, subscription_id: 28, note: "No response from the account owner, so the document was refunded.", avoided_materials: "first close", feedback_rating: 5 },
            { note_id: 95, subscription_id: 93, note: "The item was updated after an unusual check.", avoided_materials: "short example high before moving", feedback_rating: 2 },
            { note_id: 96, subscription_id: 199, note: "Flagged as standard. The team processed the order.", avoided_materials: "moving still steady often several", feedback_rating: 3 },
            { note_id: 97, subscription_id: 145, note: "The claim was reopened — minor case, no further action.", avoided_materials: "happen order", feedback_rating: 3 },
            { note_id: 98, subscription_id: 107, note: "Support asked for a change and the report was processed.", avoided_materials: "normal section", feedback_rating: 2 },
            { note_id: 99, subscription_id: 136, note: "The reviewer confirmed the details and the session was updated.", avoided_materials: "major other every change still update", feedback_rating: 3 },
            { note_id: 100, subscription_id: 132, note: "An urgent session was reviewed the same day.", avoided_materials: "yearly still after notice", feedback_rating: 3 },
            { note_id: 101, subscription_id: 2, note: "The request was cancelled following a routine review.", avoided_materials: null, feedback_rating: 3 },
            { note_id: 102, subscription_id: 4, note: "The account was replaced after an automatic check.", avoided_materials: "steady point normal", feedback_rating: 5 },
            { note_id: 103, subscription_id: 107, note: "The shipment was closed following a repeat review.", avoided_materials: "month outside great because", feedback_rating: 3 },
            { note_id: 104, subscription_id: 71, note: "An automatic order was closed the same day.", avoided_materials: "update support along change", feedback_rating: 4 },
            { note_id: 105, subscription_id: 95, note: "The account owner confirmed the details and the record was processed.", avoided_materials: "again about clear later special", feedback_rating: 2 },
            { note_id: 106, subscription_id: 192, note: "The courier reported a late issue; the ticket was resolved.", avoided_materials: "nearly plain quick quiet usual summary", feedback_rating: null },
            { note_id: 107, subscription_id: 108, note: "The appointment was replaced — automatic case, no further action.", avoided_materials: "later small detail", feedback_rating: 5 },
            { note_id: 108, subscription_id: 55, note: "A manual follow-up: the report was rejected.", avoided_materials: "direct high", feedback_rating: 3 },
            { note_id: 109, subscription_id: 10, note: "A partial follow-up: the transfer was escalated.", avoided_materials: "today moment local", feedback_rating: 5 },
            { note_id: 110, subscription_id: 194, note: "No response from the account owner, so the order was closed.", avoided_materials: null, feedback_rating: 4 },
            { note_id: 111, subscription_id: 39, note: "Flagged as partial. The customer delayed the order.", avoided_materials: "early record moment daily regular general", feedback_rating: 3 },
            { note_id: 112, subscription_id: 27, note: "The ticket was updated — standard case, no further action.", avoided_materials: "again daily still group toward", feedback_rating: null },
            { note_id: 113, subscription_id: 114, note: "Flagged as routine. An operator reviewed the report.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 114, subscription_id: 168, note: "The team confirmed the details and the shipment was cancelled.", avoided_materials: null, feedback_rating: 4 },
            { note_id: 115, subscription_id: 1, note: "The team reported a manual issue; the account was updated.", avoided_materials: "update period level", feedback_rating: 5 },
            { note_id: 116, subscription_id: 13, note: "The record was closed following an urgent review.", avoided_materials: "quiet outside light inside ground", feedback_rating: 4 },
            { note_id: 117, subscription_id: 88, note: "Flagged as routine. The supplier rejected the transfer.", avoided_materials: "inside again matter order strong", feedback_rating: 3 },
            { note_id: 118, subscription_id: 91, note: "The session was delayed after an incomplete check.", avoided_materials: "reason section", feedback_rating: 5 },
            { note_id: 119, subscription_id: 99, note: "A manual follow-up: the payment was closed.", avoided_materials: "usual every enough still outside", feedback_rating: 4 },
            { note_id: 120, subscription_id: 87, note: "The appointment was rejected following an incomplete review.", avoided_materials: "usual between before high ground", feedback_rating: 3 },
            { note_id: 121, subscription_id: 88, note: "The customer asked for a change and the report was confirmed.", avoided_materials: null, feedback_rating: 2 },
            { note_id: 122, subscription_id: 188, note: "The customer confirmed the details and the invoice was reopened.", avoided_materials: "inside result month", feedback_rating: 2 },
            { note_id: 123, subscription_id: 196, note: "The customer confirmed the details and the ticket was rejected.", avoided_materials: null, feedback_rating: null },
            { note_id: 124, subscription_id: 48, note: "The session was refunded — minor case, no further action.", avoided_materials: "daily high", feedback_rating: 4 },
            { note_id: 125, subscription_id: 47, note: "The order was delayed after an automatic check.", avoided_materials: "ground given small final", feedback_rating: 3 },
            { note_id: 126, subscription_id: 107, note: "A minor document was reopened the same day.", avoided_materials: "always normal", feedback_rating: 2 },
            { note_id: 127, subscription_id: 55, note: "The customer reported a standard issue; the order was rejected.", avoided_materials: "major simple system before nearly", feedback_rating: 5 },
            { note_id: 128, subscription_id: 179, note: "An incomplete shipment was processed the same day.", avoided_materials: "high outside often", feedback_rating: 3 },
            { note_id: 129, subscription_id: 66, note: "The report was cancelled following a duplicate review.", avoided_materials: null, feedback_rating: 1 },
            { note_id: 130, subscription_id: 85, note: "A minor follow-up: the order was rejected.", avoided_materials: "minor careful later another little light", feedback_rating: 4 },
            { note_id: 131, subscription_id: 74, note: "The reviewer reported an urgent issue; the booking was approved.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 132, subscription_id: 113, note: "The courier asked for a change and the report was resolved.", avoided_materials: null, feedback_rating: 5 },
            { note_id: 133, subscription_id: 107, note: "The item was reviewed after an urgent check.", avoided_materials: "plain every again normal close light", feedback_rating: 1 },
            { note_id: 134, subscription_id: 32, note: "An incomplete follow-up: the report was completed.", avoided_materials: "reason strong first clear", feedback_rating: 4 },
            { note_id: 135, subscription_id: 178, note: "The item was resolved — standard case, no further action.", avoided_materials: "daily open system another summary usual", feedback_rating: 5 },
            { note_id: 136, subscription_id: 14, note: "The record was processed — routine case, no further action.", avoided_materials: "natural strong result light", feedback_rating: 3 },
            { note_id: 137, subscription_id: 8, note: "The booking was approved following an incomplete review.", avoided_materials: "local about period other", feedback_rating: 4 },
            { note_id: 138, subscription_id: 23, note: "The invoice was reviewed after a duplicate check.", avoided_materials: "special close notice issue follow", feedback_rating: 5 },
            { note_id: 139, subscription_id: 8, note: "An unusual account was delayed the same day.", avoided_materials: "little various useful", feedback_rating: 5 },
            { note_id: 140, subscription_id: 154, note: "No response from the reviewer, so the session was resolved.", avoided_materials: "quick second", feedback_rating: 3 },
            { note_id: 141, subscription_id: 79, note: "A late follow-up: the item was confirmed.", avoided_materials: "morning strong recent", feedback_rating: 4 },
            { note_id: 142, subscription_id: 100, note: "The refund was rejected after an incomplete check.", avoided_materials: "enough again within recent", feedback_rating: 4 },
            { note_id: 143, subscription_id: 169, note: "The item was closed following a repeat review.", avoided_materials: "various result high", feedback_rating: 5 },
            { note_id: 144, subscription_id: 32, note: "A manual account was cancelled the same day.", avoided_materials: "quick along around today", feedback_rating: 5 },
            { note_id: 145, subscription_id: 15, note: "The team asked for a change and the claim was approved.", avoided_materials: "happen various without review", feedback_rating: null },
            { note_id: 146, subscription_id: 48, note: "The reviewer reported a repeat issue; the refund was rescheduled.", avoided_materials: null, feedback_rating: 4 },
            { note_id: 147, subscription_id: 148, note: "The ticket was reviewed — duplicate case, no further action.", avoided_materials: "around single second plain great always", feedback_rating: 3 },
            { note_id: 148, subscription_id: 91, note: "The account owner asked for a change and the appointment was reopened.", avoided_materials: "clear period support", feedback_rating: 5 },
            { note_id: 149, subscription_id: 98, note: "The request was refunded after a minor check.", avoided_materials: "whole level support along around large", feedback_rating: 4 },
            { note_id: 150, subscription_id: 59, note: "An operator reported a late issue; the order was reopened.", avoided_materials: "little long yearly", feedback_rating: null },
        ],
    });
}

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