// Shopping Experience Insights (shopping-mall) 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: [
            { id: 1, full_name: "Ana Martin", email: "ana.martin@example.org", loyalty_status: "silver" },
            { id: 2, full_name: "Nour Martin", email: "nour.martin@example.org", loyalty_status: "platinum" },
            { id: 3, full_name: "Grace Larsen", email: "grace.larsen@example.org", loyalty_status: "none" },
            { id: 4, full_name: "Karim Hoffmann", email: "karim.hoffmann@example.org", loyalty_status: "none" },
            { id: 5, full_name: "Nadia Tanaka", email: "nadia.tanaka@example.com", loyalty_status: "gold" },
            { id: 6, full_name: "Kai Nakamura", email: "kai.nakamura@example.net", loyalty_status: "none" },
            { id: 7, full_name: null, email: null, loyalty_status: "none" },
            { id: 8, full_name: "Priya Ibrahim", email: "priya.ibrahim@example.org", loyalty_status: "silver" },
            { id: 9, full_name: "Hana Wilson", email: "hana.wilson@example.org", loyalty_status: "none" },
            { id: 10, full_name: "Hana Reyes", email: "hana.reyes@example.com", loyalty_status: "platinum" },
            { id: 11, full_name: "Zara Smith", email: "zara.smith@example.net", loyalty_status: "gold" },
            { id: 12, full_name: "Sven Chen", email: "sven.chen@example.org", loyalty_status: "gold" },
            { id: 13, full_name: "Selin Chen", email: "selin.chen@example.com", loyalty_status: "silver" },
            { id: 14, full_name: "Olivia Ahmed", email: "olivia.ahmed@example.com", loyalty_status: "none" },
            { id: 15, full_name: "Hannah Jensen", email: "hannah.jensen@example.com", loyalty_status: "silver" },
            { id: 16, full_name: "Yusuf Dubois", email: "yusuf.dubois@example.org", loyalty_status: "gold" },
            { id: 17, full_name: "Yara Cruz", email: "yara.cruz@example.org", loyalty_status: "platinum" },
            { id: 18, full_name: "Noah Wilson", email: "noah.wilson@example.com", loyalty_status: "gold" },
            { id: 19, full_name: "Nadia Klein", email: "nadia.klein@example.net", loyalty_status: "none" },
            { id: 20, full_name: "Maria Davis", email: "maria.davis@example.org", loyalty_status: "silver" },
            { id: 21, full_name: "Nadia Oliveira", email: "nadia.oliveira@example.com", loyalty_status: "silver" },
            { id: 22, full_name: null, email: null, loyalty_status: "gold" },
            { id: 23, full_name: "James Nakamura", email: "james.nakamura@example.net", loyalty_status: "none" },
            { id: 24, full_name: "Maya Wang", email: "maya.wang@example.com", loyalty_status: "none" },
            { id: 25, full_name: "Yusuf Brown", email: "yusuf.brown@example.com", loyalty_status: "none" },
            { id: 26, full_name: "Ruby Garcia", email: "ruby.garcia@example.com", loyalty_status: "none" },
            { id: 27, full_name: "Nour Kowalski", email: "nour.kowalski@example.org", loyalty_status: "gold" },
            { id: 28, full_name: "Felix Murphy", email: "felix.murphy@example.net", loyalty_status: "none" },
            { id: 29, full_name: "Mohamed Schmidt", email: null, loyalty_status: "none" },
            { id: 30, full_name: "Chen Carter", email: "chen.carter@example.com", loyalty_status: "silver" },
            { id: 31, full_name: "Rafael Almeida", email: "rafael.almeida@example.org", loyalty_status: "none" },
            { id: 32, full_name: "Ana Pereira", email: "ana.pereira@example.org", loyalty_status: "silver" },
            { id: 33, full_name: "Alice Patel", email: "alice.patel@example.com", loyalty_status: "silver" },
            { id: 34, full_name: "Leo Bauer", email: "leo.bauer@example.org", loyalty_status: "none" },
            { id: 35, full_name: "Carla Weber", email: null, loyalty_status: "none" },
            { id: 36, full_name: "Lena Kowalski", email: "lena.kowalski@example.net", loyalty_status: "none" },
            { id: 37, full_name: "Fatima Hansen", email: "fatima.hansen@example.org", loyalty_status: "silver" },
            { id: 38, full_name: "Jack Demir", email: "jack.demir@example.net", loyalty_status: "silver" },
            { id: 39, full_name: "Maya Lopez", email: "maya.lopez@example.org", loyalty_status: "none" },
            { id: 40, full_name: "James Andersen", email: "james.andersen@example.com", loyalty_status: "none" },
            { id: 41, full_name: "Elif Sato", email: "elif.sato@example.com", loyalty_status: "none" },
            { id: 42, full_name: "David Castro", email: "david.castro@example.net", loyalty_status: "none" },
            { id: 43, full_name: "Fatima Wilson", email: "fatima.wilson@example.org", loyalty_status: "silver" },
            { id: 44, full_name: "Carla Bauer", email: null, loyalty_status: "none" },
            { id: 45, full_name: "Hana Wright", email: "hana.wright@example.net", loyalty_status: "none" },
            { id: 46, full_name: null, email: null, loyalty_status: "platinum" },
            { id: 47, full_name: "Pedro Oliveira", email: "pedro.oliveira@example.org", loyalty_status: "none" },
            { id: 48, full_name: "Hana Nguyen", email: null, loyalty_status: "none" },
            { id: 49, full_name: "Victor Evans", email: "victor.evans@example.net", loyalty_status: "silver" },
            { id: 50, full_name: "James Ahmed", email: "james.ahmed@example.net", loyalty_status: "gold" },
            { id: 51, full_name: "Ruby Oliveira", email: "ruby.oliveira@example.net", loyalty_status: "silver" },
            { id: 52, full_name: "Chen Davis", email: "chen.davis@example.net", loyalty_status: "none" },
            { id: 53, full_name: "Yara Yilmaz", email: "yara.yilmaz@example.net", loyalty_status: "silver" },
            { id: 54, full_name: "Yara Jensen", email: "yara.jensen@example.net", loyalty_status: "none" },
            { id: 55, full_name: "Elena Taylor", email: "elena.taylor@example.com", loyalty_status: "none" },
            { id: 56, full_name: "Tariq Reyes", email: "tariq.reyes@example.com", loyalty_status: "silver" },
            { id: 57, full_name: "Olivia Kowalski", email: "olivia.kowalski@example.net", loyalty_status: "none" },
            { id: 58, full_name: "Leo Wilson", email: "leo.wilson@example.net", loyalty_status: "none" },
            { id: 59, full_name: "Maria Larsen", email: "maria.larsen@example.com", loyalty_status: "none" },
            { id: 60, full_name: "Julia Tanaka", email: "julia.tanaka@example.net", loyalty_status: "silver" },
            { id: 61, full_name: "Pedro Sato", email: "pedro.sato@example.org", loyalty_status: "none" },
            { id: 62, full_name: "Deniz Lee", email: "deniz.lee@example.net", loyalty_status: "none" },
            { id: 63, full_name: "Sara Dubois", email: "sara.dubois@example.org", loyalty_status: "gold" },
            { id: 64, full_name: "Jack Silva", email: "jack.silva@example.org", loyalty_status: "silver" },
            { id: 65, full_name: "Oscar Weber", email: "oscar.weber@example.com", loyalty_status: "silver" },
            { id: 66, full_name: "Leo Evans", email: "leo.evans@example.com", loyalty_status: "gold" },
            { id: 67, full_name: "Liam Miller", email: "liam.miller@example.net", loyalty_status: "none" },
            { id: 68, full_name: "Diego Klein", email: "diego.klein@example.net", loyalty_status: "none" },
            { id: 69, full_name: "Ben Wilson", email: "ben.wilson@example.com", loyalty_status: "platinum" },
            { id: 70, full_name: "Ivan Vargas", email: "ivan.vargas@example.net", loyalty_status: "none" },
            { id: 71, full_name: "Leo Garcia", email: "leo.garcia@example.org", loyalty_status: "platinum" },
            { id: 72, full_name: "Zoe Chen", email: "zoe.chen@example.net", loyalty_status: "platinum" },
            { id: 73, full_name: "Alice Reyes", email: "alice.reyes@example.org", loyalty_status: "silver" },
            { id: 74, full_name: "Ruby Bauer", email: "ruby.bauer@example.com", loyalty_status: "none" },
            { id: 75, full_name: "Anna Smith", email: "anna.smith@example.org", loyalty_status: "gold" },
            { id: 76, full_name: "Elena Wilson", email: "elena.wilson@example.com", loyalty_status: "silver" },
            { id: 77, full_name: "James Torres", email: "james.torres@example.org", loyalty_status: "silver" },
            { id: 78, full_name: "Alice Davis", email: "alice.davis@example.net", loyalty_status: "none" },
            { id: 79, full_name: "Pedro Garcia", email: null, loyalty_status: "none" },
            { id: 80, full_name: "Omar Tanaka", email: "omar.tanaka@example.org", loyalty_status: "silver" },
            { id: 81, full_name: "Liam Davis", email: "liam.davis@example.net", loyalty_status: "none" },
            { id: 82, full_name: "Ben Yilmaz", email: "ben.yilmaz@example.net", loyalty_status: "gold" },
            { id: 83, full_name: "Wei Becker", email: "wei.becker@example.net", loyalty_status: "none" },
            { id: 84, full_name: "Sara Yilmaz", email: null, loyalty_status: "gold" },
            { id: 85, full_name: "Rosa Weber", email: "rosa.weber@example.net", loyalty_status: "gold" },
            { id: 86, full_name: "Nina Hansen", email: "nina.hansen@example.net", loyalty_status: "silver" },
            { id: 87, full_name: "Ben Fischer", email: "ben.fischer@example.net", loyalty_status: "silver" },
            { id: 88, full_name: "Maja Meyer", email: "maja.meyer@example.net", loyalty_status: "none" },
            { id: 89, full_name: "Paula Flores", email: "paula.flores@example.org", loyalty_status: "none" },
            { id: 90, full_name: "Chen Smith", email: "chen.smith@example.org", loyalty_status: "none" },
            { id: 91, full_name: null, email: null, loyalty_status: "none" },
            { id: 92, full_name: "Hugo Diaz", email: null, loyalty_status: "gold" },
            { id: 93, full_name: "Sven Johnson", email: "sven.johnson@example.org", loyalty_status: "gold" },
            { id: 94, full_name: "Maja Walker", email: "maja.walker@example.org", loyalty_status: "gold" },
            { id: 95, full_name: "Ibrahim Schneider", email: "ibrahim.schneider@example.com", loyalty_status: "none" },
            { id: 96, full_name: "Maria Dubois", email: "maria.dubois@example.net", loyalty_status: "none" },
            { id: 97, full_name: "Lina Vargas", email: "lina.vargas@example.net", loyalty_status: "silver" },
            { id: 98, full_name: null, email: null, loyalty_status: "gold" },
            { id: 99, full_name: "Ben Hansen", email: "ben.hansen@example.com", loyalty_status: "silver" },
            { id: 100, full_name: null, email: null, loyalty_status: "none" },
            { id: 101, full_name: null, email: null, loyalty_status: "gold" },
            { id: 102, full_name: "Wei Shah", email: null, loyalty_status: "gold" },
            { id: 103, full_name: "Amir Larsen", email: "amir.larsen@example.net", loyalty_status: "platinum" },
            { id: 104, full_name: "Ana Garcia", email: "ana.garcia@example.com", loyalty_status: "none" },
            { id: 105, full_name: null, email: null, loyalty_status: "none" },
            { id: 106, full_name: "Diego Ibrahim", email: "diego.ibrahim@example.org", loyalty_status: "none" },
            { id: 107, full_name: "Omar Patel", email: "omar.patel@example.org", loyalty_status: "gold" },
            { id: 108, full_name: "Chen Schmidt", email: "chen.schmidt@example.com", loyalty_status: "none" },
            { id: 109, full_name: null, email: null, loyalty_status: "none" },
            { id: 110, full_name: "Hannah Baker", email: "hannah.baker@example.com", loyalty_status: "none" },
            { id: 111, full_name: "Rafael Walker", email: "rafael.walker@example.net", loyalty_status: "silver" },
            { id: 112, full_name: "Priya Yilmaz", email: "priya.yilmaz@example.org", loyalty_status: "none" },
            { id: 113, full_name: null, email: null, loyalty_status: "gold" },
            { id: 114, full_name: "Uma Andersen", email: "uma.andersen@example.com", loyalty_status: "none" },
            { id: 115, full_name: "Kai Cruz", email: "kai.cruz@example.org", loyalty_status: "none" },
            { id: 116, full_name: "Daniel Bauer", email: "daniel.bauer@example.net", loyalty_status: "platinum" },
            { id: 117, full_name: "Julia Lopez", email: "julia.lopez@example.com", loyalty_status: "none" },
            { id: 118, full_name: "Noah Wright", email: "noah.wright@example.org", loyalty_status: "none" },
            { id: 119, full_name: "Diego Gomez", email: "diego.gomez@example.com", loyalty_status: "none" },
            { id: 120, full_name: "Arjun Wilson", email: "arjun.wilson@example.com", loyalty_status: "none" },
            { id: 121, full_name: null, email: null, loyalty_status: "none" },
            { id: 122, full_name: "Priya Miller", email: null, loyalty_status: "none" },
            { id: 123, full_name: "Daniel Park", email: "daniel.park@example.com", loyalty_status: "none" },
            { id: 124, full_name: "Priya Zhang", email: "priya.zhang@example.net", loyalty_status: "none" },
            { id: 125, full_name: "Daniel Mendes", email: "daniel.mendes@example.org", loyalty_status: "none" },
            { id: 126, full_name: null, email: null, loyalty_status: "none" },
            { id: 127, full_name: "Rafael Sato", email: "rafael.sato@example.org", loyalty_status: "none" },
            { id: 128, full_name: null, email: null, loyalty_status: "silver" },
            { id: 129, full_name: "Paula Bauer", email: "paula.bauer@example.com", loyalty_status: "silver" },
            { id: 130, full_name: "Maya Mendes", email: "maya.mendes@example.org", loyalty_status: "none" },
            { id: 131, full_name: null, email: null, loyalty_status: "none" },
            { id: 132, full_name: "Andre Gupta", email: "andre.gupta@example.org", loyalty_status: "silver" },
            { id: 133, full_name: "Victor Patel", email: "victor.patel@example.net", loyalty_status: "none" },
            { id: 134, full_name: "Maja Hansen", email: "maja.hansen@example.org", loyalty_status: "none" },
            { id: 135, full_name: "Diego Walker", email: "diego.walker@example.com", loyalty_status: "none" },
            { id: 136, full_name: "Ben Park", email: "ben.park@example.org", loyalty_status: "platinum" },
            { id: 137, full_name: "Rosa Taylor", email: "rosa.taylor@example.net", loyalty_status: "none" },
            { id: 138, full_name: "Julia Ahmed", email: "julia.ahmed@example.net", loyalty_status: "none" },
            { id: 139, full_name: "Ibrahim Moreau", email: "ibrahim.moreau@example.org", loyalty_status: "none" },
            { id: 140, full_name: "Lena Cruz", email: "lena.cruz@example.net", loyalty_status: "none" },
            { id: 141, full_name: null, email: null, loyalty_status: "silver" },
            { id: 142, full_name: "Priya Ali", email: "priya.ali@example.net", loyalty_status: "none" },
            { id: 143, full_name: null, email: null, loyalty_status: "none" },
            { id: 144, full_name: "Olivia Shah", email: "olivia.shah@example.org", loyalty_status: "platinum" },
            { id: 145, full_name: "Ruby Ruiz", email: "ruby.ruiz@example.org", loyalty_status: "none" },
            { id: 146, full_name: "Elif Martin", email: "elif.martin@example.org", loyalty_status: "gold" },
            { id: 147, full_name: "Chen Gomez", email: null, loyalty_status: "silver" },
            { id: 148, full_name: "Julia Lee", email: "julia.lee@example.org", loyalty_status: "none" },
            { id: 149, full_name: "Mateo Sousa", email: "mateo.sousa@example.org", loyalty_status: "silver" },
            { id: 150, full_name: "Lucas Clark", email: "lucas.clark@example.net", loyalty_status: "none" },
            { id: 151, full_name: "Mila Singh", email: "mila.singh@example.org", loyalty_status: "none" },
            { id: 152, full_name: "Diego Ibrahim", email: "diego.ibrahim@example.com", loyalty_status: "none" },
            { id: 153, full_name: "Amir Silva", email: "amir.silva@example.org", loyalty_status: "platinum" },
            { id: 154, full_name: "Ruby Pereira", email: "ruby.pereira@example.net", loyalty_status: "none" },
            { id: 155, full_name: null, email: null, loyalty_status: "gold" },
            { id: 156, full_name: "Carla Evans", email: "carla.evans@example.org", loyalty_status: "none" },
            { id: 157, full_name: "Julia Kim", email: "julia.kim@example.org", loyalty_status: "none" },
            { id: 158, full_name: "Victor Andersen", email: "victor.andersen@example.com", loyalty_status: "silver" },
            { id: 159, full_name: "Noah Miller", email: "noah.miller@example.com", loyalty_status: "none" },
            { id: 160, full_name: null, email: null, loyalty_status: "silver" },
            { id: 161, full_name: "Carla Jansen", email: "carla.jansen@example.net", loyalty_status: "gold" },
            { id: 162, full_name: null, email: null, loyalty_status: "none" },
            { id: 163, full_name: "Paula Baker", email: "paula.baker@example.org", loyalty_status: "none" },
            { id: 164, full_name: "Priya Meyer", email: "priya.meyer@example.org", loyalty_status: "none" },
            { id: 165, full_name: "Elif Kim", email: "elif.kim@example.com", loyalty_status: "gold" },
            { id: 166, full_name: "Daniel Chen", email: "daniel.chen@example.com", loyalty_status: "silver" },
            { id: 167, full_name: "Isaac Baker", email: "isaac.baker@example.com", loyalty_status: "none" },
            { id: 168, full_name: "Olivia Jansen", email: "olivia.jansen@example.org", loyalty_status: "silver" },
            { id: 169, full_name: "Pedro Smith", email: "pedro.smith@example.net", loyalty_status: "silver" },
            { id: 170, full_name: "Nour Wilson", email: "nour.wilson@example.org", loyalty_status: "none" },
            { id: 171, full_name: "Yusuf Jansen", email: "yusuf.jansen@example.net", loyalty_status: "none" },
            { id: 172, full_name: "Chloe Almeida", email: "chloe.almeida@example.org", loyalty_status: "none" },
            { id: 173, full_name: "Ruby Bauer", email: "ruby.bauer@example.com", loyalty_status: "none" },
            { id: 174, full_name: "Wei Zhang", email: "wei.zhang@example.com", loyalty_status: "none" },
            { id: 175, full_name: "Elena Wilson", email: "elena.wilson@example.org", loyalty_status: "none" },
            { id: 176, full_name: "Fatima Sousa", email: "fatima.sousa@example.net", loyalty_status: "none" },
            { id: 177, full_name: "Maja Clark", email: "maja.clark@example.com", loyalty_status: "none" },
            { id: 178, full_name: "Carlos Baker", email: "carlos.baker@example.com", loyalty_status: "none" },
            { id: 179, full_name: "Lina Miller", email: "lina.miller@example.org", loyalty_status: "silver" },
            { id: 180, full_name: "Anna Kaya", email: "anna.kaya@example.org", loyalty_status: "none" },
            { id: 181, full_name: "Maria Meyer", email: "maria.meyer@example.org", loyalty_status: "none" },
            { id: 182, full_name: "Ana Young", email: "ana.young@example.net", loyalty_status: "none" },
            { id: 183, full_name: null, email: null, loyalty_status: "none" },
            { id: 184, full_name: null, email: null, loyalty_status: "silver" },
            { id: 185, full_name: "Felix Martin", email: "felix.martin@example.net", loyalty_status: "none" },
            { id: 186, full_name: "Felix Brown", email: "felix.brown@example.com", loyalty_status: "none" },
            { id: 187, full_name: "Rafael Davis", email: "rafael.davis@example.net", loyalty_status: "none" },
            { id: 188, full_name: "Uma Taylor", email: "uma.taylor@example.net", loyalty_status: "none" },
            { id: 189, full_name: null, email: null, loyalty_status: "silver" },
            { id: 190, full_name: null, email: null, loyalty_status: "none" },
            { id: 191, full_name: "Hannah Ahmed", email: null, loyalty_status: "none" },
            { id: 192, full_name: "Chloe Schneider", email: "chloe.schneider@example.org", loyalty_status: "gold" },
            { id: 193, full_name: null, email: null, loyalty_status: "none" },
            { id: 194, full_name: "Maja Flores", email: "maja.flores@example.com", loyalty_status: "gold" },
            { id: 195, full_name: "Olivia Miller", email: "olivia.miller@example.org", loyalty_status: "silver" },
            { id: 196, full_name: "Tomas Rossi", email: "tomas.rossi@example.com", loyalty_status: "none" },
            { id: 197, full_name: null, email: null, loyalty_status: "platinum" },
            { id: 198, full_name: "Victor Rossi", email: "victor.rossi@example.com", loyalty_status: "gold" },
            { id: 199, full_name: "James Kowalski", email: "james.kowalski@example.org", loyalty_status: "gold" },
            { id: 200, full_name: "Zoe Kowalski", email: "zoe.kowalski@example.com", loyalty_status: "gold" },
            { id: 201, full_name: "Lena Evans", email: "lena.evans@example.net", loyalty_status: "platinum" },
            { id: 202, full_name: null, email: null, loyalty_status: "gold" },
            { id: 203, full_name: "Marco Sato", email: "marco.sato@example.net", loyalty_status: "silver" },
            { id: 204, full_name: "David Larsen", email: "david.larsen@example.org", loyalty_status: "none" },
            { id: 205, full_name: "Julia Sousa", email: "julia.sousa@example.net", loyalty_status: "gold" },
            { id: 206, full_name: "Arjun Novak", email: "arjun.novak@example.net", loyalty_status: "none" },
            { id: 207, full_name: "Grace Carter", email: "grace.carter@example.com", loyalty_status: "none" },
            { id: 208, full_name: "Rosa Hughes", email: "rosa.hughes@example.com", loyalty_status: "none" },
            { id: 209, full_name: null, email: null, loyalty_status: "none" },
            { id: 210, full_name: "Ana Ali", email: "ana.ali@example.net", loyalty_status: "none" },
            { id: 211, full_name: "Amir Johnson", email: "amir.johnson@example.net", loyalty_status: "gold" },
            { id: 212, full_name: "Emma Smith", email: "emma.smith@example.org", loyalty_status: "silver" },
            { id: 213, full_name: "Sara Silva", email: "sara.silva@example.com", loyalty_status: "silver" },
            { id: 214, full_name: "Lina Becker", email: null, loyalty_status: "none" },
            { id: 215, full_name: "Lena Larsen", email: "lena.larsen@example.com", loyalty_status: "gold" },
            { id: 216, full_name: "Sofia Kim", email: "sofia.kim@example.com", loyalty_status: "none" },
            { id: 217, full_name: "Chen Wagner", email: "chen.wagner@example.com", loyalty_status: "none" },
            { id: 218, full_name: "Wei Taylor", email: null, loyalty_status: "silver" },
            { id: 219, full_name: "Chloe Becker", email: "chloe.becker@example.com", loyalty_status: "platinum" },
            { id: 220, full_name: "Karim Bauer", email: "karim.bauer@example.net", loyalty_status: "silver" },
            { id: 221, full_name: null, email: null, loyalty_status: "none" },
            { id: 222, full_name: "Maya Pereira", email: "maya.pereira@example.net", loyalty_status: "none" },
            { id: 223, full_name: "Amir Silva", email: "amir.silva@example.org", loyalty_status: "platinum" },
            { id: 224, full_name: "Carlos Wilson", email: "carlos.wilson@example.org", loyalty_status: "none" },
            { id: 225, full_name: "Olivia Schneider", email: "olivia.schneider@example.net", loyalty_status: "none" },
            { id: 226, full_name: "Hugo Ahmed", email: "hugo.ahmed@example.net", loyalty_status: "gold" },
            { id: 227, full_name: "Deniz Hughes", email: "deniz.hughes@example.net", loyalty_status: "none" },
            { id: 228, full_name: "Carla Meyer", email: "carla.meyer@example.org", loyalty_status: "gold" },
            { id: 229, full_name: "Jade Evans", email: "jade.evans@example.org", loyalty_status: "silver" },
            { id: 230, full_name: "Ines Dubois", email: "ines.dubois@example.com", loyalty_status: "silver" },
            { id: 231, full_name: "Lucas Kim", email: "lucas.kim@example.org", loyalty_status: "gold" },
            { id: 232, full_name: "Selin Brown", email: "selin.brown@example.com", loyalty_status: "none" },
            { id: 233, full_name: "Priya Wang", email: "priya.wang@example.org", loyalty_status: "platinum" },
            { id: 234, full_name: "Marco Wang", email: "marco.wang@example.com", loyalty_status: "gold" },
            { id: 235, full_name: "Kai Klein", email: "kai.klein@example.org", loyalty_status: "gold" },
            { id: 236, full_name: "Noah Park", email: "noah.park@example.com", loyalty_status: "silver" },
            { id: 237, full_name: "Emma Schneider", email: "emma.schneider@example.com", loyalty_status: "silver" },
            { id: 238, full_name: "Tariq Reyes", email: "tariq.reyes@example.org", loyalty_status: "none" },
            { id: 239, full_name: null, email: null, loyalty_status: "none" },
            { id: 240, full_name: "Priya Cruz", email: "priya.cruz@example.com", loyalty_status: "none" },
            { id: 241, full_name: "Ravi Clark", email: "ravi.clark@example.net", loyalty_status: "none" },
            { id: 242, full_name: null, email: null, loyalty_status: "silver" },
            { id: 243, full_name: "Rafael Gomez", email: "rafael.gomez@example.com", loyalty_status: "silver" },
            { id: 244, full_name: "Hannah Vargas", email: "hannah.vargas@example.com", loyalty_status: "silver" },
            { id: 245, full_name: "Lina Diaz", email: null, loyalty_status: "gold" },
            { id: 246, full_name: "Nadia Weber", email: "nadia.weber@example.net", loyalty_status: "none" },
            { id: 247, full_name: "Mateo Gupta", email: "mateo.gupta@example.com", loyalty_status: "none" },
            { id: 248, full_name: "Marco Zhang", email: "marco.zhang@example.org", loyalty_status: "silver" },
            { id: 249, full_name: "Nadia Murphy", email: "nadia.murphy@example.com", loyalty_status: "none" },
            { id: 250, full_name: "Yusuf Rossi", email: "yusuf.rossi@example.net", loyalty_status: "gold" },
            { id: 251, full_name: null, email: null, loyalty_status: "gold" },
            { id: 252, full_name: "Ibrahim Larsen", email: "ibrahim.larsen@example.org", loyalty_status: "platinum" },
            { id: 253, full_name: "Ethan Meyer", email: "ethan.meyer@example.com", loyalty_status: "none" },
            { id: 254, full_name: "Liam Carter", email: "liam.carter@example.com", loyalty_status: "none" },
            { id: 255, full_name: "James Brown", email: "james.brown@example.com", loyalty_status: "gold" },
            { id: 256, full_name: "Kai Lopez", email: "kai.lopez@example.com", loyalty_status: "none" },
            { id: 257, full_name: "Felix Flores", email: "felix.flores@example.org", loyalty_status: "silver" },
            { id: 258, full_name: "Elena Hansen", email: null, loyalty_status: "none" },
            { id: 259, full_name: "Alice Castro", email: "alice.castro@example.com", loyalty_status: "none" },
            { id: 260, full_name: "Daniel Young", email: "daniel.young@example.com", loyalty_status: "silver" },
            { id: 261, full_name: "Chloe Oliveira", email: "chloe.oliveira@example.net", loyalty_status: "none" },
            { id: 262, full_name: "Chen Kim", email: "chen.kim@example.net", loyalty_status: "platinum" },
            { id: 263, full_name: "Maria Demir", email: "maria.demir@example.org", loyalty_status: "none" },
            { id: 264, full_name: null, email: null, loyalty_status: "none" },
            { id: 265, full_name: "Priya Khan", email: "priya.khan@example.com", loyalty_status: "none" },
            { id: 266, full_name: "Jade Moreau", email: "jade.moreau@example.net", loyalty_status: "silver" },
            { id: 267, full_name: "Zara Hassan", email: "zara.hassan@example.net", loyalty_status: "none" },
            { id: 268, full_name: "Hugo Patel", email: "hugo.patel@example.com", loyalty_status: "silver" },
            { id: 269, full_name: "Emma Demir", email: "emma.demir@example.net", loyalty_status: "none" },
            { id: 270, full_name: "Felix Gupta", email: "felix.gupta@example.com", loyalty_status: "none" },
            { id: 271, full_name: "Elif Walker", email: "elif.walker@example.net", loyalty_status: "gold" },
            { id: 272, full_name: null, email: null, loyalty_status: "none" },
            { id: 273, full_name: "Lina Kowalski", email: "lina.kowalski@example.net", loyalty_status: "none" },
            { id: 274, full_name: "Felix Singh", email: "felix.singh@example.com", loyalty_status: "platinum" },
            { id: 275, full_name: "Chloe Martin", email: "chloe.martin@example.com", loyalty_status: "platinum" },
            { id: 276, full_name: "Hugo Wang", email: "hugo.wang@example.org", loyalty_status: "gold" },
            { id: 277, full_name: "Hugo Andersen", email: "hugo.andersen@example.org", loyalty_status: "none" },
            { id: 278, full_name: "Chen Garcia", email: "chen.garcia@example.org", loyalty_status: "none" },
            { id: 279, full_name: "Theo Hansen", email: "theo.hansen@example.org", loyalty_status: "none" },
            { id: 280, full_name: "Fatima Schneider", email: "fatima.schneider@example.net", loyalty_status: "silver" },
            { id: 281, full_name: "Hana Torres", email: null, loyalty_status: "none" },
            { id: 282, full_name: "Elena Vargas", email: "elena.vargas@example.com", loyalty_status: "none" },
            { id: 283, full_name: "Carla Silva", email: "carla.silva@example.net", loyalty_status: "silver" },
            { id: 284, full_name: "Alice Kowalski", email: "alice.kowalski@example.com", loyalty_status: "gold" },
            { id: 285, full_name: "Maya Smith", email: "maya.smith@example.net", loyalty_status: "none" },
            { id: 286, full_name: "Mila Cruz", email: "mila.cruz@example.com", loyalty_status: "none" },
            { id: 287, full_name: "Grace Meyer", email: "grace.meyer@example.org", loyalty_status: "silver" },
            { id: 288, full_name: "Emma Khan", email: "emma.khan@example.net", loyalty_status: "none" },
            { id: 289, full_name: null, email: null, loyalty_status: "silver" },
            { id: 290, full_name: "Sofia Schmidt", email: "sofia.schmidt@example.org", loyalty_status: "gold" },
            { id: 291, full_name: "Selin Jensen", email: "selin.jensen@example.net", loyalty_status: "silver" },
            { id: 292, full_name: "Jonas Oliveira", email: "jonas.oliveira@example.com", loyalty_status: "none" },
            { id: 293, full_name: "Wei Larsen", email: "wei.larsen@example.com", loyalty_status: "silver" },
            { id: 294, full_name: "Liam Larsen", email: "liam.larsen@example.net", loyalty_status: "none" },
            { id: 295, full_name: "Lena Wagner", email: "lena.wagner@example.net", loyalty_status: "gold" },
            { id: 296, full_name: "Selin Fischer", email: null, loyalty_status: "none" },
            { id: 297, full_name: "Mila Oliveira", email: "mila.oliveira@example.net", loyalty_status: "none" },
            { id: 298, full_name: "Mia Hughes", email: "mia.hughes@example.net", loyalty_status: "platinum" },
            { id: 299, full_name: "Hugo Garcia", email: "hugo.garcia@example.com", loyalty_status: "none" },
            { id: 300, full_name: "Sam Cruz", email: "sam.cruz@example.org", loyalty_status: "silver" },
            { id: 301, full_name: "Emma Becker", email: "emma.becker@example.net", loyalty_status: "silver" },
            { id: 302, full_name: "Ravi Tanaka", email: "ravi.tanaka@example.net", loyalty_status: "silver" },
            { id: 303, full_name: null, email: null, loyalty_status: "none" },
            { id: 304, full_name: "Ethan Schmidt", email: "ethan.schmidt@example.com", loyalty_status: "silver" },
            { id: 305, full_name: null, email: null, loyalty_status: "gold" },
            { id: 306, full_name: "Amir Diaz", email: null, loyalty_status: "silver" },
            { id: 307, full_name: "Isaac Larsen", email: "isaac.larsen@example.com", loyalty_status: "gold" },
            { id: 308, full_name: "James Young", email: "james.young@example.org", loyalty_status: "none" },
            { id: 309, full_name: "Zara Becker", email: "zara.becker@example.org", loyalty_status: "silver" },
            { id: 310, full_name: "Zoe Klein", email: "zoe.klein@example.org", loyalty_status: "platinum" },
            { id: 311, full_name: "Tomas Oliveira", email: "tomas.oliveira@example.org", loyalty_status: "none" },
            { id: 312, full_name: "Ana Silva", email: "ana.silva@example.org", loyalty_status: "none" },
            { id: 313, full_name: null, email: null, loyalty_status: "none" },
            { id: 314, full_name: "Amir Jensen", email: "amir.jensen@example.org", loyalty_status: "none" },
            { id: 315, full_name: "David Silva", email: null, loyalty_status: "gold" },
            { id: 316, full_name: "Deniz Meyer", email: null, loyalty_status: "none" },
            { id: 317, full_name: "Sven Johnson", email: "sven.johnson@example.org", loyalty_status: "none" },
            { id: 318, full_name: "Mia Schneider", email: "mia.schneider@example.net", loyalty_status: "none" },
            { id: 319, full_name: "Felix Park", email: null, loyalty_status: "platinum" },
            { id: 320, full_name: "Oscar Singh", email: "oscar.singh@example.net", loyalty_status: "none" },
            { id: 321, full_name: "Chen Brown", email: "chen.brown@example.com", loyalty_status: "silver" },
            { id: 322, full_name: "Ravi Pereira", email: "ravi.pereira@example.org", loyalty_status: "gold" },
            { id: 323, full_name: null, email: null, loyalty_status: "silver" },
            { id: 324, full_name: "Felix Shah", email: null, loyalty_status: "none" },
            { id: 325, full_name: "Uma Larsen", email: "uma.larsen@example.net", loyalty_status: "silver" },
            { id: 326, full_name: "Mila Novak", email: "mila.novak@example.com", loyalty_status: "gold" },
            { id: 327, full_name: "Mateo Tanaka", email: null, loyalty_status: "none" },
            { id: 328, full_name: "Maya Martin", email: "maya.martin@example.com", loyalty_status: "silver" },
            { id: 329, full_name: "Elif Nguyen", email: "elif.nguyen@example.com", loyalty_status: "none" },
            { id: 330, full_name: "Oscar Kumar", email: "oscar.kumar@example.org", loyalty_status: "none" },
            { id: 331, full_name: "Lena Garcia", email: "lena.garcia@example.net", loyalty_status: "gold" },
            { id: 332, full_name: "Ruby Larsen", email: "ruby.larsen@example.com", loyalty_status: "none" },
            { id: 333, full_name: "Elif Ruiz", email: "elif.ruiz@example.com", loyalty_status: "none" },
            { id: 334, full_name: "Rafael Shah", email: "rafael.shah@example.org", loyalty_status: "silver" },
            { id: 335, full_name: "Arjun Castro", email: "arjun.castro@example.net", loyalty_status: "none" },
            { id: 336, full_name: "Liam Wright", email: "liam.wright@example.org", loyalty_status: "none" },
            { id: 337, full_name: "Selin Moreau", email: "selin.moreau@example.com", loyalty_status: "gold" },
            { id: 338, full_name: "Wei Hoffmann", email: "wei.hoffmann@example.net", loyalty_status: "none" },
            { id: 339, full_name: "Rosa Kowalski", email: "rosa.kowalski@example.net", loyalty_status: "none" },
            { id: 340, full_name: "Andre Castro", email: "andre.castro@example.com", loyalty_status: "none" },
            { id: 341, full_name: "Deniz Costa", email: "deniz.costa@example.com", loyalty_status: "platinum" },
            { id: 342, full_name: "Anna Adams", email: "anna.adams@example.com", loyalty_status: "none" },
            { id: 343, full_name: "Diego Kim", email: "diego.kim@example.com", loyalty_status: "none" },
            { id: 344, full_name: "Jade Rossi", email: "jade.rossi@example.com", loyalty_status: "none" },
            { id: 345, full_name: "Ibrahim Gomez", email: "ibrahim.gomez@example.org", loyalty_status: "none" },
            { id: 346, full_name: "Liam Castro", email: "liam.castro@example.com", loyalty_status: "silver" },
            { id: 347, full_name: "Elena Schneider", email: "elena.schneider@example.com", loyalty_status: "silver" },
            { id: 348, full_name: "Paula Cruz", email: "paula.cruz@example.org", loyalty_status: "none" },
            { id: 349, full_name: "Chloe Jensen", email: null, loyalty_status: "silver" },
            { id: 350, full_name: "Ruby Davis", email: "ruby.davis@example.com", loyalty_status: "none" },
            { id: 351, full_name: "Chen Adams", email: "chen.adams@example.com", loyalty_status: "gold" },
            { id: 352, full_name: "Theo Bennett", email: "theo.bennett@example.net", loyalty_status: "none" },
            { id: 353, full_name: null, email: null, loyalty_status: "platinum" },
            { id: 354, full_name: null, email: null, loyalty_status: "none" },
            { id: 355, full_name: "Mohamed Kowalski", email: "mohamed.kowalski@example.net", loyalty_status: "none" },
            { id: 356, full_name: "Mei Tanaka", email: "mei.tanaka@example.org", loyalty_status: "gold" },
            { id: 357, full_name: "Uma Shah", email: "uma.shah@example.net", loyalty_status: "none" },
            { id: 358, full_name: null, email: null, loyalty_status: "silver" },
            { id: 359, full_name: "Amir Chen", email: "amir.chen@example.net", loyalty_status: "none" },
            { id: 360, full_name: "Sven Torres", email: "sven.torres@example.org", loyalty_status: "none" },
            { id: 361, full_name: "Selin Carter", email: "selin.carter@example.org", loyalty_status: "gold" },
            { id: 362, full_name: "Elif Bennett", email: "elif.bennett@example.com", loyalty_status: "silver" },
            { id: 363, full_name: "Ben Wagner", email: "ben.wagner@example.net", loyalty_status: "none" },
            { id: 364, full_name: "Rafael Tanaka", email: "rafael.tanaka@example.net", loyalty_status: "gold" },
            { id: 365, full_name: "Emma Chen", email: "emma.chen@example.org", loyalty_status: "none" },
            { id: 366, full_name: "Elif Lopez", email: "elif.lopez@example.com", loyalty_status: "none" },
            { id: 367, full_name: "Uma Gupta", email: "uma.gupta@example.net", loyalty_status: "gold" },
            { id: 368, full_name: "Maria Wilson", email: null, loyalty_status: "none" },
            { id: 369, full_name: "Laura Smith", email: "laura.smith@example.net", loyalty_status: "none" },
            { id: 370, full_name: "Paula Adams", email: "paula.adams@example.com", loyalty_status: "silver" },
            { id: 371, full_name: "Mila Becker", email: "mila.becker@example.net", loyalty_status: "gold" },
            { id: 372, full_name: "Nina Chen", email: "nina.chen@example.org", loyalty_status: "none" },
            { id: 373, full_name: "Ruby Kumar", email: "ruby.kumar@example.net", loyalty_status: "none" },
            { id: 374, full_name: "Isaac Ali", email: "isaac.ali@example.org", loyalty_status: "none" },
            { id: 375, full_name: "Zoe Tanaka", email: "zoe.tanaka@example.net", loyalty_status: "none" },
            { id: 376, full_name: "Hugo Clark", email: "hugo.clark@example.com", loyalty_status: "none" },
            { id: 377, full_name: "Kai Kaya", email: "kai.kaya@example.net", loyalty_status: "none" },
            { id: 378, full_name: "Hana Becker", email: "hana.becker@example.net", loyalty_status: "none" },
            { id: 379, full_name: "Zoe Bauer", email: "zoe.bauer@example.org", loyalty_status: "none" },
            { id: 380, full_name: "Sofia Tanaka", email: "sofia.tanaka@example.net", loyalty_status: "silver" },
            { id: 381, full_name: "Alice Young", email: null, loyalty_status: "gold" },
            { id: 382, full_name: "Ivan Jensen", email: "ivan.jensen@example.com", loyalty_status: "platinum" },
            { id: 383, full_name: "Mei Vargas", email: "mei.vargas@example.org", loyalty_status: "none" },
            { id: 384, full_name: "Theo Gomez", email: "theo.gomez@example.net", loyalty_status: "none" },
            { id: 385, full_name: "Chloe Demir", email: "chloe.demir@example.net", loyalty_status: "none" },
            { id: 386, full_name: "Isaac Ahmed", email: null, loyalty_status: "silver" },
            { id: 387, full_name: "Ruby Ahmed", email: "ruby.ahmed@example.com", loyalty_status: "none" },
            { id: 388, full_name: null, email: null, loyalty_status: "none" },
            { id: 389, full_name: "Diego Dubois", email: "diego.dubois@example.org", loyalty_status: "platinum" },
            { id: 390, full_name: "Sam Kowalski", email: "sam.kowalski@example.org", loyalty_status: "silver" },
            { id: 391, full_name: "Ivan Hansen", email: "ivan.hansen@example.net", loyalty_status: "silver" },
            { id: 392, full_name: "Ines Demir", email: "ines.demir@example.net", loyalty_status: "gold" },
            { id: 393, full_name: "Yusuf Bennett", email: "yusuf.bennett@example.org", loyalty_status: "platinum" },
            { id: 394, full_name: "Ravi Shah", email: null, loyalty_status: "gold" },
            { id: 395, full_name: "Marco Evans", email: "marco.evans@example.net", loyalty_status: "silver" },
            { id: 396, full_name: "Isaac Chen", email: "isaac.chen@example.org", loyalty_status: "none" },
            { id: 397, full_name: "Kai Young", email: null, loyalty_status: "none" },
            { id: 398, full_name: "Hugo Becker", email: "hugo.becker@example.org", loyalty_status: "none" },
            { id: 399, full_name: "Ravi Flores", email: "ravi.flores@example.com", loyalty_status: "none" },
            { id: 400, full_name: null, email: null, loyalty_status: "none" },
            { id: 401, full_name: "Maja Tanaka", email: "maja.tanaka@example.com", loyalty_status: "none" },
            { id: 402, full_name: null, email: null, loyalty_status: "gold" },
            { id: 403, full_name: "Oscar Novak", email: "oscar.novak@example.com", loyalty_status: "gold" },
            { id: 404, full_name: "Ines Sousa", email: null, loyalty_status: "none" },
            { id: 405, full_name: "Wei Kaya", email: "wei.kaya@example.com", loyalty_status: "silver" },
            { id: 406, full_name: "Ana Diaz", email: "ana.diaz@example.net", loyalty_status: "none" },
            { id: 407, full_name: "Maria Martin", email: "maria.martin@example.net", loyalty_status: "none" },
            { id: 408, full_name: "Marco Flores", email: "marco.flores@example.org", loyalty_status: "gold" },
            { id: 409, full_name: null, email: null, loyalty_status: "none" },
            { id: 410, full_name: "Mei Almeida", email: "mei.almeida@example.net", loyalty_status: "silver" },
            { id: 411, full_name: "Daniel Wright", email: "daniel.wright@example.com", loyalty_status: "none" },
            { id: 412, full_name: "Jonas Yilmaz", email: "jonas.yilmaz@example.com", loyalty_status: "none" },
            { id: 413, full_name: "Priya Pereira", email: "priya.pereira@example.org", loyalty_status: "none" },
            { id: 414, full_name: "Nadia Wagner", email: null, loyalty_status: "none" },
            { id: 415, full_name: "Maria Evans", email: "maria.evans@example.com", loyalty_status: "gold" },
            { id: 416, full_name: "Lina Chen", email: "lina.chen@example.net", loyalty_status: "none" },
            { id: 417, full_name: "Zara Oliveira", email: "zara.oliveira@example.org", loyalty_status: "platinum" },
            { id: 418, full_name: "Jonas Demir", email: "jonas.demir@example.com", loyalty_status: "none" },
            { id: 419, full_name: "Andre Sousa", email: "andre.sousa@example.com", loyalty_status: "none" },
            { id: 420, full_name: "Ana Cruz", email: "ana.cruz@example.org", loyalty_status: "none" },
            { id: 421, full_name: "Mei Ruiz", email: "mei.ruiz@example.net", loyalty_status: "silver" },
            { id: 422, full_name: "Julia Ahmed", email: null, loyalty_status: "none" },
            { id: 423, full_name: "Omar Miller", email: "omar.miller@example.org", loyalty_status: "silver" },
            { id: 424, full_name: "Jade Johnson", email: null, loyalty_status: "none" },
            { id: 425, full_name: "Olivia Davis", email: "olivia.davis@example.com", loyalty_status: "none" },
            { id: 426, full_name: "Arjun Mendes", email: "arjun.mendes@example.net", loyalty_status: "platinum" },
            { id: 427, full_name: "Ben Mendes", email: "ben.mendes@example.net", loyalty_status: "platinum" },
            { id: 428, full_name: "Sofia Taylor", email: "sofia.taylor@example.org", loyalty_status: "none" },
            { id: 429, full_name: "Omar Johnson", email: "omar.johnson@example.com", loyalty_status: "platinum" },
            { id: 430, full_name: "Mohamed Wagner", email: "mohamed.wagner@example.net", loyalty_status: "silver" },
            { id: 431, full_name: "Uma Bennett", email: "uma.bennett@example.org", loyalty_status: "none" },
            { id: 432, full_name: "Elena Johnson", email: "elena.johnson@example.net", loyalty_status: "platinum" },
            { id: 433, full_name: "Ethan Ibrahim", email: "ethan.ibrahim@example.com", loyalty_status: "none" },
            { id: 434, full_name: "David Schneider", email: "david.schneider@example.org", loyalty_status: "silver" },
            { id: 435, full_name: "Chloe Taylor", email: "chloe.taylor@example.com", loyalty_status: "none" },
            { id: 436, full_name: null, email: null, loyalty_status: "none" },
            { id: 437, full_name: "Fatima Gupta", email: "fatima.gupta@example.org", loyalty_status: "silver" },
            { id: 438, full_name: null, email: null, loyalty_status: "silver" },
            { id: 439, full_name: "Chen Schmidt", email: "chen.schmidt@example.org", loyalty_status: "none" },
            { id: 440, full_name: "Zara Costa", email: "zara.costa@example.org", loyalty_status: "silver" },
            { id: 441, full_name: "Selin Kaya", email: "selin.kaya@example.net", loyalty_status: "none" },
            { id: 442, full_name: null, email: null, loyalty_status: "silver" },
            { id: 443, full_name: "Ines Cruz", email: "ines.cruz@example.com", loyalty_status: "none" },
            { id: 444, full_name: "Deniz Ali", email: "deniz.ali@example.org", loyalty_status: "none" },
            { id: 445, full_name: "Ines Weber", email: "ines.weber@example.org", loyalty_status: "none" },
            { id: 446, full_name: "Chen Castro", email: "chen.castro@example.org", loyalty_status: "gold" },
            { id: 447, full_name: "James Shah", email: "james.shah@example.com", loyalty_status: "none" },
            { id: 448, full_name: "Karim Klein", email: "karim.klein@example.org", loyalty_status: "gold" },
            { id: 449, full_name: null, email: null, loyalty_status: "gold" },
            { id: 450, full_name: "Chloe Lee", email: "chloe.lee@example.org", loyalty_status: "none" },
            { id: 451, full_name: "Diego Becker", email: "diego.becker@example.com", loyalty_status: "none" },
            { id: 452, full_name: null, email: null, loyalty_status: "gold" },
            { id: 453, full_name: "David Sato", email: "david.sato@example.org", loyalty_status: "platinum" },
            { id: 454, full_name: "Carla Vargas", email: "carla.vargas@example.org", loyalty_status: "silver" },
            { id: 455, full_name: "Hugo Sato", email: "hugo.sato@example.org", loyalty_status: "silver" },
            { id: 456, full_name: "Lucas Ruiz", email: "lucas.ruiz@example.net", loyalty_status: "silver" },
            { id: 457, full_name: "Ivan Chen", email: "ivan.chen@example.net", loyalty_status: "none" },
            { id: 458, full_name: "Omar Nguyen", email: "omar.nguyen@example.com", loyalty_status: "silver" },
            { id: 459, full_name: "Daniel Kaya", email: "daniel.kaya@example.net", loyalty_status: "none" },
            { id: 460, full_name: "Arjun Castro", email: "arjun.castro@example.net", loyalty_status: "platinum" },
            { id: 461, full_name: "Ruby Smith", email: "ruby.smith@example.org", loyalty_status: "platinum" },
            { id: 462, full_name: "Hannah Yilmaz", email: "hannah.yilmaz@example.net", loyalty_status: "none" },
            { id: 463, full_name: "Paula Wilson", email: "paula.wilson@example.com", loyalty_status: "none" },
            { id: 464, full_name: "Ivan Gomez", email: "ivan.gomez@example.net", loyalty_status: "silver" },
            { id: 465, full_name: "Yusuf Silva", email: "yusuf.silva@example.net", loyalty_status: "none" },
            { id: 466, full_name: "Rafael Clark", email: "rafael.clark@example.org", loyalty_status: "silver" },
            { id: 467, full_name: "Maja Young", email: "maja.young@example.org", loyalty_status: "silver" },
            { id: 468, full_name: "Alice Shah", email: "alice.shah@example.net", loyalty_status: "none" },
            { id: 469, full_name: "Olivia Martin", email: "olivia.martin@example.org", loyalty_status: "none" },
            { id: 470, full_name: "Maria Dubois", email: "maria.dubois@example.com", loyalty_status: "none" },
            { id: 471, full_name: "Felix Hassan", email: "felix.hassan@example.net", loyalty_status: "none" },
            { id: 472, full_name: "Carla Garcia", email: "carla.garcia@example.net", loyalty_status: "silver" },
            { id: 473, full_name: "Daniel Andersen", email: "daniel.andersen@example.org", loyalty_status: "none" },
            { id: 474, full_name: "Lina Brown", email: "lina.brown@example.org", loyalty_status: "platinum" },
            { id: 475, full_name: null, email: null, loyalty_status: "none" },
            { id: 476, full_name: "Maja Zhang", email: "maja.zhang@example.com", loyalty_status: "none" },
            { id: 477, full_name: "Mia Gomez", email: "mia.gomez@example.com", loyalty_status: "none" },
            { id: 478, full_name: "Maya Murphy", email: "maya.murphy@example.com", loyalty_status: "none" },
            { id: 479, full_name: "Felix Bennett", email: "felix.bennett@example.org", loyalty_status: "gold" },
            { id: 480, full_name: null, email: null, loyalty_status: "none" },
            { id: 481, full_name: "Carlos Bennett", email: "carlos.bennett@example.org", loyalty_status: "none" },
            { id: 482, full_name: "Hannah Kim", email: "hannah.kim@example.com", loyalty_status: "platinum" },
            { id: 483, full_name: "Pedro Walker", email: "pedro.walker@example.org", loyalty_status: "none" },
            { id: 484, full_name: "Ethan Hassan", email: "ethan.hassan@example.org", loyalty_status: "none" },
            { id: 485, full_name: "Zoe Hoffmann", email: "zoe.hoffmann@example.org", loyalty_status: "none" },
            { id: 486, full_name: null, email: null, loyalty_status: "none" },
            { id: 487, full_name: "Felix Singh", email: "felix.singh@example.org", loyalty_status: "none" },
            { id: 488, full_name: "James Wang", email: "james.wang@example.org", loyalty_status: "silver" },
            { id: 489, full_name: "Rosa Costa", email: null, loyalty_status: "silver" },
            { id: 490, full_name: "Ravi Pereira", email: "ravi.pereira@example.org", loyalty_status: "none" },
            { id: 491, full_name: "Zara Ruiz", email: "zara.ruiz@example.org", loyalty_status: "none" },
            { id: 492, full_name: "Deniz Young", email: "deniz.young@example.com", loyalty_status: "silver" },
            { id: 493, full_name: "Victor Castro", email: "victor.castro@example.org", loyalty_status: "gold" },
            { id: 494, full_name: "James Hoffmann", email: "james.hoffmann@example.com", loyalty_status: "platinum" },
            { id: 495, full_name: "David Klein", email: "david.klein@example.com", loyalty_status: "silver" },
            { id: 496, full_name: "Nour Castro", email: "nour.castro@example.com", loyalty_status: "none" },
            { id: 497, full_name: null, email: null, loyalty_status: "none" },
            { id: 498, full_name: "Alice Silva", email: "alice.silva@example.net", loyalty_status: "none" },
            { id: 499, full_name: "Yusuf Singh", email: "yusuf.singh@example.com", loyalty_status: "none" },
            { id: 500, full_name: "James Kaya", email: "james.kaya@example.net", loyalty_status: "gold" },
        ],
    });
    await prisma.ad_responses.createMany({
        data: [
            { id: 1, customer_id: 337, ad_description: "No response from the customer, so the session was replaced.", response_date: null, response_type: "viewed" },
            { id: 2, customer_id: 192, ad_description: "The invoice was delayed following an unusual review.", response_date: null, response_type: "viewed" },
            { id: 3, customer_id: 288, ad_description: "The reviewer reported an automatic issue; the order was confirmed.", response_date: new Date("2023-03-09T13:08:44Z"), response_type: "clicked" },
            { id: 4, customer_id: 361, ad_description: "A minor request was rejected the same day.", response_date: new Date("2023-05-11T17:44:41Z"), response_type: "clicked" },
            { id: 5, customer_id: 338, ad_description: "An unusual follow-up: the item was confirmed.", response_date: new Date("2023-12-29T08:36:59Z"), response_type: "clicked" },
            { id: 6, customer_id: 106, ad_description: "The account owner reported a standard issue; the refund was reopened.", response_date: null, response_type: "viewed" },
            { id: 7, customer_id: 451, ad_description: "The reviewer asked for a change and the request was confirmed.", response_date: new Date("2023-04-22T09:06:09Z"), response_type: "clicked" },
            { id: 8, customer_id: 132, ad_description: null, response_date: new Date("2023-09-22T12:28:35Z"), response_type: "clicked" },
            { id: 9, customer_id: 83, ad_description: "The item was reopened following an automatic review.", response_date: null, response_type: "viewed" },
            { id: 10, customer_id: 433, ad_description: "An unusual appointment was completed the same day.", response_date: new Date("2023-07-27T09:58:11Z"), response_type: "clicked" },
            { id: 11, customer_id: 263, ad_description: "No response from an operator, so the shipment was delayed.", response_date: null, response_type: "viewed" },
            { id: 12, customer_id: 188, ad_description: "The customer confirmed the details and the claim was rescheduled.", response_date: new Date("2023-04-15T11:05:55Z"), response_type: "clicked" },
            { id: 13, customer_id: 281, ad_description: "Flagged as duplicate. The team completed the appointment.", response_date: new Date("2023-05-06T07:53:02Z"), response_type: "clicked" },
            { id: 14, customer_id: 123, ad_description: "The record was delayed — urgent case, no further action.", response_date: new Date("2023-03-02T01:52:36Z"), response_type: "clicked" },
            { id: 15, customer_id: 78, ad_description: "The reviewer confirmed the details and the claim was updated.", response_date: new Date("2023-10-22T11:24:47Z"), response_type: "clicked" },
            { id: 16, customer_id: 223, ad_description: "The transfer was rescheduled following a minor review.", response_date: null, response_type: "viewed" },
            { id: 17, customer_id: 43, ad_description: "The refund was cancelled after a late check.", response_date: new Date("2023-12-13T17:06:49Z"), response_type: "clicked" },
            { id: 18, customer_id: 440, ad_description: "The courier reported a duplicate issue; the session was rescheduled.", response_date: new Date("2023-05-05T13:39:08Z"), response_type: "clicked" },
            { id: 19, customer_id: 27, ad_description: "The payment was processed — minor case, no further action.", response_date: new Date("2023-03-13T02:23:07Z"), response_type: "clicked" },
            { id: 20, customer_id: 408, ad_description: "The order was completed following a routine review.", response_date: null, response_type: "viewed" },
            { id: 21, customer_id: 167, ad_description: "An operator confirmed the details and the shipment was confirmed.", response_date: new Date("2023-09-13T19:50:30Z"), response_type: "clicked" },
            { id: 22, customer_id: 51, ad_description: "The refund was confirmed after a repeat check.", response_date: null, response_type: "viewed" },
            { id: 23, customer_id: 70, ad_description: "The reviewer confirmed the details and the shipment was reviewed.", response_date: null, response_type: "ignored" },
            { id: 24, customer_id: 345, ad_description: "The record was rescheduled following an incomplete review.", response_date: new Date("2023-04-06T12:02:39Z"), response_type: "clicked" },
            { id: 25, customer_id: 266, ad_description: "Support reported an incomplete issue; the booking was rejected.", response_date: new Date("2023-02-08T13:55:44Z"), response_type: "clicked" },
            { id: 26, customer_id: 10, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 27, customer_id: 78, ad_description: "The invoice was confirmed following an unusual review.", response_date: null, response_type: "viewed" },
            { id: 28, customer_id: 274, ad_description: "The ticket was reviewed — routine case, no further action.", response_date: null, response_type: "ignored" },
            { id: 29, customer_id: 257, ad_description: "No response from an operator, so the account was approved.", response_date: null, response_type: "viewed" },
            { id: 30, customer_id: 187, ad_description: "No response from the courier, so the document was confirmed.", response_date: new Date("2023-11-28T07:57:22Z"), response_type: "clicked" },
            { id: 31, customer_id: 67, ad_description: "A partial follow-up: the item was approved.", response_date: new Date("2023-11-20T01:50:23Z"), response_type: "clicked" },
            { id: 32, customer_id: 123, ad_description: "The record was cancelled — automatic case, no further action.", response_date: null, response_type: "viewed" },
            { id: 33, customer_id: 241, ad_description: "A manual follow-up: the refund was escalated.", response_date: new Date("2023-01-06T18:36:00Z"), response_type: "clicked" },
            { id: 34, customer_id: 353, ad_description: "A minor follow-up: the record was confirmed.", response_date: null, response_type: "ignored" },
            { id: 35, customer_id: 420, ad_description: "The payment was confirmed after an incomplete check.", response_date: new Date("2023-02-27T09:02:47Z"), response_type: "clicked" },
            { id: 36, customer_id: 490, ad_description: "The courier reported a manual issue; the session was cancelled.", response_date: new Date("2023-10-31T20:44:55Z"), response_type: "clicked" },
            { id: 37, customer_id: 82, ad_description: "The reviewer reported a standard issue; the delivery was completed.", response_date: new Date("2023-07-04T17:12:38Z"), response_type: "clicked" },
            { id: 38, customer_id: 398, ad_description: "The team asked for a change and the ticket was closed.", response_date: new Date("2023-10-24T18:33:58Z"), response_type: "clicked" },
            { id: 39, customer_id: 110, ad_description: "The supplier asked for a change and the claim was reopened.", response_date: null, response_type: "viewed" },
            { id: 40, customer_id: 457, ad_description: "A late follow-up: the document was reviewed.", response_date: new Date("2023-04-02T18:43:08Z"), response_type: "clicked" },
            { id: 41, customer_id: 289, ad_description: "The request was rescheduled — partial case, no further action.", response_date: null, response_type: "viewed" },
            { id: 42, customer_id: 300, ad_description: "Flagged as urgent. The team reviewed the document.", response_date: new Date("2023-08-26T16:10:52Z"), response_type: "clicked" },
            { id: 43, customer_id: 497, ad_description: "Flagged as partial. The courier refunded the booking.", response_date: new Date("2023-07-04T12:19:38Z"), response_type: "clicked" },
            { id: 44, customer_id: 474, ad_description: "The session was cancelled — manual case, no further action.", response_date: null, response_type: "viewed" },
            { id: 45, customer_id: 488, ad_description: "A duplicate invoice was reviewed the same day.", response_date: new Date("2023-06-15T12:38:27Z"), response_type: "clicked" },
            { id: 46, customer_id: 212, ad_description: "An operator confirmed the details and the delivery was confirmed.", response_date: null, response_type: "ignored" },
            { id: 47, customer_id: 243, ad_description: "The courier asked for a change and the transfer was resolved.", response_date: new Date("2023-09-26T09:16:54Z"), response_type: "clicked" },
            { id: 48, customer_id: 114, ad_description: "The team confirmed the details and the refund was replaced.", response_date: null, response_type: "viewed" },
            { id: 49, customer_id: 18, ad_description: "Support reported a routine issue; the invoice was resolved.", response_date: new Date("2023-02-07T17:05:12Z"), response_type: "clicked" },
            { id: 50, customer_id: 185, ad_description: "A duplicate delivery was updated the same day.", response_date: new Date("2023-12-12T00:50:49Z"), response_type: "clicked" },
            { id: 51, customer_id: 359, ad_description: "The customer reported a late issue; the report was delayed.", response_date: new Date("2023-08-31T14:47:33Z"), response_type: "clicked" },
            { id: 52, customer_id: 330, ad_description: "Flagged as routine. The customer confirmed the session.", response_date: null, response_type: "viewed" },
            { id: 53, customer_id: 283, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 54, customer_id: 45, ad_description: "Support confirmed the details and the account was updated.", response_date: new Date("2023-07-25T11:12:43Z"), response_type: "clicked" },
            { id: 55, customer_id: 56, ad_description: "No response from the supplier, so the payment was rescheduled.", response_date: new Date("2023-08-11T10:37:09Z"), response_type: "clicked" },
            { id: 56, customer_id: 41, ad_description: "An unusual follow-up: the delivery was delayed.", response_date: new Date("2023-02-08T02:23:00Z"), response_type: "clicked" },
            { id: 57, customer_id: 4, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 58, customer_id: 315, ad_description: "The supplier confirmed the details and the transfer was replaced.", response_date: new Date("2023-01-24T22:45:42Z"), response_type: "clicked" },
            { id: 59, customer_id: 148, ad_description: "The appointment was cancelled — standard case, no further action.", response_date: new Date("2023-05-12T11:22:32Z"), response_type: "clicked" },
            { id: 60, customer_id: 146, ad_description: "The request was resolved after a partial check.", response_date: null, response_type: "viewed" },
            { id: 61, customer_id: 494, ad_description: "The team asked for a change and the report was reopened.", response_date: null, response_type: "viewed" },
            { id: 62, customer_id: 311, ad_description: "The order was closed — duplicate case, no further action.", response_date: null, response_type: "viewed" },
            { id: 63, customer_id: 118, ad_description: "The booking was closed — incomplete case, no further action.", response_date: new Date("2023-12-19T09:38:02Z"), response_type: "clicked" },
            { id: 64, customer_id: 204, ad_description: "The record was refunded — standard case, no further action.", response_date: new Date("2023-12-14T23:06:43Z"), response_type: "clicked" },
            { id: 65, customer_id: 389, ad_description: "The delivery was completed following a minor review.", response_date: new Date("2023-09-30T18:08:42Z"), response_type: "clicked" },
            { id: 66, customer_id: 64, ad_description: "The reviewer confirmed the details and the order was resolved.", response_date: new Date("2023-08-23T11:52:54Z"), response_type: "clicked" },
            { id: 67, customer_id: 327, ad_description: "A late follow-up: the account was resolved.", response_date: null, response_type: "viewed" },
            { id: 68, customer_id: 115, ad_description: "A partial follow-up: the report was replaced.", response_date: null, response_type: "viewed" },
            { id: 69, customer_id: 237, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 70, customer_id: 309, ad_description: "The courier confirmed the details and the claim was rescheduled.", response_date: new Date("2023-05-16T13:10:03Z"), response_type: "clicked" },
            { id: 71, customer_id: 71, ad_description: "The document was refunded after a duplicate check.", response_date: new Date("2023-11-07T19:22:41Z"), response_type: "clicked" },
            { id: 72, customer_id: 167, ad_description: "The reviewer asked for a change and the account was confirmed.", response_date: null, response_type: "viewed" },
            { id: 73, customer_id: 151, ad_description: "No response from the courier, so the booking was refunded.", response_date: null, response_type: "viewed" },
            { id: 74, customer_id: 147, ad_description: "The supplier asked for a change and the report was escalated.", response_date: null, response_type: "viewed" },
            { id: 75, customer_id: 422, ad_description: "Flagged as late. The reviewer confirmed the record.", response_date: null, response_type: "viewed" },
            { id: 76, customer_id: 479, ad_description: "A standard follow-up: the transfer was completed.", response_date: new Date("2023-12-04T17:39:01Z"), response_type: "clicked" },
            { id: 77, customer_id: 1, ad_description: "The courier asked for a change and the request was updated.", response_date: new Date("2023-09-30T20:50:23Z"), response_type: "clicked" },
            { id: 78, customer_id: 69, ad_description: "No response from an operator, so the booking was reviewed.", response_date: new Date("2023-10-26T02:42:02Z"), response_type: "clicked" },
            { id: 79, customer_id: 189, ad_description: "A late follow-up: the account was reopened.", response_date: null, response_type: "ignored" },
            { id: 80, customer_id: 134, ad_description: "The team reported a repeat issue; the payment was approved.", response_date: null, response_type: "ignored" },
            { id: 81, customer_id: 398, ad_description: "The payment was completed after a partial check.", response_date: null, response_type: "viewed" },
            { id: 82, customer_id: 237, ad_description: "The appointment was resolved — manual case, no further action.", response_date: null, response_type: "viewed" },
            { id: 83, customer_id: 224, ad_description: null, response_date: new Date("2023-08-01T12:30:05Z"), response_type: "clicked" },
            { id: 84, customer_id: 479, ad_description: "The team reported a routine issue; the account was delayed.", response_date: new Date("2023-06-04T11:31:50Z"), response_type: "clicked" },
            { id: 85, customer_id: 19, ad_description: "No response from the customer, so the refund was delayed.", response_date: null, response_type: "ignored" },
            { id: 86, customer_id: 203, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 87, customer_id: 163, ad_description: "The record was delayed — automatic case, no further action.", response_date: new Date("2023-09-16T14:30:51Z"), response_type: "clicked" },
            { id: 88, customer_id: 19, ad_description: "The team reported a late issue; the delivery was reopened.", response_date: null, response_type: "viewed" },
            { id: 89, customer_id: 234, ad_description: "An automatic ticket was completed the same day.", response_date: new Date("2023-06-21T10:08:06Z"), response_type: "clicked" },
            { id: 90, customer_id: 316, ad_description: "The request was delayed — incomplete case, no further action.", response_date: new Date("2023-06-17T10:18:30Z"), response_type: "clicked" },
            { id: 91, customer_id: 5, ad_description: "An automatic follow-up: the record was processed.", response_date: new Date("2023-02-28T19:10:14Z"), response_type: "clicked" },
            { id: 92, customer_id: 49, ad_description: null, response_date: new Date("2023-08-28T17:59:35Z"), response_type: "clicked" },
            { id: 93, customer_id: 303, ad_description: "No response from the account owner, so the shipment was updated.", response_date: new Date("2023-03-15T08:38:29Z"), response_type: "clicked" },
            { id: 94, customer_id: 389, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 95, customer_id: 62, ad_description: null, response_date: new Date("2023-10-21T17:36:23Z"), response_type: "clicked" },
            { id: 96, customer_id: 97, ad_description: "The appointment was processed — routine case, no further action.", response_date: new Date("2023-09-07T12:58:51Z"), response_type: "clicked" },
            { id: 97, customer_id: 210, ad_description: "An incomplete refund was replaced the same day.", response_date: null, response_type: "ignored" },
            { id: 98, customer_id: 126, ad_description: "The ticket was approved after a partial check.", response_date: new Date("2023-06-29T19:57:48Z"), response_type: "clicked" },
            { id: 99, customer_id: 171, ad_description: null, response_date: null, response_type: "ignored" },
            { id: 100, customer_id: 329, ad_description: "A partial request was rejected the same day.", response_date: new Date("2023-02-22T18:54:16Z"), response_type: "clicked" },
            { id: 101, customer_id: 164, ad_description: "The appointment was rescheduled after an urgent check.", response_date: new Date("2023-08-19T07:44:31Z"), response_type: "clicked" },
            { id: 102, customer_id: 375, ad_description: "The delivery was delayed after a duplicate check.", response_date: new Date("2023-05-10T21:17:13Z"), response_type: "clicked" },
            { id: 103, customer_id: 94, ad_description: "A minor follow-up: the delivery was rescheduled.", response_date: new Date("2023-01-17T16:53:59Z"), response_type: "clicked" },
            { id: 104, customer_id: 215, ad_description: "The session was reviewed after an incomplete check.", response_date: new Date("2023-05-24T15:45:29Z"), response_type: "clicked" },
            { id: 105, customer_id: 226, ad_description: "An incomplete session was completed the same day.", response_date: null, response_type: "viewed" },
            { id: 106, customer_id: 377, ad_description: "Flagged as duplicate. The supplier delayed the record.", response_date: new Date("2023-10-02T09:59:58Z"), response_type: "clicked" },
            { id: 107, customer_id: 440, ad_description: "An urgent follow-up: the session was replaced.", response_date: null, response_type: "viewed" },
            { id: 108, customer_id: 109, ad_description: "The delivery was cancelled after a standard check.", response_date: new Date("2023-08-14T20:49:57Z"), response_type: "clicked" },
            { id: 109, customer_id: 332, ad_description: null, response_date: new Date("2023-07-07T11:22:07Z"), response_type: "clicked" },
            { id: 110, customer_id: 202, ad_description: "The account owner confirmed the details and the document was reviewed.", response_date: new Date("2023-11-17T14:51:10Z"), response_type: "clicked" },
            { id: 111, customer_id: 424, ad_description: "Flagged as minor. The reviewer resolved the appointment.", response_date: new Date("2023-04-01T12:39:56Z"), response_type: "clicked" },
            { id: 112, customer_id: 4, ad_description: "The payment was reviewed following a duplicate review.", response_date: null, response_type: "viewed" },
            { id: 113, customer_id: 141, ad_description: "A late follow-up: the report was rescheduled.", response_date: new Date("2023-11-12T01:25:16Z"), response_type: "clicked" },
            { id: 114, customer_id: 116, ad_description: "The record was closed after a manual check.", response_date: new Date("2023-08-07T10:46:52Z"), response_type: "clicked" },
            { id: 115, customer_id: 238, ad_description: "The invoice was completed — incomplete case, no further action.", response_date: new Date("2023-08-01T07:02:09Z"), response_type: "clicked" },
            { id: 116, customer_id: 362, ad_description: "A late follow-up: the transfer was reviewed.", response_date: null, response_type: "ignored" },
            { id: 117, customer_id: 219, ad_description: "The invoice was completed following an automatic review.", response_date: new Date("2023-07-11T20:38:39Z"), response_type: "clicked" },
            { id: 118, customer_id: 421, ad_description: "No response from support, so the request was rejected.", response_date: null, response_type: "viewed" },
            { id: 119, customer_id: 181, ad_description: "The account owner confirmed the details and the payment was closed.", response_date: new Date("2023-08-18T18:25:03Z"), response_type: "clicked" },
            { id: 120, customer_id: 135, ad_description: "The record was updated following a late review.", response_date: new Date("2023-08-11T11:13:18Z"), response_type: "clicked" },
            { id: 121, customer_id: 444, ad_description: "The supplier asked for a change and the item was resolved.", response_date: null, response_type: "viewed" },
            { id: 122, customer_id: 305, ad_description: "A minor follow-up: the request was replaced.", response_date: new Date("2023-12-14T23:14:05Z"), response_type: "clicked" },
            { id: 123, customer_id: 185, ad_description: "A minor invoice was approved the same day.", response_date: new Date("2023-07-31T09:32:40Z"), response_type: "clicked" },
            { id: 124, customer_id: 10, ad_description: null, response_date: new Date("2023-12-07T10:33:09Z"), response_type: "clicked" },
            { id: 125, customer_id: 476, ad_description: "The team reported a standard issue; the booking was approved.", response_date: new Date("2023-01-08T16:10:39Z"), response_type: "clicked" },
            { id: 126, customer_id: 380, ad_description: "A routine session was completed the same day.", response_date: new Date("2023-11-25T21:43:36Z"), response_type: "clicked" },
            { id: 127, customer_id: 373, ad_description: "A duplicate follow-up: the shipment was completed.", response_date: null, response_type: "viewed" },
            { id: 128, customer_id: 445, ad_description: "Flagged as incomplete. The customer resolved the refund.", response_date: null, response_type: "viewed" },
            { id: 129, customer_id: 26, ad_description: "Flagged as routine. An operator escalated the appointment.", response_date: null, response_type: "viewed" },
            { id: 130, customer_id: 51, ad_description: "The customer asked for a change and the payment was processed.", response_date: new Date("2023-07-14T14:11:20Z"), response_type: "clicked" },
            { id: 131, customer_id: 121, ad_description: "The claim was processed following a duplicate review.", response_date: null, response_type: "ignored" },
            { id: 132, customer_id: 279, ad_description: "The courier asked for a change and the request was completed.", response_date: null, response_type: "viewed" },
            { id: 133, customer_id: 57, ad_description: null, response_date: new Date("2023-09-02T16:49:55Z"), response_type: "clicked" },
            { id: 134, customer_id: 102, ad_description: "The booking was rescheduled after an incomplete check.", response_date: null, response_type: "viewed" },
            { id: 135, customer_id: 64, ad_description: "Flagged as duplicate. The reviewer rescheduled the request.", response_date: new Date("2023-04-12T16:59:21Z"), response_type: "clicked" },
            { id: 136, customer_id: 178, ad_description: "An urgent follow-up: the account was rejected.", response_date: new Date("2023-07-28T10:29:15Z"), response_type: "clicked" },
            { id: 137, customer_id: 355, ad_description: "A repeat invoice was refunded the same day.", response_date: null, response_type: "viewed" },
            { id: 138, customer_id: 410, ad_description: null, response_date: new Date("2023-11-08T10:21:11Z"), response_type: "clicked" },
            { id: 139, customer_id: 247, ad_description: "The team confirmed the details and the account was replaced.", response_date: null, response_type: "viewed" },
            { id: 140, customer_id: 186, ad_description: "The courier confirmed the details and the item was closed.", response_date: null, response_type: "viewed" },
            { id: 141, customer_id: 89, ad_description: "Flagged as incomplete. The reviewer reviewed the report.", response_date: new Date("2023-05-27T15:12:07Z"), response_type: "clicked" },
            { id: 142, customer_id: 181, ad_description: "The team reported a minor issue; the session was closed.", response_date: new Date("2023-07-30T17:39:09Z"), response_type: "clicked" },
            { id: 143, customer_id: 276, ad_description: "An incomplete follow-up: the invoice was confirmed.", response_date: null, response_type: "viewed" },
            { id: 144, customer_id: 382, ad_description: "The customer reported a late issue; the appointment was replaced.", response_date: new Date("2023-01-26T20:52:50Z"), response_type: "clicked" },
            { id: 145, customer_id: 219, ad_description: null, response_date: new Date("2023-03-09T15:04:59Z"), response_type: "clicked" },
            { id: 146, customer_id: 88, ad_description: null, response_date: new Date("2023-03-22T07:55:26Z"), response_type: "clicked" },
            { id: 147, customer_id: 118, ad_description: "The request was confirmed — duplicate case, no further action.", response_date: new Date("2023-03-07T15:06:51Z"), response_type: "clicked" },
            { id: 148, customer_id: 278, ad_description: null, response_date: new Date("2023-02-19T23:45:39Z"), response_type: "clicked" },
            { id: 149, customer_id: 354, ad_description: null, response_date: new Date("2023-08-16T20:37:49Z"), response_type: "clicked" },
            { id: 150, customer_id: 354, ad_description: "The reviewer asked for a change and the booking was replaced.", response_date: null, response_type: "viewed" },
            { id: 151, customer_id: 472, ad_description: "The document was cancelled following a standard review.", response_date: new Date("2023-07-16T21:59:15Z"), response_type: "clicked" },
            { id: 152, customer_id: 284, ad_description: "The claim was confirmed — incomplete case, no further action.", response_date: null, response_type: "ignored" },
            { id: 153, customer_id: 197, ad_description: "No response from the customer, so the claim was completed.", response_date: new Date("2023-06-07T18:25:07Z"), response_type: "clicked" },
            { id: 154, customer_id: 273, ad_description: "A late account was updated the same day.", response_date: new Date("2023-07-18T17:33:02Z"), response_type: "clicked" },
            { id: 155, customer_id: 313, ad_description: "The claim was reviewed — repeat case, no further action.", response_date: new Date("2023-10-06T09:39:33Z"), response_type: "clicked" },
            { id: 156, customer_id: 230, ad_description: "The supplier asked for a change and the item was reviewed.", response_date: new Date("2023-05-04T15:21:49Z"), response_type: "clicked" },
            { id: 157, customer_id: 281, ad_description: "The item was refunded following a repeat review.", response_date: null, response_type: "viewed" },
            { id: 158, customer_id: 121, ad_description: "The appointment was completed — routine case, no further action.", response_date: new Date("2023-10-21T12:00:52Z"), response_type: "clicked" },
            { id: 159, customer_id: 59, ad_description: "No response from the customer, so the account was processed.", response_date: new Date("2023-01-22T13:17:10Z"), response_type: "clicked" },
            { id: 160, customer_id: 284, ad_description: null, response_date: new Date("2023-05-17T17:48:22Z"), response_type: "clicked" },
            { id: 161, customer_id: 478, ad_description: "The report was refunded following a standard review.", response_date: null, response_type: "viewed" },
            { id: 162, customer_id: 208, ad_description: "The customer reported a duplicate issue; the invoice was reviewed.", response_date: new Date("2023-12-24T14:39:38Z"), response_type: "clicked" },
            { id: 163, customer_id: 187, ad_description: "The reviewer asked for a change and the document was reopened.", response_date: new Date("2023-12-31T19:41:02Z"), response_type: "clicked" },
            { id: 164, customer_id: 298, ad_description: "The appointment was completed after a duplicate check.", response_date: new Date("2023-10-20T14:57:16Z"), response_type: "clicked" },
            { id: 165, customer_id: 24, ad_description: "An operator reported an unusual issue; the item was reviewed.", response_date: null, response_type: "viewed" },
            { id: 166, customer_id: 34, ad_description: "No response from support, so the payment was rescheduled.", response_date: null, response_type: "viewed" },
            { id: 167, customer_id: 321, ad_description: "The booking was rescheduled following a standard review.", response_date: null, response_type: "viewed" },
            { id: 168, customer_id: 436, ad_description: "The booking was rescheduled after a manual check.", response_date: null, response_type: "viewed" },
            { id: 169, customer_id: 121, ad_description: "The ticket was reviewed following an automatic review.", response_date: new Date("2023-06-29T18:28:53Z"), response_type: "clicked" },
            { id: 170, customer_id: 449, ad_description: "An urgent follow-up: the claim was replaced.", response_date: null, response_type: "viewed" },
            { id: 171, customer_id: 474, ad_description: "No response from the team, so the booking was delayed.", response_date: new Date("2023-12-04T10:17:58Z"), response_type: "clicked" },
            { id: 172, customer_id: 351, ad_description: "The reviewer confirmed the details and the invoice was completed.", response_date: new Date("2023-08-27T13:20:03Z"), response_type: "clicked" },
            { id: 173, customer_id: 250, ad_description: "No response from the courier, so the appointment was closed.", response_date: new Date("2023-01-08T19:39:51Z"), response_type: "clicked" },
            { id: 174, customer_id: 80, ad_description: "The account owner reported an incomplete issue; the refund was replaced.", response_date: new Date("2023-06-29T19:37:59Z"), response_type: "clicked" },
            { id: 175, customer_id: 222, ad_description: null, response_date: new Date("2023-02-03T01:24:54Z"), response_type: "clicked" },
            { id: 176, customer_id: 494, ad_description: "The reviewer asked for a change and the refund was rejected.", response_date: null, response_type: "ignored" },
            { id: 177, customer_id: 258, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 178, customer_id: 255, ad_description: null, response_date: new Date("2023-02-21T08:41:43Z"), response_type: "clicked" },
            { id: 179, customer_id: 48, ad_description: "A partial follow-up: the order was refunded.", response_date: new Date("2023-10-20T09:24:11Z"), response_type: "clicked" },
            { id: 180, customer_id: 436, ad_description: "The ticket was processed — manual case, no further action.", response_date: new Date("2023-06-13T18:15:38Z"), response_type: "clicked" },
            { id: 181, customer_id: 161, ad_description: "The appointment was reviewed following a minor review.", response_date: null, response_type: "viewed" },
            { id: 182, customer_id: 322, ad_description: "The delivery was updated after a partial check.", response_date: new Date("2023-09-15T17:11:13Z"), response_type: "clicked" },
            { id: 183, customer_id: 106, ad_description: "The reviewer reported a standard issue; the delivery was completed.", response_date: new Date("2023-03-13T08:20:30Z"), response_type: "clicked" },
            { id: 184, customer_id: 410, ad_description: "No response from an operator, so the shipment was refunded.", response_date: null, response_type: "viewed" },
            { id: 185, customer_id: 438, ad_description: "The appointment was approved — unusual case, no further action.", response_date: null, response_type: "viewed" },
            { id: 186, customer_id: 401, ad_description: "The order was approved following a routine review.", response_date: null, response_type: "viewed" },
            { id: 187, customer_id: 109, ad_description: "The team confirmed the details and the report was processed.", response_date: new Date("2023-09-16T14:48:02Z"), response_type: "clicked" },
            { id: 188, customer_id: 47, ad_description: "The booking was refunded following a standard review.", response_date: null, response_type: "viewed" },
            { id: 189, customer_id: 420, ad_description: "The claim was approved following an urgent review.", response_date: null, response_type: "ignored" },
            { id: 190, customer_id: 130, ad_description: "The document was closed following a late review.", response_date: new Date("2023-10-03T00:44:20Z"), response_type: "clicked" },
            { id: 191, customer_id: 262, ad_description: "The invoice was updated — minor case, no further action.", response_date: null, response_type: "ignored" },
            { id: 192, customer_id: 478, ad_description: "The appointment was rescheduled following an incomplete review.", response_date: null, response_type: "viewed" },
            { id: 193, customer_id: 277, ad_description: "The supplier reported a standard issue; the refund was rejected.", response_date: new Date("2023-04-29T22:18:50Z"), response_type: "clicked" },
            { id: 194, customer_id: 185, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 195, customer_id: 57, ad_description: "A repeat claim was approved the same day.", response_date: new Date("2023-11-23T14:42:26Z"), response_type: "clicked" },
            { id: 196, customer_id: 42, ad_description: null, response_date: new Date("2023-01-18T19:01:15Z"), response_type: "clicked" },
            { id: 197, customer_id: 426, ad_description: "No response from support, so the ticket was rejected.", response_date: new Date("2023-11-02T15:54:35Z"), response_type: "clicked" },
            { id: 198, customer_id: 227, ad_description: null, response_date: null, response_type: "ignored" },
            { id: 199, customer_id: 308, ad_description: null, response_date: new Date("2023-08-12T00:44:35Z"), response_type: "clicked" },
            { id: 200, customer_id: 202, ad_description: "No response from the reviewer, so the account was completed.", response_date: new Date("2023-04-13T00:25:43Z"), response_type: "clicked" },
            { id: 201, customer_id: 19, ad_description: "The team reported a routine issue; the claim was resolved.", response_date: null, response_type: "viewed" },
            { id: 202, customer_id: 265, ad_description: "The report was reopened — partial case, no further action.", response_date: new Date("2023-06-04T21:38:39Z"), response_type: "clicked" },
            { id: 203, customer_id: 329, ad_description: "The transfer was rescheduled following an incomplete review.", response_date: null, response_type: "viewed" },
            { id: 204, customer_id: 382, ad_description: "Flagged as incomplete. The reviewer delayed the order.", response_date: new Date("2023-04-16T19:37:46Z"), response_type: "clicked" },
            { id: 205, customer_id: 186, ad_description: "Flagged as routine. The supplier reviewed the payment.", response_date: null, response_type: "ignored" },
            { id: 206, customer_id: 180, ad_description: "A duplicate invoice was completed the same day.", response_date: new Date("2023-06-29T19:18:45Z"), response_type: "clicked" },
            { id: 207, customer_id: 452, ad_description: "An operator asked for a change and the claim was processed.", response_date: new Date("2023-08-24T12:37:49Z"), response_type: "clicked" },
            { id: 208, customer_id: 105, ad_description: "The session was rejected after an unusual check.", response_date: new Date("2023-09-08T21:47:26Z"), response_type: "clicked" },
            { id: 209, customer_id: 408, ad_description: "An urgent follow-up: the transfer was replaced.", response_date: new Date("2023-12-28T07:18:00Z"), response_type: "clicked" },
            { id: 210, customer_id: 441, ad_description: "The reviewer confirmed the details and the session was confirmed.", response_date: new Date("2023-07-17T18:56:12Z"), response_type: "clicked" },
            { id: 211, customer_id: 298, ad_description: "No response from support, so the payment was reviewed.", response_date: new Date("2023-01-04T09:35:16Z"), response_type: "clicked" },
            { id: 212, customer_id: 464, ad_description: null, response_date: new Date("2023-03-08T20:53:05Z"), response_type: "clicked" },
            { id: 213, customer_id: 285, ad_description: null, response_date: new Date("2023-12-25T01:41:17Z"), response_type: "clicked" },
            { id: 214, customer_id: 40, ad_description: "The account owner asked for a change and the item was completed.", response_date: null, response_type: "ignored" },
            { id: 215, customer_id: 146, ad_description: "No response from the reviewer, so the appointment was cancelled.", response_date: new Date("2023-09-29T15:01:55Z"), response_type: "clicked" },
            { id: 216, customer_id: 103, ad_description: "A standard follow-up: the record was updated.", response_date: null, response_type: "viewed" },
            { id: 217, customer_id: 168, ad_description: "The supplier asked for a change and the transfer was refunded.", response_date: new Date("2023-11-15T09:43:08Z"), response_type: "clicked" },
            { id: 218, customer_id: 337, ad_description: "The report was rejected — minor case, no further action.", response_date: null, response_type: "viewed" },
            { id: 219, customer_id: 296, ad_description: "The order was completed — incomplete case, no further action.", response_date: null, response_type: "ignored" },
            { id: 220, customer_id: 60, ad_description: "The reviewer reported a duplicate issue; the transfer was processed.", response_date: new Date("2023-07-04T11:30:07Z"), response_type: "clicked" },
            { id: 221, customer_id: 232, ad_description: "An incomplete follow-up: the account was processed.", response_date: new Date("2023-10-23T13:06:15Z"), response_type: "clicked" },
            { id: 222, customer_id: 294, ad_description: "The account owner asked for a change and the account was delayed.", response_date: new Date("2023-09-21T15:47:59Z"), response_type: "clicked" },
            { id: 223, customer_id: 397, ad_description: "The appointment was approved after a repeat check.", response_date: new Date("2023-04-13T00:56:43Z"), response_type: "clicked" },
            { id: 224, customer_id: 149, ad_description: "The courier reported a partial issue; the record was approved.", response_date: new Date("2023-09-16T17:20:29Z"), response_type: "clicked" },
            { id: 225, customer_id: 473, ad_description: "A minor refund was reviewed the same day.", response_date: new Date("2023-01-20T15:13:27Z"), response_type: "clicked" },
            { id: 226, customer_id: 401, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 227, customer_id: 23, ad_description: "The customer confirmed the details and the ticket was reviewed.", response_date: null, response_type: "viewed" },
            { id: 228, customer_id: 271, ad_description: "A duplicate follow-up: the record was cancelled.", response_date: null, response_type: "ignored" },
            { id: 229, customer_id: 336, ad_description: "The customer reported a minor issue; the shipment was completed.", response_date: null, response_type: "viewed" },
            { id: 230, customer_id: 319, ad_description: "The shipment was replaced after a minor check.", response_date: new Date("2023-12-09T07:13:06Z"), response_type: "clicked" },
            { id: 231, customer_id: 427, ad_description: "No response from the team, so the account was reviewed.", response_date: new Date("2023-12-11T23:30:31Z"), response_type: "clicked" },
            { id: 232, customer_id: 78, ad_description: "The customer confirmed the details and the booking was delayed.", response_date: new Date("2023-07-04T20:36:31Z"), response_type: "clicked" },
            { id: 233, customer_id: 269, ad_description: "Support asked for a change and the delivery was processed.", response_date: null, response_type: "viewed" },
            { id: 234, customer_id: 307, ad_description: "The team confirmed the details and the payment was refunded.", response_date: null, response_type: "viewed" },
            { id: 235, customer_id: 359, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 236, customer_id: 86, ad_description: "An operator asked for a change and the document was updated.", response_date: new Date("2023-05-30T09:50:49Z"), response_type: "clicked" },
            { id: 237, customer_id: 231, ad_description: "The courier reported a manual issue; the account was rejected.", response_date: new Date("2023-08-30T14:32:55Z"), response_type: "clicked" },
            { id: 238, customer_id: 344, ad_description: "An automatic shipment was processed the same day.", response_date: null, response_type: "viewed" },
            { id: 239, customer_id: 119, ad_description: "An urgent follow-up: the report was cancelled.", response_date: new Date("2023-10-21T13:02:43Z"), response_type: "clicked" },
            { id: 240, customer_id: 184, ad_description: "The supplier asked for a change and the ticket was replaced.", response_date: new Date("2023-07-10T15:24:42Z"), response_type: "clicked" },
            { id: 241, customer_id: 110, ad_description: "The customer confirmed the details and the order was rescheduled.", response_date: new Date("2023-11-30T20:01:48Z"), response_type: "clicked" },
            { id: 242, customer_id: 177, ad_description: "The appointment was processed — automatic case, no further action.", response_date: null, response_type: "viewed" },
            { id: 243, customer_id: 86, ad_description: "The ticket was resolved after a repeat check.", response_date: new Date("2023-07-23T17:27:54Z"), response_type: "clicked" },
            { id: 244, customer_id: 203, ad_description: "The session was approved following a minor review.", response_date: new Date("2023-11-21T23:54:58Z"), response_type: "clicked" },
            { id: 245, customer_id: 406, ad_description: "No response from the team, so the account was approved.", response_date: null, response_type: "viewed" },
            { id: 246, customer_id: 345, ad_description: "Support reported a routine issue; the account was closed.", response_date: null, response_type: "ignored" },
            { id: 247, customer_id: 94, ad_description: "Flagged as routine. The team reviewed the order.", response_date: null, response_type: "viewed" },
            { id: 248, customer_id: 264, ad_description: "No response from the customer, so the appointment was replaced.", response_date: new Date("2023-02-21T12:08:03Z"), response_type: "clicked" },
            { id: 249, customer_id: 259, ad_description: "The session was approved following an unusual review.", response_date: new Date("2023-07-03T21:08:52Z"), response_type: "clicked" },
            { id: 250, customer_id: 481, ad_description: "The reviewer confirmed the details and the booking was cancelled.", response_date: new Date("2023-03-15T09:55:05Z"), response_type: "clicked" },
            { id: 251, customer_id: 429, ad_description: "No response from the account owner, so the document was closed.", response_date: new Date("2023-09-23T14:17:12Z"), response_type: "clicked" },
            { id: 252, customer_id: 150, ad_description: null, response_date: new Date("2023-09-19T14:34:58Z"), response_type: "clicked" },
            { id: 253, customer_id: 383, ad_description: "The account owner reported a duplicate issue; the document was refunded.", response_date: null, response_type: "ignored" },
            { id: 254, customer_id: 264, ad_description: "A manual follow-up: the invoice was rejected.", response_date: new Date("2023-12-25T16:51:21Z"), response_type: "clicked" },
            { id: 255, customer_id: 484, ad_description: "A duplicate ticket was confirmed the same day.", response_date: null, response_type: "viewed" },
            { id: 256, customer_id: 194, ad_description: "The transfer was reviewed following an incomplete review.", response_date: new Date("2023-11-03T13:25:45Z"), response_type: "clicked" },
            { id: 257, customer_id: 9, ad_description: "The session was escalated following a manual review.", response_date: null, response_type: "viewed" },
            { id: 258, customer_id: 327, ad_description: "The refund was confirmed following a standard review.", response_date: null, response_type: "ignored" },
            { id: 259, customer_id: 326, ad_description: "The supplier confirmed the details and the shipment was replaced.", response_date: new Date("2023-01-19T16:19:24Z"), response_type: "clicked" },
            { id: 260, customer_id: 206, ad_description: "Support confirmed the details and the shipment was reopened.", response_date: new Date("2023-09-09T20:50:31Z"), response_type: "clicked" },
            { id: 261, customer_id: 104, ad_description: "The customer asked for a change and the transfer was delayed.", response_date: new Date("2023-07-29T22:26:39Z"), response_type: "clicked" },
            { id: 262, customer_id: 366, ad_description: "A repeat invoice was updated the same day.", response_date: null, response_type: "viewed" },
            { id: 263, customer_id: 455, ad_description: "The appointment was rescheduled following a late review.", response_date: new Date("2023-12-28T06:08:03Z"), response_type: "clicked" },
            { id: 264, customer_id: 413, ad_description: "The report was rejected after an incomplete check.", response_date: new Date("2023-07-06T19:54:14Z"), response_type: "clicked" },
            { id: 265, customer_id: 178, ad_description: "An operator confirmed the details and the claim was processed.", response_date: null, response_type: "viewed" },
            { id: 266, customer_id: 382, ad_description: "An operator confirmed the details and the report was rescheduled.", response_date: null, response_type: "viewed" },
            { id: 267, customer_id: 19, ad_description: null, response_date: new Date("2023-11-12T15:48:22Z"), response_type: "clicked" },
            { id: 268, customer_id: 450, ad_description: "An urgent booking was completed the same day.", response_date: new Date("2023-12-28T11:58:59Z"), response_type: "clicked" },
            { id: 269, customer_id: 37, ad_description: "The transfer was completed — standard case, no further action.", response_date: null, response_type: "viewed" },
            { id: 270, customer_id: 141, ad_description: "The supplier reported a routine issue; the ticket was resolved.", response_date: null, response_type: "viewed" },
            { id: 271, customer_id: 404, ad_description: "The courier reported a standard issue; the account was escalated.", response_date: new Date("2023-07-28T09:59:38Z"), response_type: "clicked" },
            { id: 272, customer_id: 70, ad_description: "The document was confirmed — repeat case, no further action.", response_date: new Date("2023-04-06T00:42:34Z"), response_type: "clicked" },
            { id: 273, customer_id: 379, ad_description: "The report was rescheduled following a late review.", response_date: null, response_type: "viewed" },
            { id: 274, customer_id: 37, ad_description: "The account was confirmed following a standard review.", response_date: new Date("2023-07-24T13:18:31Z"), response_type: "clicked" },
            { id: 275, customer_id: 245, ad_description: "No response from the customer, so the item was refunded.", response_date: new Date("2023-07-31T20:45:12Z"), response_type: "clicked" },
            { id: 276, customer_id: 362, ad_description: "A minor request was rescheduled the same day.", response_date: new Date("2023-09-22T14:43:55Z"), response_type: "clicked" },
            { id: 277, customer_id: 46, ad_description: "A repeat follow-up: the ticket was refunded.", response_date: new Date("2023-01-06T18:02:34Z"), response_type: "clicked" },
            { id: 278, customer_id: 375, ad_description: "No response from the team, so the ticket was confirmed.", response_date: new Date("2023-04-30T17:04:52Z"), response_type: "clicked" },
            { id: 279, customer_id: 344, ad_description: "No response from the account owner, so the transfer was processed.", response_date: new Date("2023-08-18T19:31:20Z"), response_type: "clicked" },
            { id: 280, customer_id: 288, ad_description: null, response_date: new Date("2023-06-06T10:26:48Z"), response_type: "clicked" },
            { id: 281, customer_id: 325, ad_description: "Support reported an incomplete issue; the record was confirmed.", response_date: new Date("2023-09-27T19:05:37Z"), response_type: "clicked" },
            { id: 282, customer_id: 170, ad_description: "The record was rescheduled — automatic case, no further action.", response_date: new Date("2023-06-04T20:46:15Z"), response_type: "clicked" },
            { id: 283, customer_id: 95, ad_description: "The customer asked for a change and the transfer was delayed.", response_date: new Date("2023-10-03T09:42:31Z"), response_type: "clicked" },
            { id: 284, customer_id: 442, ad_description: "The delivery was updated following a repeat review.", response_date: new Date("2023-11-10T19:52:48Z"), response_type: "clicked" },
            { id: 285, customer_id: 27, ad_description: "The account owner confirmed the details and the order was escalated.", response_date: null, response_type: "viewed" },
            { id: 286, customer_id: 302, ad_description: "Flagged as standard. The reviewer refunded the document.", response_date: null, response_type: "viewed" },
            { id: 287, customer_id: 320, ad_description: "An incomplete request was refunded the same day.", response_date: new Date("2023-10-14T14:18:44Z"), response_type: "clicked" },
            { id: 288, customer_id: 412, ad_description: "No response from the team, so the document was delayed.", response_date: null, response_type: "viewed" },
            { id: 289, customer_id: 30, ad_description: "The customer reported a repeat issue; the report was replaced.", response_date: new Date("2023-12-08T15:40:55Z"), response_type: "clicked" },
            { id: 290, customer_id: 235, ad_description: "A standard booking was approved the same day.", response_date: new Date("2023-01-06T15:01:24Z"), response_type: "clicked" },
            { id: 291, customer_id: 140, ad_description: "A partial follow-up: the request was cancelled.", response_date: new Date("2023-07-01T18:49:46Z"), response_type: "clicked" },
            { id: 292, customer_id: 156, ad_description: "The team confirmed the details and the refund was refunded.", response_date: null, response_type: "viewed" },
            { id: 293, customer_id: 56, ad_description: "The invoice was approved — duplicate case, no further action.", response_date: null, response_type: "viewed" },
            { id: 294, customer_id: 123, ad_description: "Support reported a repeat issue; the item was refunded.", response_date: new Date("2023-03-15T11:47:57Z"), response_type: "clicked" },
            { id: 295, customer_id: 196, ad_description: "Flagged as manual. Support closed the request.", response_date: new Date("2023-07-21T16:45:16Z"), response_type: "clicked" },
            { id: 296, customer_id: 413, ad_description: "A repeat payment was approved the same day.", response_date: new Date("2023-06-24T22:05:05Z"), response_type: "clicked" },
            { id: 297, customer_id: 212, ad_description: "The refund was cancelled following a repeat review.", response_date: new Date("2023-01-29T18:50:12Z"), response_type: "clicked" },
            { id: 298, customer_id: 472, ad_description: "The team confirmed the details and the item was resolved.", response_date: new Date("2023-06-29T21:57:40Z"), response_type: "clicked" },
            { id: 299, customer_id: 242, ad_description: "The invoice was completed after an urgent check.", response_date: null, response_type: "ignored" },
            { id: 300, customer_id: 436, ad_description: "The account was cancelled — duplicate case, no further action.", response_date: new Date("2023-03-13T15:22:04Z"), response_type: "clicked" },
            { id: 301, customer_id: 192, ad_description: "An operator reported an incomplete issue; the ticket was delayed.", response_date: new Date("2023-09-16T03:15:21Z"), response_type: "clicked" },
            { id: 302, customer_id: 256, ad_description: "The account owner confirmed the details and the request was delayed.", response_date: new Date("2023-07-15T11:50:12Z"), response_type: "clicked" },
            { id: 303, customer_id: 446, ad_description: "Support confirmed the details and the appointment was cancelled.", response_date: new Date("2023-06-13T01:40:09Z"), response_type: "clicked" },
            { id: 304, customer_id: 272, ad_description: "A repeat follow-up: the refund was reopened.", response_date: null, response_type: "ignored" },
            { id: 305, customer_id: 211, ad_description: "The team asked for a change and the request was rescheduled.", response_date: null, response_type: "viewed" },
            { id: 306, customer_id: 196, ad_description: "No response from an operator, so the record was resolved.", response_date: null, response_type: "viewed" },
            { id: 307, customer_id: 443, ad_description: "The account owner asked for a change and the report was delayed.", response_date: new Date("2023-03-30T17:30:29Z"), response_type: "clicked" },
            { id: 308, customer_id: 445, ad_description: "A partial refund was processed the same day.", response_date: new Date("2023-06-17T20:37:08Z"), response_type: "clicked" },
            { id: 309, customer_id: 480, ad_description: "The report was confirmed after a routine check.", response_date: null, response_type: "viewed" },
            { id: 310, customer_id: 72, ad_description: "The delivery was confirmed after a standard check.", response_date: null, response_type: "viewed" },
            { id: 311, customer_id: 227, ad_description: "The account owner asked for a change and the record was escalated.", response_date: new Date("2023-12-17T20:14:52Z"), response_type: "clicked" },
            { id: 312, customer_id: 336, ad_description: "The customer confirmed the details and the appointment was resolved.", response_date: new Date("2023-07-17T16:51:56Z"), response_type: "clicked" },
            { id: 313, customer_id: 18, ad_description: "No response from the customer, so the booking was confirmed.", response_date: new Date("2023-01-16T10:11:49Z"), response_type: "clicked" },
            { id: 314, customer_id: 434, ad_description: "An operator confirmed the details and the session was delayed.", response_date: new Date("2023-03-20T15:50:18Z"), response_type: "clicked" },
            { id: 315, customer_id: 447, ad_description: "The team confirmed the details and the transfer was delayed.", response_date: null, response_type: "viewed" },
            { id: 316, customer_id: 278, ad_description: "The document was approved following a minor review.", response_date: new Date("2023-01-02T21:00:41Z"), response_type: "clicked" },
            { id: 317, customer_id: 452, ad_description: "A standard follow-up: the refund was replaced.", response_date: null, response_type: "viewed" },
            { id: 318, customer_id: 238, ad_description: "Flagged as partial. The customer replaced the shipment.", response_date: null, response_type: "viewed" },
            { id: 319, customer_id: 173, ad_description: "A standard claim was completed the same day.", response_date: new Date("2023-01-21T12:00:38Z"), response_type: "clicked" },
            { id: 320, customer_id: 373, ad_description: null, response_date: null, response_type: "ignored" },
            { id: 321, customer_id: 196, ad_description: "An unusual report was refunded the same day.", response_date: new Date("2023-01-23T19:50:23Z"), response_type: "clicked" },
            { id: 322, customer_id: 165, ad_description: "The account owner asked for a change and the order was confirmed.", response_date: new Date("2023-12-20T21:28:39Z"), response_type: "clicked" },
            { id: 323, customer_id: 2, ad_description: "The transfer was refunded — urgent case, no further action.", response_date: new Date("2023-09-20T13:36:36Z"), response_type: "clicked" },
            { id: 324, customer_id: 196, ad_description: "A late follow-up: the account was confirmed.", response_date: new Date("2023-08-19T15:05:16Z"), response_type: "clicked" },
            { id: 325, customer_id: 309, ad_description: "No response from support, so the item was replaced.", response_date: null, response_type: "viewed" },
            { id: 326, customer_id: 495, ad_description: "The booking was resolved after an unusual check.", response_date: new Date("2023-09-02T05:13:29Z"), response_type: "clicked" },
            { id: 327, customer_id: 417, ad_description: "No response from the courier, so the request was replaced.", response_date: null, response_type: "viewed" },
            { id: 328, customer_id: 42, ad_description: "The document was resolved following a manual review.", response_date: new Date("2023-03-01T21:18:52Z"), response_type: "clicked" },
            { id: 329, customer_id: 377, ad_description: "An operator reported a partial issue; the booking was reviewed.", response_date: new Date("2023-06-16T23:21:54Z"), response_type: "clicked" },
            { id: 330, customer_id: 277, ad_description: "Support asked for a change and the payment was resolved.", response_date: null, response_type: "viewed" },
            { id: 331, customer_id: 235, ad_description: "The account owner reported a late issue; the ticket was closed.", response_date: null, response_type: "ignored" },
            { id: 332, customer_id: 363, ad_description: "Flagged as automatic. Support replaced the document.", response_date: null, response_type: "viewed" },
            { id: 333, customer_id: 404, ad_description: "The item was reopened after an urgent check.", response_date: new Date("2023-11-03T07:22:01Z"), response_type: "clicked" },
            { id: 334, customer_id: 434, ad_description: null, response_date: new Date("2023-02-03T19:59:42Z"), response_type: "clicked" },
            { id: 335, customer_id: 434, ad_description: "A partial payment was completed the same day.", response_date: null, response_type: "ignored" },
            { id: 336, customer_id: 390, ad_description: "A routine follow-up: the refund was processed.", response_date: new Date("2023-01-24T11:15:27Z"), response_type: "clicked" },
            { id: 337, customer_id: 432, ad_description: "The ticket was escalated — incomplete case, no further action.", response_date: null, response_type: "ignored" },
            { id: 338, customer_id: 350, ad_description: "The report was rejected following an urgent review.", response_date: new Date("2023-04-26T17:24:07Z"), response_type: "clicked" },
            { id: 339, customer_id: 456, ad_description: "The ticket was confirmed following an urgent review.", response_date: new Date("2023-07-27T13:51:00Z"), response_type: "clicked" },
            { id: 340, customer_id: 259, ad_description: "The supplier reported a repeat issue; the refund was rejected.", response_date: null, response_type: "viewed" },
            { id: 341, customer_id: 96, ad_description: null, response_date: new Date("2023-09-24T08:46:50Z"), response_type: "clicked" },
            { id: 342, customer_id: 328, ad_description: "The account owner confirmed the details and the order was resolved.", response_date: null, response_type: "viewed" },
            { id: 343, customer_id: 17, ad_description: "No response from the account owner, so the refund was rescheduled.", response_date: new Date("2023-07-22T13:00:54Z"), response_type: "clicked" },
            { id: 344, customer_id: 219, ad_description: "An operator asked for a change and the item was updated.", response_date: null, response_type: "viewed" },
            { id: 345, customer_id: 145, ad_description: "Flagged as standard. An operator refunded the booking.", response_date: new Date("2023-11-27T21:25:21Z"), response_type: "clicked" },
            { id: 346, customer_id: 44, ad_description: "An unusual follow-up: the request was refunded.", response_date: null, response_type: "ignored" },
            { id: 347, customer_id: 33, ad_description: "A repeat follow-up: the request was closed.", response_date: null, response_type: "viewed" },
            { id: 348, customer_id: 284, ad_description: "No response from the team, so the request was escalated.", response_date: new Date("2023-04-13T11:59:58Z"), response_type: "clicked" },
            { id: 349, customer_id: 466, ad_description: "Support confirmed the details and the ticket was escalated.", response_date: null, response_type: "viewed" },
            { id: 350, customer_id: 481, ad_description: null, response_date: new Date("2023-07-31T06:48:42Z"), response_type: "clicked" },
            { id: 351, customer_id: 119, ad_description: "No response from support, so the ticket was completed.", response_date: new Date("2023-08-28T14:36:49Z"), response_type: "clicked" },
            { id: 352, customer_id: 153, ad_description: "The appointment was replaced following an unusual review.", response_date: new Date("2023-05-17T13:23:43Z"), response_type: "clicked" },
            { id: 353, customer_id: 353, ad_description: "A standard record was rescheduled the same day.", response_date: new Date("2023-07-02T17:50:26Z"), response_type: "clicked" },
            { id: 354, customer_id: 453, ad_description: "The session was processed — late case, no further action.", response_date: new Date("2023-01-25T07:19:48Z"), response_type: "clicked" },
            { id: 355, customer_id: 404, ad_description: "The account was confirmed following an incomplete review.", response_date: new Date("2023-09-08T06:00:12Z"), response_type: "clicked" },
            { id: 356, customer_id: 140, ad_description: "Flagged as standard. The team rejected the report.", response_date: null, response_type: "viewed" },
            { id: 357, customer_id: 381, ad_description: "An urgent item was rejected the same day.", response_date: new Date("2023-01-07T20:01:14Z"), response_type: "clicked" },
            { id: 358, customer_id: 45, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 359, customer_id: 484, ad_description: "The record was approved after a late check.", response_date: new Date("2023-12-09T16:44:24Z"), response_type: "clicked" },
            { id: 360, customer_id: 337, ad_description: "No response from the courier, so the booking was rescheduled.", response_date: new Date("2023-03-13T19:15:34Z"), response_type: "clicked" },
            { id: 361, customer_id: 165, ad_description: "The delivery was reviewed after an incomplete check.", response_date: null, response_type: "viewed" },
            { id: 362, customer_id: 146, ad_description: "The claim was resolved after a partial check.", response_date: new Date("2023-02-08T18:31:35Z"), response_type: "clicked" },
            { id: 363, customer_id: 42, ad_description: "The courier confirmed the details and the payment was rejected.", response_date: null, response_type: "viewed" },
            { id: 364, customer_id: 426, ad_description: "No response from the supplier, so the record was updated.", response_date: new Date("2023-01-16T16:38:16Z"), response_type: "clicked" },
            { id: 365, customer_id: 297, ad_description: "The customer confirmed the details and the order was processed.", response_date: new Date("2023-11-01T23:38:43Z"), response_type: "clicked" },
            { id: 366, customer_id: 336, ad_description: null, response_date: new Date("2023-01-28T23:03:02Z"), response_type: "clicked" },
            { id: 367, customer_id: 492, ad_description: "The courier reported a minor issue; the booking was reopened.", response_date: new Date("2023-10-22T10:20:35Z"), response_type: "clicked" },
            { id: 368, customer_id: 285, ad_description: "The record was cancelled after an urgent check.", response_date: new Date("2023-03-11T07:29:23Z"), response_type: "clicked" },
            { id: 369, customer_id: 264, ad_description: "A minor refund was completed the same day.", response_date: new Date("2023-01-16T16:01:24Z"), response_type: "clicked" },
            { id: 370, customer_id: 7, ad_description: null, response_date: new Date("2023-07-16T09:33:04Z"), response_type: "clicked" },
            { id: 371, customer_id: 12, ad_description: "A partial follow-up: the appointment was resolved.", response_date: new Date("2023-04-10T20:18:44Z"), response_type: "clicked" },
            { id: 372, customer_id: 215, ad_description: "A late follow-up: the booking was updated.", response_date: new Date("2023-03-26T16:51:08Z"), response_type: "clicked" },
            { id: 373, customer_id: 282, ad_description: "An unusual session was rescheduled the same day.", response_date: new Date("2023-11-05T07:10:16Z"), response_type: "clicked" },
            { id: 374, customer_id: 15, ad_description: "No response from the supplier, so the delivery was delayed.", response_date: new Date("2023-06-23T09:33:43Z"), response_type: "clicked" },
            { id: 375, customer_id: 400, ad_description: "The payment was replaced following a manual review.", response_date: new Date("2023-01-01T19:12:21Z"), response_type: "clicked" },
            { id: 376, customer_id: 493, ad_description: "The appointment was replaced following a routine review.", response_date: new Date("2023-11-16T10:13:32Z"), response_type: "clicked" },
            { id: 377, customer_id: 431, ad_description: "Flagged as late. The reviewer replaced the report.", response_date: new Date("2023-12-20T03:33:51Z"), response_type: "clicked" },
            { id: 378, customer_id: 326, ad_description: "A routine appointment was rejected the same day.", response_date: new Date("2023-09-08T09:40:19Z"), response_type: "clicked" },
            { id: 379, customer_id: 484, ad_description: "An urgent invoice was rejected the same day.", response_date: new Date("2023-05-26T00:18:23Z"), response_type: "clicked" },
            { id: 380, customer_id: 155, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 381, customer_id: 194, ad_description: "The supplier confirmed the details and the claim was reopened.", response_date: new Date("2023-03-24T08:17:16Z"), response_type: "clicked" },
            { id: 382, customer_id: 297, ad_description: "No response from the supplier, so the record was reopened.", response_date: new Date("2023-08-28T21:45:48Z"), response_type: "clicked" },
            { id: 383, customer_id: 33, ad_description: "The reviewer confirmed the details and the report was completed.", response_date: null, response_type: "viewed" },
            { id: 384, customer_id: 436, ad_description: "An automatic follow-up: the delivery was reviewed.", response_date: null, response_type: "viewed" },
            { id: 385, customer_id: 436, ad_description: "The shipment was completed after an urgent check.", response_date: new Date("2023-12-04T22:17:49Z"), response_type: "clicked" },
            { id: 386, customer_id: 21, ad_description: "The request was delayed — minor case, no further action.", response_date: null, response_type: "viewed" },
            { id: 387, customer_id: 480, ad_description: "The account owner reported a duplicate issue; the order was escalated.", response_date: new Date("2023-04-25T19:31:30Z"), response_type: "clicked" },
            { id: 388, customer_id: 469, ad_description: "The order was confirmed following a late review.", response_date: null, response_type: "viewed" },
            { id: 389, customer_id: 304, ad_description: "The payment was completed after a standard check.", response_date: null, response_type: "viewed" },
            { id: 390, customer_id: 225, ad_description: "The claim was approved after an automatic check.", response_date: new Date("2023-01-09T21:17:02Z"), response_type: "clicked" },
            { id: 391, customer_id: 65, ad_description: "A partial follow-up: the request was cancelled.", response_date: null, response_type: "ignored" },
            { id: 392, customer_id: 342, ad_description: "Support confirmed the details and the record was cancelled.", response_date: null, response_type: "viewed" },
            { id: 393, customer_id: 465, ad_description: "The reviewer asked for a change and the ticket was updated.", response_date: new Date("2023-05-02T14:10:51Z"), response_type: "clicked" },
            { id: 394, customer_id: 260, ad_description: "The order was cancelled — partial case, no further action.", response_date: new Date("2023-03-29T13:11:12Z"), response_type: "clicked" },
            { id: 395, customer_id: 207, ad_description: "A duplicate follow-up: the refund was closed.", response_date: new Date("2023-01-21T01:22:47Z"), response_type: "clicked" },
            { id: 396, customer_id: 10, ad_description: "An unusual document was updated the same day.", response_date: new Date("2023-02-05T13:32:09Z"), response_type: "clicked" },
            { id: 397, customer_id: 12, ad_description: "The invoice was updated following a repeat review.", response_date: null, response_type: "viewed" },
            { id: 398, customer_id: 456, ad_description: "No response from the account owner, so the request was confirmed.", response_date: null, response_type: "viewed" },
            { id: 399, customer_id: 490, ad_description: null, response_date: null, response_type: "viewed" },
            { id: 400, customer_id: 66, ad_description: "The delivery was processed — duplicate case, no further action.", response_date: new Date("2023-10-30T05:04:15Z"), response_type: "clicked" },
        ],
    });
    await prisma.stores.createMany({
        data: [
            { id: 1, store_name: null, category: "home" },
            { id: 2, store_name: "depot warehouse", category: "electronics" },
            { id: 3, store_name: "goods", category: "electronics" },
            { id: 4, store_name: "exchange boutique", category: "clothing" },
            { id: 5, store_name: null, category: "toys" },
            { id: 6, store_name: "gallery showroom express", category: "electronics" },
            { id: 7, store_name: "market depot", category: "electronics" },
            { id: 8, store_name: "line range shop", category: "clothing" },
            { id: 9, store_name: null, category: "home" },
            { id: 10, store_name: "collection line depot", category: "clothing" },
            { id: 11, store_name: null, category: "food" },
            { id: 12, store_name: null, category: "home" },
            { id: 13, store_name: null, category: "toys" },
            { id: 14, store_name: null, category: "toys" },
            { id: 15, store_name: null, category: "home" },
            { id: 16, store_name: "express place warehouse", category: "clothing" },
            { id: 17, store_name: null, category: "home" },
            { id: 18, store_name: "shop", category: "electronics" },
            { id: 19, store_name: "boutique stock", category: "clothing" },
            { id: 20, store_name: "local", category: "electronics" },
        ],
    });
    await prisma.feedback.createMany({
        data: [
            { id: 1, customer_id: 500, store_id: 4, feedback_date: new Date("2023-10-21T09:45:30Z"), rating: 5, comments: "Support asked for a change and the session was confirmed." },
            { id: 2, customer_id: 85, store_id: 4, feedback_date: new Date("2023-03-13T20:24:39Z"), rating: 5, comments: "An incomplete shipment was escalated the same day." },
            { id: 3, customer_id: 280, store_id: 4, feedback_date: new Date("2023-01-17T15:00:08Z"), rating: 4, comments: "The item was reviewed — duplicate case, no further action." },
            { id: 4, customer_id: 368, store_id: 8, feedback_date: new Date("2023-08-03T22:08:31Z"), rating: 5, comments: "The account owner confirmed the details and the shipment was reviewed." },
            { id: 5, customer_id: 393, store_id: 19, feedback_date: new Date("2023-03-24T18:57:28Z"), rating: 2, comments: "Flagged as routine. The reviewer reopened the refund." },
            { id: 6, customer_id: 100, store_id: 1, feedback_date: new Date("2023-02-15T17:11:45Z"), rating: 5, comments: "A partial invoice was replaced the same day." },
            { id: 7, customer_id: 154, store_id: 16, feedback_date: new Date("2023-11-06T23:25:39Z"), rating: 3, comments: "The report was reopened — duplicate case, no further action." },
            { id: 8, customer_id: 328, store_id: 6, feedback_date: new Date("2023-01-13T13:48:32Z"), rating: 3, comments: "A standard claim was replaced the same day." },
            { id: 9, customer_id: 463, store_id: 7, feedback_date: new Date("2023-11-06T20:04:45Z"), rating: 1, comments: "The customer reported an unusual issue; the invoice was refunded." },
            { id: 10, customer_id: 192, store_id: 3, feedback_date: new Date("2023-06-01T12:18:06Z"), rating: 4, comments: "A repeat document was completed the same day." },
            { id: 11, customer_id: 293, store_id: 6, feedback_date: new Date("2023-05-23T08:22:28Z"), rating: 4, comments: "No response from the reviewer, so the request was updated." },
            { id: 12, customer_id: 23, store_id: 18, feedback_date: new Date("2023-06-03T22:42:06Z"), rating: 5, comments: "The claim was escalated following an automatic review." },
            { id: 13, customer_id: 97, store_id: 5, feedback_date: new Date("2023-06-17T09:33:56Z"), rating: 4, comments: "The appointment was refunded following an incomplete review." },
            { id: 14, customer_id: 219, store_id: 20, feedback_date: new Date("2023-06-12T12:04:11Z"), rating: 4, comments: "The account was escalated following a duplicate review." },
            { id: 15, customer_id: 425, store_id: 3, feedback_date: new Date("2023-05-13T13:37:11Z"), rating: 5, comments: "The appointment was replaced — routine case, no further action." },
            { id: 16, customer_id: 259, store_id: 17, feedback_date: new Date("2023-08-18T18:45:38Z"), rating: 4, comments: "Support confirmed the details and the invoice was delayed." },
            { id: 17, customer_id: 411, store_id: 12, feedback_date: new Date("2023-10-25T12:24:01Z"), rating: 5, comments: "No response from the reviewer, so the refund was replaced." },
            { id: 18, customer_id: 232, store_id: 4, feedback_date: new Date("2023-05-15T19:41:02Z"), rating: 1, comments: "The record was resolved after a partial check." },
            { id: 19, customer_id: 28, store_id: 19, feedback_date: new Date("2023-10-14T16:18:18Z"), rating: 4, comments: "The order was escalated — urgent case, no further action." },
            { id: 20, customer_id: 284, store_id: 3, feedback_date: new Date("2023-07-20T01:15:17Z"), rating: 4, comments: "No response from the reviewer, so the appointment was delayed." },
            { id: 21, customer_id: 149, store_id: 9, feedback_date: new Date("2023-01-17T08:44:05Z"), rating: 4, comments: "A routine record was rejected the same day." },
            { id: 22, customer_id: 344, store_id: 4, feedback_date: new Date("2023-11-21T23:05:35Z"), rating: 5, comments: "Flagged as minor. An operator cancelled the request." },
            { id: 23, customer_id: 435, store_id: 3, feedback_date: new Date("2023-11-12T12:15:55Z"), rating: 1, comments: "The account owner reported a minor issue; the report was resolved." },
            { id: 24, customer_id: 176, store_id: 4, feedback_date: new Date("2023-09-24T19:13:41Z"), rating: 5, comments: "No response from the reviewer, so the item was resolved." },
            { id: 25, customer_id: 143, store_id: 2, feedback_date: new Date("2023-06-01T19:45:32Z"), rating: 1, comments: "The account owner asked for a change and the report was rejected." },
            { id: 26, customer_id: 277, store_id: 1, feedback_date: new Date("2023-02-26T20:35:31Z"), rating: 2, comments: "The booking was rescheduled — partial case, no further action." },
            { id: 27, customer_id: 280, store_id: 5, feedback_date: new Date("2023-08-05T16:16:06Z"), rating: 4, comments: "Support reported an automatic issue; the order was reopened." },
            { id: 28, customer_id: 402, store_id: 5, feedback_date: new Date("2023-07-21T10:33:33Z"), rating: 3, comments: "The session was replaced — incomplete case, no further action." },
            { id: 29, customer_id: 25, store_id: 6, feedback_date: new Date("2023-02-14T18:51:36Z"), rating: 5, comments: "An operator asked for a change and the claim was rejected." },
            { id: 30, customer_id: 187, store_id: 3, feedback_date: new Date("2023-01-31T19:19:38Z"), rating: 5, comments: "The supplier confirmed the details and the claim was delayed." },
            { id: 31, customer_id: 479, store_id: 16, feedback_date: new Date("2023-03-06T13:57:04Z"), rating: 5, comments: "No response from the reviewer, so the delivery was cancelled." },
            { id: 32, customer_id: 403, store_id: 20, feedback_date: new Date("2023-11-15T09:34:05Z"), rating: 4, comments: "The supplier asked for a change and the ticket was replaced." },
            { id: 33, customer_id: 380, store_id: 7, feedback_date: new Date("2023-01-23T15:29:54Z"), rating: 5, comments: "An unusual follow-up: the request was rescheduled." },
            { id: 34, customer_id: 127, store_id: 17, feedback_date: new Date("2023-08-18T19:56:23Z"), rating: 3, comments: "The document was delayed — minor case, no further action." },
            { id: 35, customer_id: 134, store_id: 19, feedback_date: new Date("2023-10-20T10:24:15Z"), rating: 5, comments: "Flagged as routine. The account owner escalated the payment." },
            { id: 36, customer_id: 79, store_id: 13, feedback_date: new Date("2023-03-23T11:35:31Z"), rating: 5, comments: "A partial follow-up: the record was approved." },
            { id: 37, customer_id: 409, store_id: 12, feedback_date: new Date("2023-07-15T13:46:42Z"), rating: 1, comments: "Flagged as partial. The customer completed the item." },
            { id: 38, customer_id: 302, store_id: 19, feedback_date: new Date("2023-06-06T08:20:05Z"), rating: 5, comments: "Flagged as manual. The supplier updated the appointment." },
            { id: 39, customer_id: 484, store_id: 16, feedback_date: new Date("2023-12-26T11:51:05Z"), rating: 5, comments: "A duplicate follow-up: the claim was completed." },
            { id: 40, customer_id: 63, store_id: 3, feedback_date: new Date("2023-11-04T09:05:31Z"), rating: 5, comments: "The transfer was escalated after a routine check." },
            { id: 41, customer_id: 180, store_id: 2, feedback_date: new Date("2023-02-08T15:23:27Z"), rating: 3, comments: "A late invoice was closed the same day." },
            { id: 42, customer_id: 117, store_id: 4, feedback_date: new Date("2023-09-24T15:36:20Z"), rating: 5, comments: "The report was escalated following an automatic review." },
            { id: 43, customer_id: 83, store_id: 9, feedback_date: new Date("2023-12-16T10:48:36Z"), rating: 5, comments: "The order was reopened after a manual check." },
            { id: 44, customer_id: 159, store_id: 18, feedback_date: new Date("2023-09-18T17:14:09Z"), rating: 4, comments: "The order was approved after a routine check." },
            { id: 45, customer_id: 307, store_id: 16, feedback_date: new Date("2023-07-16T19:19:13Z"), rating: 5, comments: "The transfer was rejected following a manual review." },
            { id: 46, customer_id: 356, store_id: 19, feedback_date: new Date("2023-08-29T19:57:55Z"), rating: 5, comments: "The report was resolved following an automatic review." },
            { id: 47, customer_id: 385, store_id: 1, feedback_date: new Date("2023-04-11T07:36:35Z"), rating: 5, comments: "Flagged as routine. The courier completed the report." },
            { id: 48, customer_id: 250, store_id: 15, feedback_date: new Date("2023-08-18T13:47:20Z"), rating: 5, comments: "Support asked for a change and the invoice was completed." },
            { id: 49, customer_id: 293, store_id: 3, feedback_date: new Date("2023-03-29T17:24:03Z"), rating: 4, comments: "The appointment was completed following an unusual review." },
            { id: 50, customer_id: 22, store_id: 11, feedback_date: new Date("2023-07-21T08:21:15Z"), rating: 4, comments: "A partial follow-up: the invoice was rejected." },
            { id: 51, customer_id: 303, store_id: 3, feedback_date: new Date("2023-06-10T20:20:19Z"), rating: 4, comments: "The account owner reported an unusual issue; the item was closed." },
            { id: 52, customer_id: 363, store_id: 9, feedback_date: new Date("2023-09-21T10:13:49Z"), rating: 3, comments: "The customer reported a minor issue; the claim was cancelled." },
            { id: 53, customer_id: 492, store_id: 16, feedback_date: new Date("2023-12-10T13:54:56Z"), rating: 5, comments: "The team confirmed the details and the transfer was reopened." },
            { id: 54, customer_id: 290, store_id: 7, feedback_date: new Date("2023-02-12T11:56:23Z"), rating: 3, comments: "The account owner confirmed the details and the order was refunded." },
            { id: 55, customer_id: 97, store_id: 3, feedback_date: new Date("2023-10-12T23:24:33Z"), rating: 1, comments: "Flagged as unusual. The supplier delayed the transfer." },
            { id: 56, customer_id: 195, store_id: 4, feedback_date: new Date("2023-02-01T17:33:24Z"), rating: 3, comments: "A standard follow-up: the delivery was cancelled." },
            { id: 57, customer_id: 452, store_id: 9, feedback_date: new Date("2023-10-02T13:26:20Z"), rating: 4, comments: "The refund was rejected after a duplicate check." },
            { id: 58, customer_id: 101, store_id: 13, feedback_date: new Date("2023-12-22T18:20:52Z"), rating: 1, comments: "A minor follow-up: the transfer was reviewed." },
            { id: 59, customer_id: 383, store_id: 13, feedback_date: new Date("2023-01-09T04:06:26Z"), rating: 5, comments: "The supplier confirmed the details and the payment was approved." },
            { id: 60, customer_id: 367, store_id: 13, feedback_date: new Date("2023-09-28T13:44:53Z"), rating: 4, comments: "Flagged as urgent. The account owner resolved the session." },
            { id: 61, customer_id: 178, store_id: 18, feedback_date: new Date("2023-09-05T09:56:25Z"), rating: 5, comments: "Support asked for a change and the payment was resolved." },
            { id: 62, customer_id: 301, store_id: 4, feedback_date: new Date("2023-04-17T19:24:33Z"), rating: 4, comments: "An unusual follow-up: the invoice was closed." },
            { id: 63, customer_id: 440, store_id: 13, feedback_date: new Date("2023-02-05T08:51:42Z"), rating: 5, comments: "The account owner reported a late issue; the shipment was reviewed." },
            { id: 64, customer_id: 245, store_id: 1, feedback_date: new Date("2023-03-10T07:52:11Z"), rating: 3, comments: "A standard follow-up: the order was delayed." },
            { id: 65, customer_id: 176, store_id: 5, feedback_date: new Date("2023-04-27T21:36:40Z"), rating: 4, comments: "The delivery was resolved — duplicate case, no further action." },
            { id: 66, customer_id: 294, store_id: 13, feedback_date: new Date("2023-05-29T10:49:22Z"), rating: 2, comments: "The shipment was reviewed after a minor check." },
            { id: 67, customer_id: 53, store_id: 9, feedback_date: new Date("2023-08-02T15:09:14Z"), rating: 2, comments: "A minor appointment was replaced the same day." },
            { id: 68, customer_id: 114, store_id: 19, feedback_date: new Date("2023-02-14T10:04:48Z"), rating: 2, comments: "No response from the team, so the appointment was resolved." },
            { id: 69, customer_id: 355, store_id: 3, feedback_date: new Date("2023-12-27T18:03:58Z"), rating: 4, comments: "The record was approved following a minor review." },
            { id: 70, customer_id: 484, store_id: 15, feedback_date: new Date("2023-07-31T23:39:09Z"), rating: 5, comments: "An operator confirmed the details and the account was rejected." },
            { id: 71, customer_id: 316, store_id: 14, feedback_date: new Date("2023-07-11T14:22:58Z"), rating: 5, comments: "The session was cancelled after an automatic check." },
            { id: 72, customer_id: 335, store_id: 19, feedback_date: new Date("2023-06-11T18:22:16Z"), rating: 3, comments: "An automatic booking was reviewed the same day." },
            { id: 73, customer_id: 343, store_id: 11, feedback_date: new Date("2023-04-04T21:05:54Z"), rating: 5, comments: "The document was cancelled after an incomplete check." },
            { id: 74, customer_id: 164, store_id: 14, feedback_date: new Date("2023-04-08T19:12:52Z"), rating: 2, comments: "The booking was rejected after a duplicate check." },
            { id: 75, customer_id: 277, store_id: 16, feedback_date: new Date("2023-03-02T20:41:43Z"), rating: 4, comments: "Support reported a late issue; the record was refunded." },
            { id: 76, customer_id: 65, store_id: 4, feedback_date: new Date("2023-07-30T17:31:01Z"), rating: 3, comments: "The transfer was rescheduled following a late review." },
            { id: 77, customer_id: 390, store_id: 16, feedback_date: new Date("2023-08-01T11:10:25Z"), rating: 5, comments: "No response from the customer, so the booking was confirmed." },
            { id: 78, customer_id: 238, store_id: 14, feedback_date: new Date("2023-08-02T12:24:53Z"), rating: 1, comments: "Flagged as urgent. The courier rejected the session." },
            { id: 79, customer_id: 282, store_id: 17, feedback_date: new Date("2023-08-12T21:16:26Z"), rating: 5, comments: "No response from the courier, so the claim was completed." },
            { id: 80, customer_id: 157, store_id: 5, feedback_date: new Date("2023-05-23T20:23:45Z"), rating: 2, comments: "The supplier confirmed the details and the delivery was approved." },
            { id: 81, customer_id: 25, store_id: 19, feedback_date: new Date("2023-02-28T15:37:11Z"), rating: 3, comments: "The supplier asked for a change and the report was delayed." },
            { id: 82, customer_id: 494, store_id: 5, feedback_date: new Date("2023-08-18T19:16:49Z"), rating: 4, comments: "The courier confirmed the details and the session was resolved." },
            { id: 83, customer_id: 14, store_id: 15, feedback_date: new Date("2023-12-12T18:37:41Z"), rating: 3, comments: "The refund was updated following an unusual review." },
            { id: 84, customer_id: 261, store_id: 7, feedback_date: new Date("2023-10-06T19:12:33Z"), rating: 5, comments: "The account was rejected following an unusual review." },
            { id: 85, customer_id: 363, store_id: 16, feedback_date: new Date("2023-02-02T14:12:41Z"), rating: 2, comments: "The delivery was refunded following a standard review." },
            { id: 86, customer_id: 436, store_id: 8, feedback_date: new Date("2023-08-27T16:13:31Z"), rating: 4, comments: "The order was approved after an unusual check." },
            { id: 87, customer_id: 499, store_id: 14, feedback_date: new Date("2023-08-26T19:12:46Z"), rating: 5, comments: "The account was refunded after a repeat check." },
            { id: 88, customer_id: 102, store_id: 18, feedback_date: new Date("2023-10-14T12:25:15Z"), rating: 3, comments: "The delivery was rescheduled — routine case, no further action." },
            { id: 89, customer_id: 136, store_id: 16, feedback_date: new Date("2023-12-24T17:37:30Z"), rating: 5, comments: "An automatic claim was refunded the same day." },
            { id: 90, customer_id: 312, store_id: 18, feedback_date: new Date("2023-02-02T18:38:47Z"), rating: 3, comments: "Flagged as automatic. The supplier rejected the request." },
            { id: 91, customer_id: 443, store_id: 17, feedback_date: new Date("2023-11-28T09:15:54Z"), rating: 5, comments: "The refund was rejected following a duplicate review." },
            { id: 92, customer_id: 419, store_id: 20, feedback_date: new Date("2023-01-24T04:43:54Z"), rating: 4, comments: "A manual claim was cancelled the same day." },
            { id: 93, customer_id: 496, store_id: 15, feedback_date: new Date("2023-01-11T13:05:29Z"), rating: 1, comments: "The delivery was escalated — partial case, no further action." },
            { id: 94, customer_id: 399, store_id: 18, feedback_date: new Date("2023-08-05T12:46:24Z"), rating: 4, comments: "Support asked for a change and the session was reviewed." },
            { id: 95, customer_id: 383, store_id: 4, feedback_date: new Date("2023-08-12T07:24:28Z"), rating: 2, comments: "The invoice was reopened after a late check." },
            { id: 96, customer_id: 96, store_id: 13, feedback_date: new Date("2023-05-25T16:43:40Z"), rating: 4, comments: "Flagged as late. The customer confirmed the request." },
            { id: 97, customer_id: 227, store_id: 10, feedback_date: new Date("2023-11-10T23:54:41Z"), rating: 5, comments: "An unusual follow-up: the delivery was cancelled." },
            { id: 98, customer_id: 335, store_id: 3, feedback_date: new Date("2023-06-07T21:40:33Z"), rating: 2, comments: "An operator confirmed the details and the invoice was rejected." },
            { id: 99, customer_id: 97, store_id: 1, feedback_date: new Date("2023-09-16T16:17:11Z"), rating: 5, comments: "Flagged as duplicate. The supplier replaced the account." },
            { id: 100, customer_id: 265, store_id: 18, feedback_date: new Date("2023-05-14T18:53:18Z"), rating: 3, comments: "A repeat request was rejected the same day." },
            { id: 101, customer_id: 471, store_id: 6, feedback_date: new Date("2023-12-16T20:59:19Z"), rating: 5, comments: "No response from the team, so the ticket was replaced." },
            { id: 102, customer_id: 350, store_id: 2, feedback_date: new Date("2023-06-10T12:35:52Z"), rating: 4, comments: "A routine session was closed the same day." },
            { id: 103, customer_id: 184, store_id: 16, feedback_date: new Date("2023-04-26T18:41:38Z"), rating: 3, comments: "An automatic follow-up: the report was reopened." },
            { id: 104, customer_id: 186, store_id: 18, feedback_date: new Date("2023-05-05T08:55:06Z"), rating: 4, comments: "Flagged as partial. The reviewer reviewed the claim." },
            { id: 105, customer_id: 111, store_id: 6, feedback_date: new Date("2023-06-30T14:04:46Z"), rating: 1, comments: "The payment was approved — routine case, no further action." },
            { id: 106, customer_id: 154, store_id: 14, feedback_date: new Date("2023-01-29T06:35:07Z"), rating: 3, comments: "The report was approved following a repeat review." },
            { id: 107, customer_id: 91, store_id: 20, feedback_date: new Date("2023-06-17T20:52:20Z"), rating: 5, comments: "The account owner reported a late issue; the ticket was completed." },
            { id: 108, customer_id: 153, store_id: 18, feedback_date: new Date("2023-05-31T15:23:40Z"), rating: 3, comments: "The appointment was reviewed after a standard check." },
            { id: 109, customer_id: 401, store_id: 19, feedback_date: new Date("2023-07-02T20:31:50Z"), rating: 5, comments: "The customer confirmed the details and the booking was rejected." },
            { id: 110, customer_id: 273, store_id: 10, feedback_date: new Date("2023-06-07T18:07:26Z"), rating: 3, comments: "The courier reported a manual issue; the document was escalated." },
            { id: 111, customer_id: 52, store_id: 11, feedback_date: new Date("2023-09-30T11:48:18Z"), rating: 5, comments: "The delivery was escalated — partial case, no further action." },
            { id: 112, customer_id: 434, store_id: 18, feedback_date: new Date("2023-03-01T18:32:59Z"), rating: 3, comments: "The customer confirmed the details and the booking was delayed." },
            { id: 113, customer_id: 119, store_id: 17, feedback_date: new Date("2023-12-27T13:27:22Z"), rating: 5, comments: "An operator reported an unusual issue; the shipment was closed." },
            { id: 114, customer_id: 346, store_id: 1, feedback_date: new Date("2023-01-30T11:19:07Z"), rating: 5, comments: "Support reported an urgent issue; the appointment was reviewed." },
            { id: 115, customer_id: 226, store_id: 15, feedback_date: new Date("2023-06-11T13:26:57Z"), rating: 3, comments: "The item was rescheduled following a routine review." },
            { id: 116, customer_id: 260, store_id: 3, feedback_date: new Date("2023-05-21T18:29:57Z"), rating: 3, comments: "An urgent payment was approved the same day." },
            { id: 117, customer_id: 169, store_id: 17, feedback_date: new Date("2023-11-19T07:37:52Z"), rating: 4, comments: "The account owner reported a manual issue; the appointment was reopened." },
            { id: 118, customer_id: 301, store_id: 12, feedback_date: new Date("2023-06-24T08:26:03Z"), rating: 1, comments: "An urgent ticket was reviewed the same day." },
            { id: 119, customer_id: 465, store_id: 3, feedback_date: new Date("2023-02-19T20:52:56Z"), rating: 3, comments: "The item was approved after a standard check." },
            { id: 120, customer_id: 278, store_id: 1, feedback_date: new Date("2023-12-29T23:52:55Z"), rating: 3, comments: "Flagged as late. An operator reopened the transfer." },
            { id: 121, customer_id: 87, store_id: 14, feedback_date: new Date("2023-06-19T21:24:35Z"), rating: 5, comments: "The claim was rejected — unusual case, no further action." },
            { id: 122, customer_id: 54, store_id: 9, feedback_date: new Date("2023-03-06T08:24:09Z"), rating: 2, comments: "Support reported a minor issue; the claim was replaced." },
            { id: 123, customer_id: 130, store_id: 12, feedback_date: new Date("2023-02-14T12:46:16Z"), rating: 2, comments: "A partial follow-up: the session was confirmed." },
            { id: 124, customer_id: 225, store_id: 11, feedback_date: new Date("2023-01-27T14:01:23Z"), rating: 5, comments: "Flagged as routine. The account owner approved the account." },
            { id: 125, customer_id: 463, store_id: 4, feedback_date: new Date("2023-05-21T12:41:34Z"), rating: 5, comments: "An unusual follow-up: the order was refunded." },
            { id: 126, customer_id: 280, store_id: 10, feedback_date: new Date("2023-11-19T18:43:04Z"), rating: 5, comments: "Flagged as minor. The supplier updated the payment." },
            { id: 127, customer_id: 461, store_id: 9, feedback_date: new Date("2023-10-28T20:16:12Z"), rating: 5, comments: "The appointment was rejected following an incomplete review." },
            { id: 128, customer_id: 119, store_id: 17, feedback_date: new Date("2023-12-25T20:25:38Z"), rating: 4, comments: "The supplier asked for a change and the booking was reopened." },
            { id: 129, customer_id: 427, store_id: 6, feedback_date: new Date("2023-04-28T15:24:33Z"), rating: 3, comments: "Flagged as incomplete. The supplier closed the ticket." },
            { id: 130, customer_id: 384, store_id: 10, feedback_date: new Date("2023-06-11T07:42:21Z"), rating: 4, comments: "The customer asked for a change and the record was processed." },
            { id: 131, customer_id: 284, store_id: 11, feedback_date: new Date("2023-05-21T21:56:11Z"), rating: 4, comments: "The report was completed following a partial review." },
            { id: 132, customer_id: 484, store_id: 14, feedback_date: new Date("2023-12-10T16:58:40Z"), rating: 4, comments: "An urgent session was completed the same day." },
            { id: 133, customer_id: 150, store_id: 14, feedback_date: new Date("2023-01-24T10:14:22Z"), rating: 1, comments: "No response from the reviewer, so the account was updated." },
            { id: 134, customer_id: 298, store_id: 6, feedback_date: new Date("2023-02-27T16:23:32Z"), rating: 2, comments: "The transfer was replaced following a duplicate review." },
            { id: 135, customer_id: 172, store_id: 6, feedback_date: new Date("2023-09-08T19:57:27Z"), rating: 5, comments: "The claim was closed following a repeat review." },
            { id: 136, customer_id: 122, store_id: 8, feedback_date: new Date("2023-08-01T10:52:48Z"), rating: 4, comments: "The transfer was refunded following a manual review." },
            { id: 137, customer_id: 419, store_id: 6, feedback_date: new Date("2023-08-18T10:36:55Z"), rating: 5, comments: "A late follow-up: the record was escalated." },
            { id: 138, customer_id: 21, store_id: 17, feedback_date: new Date("2023-08-30T10:45:27Z"), rating: 1, comments: "Support reported an unusual issue; the appointment was approved." },
            { id: 139, customer_id: 79, store_id: 5, feedback_date: new Date("2023-07-01T21:28:58Z"), rating: 2, comments: "The customer asked for a change and the document was reopened." },
            { id: 140, customer_id: 33, store_id: 18, feedback_date: new Date("2023-11-05T19:48:11Z"), rating: 3, comments: "The refund was escalated after an incomplete check." },
            { id: 141, customer_id: 381, store_id: 12, feedback_date: new Date("2023-07-16T19:52:47Z"), rating: 3, comments: "An unusual follow-up: the shipment was processed." },
            { id: 142, customer_id: 194, store_id: 11, feedback_date: new Date("2023-11-22T13:51:20Z"), rating: 3, comments: "The ticket was rescheduled following an incomplete review." },
            { id: 143, customer_id: 273, store_id: 16, feedback_date: new Date("2023-06-07T17:21:02Z"), rating: 5, comments: "An incomplete refund was replaced the same day." },
            { id: 144, customer_id: 32, store_id: 2, feedback_date: new Date("2023-08-07T14:56:36Z"), rating: 4, comments: "An incomplete follow-up: the invoice was completed." },
            { id: 145, customer_id: 256, store_id: 1, feedback_date: new Date("2023-08-14T13:27:37Z"), rating: 4, comments: "The record was refunded following an urgent review." },
            { id: 146, customer_id: 413, store_id: 2, feedback_date: new Date("2023-10-08T19:20:43Z"), rating: 5, comments: "Support confirmed the details and the record was cancelled." },
            { id: 147, customer_id: 381, store_id: 5, feedback_date: new Date("2023-05-14T19:24:03Z"), rating: 5, comments: "The booking was rejected following an urgent review." },
            { id: 148, customer_id: 353, store_id: 1, feedback_date: new Date("2023-09-18T09:39:38Z"), rating: 5, comments: "The item was reopened after a duplicate check." },
            { id: 149, customer_id: 308, store_id: 18, feedback_date: new Date("2023-03-19T18:20:33Z"), rating: 2, comments: "An automatic document was reviewed the same day." },
            { id: 150, customer_id: 155, store_id: 19, feedback_date: new Date("2023-08-13T18:58:49Z"), rating: 3, comments: "The appointment was resolved after a minor check." },
            { id: 151, customer_id: 312, store_id: 14, feedback_date: new Date("2023-06-05T19:11:23Z"), rating: 2, comments: "An incomplete transfer was rejected the same day." },
            { id: 152, customer_id: 336, store_id: 10, feedback_date: new Date("2023-05-11T12:55:40Z"), rating: 5, comments: "The booking was completed after an unusual check." },
            { id: 153, customer_id: 181, store_id: 17, feedback_date: new Date("2023-11-08T18:46:16Z"), rating: 5, comments: "A late follow-up: the order was rejected." },
            { id: 154, customer_id: 289, store_id: 10, feedback_date: new Date("2023-08-16T12:11:49Z"), rating: 5, comments: "The account was cancelled — unusual case, no further action." },
            { id: 155, customer_id: 384, store_id: 13, feedback_date: new Date("2023-05-11T15:28:16Z"), rating: 1, comments: "The booking was processed after a duplicate check." },
            { id: 156, customer_id: 153, store_id: 4, feedback_date: new Date("2023-08-25T20:11:50Z"), rating: 5, comments: "The reviewer asked for a change and the record was updated." },
            { id: 157, customer_id: 406, store_id: 7, feedback_date: new Date("2023-07-29T12:25:09Z"), rating: 4, comments: "Flagged as repeat. The supplier refunded the transfer." },
            { id: 158, customer_id: 97, store_id: 10, feedback_date: new Date("2023-10-20T00:39:49Z"), rating: 5, comments: "The appointment was approved following an unusual review." },
            { id: 159, customer_id: 384, store_id: 16, feedback_date: new Date("2023-08-16T23:50:07Z"), rating: 3, comments: "The supplier asked for a change and the order was rescheduled." },
            { id: 160, customer_id: 207, store_id: 5, feedback_date: new Date("2023-04-29T12:01:31Z"), rating: 5, comments: "An operator confirmed the details and the report was confirmed." },
            { id: 161, customer_id: 54, store_id: 1, feedback_date: new Date("2023-02-03T08:13:23Z"), rating: 4, comments: "The reviewer asked for a change and the claim was refunded." },
            { id: 162, customer_id: 67, store_id: 20, feedback_date: new Date("2023-06-18T19:00:46Z"), rating: 5, comments: "An operator confirmed the details and the claim was approved." },
            { id: 163, customer_id: 205, store_id: 3, feedback_date: new Date("2023-12-11T10:35:30Z"), rating: 5, comments: "An operator reported a standard issue; the delivery was rescheduled." },
            { id: 164, customer_id: 73, store_id: 5, feedback_date: new Date("2023-05-12T07:11:06Z"), rating: 5, comments: "The supplier confirmed the details and the ticket was processed." },
            { id: 165, customer_id: 331, store_id: 6, feedback_date: new Date("2023-12-23T17:25:16Z"), rating: 5, comments: "No response from an operator, so the session was confirmed." },
            { id: 166, customer_id: 231, store_id: 1, feedback_date: new Date("2023-05-04T11:34:00Z"), rating: 1, comments: "The delivery was replaced following a manual review." },
            { id: 167, customer_id: 158, store_id: 14, feedback_date: new Date("2023-11-14T16:34:45Z"), rating: 5, comments: "No response from the supplier, so the ticket was processed." },
            { id: 168, customer_id: 388, store_id: 2, feedback_date: new Date("2023-05-17T19:06:45Z"), rating: 5, comments: "An automatic shipment was rescheduled the same day." },
            { id: 169, customer_id: 476, store_id: 17, feedback_date: new Date("2023-04-11T11:52:23Z"), rating: 3, comments: "The reviewer confirmed the details and the appointment was cancelled." },
            { id: 170, customer_id: 291, store_id: 17, feedback_date: new Date("2023-08-04T09:03:01Z"), rating: 5, comments: "The invoice was confirmed — incomplete case, no further action." },
            { id: 171, customer_id: 319, store_id: 19, feedback_date: new Date("2023-06-26T11:51:33Z"), rating: 5, comments: "The delivery was reopened following a repeat review." },
            { id: 172, customer_id: 252, store_id: 4, feedback_date: new Date("2023-09-09T20:14:43Z"), rating: 3, comments: "An automatic document was delayed the same day." },
            { id: 173, customer_id: 248, store_id: 12, feedback_date: new Date("2023-04-28T19:09:18Z"), rating: 4, comments: "No response from the reviewer, so the claim was closed." },
            { id: 174, customer_id: 415, store_id: 6, feedback_date: new Date("2023-04-19T15:03:24Z"), rating: 3, comments: "The customer confirmed the details and the order was rescheduled." },
            { id: 175, customer_id: 6, store_id: 13, feedback_date: new Date("2023-04-08T07:23:38Z"), rating: 4, comments: "The reviewer confirmed the details and the delivery was completed." },
            { id: 176, customer_id: 7, store_id: 12, feedback_date: new Date("2023-06-06T00:43:59Z"), rating: 5, comments: "The supplier asked for a change and the request was reviewed." },
            { id: 177, customer_id: 102, store_id: 15, feedback_date: new Date("2023-09-26T16:13:40Z"), rating: 5, comments: "No response from the courier, so the invoice was rescheduled." },
            { id: 178, customer_id: 101, store_id: 14, feedback_date: new Date("2023-11-18T00:18:14Z"), rating: 3, comments: "An operator reported a late issue; the report was rescheduled." },
            { id: 179, customer_id: 344, store_id: 4, feedback_date: new Date("2023-03-27T16:24:28Z"), rating: 5, comments: "An urgent order was resolved the same day." },
            { id: 180, customer_id: 69, store_id: 17, feedback_date: new Date("2023-12-30T02:58:00Z"), rating: 4, comments: "The item was resolved following an urgent review." },
            { id: 181, customer_id: 341, store_id: 4, feedback_date: new Date("2023-01-20T09:26:50Z"), rating: 3, comments: "The courier confirmed the details and the appointment was completed." },
            { id: 182, customer_id: 429, store_id: 14, feedback_date: new Date("2023-09-25T08:24:51Z"), rating: 4, comments: "The shipment was confirmed after an automatic check." },
            { id: 183, customer_id: 179, store_id: 20, feedback_date: new Date("2023-01-14T13:05:42Z"), rating: 5, comments: "Support reported a minor issue; the record was rescheduled." },
            { id: 184, customer_id: 94, store_id: 19, feedback_date: new Date("2023-01-14T00:02:56Z"), rating: 5, comments: "The report was replaced — partial case, no further action." },
            { id: 185, customer_id: 444, store_id: 14, feedback_date: new Date("2023-05-25T23:10:44Z"), rating: 5, comments: "An unusual follow-up: the request was updated." },
            { id: 186, customer_id: 379, store_id: 16, feedback_date: new Date("2023-11-20T19:35:53Z"), rating: 3, comments: "The reviewer reported a routine issue; the account was updated." },
            { id: 187, customer_id: 215, store_id: 9, feedback_date: new Date("2023-07-09T21:44:15Z"), rating: 4, comments: "No response from support, so the shipment was processed." },
            { id: 188, customer_id: 321, store_id: 5, feedback_date: new Date("2023-10-11T13:12:54Z"), rating: 5, comments: "Flagged as late. The customer approved the request." },
            { id: 189, customer_id: 317, store_id: 15, feedback_date: new Date("2023-10-05T19:05:34Z"), rating: 5, comments: "An urgent delivery was resolved the same day." },
            { id: 190, customer_id: 69, store_id: 19, feedback_date: new Date("2023-03-11T14:04:52Z"), rating: 5, comments: "No response from the reviewer, so the report was closed." },
            { id: 191, customer_id: 220, store_id: 10, feedback_date: new Date("2023-01-23T09:08:10Z"), rating: 4, comments: "A repeat session was delayed the same day." },
            { id: 192, customer_id: 71, store_id: 3, feedback_date: new Date("2023-07-07T09:31:02Z"), rating: 3, comments: "A manual shipment was replaced the same day." },
            { id: 193, customer_id: 324, store_id: 8, feedback_date: new Date("2023-05-20T12:59:40Z"), rating: 5, comments: "Flagged as automatic. The courier updated the request." },
            { id: 194, customer_id: 149, store_id: 10, feedback_date: new Date("2023-05-29T15:44:08Z"), rating: 2, comments: "A standard item was refunded the same day." },
            { id: 195, customer_id: 224, store_id: 12, feedback_date: new Date("2023-04-08T07:16:44Z"), rating: 5, comments: "The refund was processed following an incomplete review." },
            { id: 196, customer_id: 91, store_id: 17, feedback_date: new Date("2023-07-04T21:38:22Z"), rating: 5, comments: "The request was refunded — incomplete case, no further action." },
            { id: 197, customer_id: 409, store_id: 1, feedback_date: new Date("2023-09-26T05:07:30Z"), rating: 5, comments: "The session was rescheduled following an incomplete review." },
            { id: 198, customer_id: 296, store_id: 10, feedback_date: new Date("2023-04-13T14:39:40Z"), rating: 5, comments: "No response from an operator, so the claim was rejected." },
            { id: 199, customer_id: 148, store_id: 13, feedback_date: new Date("2023-11-06T12:53:06Z"), rating: 5, comments: "Support confirmed the details and the invoice was rejected." },
            { id: 200, customer_id: 297, store_id: 9, feedback_date: new Date("2023-04-10T18:23:01Z"), rating: 4, comments: "The payment was reviewed — unusual case, no further action." },
            { id: 201, customer_id: 491, store_id: 9, feedback_date: new Date("2023-09-03T06:51:30Z"), rating: 5, comments: "Flagged as unusual. An operator completed the request." },
            { id: 202, customer_id: 313, store_id: 14, feedback_date: new Date("2023-10-18T15:54:49Z"), rating: 3, comments: "The booking was cancelled after a late check." },
            { id: 203, customer_id: 209, store_id: 8, feedback_date: new Date("2023-08-14T19:21:35Z"), rating: 3, comments: "An operator confirmed the details and the payment was delayed." },
            { id: 204, customer_id: 180, store_id: 17, feedback_date: new Date("2023-11-30T11:52:20Z"), rating: 4, comments: "The account owner reported a manual issue; the transfer was escalated." },
            { id: 205, customer_id: 316, store_id: 5, feedback_date: new Date("2023-02-20T20:47:52Z"), rating: 3, comments: "A minor appointment was rejected the same day." },
            { id: 206, customer_id: 27, store_id: 9, feedback_date: new Date("2023-10-03T00:39:37Z"), rating: 2, comments: "The delivery was processed — unusual case, no further action." },
            { id: 207, customer_id: 483, store_id: 6, feedback_date: new Date("2023-05-04T15:59:15Z"), rating: 4, comments: "The customer confirmed the details and the document was rejected." },
            { id: 208, customer_id: 417, store_id: 6, feedback_date: new Date("2023-12-05T14:41:54Z"), rating: 2, comments: "The courier confirmed the details and the transfer was closed." },
            { id: 209, customer_id: 409, store_id: 9, feedback_date: new Date("2023-05-03T20:05:16Z"), rating: 5, comments: "A partial report was reopened the same day." },
            { id: 210, customer_id: 41, store_id: 12, feedback_date: new Date("2023-10-26T08:56:32Z"), rating: 4, comments: "The team asked for a change and the shipment was replaced." },
            { id: 211, customer_id: 275, store_id: 18, feedback_date: new Date("2023-09-08T18:09:42Z"), rating: 1, comments: "The appointment was replaced after a standard check." },
            { id: 212, customer_id: 2, store_id: 16, feedback_date: new Date("2023-11-25T23:33:36Z"), rating: 3, comments: "Flagged as partial. Support reviewed the refund." },
            { id: 213, customer_id: 124, store_id: 17, feedback_date: new Date("2023-03-10T20:11:59Z"), rating: 5, comments: "No response from the reviewer, so the item was cancelled." },
            { id: 214, customer_id: 105, store_id: 18, feedback_date: new Date("2023-07-29T16:56:08Z"), rating: 4, comments: "The refund was cancelled — minor case, no further action." },
            { id: 215, customer_id: 211, store_id: 3, feedback_date: new Date("2023-03-19T13:17:32Z"), rating: 5, comments: "The courier confirmed the details and the record was closed." },
            { id: 216, customer_id: 478, store_id: 11, feedback_date: new Date("2023-08-01T16:22:46Z"), rating: 5, comments: "The record was resolved after an automatic check." },
            { id: 217, customer_id: 213, store_id: 16, feedback_date: new Date("2023-07-31T11:13:20Z"), rating: 4, comments: "A partial ticket was replaced the same day." },
            { id: 218, customer_id: 254, store_id: 18, feedback_date: new Date("2023-02-23T08:55:42Z"), rating: 5, comments: "The delivery was completed after a minor check." },
            { id: 219, customer_id: 343, store_id: 15, feedback_date: new Date("2023-12-28T12:45:33Z"), rating: 1, comments: "No response from an operator, so the request was approved." },
            { id: 220, customer_id: 349, store_id: 12, feedback_date: new Date("2023-01-18T06:37:38Z"), rating: 2, comments: "The refund was completed — urgent case, no further action." },
            { id: 221, customer_id: 214, store_id: 18, feedback_date: new Date("2023-06-21T11:27:47Z"), rating: 3, comments: "The customer reported a manual issue; the ticket was updated." },
            { id: 222, customer_id: 305, store_id: 7, feedback_date: new Date("2023-06-27T08:21:04Z"), rating: 3, comments: "The request was reopened after a manual check." },
            { id: 223, customer_id: 187, store_id: 14, feedback_date: new Date("2023-10-21T08:12:27Z"), rating: 4, comments: "The refund was completed — duplicate case, no further action." },
            { id: 224, customer_id: 130, store_id: 6, feedback_date: new Date("2023-03-09T09:10:22Z"), rating: 5, comments: "The supplier confirmed the details and the document was reopened." },
            { id: 225, customer_id: 326, store_id: 2, feedback_date: new Date("2023-03-29T07:26:08Z"), rating: 1, comments: "An operator confirmed the details and the booking was resolved." },
            { id: 226, customer_id: 363, store_id: 10, feedback_date: new Date("2023-09-05T11:35:10Z"), rating: 4, comments: "The team reported a partial issue; the shipment was cancelled." },
            { id: 227, customer_id: 486, store_id: 4, feedback_date: new Date("2023-06-25T20:45:56Z"), rating: 5, comments: "An operator confirmed the details and the appointment was replaced." },
            { id: 228, customer_id: 155, store_id: 14, feedback_date: new Date("2023-09-26T09:56:34Z"), rating: 4, comments: "A routine follow-up: the booking was reviewed." },
            { id: 229, customer_id: 128, store_id: 4, feedback_date: new Date("2023-01-22T15:02:34Z"), rating: 5, comments: "The record was closed — manual case, no further action." },
            { id: 230, customer_id: 55, store_id: 1, feedback_date: new Date("2023-08-06T18:01:40Z"), rating: 5, comments: "The customer asked for a change and the booking was rejected." },
            { id: 231, customer_id: 360, store_id: 8, feedback_date: new Date("2023-09-07T18:13:46Z"), rating: 5, comments: "Flagged as standard. The team confirmed the booking." },
            { id: 232, customer_id: 227, store_id: 15, feedback_date: new Date("2023-01-03T14:35:44Z"), rating: 2, comments: "The team reported a standard issue; the record was confirmed." },
            { id: 233, customer_id: 199, store_id: 18, feedback_date: new Date("2023-12-04T21:39:43Z"), rating: 3, comments: "An operator asked for a change and the order was confirmed." },
            { id: 234, customer_id: 346, store_id: 11, feedback_date: new Date("2023-10-01T18:29:12Z"), rating: 5, comments: "The payment was updated following a routine review." },
            { id: 235, customer_id: 61, store_id: 18, feedback_date: new Date("2023-04-14T19:56:48Z"), rating: 3, comments: "A duplicate report was escalated the same day." },
            { id: 236, customer_id: 340, store_id: 19, feedback_date: new Date("2023-05-11T10:08:04Z"), rating: 3, comments: "The transfer was processed following a manual review." },
            { id: 237, customer_id: 283, store_id: 5, feedback_date: new Date("2023-09-12T15:38:09Z"), rating: 5, comments: "The team reported a late issue; the document was rejected." },
            { id: 238, customer_id: 339, store_id: 12, feedback_date: new Date("2023-07-07T22:10:14Z"), rating: 4, comments: "The account owner confirmed the details and the booking was completed." },
            { id: 239, customer_id: 453, store_id: 8, feedback_date: new Date("2023-08-03T21:13:11Z"), rating: 1, comments: "The customer asked for a change and the delivery was delayed." },
            { id: 240, customer_id: 40, store_id: 19, feedback_date: new Date("2023-08-24T18:27:34Z"), rating: 5, comments: "The refund was closed — late case, no further action." },
            { id: 241, customer_id: 13, store_id: 6, feedback_date: new Date("2023-10-18T14:59:19Z"), rating: 5, comments: "The account was completed after a late check." },
            { id: 242, customer_id: 154, store_id: 14, feedback_date: new Date("2023-10-24T18:12:49Z"), rating: 2, comments: "The document was cancelled following an urgent review." },
            { id: 243, customer_id: 220, store_id: 6, feedback_date: new Date("2023-05-27T15:09:43Z"), rating: 3, comments: "The refund was escalated following a standard review." },
            { id: 244, customer_id: 98, store_id: 12, feedback_date: new Date("2023-04-01T10:59:35Z"), rating: 4, comments: "No response from the supplier, so the report was resolved." },
            { id: 245, customer_id: 108, store_id: 1, feedback_date: new Date("2023-05-01T17:52:41Z"), rating: 5, comments: "No response from the courier, so the shipment was rejected." },
            { id: 246, customer_id: 53, store_id: 11, feedback_date: new Date("2023-10-08T14:15:55Z"), rating: 5, comments: "No response from the supplier, so the payment was rescheduled." },
            { id: 247, customer_id: 350, store_id: 6, feedback_date: new Date("2023-07-08T12:47:09Z"), rating: 5, comments: "Flagged as late. The reviewer replaced the report." },
            { id: 248, customer_id: 113, store_id: 18, feedback_date: new Date("2023-11-01T17:24:03Z"), rating: 3, comments: "The courier confirmed the details and the report was rejected." },
            { id: 249, customer_id: 345, store_id: 5, feedback_date: new Date("2023-11-05T16:13:18Z"), rating: 3, comments: "A routine follow-up: the transfer was rescheduled." },
            { id: 250, customer_id: 448, store_id: 5, feedback_date: new Date("2023-05-25T06:23:43Z"), rating: 5, comments: "A duplicate follow-up: the account was completed." },
            { id: 251, customer_id: 496, store_id: 17, feedback_date: new Date("2023-04-17T21:14:40Z"), rating: 5, comments: "The claim was rejected following an unusual review." },
            { id: 252, customer_id: 137, store_id: 1, feedback_date: new Date("2023-09-07T04:52:28Z"), rating: 1, comments: "The order was updated following a late review." },
            { id: 253, customer_id: 37, store_id: 13, feedback_date: new Date("2023-08-08T12:41:18Z"), rating: 4, comments: "The team reported an urgent issue; the record was resolved." },
            { id: 254, customer_id: 333, store_id: 11, feedback_date: new Date("2023-07-19T06:29:39Z"), rating: 2, comments: "The order was rescheduled after an urgent check." },
            { id: 255, customer_id: 433, store_id: 6, feedback_date: new Date("2023-08-22T19:59:02Z"), rating: 5, comments: "The order was updated following a minor review." },
            { id: 256, customer_id: 185, store_id: 5, feedback_date: new Date("2023-04-08T18:25:00Z"), rating: 4, comments: "An urgent follow-up: the record was refunded." },
            { id: 257, customer_id: 242, store_id: 19, feedback_date: new Date("2023-04-06T19:06:17Z"), rating: 2, comments: "The session was confirmed after a partial check." },
            { id: 258, customer_id: 487, store_id: 16, feedback_date: new Date("2023-09-26T08:20:31Z"), rating: 2, comments: "No response from the reviewer, so the claim was escalated." },
            { id: 259, customer_id: 253, store_id: 12, feedback_date: new Date("2023-11-10T07:45:33Z"), rating: 4, comments: "The invoice was cancelled — urgent case, no further action." },
            { id: 260, customer_id: 152, store_id: 11, feedback_date: new Date("2023-12-11T12:28:22Z"), rating: 5, comments: "The refund was delayed after a manual check." },
            { id: 261, customer_id: 167, store_id: 2, feedback_date: new Date("2023-12-31T09:41:08Z"), rating: 2, comments: "Flagged as unusual. An operator refunded the report." },
            { id: 262, customer_id: 262, store_id: 7, feedback_date: new Date("2023-04-26T23:20:00Z"), rating: 5, comments: "The shipment was resolved following a late review." },
            { id: 263, customer_id: 159, store_id: 19, feedback_date: new Date("2023-01-17T17:28:52Z"), rating: 5, comments: "A minor payment was reviewed the same day." },
            { id: 264, customer_id: 403, store_id: 1, feedback_date: new Date("2023-08-21T22:37:49Z"), rating: 2, comments: "Flagged as standard. The account owner resolved the report." },
            { id: 265, customer_id: 94, store_id: 2, feedback_date: new Date("2023-05-21T02:09:29Z"), rating: 5, comments: "A partial claim was reviewed the same day." },
            { id: 266, customer_id: 302, store_id: 8, feedback_date: new Date("2023-08-13T10:24:09Z"), rating: 1, comments: "The claim was refunded — unusual case, no further action." },
            { id: 267, customer_id: 369, store_id: 13, feedback_date: new Date("2023-08-31T17:37:52Z"), rating: 3, comments: "An operator confirmed the details and the ticket was replaced." },
            { id: 268, customer_id: 83, store_id: 5, feedback_date: new Date("2023-03-11T21:08:51Z"), rating: 2, comments: "Flagged as incomplete. Support approved the booking." },
            { id: 269, customer_id: 263, store_id: 9, feedback_date: new Date("2023-10-23T23:23:20Z"), rating: 4, comments: "The claim was approved — repeat case, no further action." },
            { id: 270, customer_id: 456, store_id: 16, feedback_date: new Date("2023-06-18T13:37:42Z"), rating: 3, comments: "The customer confirmed the details and the appointment was delayed." },
            { id: 271, customer_id: 366, store_id: 7, feedback_date: new Date("2023-12-19T23:55:06Z"), rating: 5, comments: "The customer confirmed the details and the account was confirmed." },
            { id: 272, customer_id: 199, store_id: 20, feedback_date: new Date("2023-03-31T22:59:05Z"), rating: 4, comments: "An operator confirmed the details and the record was reopened." },
            { id: 273, customer_id: 339, store_id: 12, feedback_date: new Date("2023-05-22T23:41:38Z"), rating: 3, comments: "No response from the reviewer, so the booking was replaced." },
            { id: 274, customer_id: 444, store_id: 7, feedback_date: new Date("2023-04-23T20:36:46Z"), rating: 4, comments: "The customer asked for a change and the request was reviewed." },
            { id: 275, customer_id: 291, store_id: 11, feedback_date: new Date("2023-09-25T01:57:04Z"), rating: 4, comments: "The account owner reported an incomplete issue; the account was closed." },
            { id: 276, customer_id: 139, store_id: 5, feedback_date: new Date("2023-01-04T20:02:11Z"), rating: 2, comments: "The order was delayed after a standard check." },
            { id: 277, customer_id: 200, store_id: 20, feedback_date: new Date("2023-06-09T05:06:42Z"), rating: 5, comments: "The payment was reopened following a standard review." },
            { id: 278, customer_id: 147, store_id: 14, feedback_date: new Date("2023-03-20T18:37:21Z"), rating: 1, comments: "No response from the team, so the appointment was processed." },
            { id: 279, customer_id: 373, store_id: 20, feedback_date: new Date("2023-04-15T17:35:07Z"), rating: 2, comments: "The courier asked for a change and the record was resolved." },
            { id: 280, customer_id: 464, store_id: 7, feedback_date: new Date("2023-12-03T18:15:28Z"), rating: 3, comments: "The reviewer reported a repeat issue; the record was rescheduled." },
            { id: 281, customer_id: 449, store_id: 19, feedback_date: new Date("2023-12-02T12:23:22Z"), rating: 5, comments: "The report was cancelled after an urgent check." },
            { id: 282, customer_id: 101, store_id: 14, feedback_date: new Date("2023-11-25T14:42:28Z"), rating: 4, comments: "A standard invoice was processed the same day." },
            { id: 283, customer_id: 14, store_id: 2, feedback_date: new Date("2023-07-16T18:54:10Z"), rating: 5, comments: "The account was delayed — automatic case, no further action." },
            { id: 284, customer_id: 190, store_id: 3, feedback_date: new Date("2023-10-05T20:09:45Z"), rating: 5, comments: "The courier reported a late issue; the shipment was escalated." },
            { id: 285, customer_id: 418, store_id: 15, feedback_date: new Date("2023-07-26T16:50:33Z"), rating: 2, comments: "No response from an operator, so the document was reviewed." },
            { id: 286, customer_id: 230, store_id: 7, feedback_date: new Date("2023-01-31T16:15:28Z"), rating: 4, comments: "Flagged as late. The supplier resolved the report." },
            { id: 287, customer_id: 240, store_id: 14, feedback_date: new Date("2023-04-27T19:47:30Z"), rating: 3, comments: "No response from support, so the document was closed." },
            { id: 288, customer_id: 460, store_id: 8, feedback_date: new Date("2023-07-27T09:27:46Z"), rating: 1, comments: "The booking was completed following a partial review." },
            { id: 289, customer_id: 240, store_id: 9, feedback_date: new Date("2023-10-15T14:28:16Z"), rating: 2, comments: "The appointment was updated — repeat case, no further action." },
            { id: 290, customer_id: 141, store_id: 10, feedback_date: new Date("2023-05-03T19:49:53Z"), rating: 4, comments: "An incomplete follow-up: the report was rejected." },
            { id: 291, customer_id: 82, store_id: 5, feedback_date: new Date("2023-04-19T22:28:45Z"), rating: 1, comments: "The team reported an automatic issue; the order was rejected." },
            { id: 292, customer_id: 25, store_id: 10, feedback_date: new Date("2023-12-19T12:22:03Z"), rating: 4, comments: "The booking was resolved following a late review." },
            { id: 293, customer_id: 154, store_id: 17, feedback_date: new Date("2023-08-22T12:18:11Z"), rating: 5, comments: "A duplicate order was rescheduled the same day." },
            { id: 294, customer_id: 199, store_id: 8, feedback_date: new Date("2023-10-21T18:32:29Z"), rating: 5, comments: "Support confirmed the details and the transfer was reviewed." },
            { id: 295, customer_id: 415, store_id: 20, feedback_date: new Date("2023-07-21T11:37:38Z"), rating: 1, comments: "The record was rejected following a repeat review." },
            { id: 296, customer_id: 281, store_id: 12, feedback_date: new Date("2023-08-26T11:58:25Z"), rating: 4, comments: "Support confirmed the details and the delivery was closed." },
            { id: 297, customer_id: 122, store_id: 10, feedback_date: new Date("2023-04-09T09:45:32Z"), rating: 5, comments: "The appointment was cancelled following a manual review." },
            { id: 298, customer_id: 334, store_id: 20, feedback_date: new Date("2023-12-28T21:26:26Z"), rating: 4, comments: "The appointment was delayed after a manual check." },
            { id: 299, customer_id: 73, store_id: 8, feedback_date: new Date("2023-03-20T18:41:05Z"), rating: 5, comments: "Flagged as unusual. The customer processed the ticket." },
            { id: 300, customer_id: 393, store_id: 14, feedback_date: new Date("2023-01-12T09:26:21Z"), rating: 4, comments: "A manual record was escalated the same day." },
            { id: 301, customer_id: 487, store_id: 14, feedback_date: new Date("2023-05-28T12:35:43Z"), rating: 2, comments: "Support confirmed the details and the request was reopened." },
            { id: 302, customer_id: 98, store_id: 18, feedback_date: new Date("2023-09-26T19:20:42Z"), rating: 4, comments: "The transfer was refunded — late case, no further action." },
            { id: 303, customer_id: 1, store_id: 4, feedback_date: new Date("2023-10-15T06:30:01Z"), rating: 5, comments: "The payment was reopened after a standard check." },
            { id: 304, customer_id: 486, store_id: 9, feedback_date: new Date("2023-08-04T22:11:50Z"), rating: 2, comments: "The account owner asked for a change and the booking was escalated." },
            { id: 305, customer_id: 464, store_id: 10, feedback_date: new Date("2023-12-02T09:40:39Z"), rating: 1, comments: "An unusual follow-up: the refund was replaced." },
            { id: 306, customer_id: 275, store_id: 4, feedback_date: new Date("2023-12-14T14:36:29Z"), rating: 2, comments: "The team reported an urgent issue; the record was refunded." },
            { id: 307, customer_id: 270, store_id: 5, feedback_date: new Date("2023-09-01T06:30:31Z"), rating: 2, comments: "An incomplete follow-up: the document was processed." },
            { id: 308, customer_id: 171, store_id: 18, feedback_date: new Date("2023-04-30T15:10:24Z"), rating: 3, comments: "Flagged as duplicate. The account owner reviewed the invoice." },
            { id: 309, customer_id: 63, store_id: 1, feedback_date: new Date("2023-08-23T12:12:08Z"), rating: 2, comments: "No response from support, so the transfer was completed." },
            { id: 310, customer_id: 65, store_id: 12, feedback_date: new Date("2023-08-18T22:24:30Z"), rating: 4, comments: "The team reported a standard issue; the order was approved." },
            { id: 311, customer_id: 395, store_id: 14, feedback_date: new Date("2023-02-23T10:22:44Z"), rating: 5, comments: "The reviewer reported an urgent issue; the claim was confirmed." },
            { id: 312, customer_id: 44, store_id: 10, feedback_date: new Date("2023-01-17T12:07:21Z"), rating: 1, comments: "The booking was escalated — duplicate case, no further action." },
            { id: 313, customer_id: 478, store_id: 9, feedback_date: new Date("2023-01-11T19:25:38Z"), rating: 4, comments: "Support confirmed the details and the session was rejected." },
            { id: 314, customer_id: 201, store_id: 11, feedback_date: new Date("2023-03-21T10:48:19Z"), rating: 3, comments: "The request was approved after a manual check." },
            { id: 315, customer_id: 460, store_id: 2, feedback_date: new Date("2023-10-24T15:38:30Z"), rating: 3, comments: "The document was resolved — urgent case, no further action." },
            { id: 316, customer_id: 433, store_id: 9, feedback_date: new Date("2023-09-10T14:35:35Z"), rating: 5, comments: "The account owner reported a routine issue; the record was approved." },
            { id: 317, customer_id: 325, store_id: 13, feedback_date: new Date("2023-02-07T09:26:42Z"), rating: 5, comments: "The courier reported a routine issue; the order was rescheduled." },
            { id: 318, customer_id: 338, store_id: 17, feedback_date: new Date("2023-10-25T08:56:20Z"), rating: 4, comments: "Flagged as standard. Support completed the delivery." },
            { id: 319, customer_id: 155, store_id: 18, feedback_date: new Date("2023-05-27T17:47:31Z"), rating: 4, comments: "Flagged as incomplete. An operator confirmed the request." },
            { id: 320, customer_id: 276, store_id: 11, feedback_date: new Date("2023-09-26T17:35:21Z"), rating: 4, comments: "An incomplete follow-up: the ticket was refunded." },
            { id: 321, customer_id: 145, store_id: 11, feedback_date: new Date("2023-04-16T00:14:48Z"), rating: 5, comments: "The team asked for a change and the appointment was rejected." },
            { id: 322, customer_id: 222, store_id: 19, feedback_date: new Date("2023-05-13T00:15:14Z"), rating: 5, comments: "The record was rescheduled after an urgent check." },
            { id: 323, customer_id: 416, store_id: 4, feedback_date: new Date("2023-06-13T14:46:44Z"), rating: 5, comments: "A manual appointment was confirmed the same day." },
            { id: 324, customer_id: 133, store_id: 1, feedback_date: new Date("2023-07-01T13:17:50Z"), rating: 4, comments: "The account owner asked for a change and the transfer was confirmed." },
            { id: 325, customer_id: 23, store_id: 10, feedback_date: new Date("2023-06-05T08:15:15Z"), rating: 2, comments: "The transfer was rejected after a standard check." },
            { id: 326, customer_id: 39, store_id: 18, feedback_date: new Date("2023-02-22T12:43:38Z"), rating: 2, comments: "The courier asked for a change and the refund was delayed." },
            { id: 327, customer_id: 481, store_id: 5, feedback_date: new Date("2023-10-16T04:55:06Z"), rating: 4, comments: "Flagged as standard. The supplier rejected the record." },
            { id: 328, customer_id: 256, store_id: 9, feedback_date: new Date("2023-10-21T12:07:16Z"), rating: 2, comments: "The transfer was approved — urgent case, no further action." },
            { id: 329, customer_id: 391, store_id: 13, feedback_date: new Date("2023-12-26T20:11:32Z"), rating: 4, comments: "The transfer was completed following a duplicate review." },
            { id: 330, customer_id: 261, store_id: 11, feedback_date: new Date("2023-07-27T10:35:45Z"), rating: 5, comments: "The supplier confirmed the details and the order was confirmed." },
            { id: 331, customer_id: 185, store_id: 7, feedback_date: new Date("2023-10-19T18:21:57Z"), rating: 1, comments: "No response from the team, so the item was cancelled." },
            { id: 332, customer_id: 355, store_id: 20, feedback_date: new Date("2023-03-27T21:56:16Z"), rating: 5, comments: "The courier asked for a change and the session was completed." },
            { id: 333, customer_id: 129, store_id: 12, feedback_date: new Date("2023-04-05T18:39:32Z"), rating: 5, comments: "The account owner asked for a change and the delivery was reopened." },
            { id: 334, customer_id: 192, store_id: 20, feedback_date: new Date("2023-09-11T14:03:34Z"), rating: 5, comments: "Flagged as minor. The courier rescheduled the transfer." },
            { id: 335, customer_id: 39, store_id: 1, feedback_date: new Date("2023-08-06T12:16:44Z"), rating: 1, comments: "No response from the customer, so the session was cancelled." },
            { id: 336, customer_id: 186, store_id: 5, feedback_date: new Date("2023-01-06T15:08:11Z"), rating: 4, comments: "The order was escalated after an urgent check." },
            { id: 337, customer_id: 332, store_id: 19, feedback_date: new Date("2023-03-21T19:17:30Z"), rating: 1, comments: "Flagged as duplicate. The supplier reviewed the record." },
            { id: 338, customer_id: 302, store_id: 15, feedback_date: new Date("2023-11-10T17:27:22Z"), rating: 5, comments: "The supplier asked for a change and the payment was escalated." },
            { id: 339, customer_id: 172, store_id: 3, feedback_date: new Date("2023-12-12T14:46:39Z"), rating: 4, comments: "The ticket was updated after an urgent check." },
            { id: 340, customer_id: 166, store_id: 19, feedback_date: new Date("2023-12-02T18:10:51Z"), rating: 4, comments: "Flagged as duplicate. The team updated the request." },
            { id: 341, customer_id: 487, store_id: 8, feedback_date: new Date("2023-04-06T18:42:47Z"), rating: 5, comments: "A duplicate follow-up: the booking was replaced." },
            { id: 342, customer_id: 470, store_id: 19, feedback_date: new Date("2023-03-08T13:34:44Z"), rating: 4, comments: "No response from the customer, so the record was processed." },
            { id: 343, customer_id: 457, store_id: 20, feedback_date: new Date("2023-05-30T15:49:56Z"), rating: 2, comments: "The team confirmed the details and the request was rescheduled." },
            { id: 344, customer_id: 31, store_id: 7, feedback_date: new Date("2023-03-08T03:47:06Z"), rating: 4, comments: "An urgent document was rejected the same day." },
            { id: 345, customer_id: 493, store_id: 8, feedback_date: new Date("2023-03-09T09:00:29Z"), rating: 4, comments: "The booking was rescheduled following an urgent review." },
            { id: 346, customer_id: 122, store_id: 12, feedback_date: new Date("2023-09-11T02:16:20Z"), rating: 5, comments: "The customer asked for a change and the request was resolved." },
            { id: 347, customer_id: 38, store_id: 4, feedback_date: new Date("2023-02-28T00:54:46Z"), rating: 2, comments: "The session was resolved — late case, no further action." },
            { id: 348, customer_id: 119, store_id: 4, feedback_date: new Date("2023-04-09T22:22:33Z"), rating: 2, comments: "The customer confirmed the details and the shipment was processed." },
            { id: 349, customer_id: 81, store_id: 1, feedback_date: new Date("2023-08-04T21:06:02Z"), rating: 5, comments: "The session was escalated — late case, no further action." },
            { id: 350, customer_id: 187, store_id: 20, feedback_date: new Date("2023-03-14T22:16:49Z"), rating: 1, comments: "Flagged as incomplete. The reviewer delayed the document." },
            { id: 351, customer_id: 114, store_id: 5, feedback_date: new Date("2023-01-07T21:52:53Z"), rating: 5, comments: "Flagged as repeat. The team escalated the document." },
            { id: 352, customer_id: 23, store_id: 3, feedback_date: new Date("2023-10-01T14:57:49Z"), rating: 3, comments: "The courier asked for a change and the ticket was resolved." },
            { id: 353, customer_id: 277, store_id: 16, feedback_date: new Date("2023-05-06T18:09:48Z"), rating: 4, comments: "The claim was updated — unusual case, no further action." },
            { id: 354, customer_id: 9, store_id: 4, feedback_date: new Date("2023-10-27T17:34:18Z"), rating: 5, comments: "An operator confirmed the details and the shipment was refunded." },
            { id: 355, customer_id: 251, store_id: 2, feedback_date: new Date("2023-06-24T09:35:21Z"), rating: 4, comments: "Support reported a standard issue; the refund was rejected." },
            { id: 356, customer_id: 189, store_id: 20, feedback_date: new Date("2023-08-15T20:27:12Z"), rating: 5, comments: "No response from an operator, so the delivery was escalated." },
            { id: 357, customer_id: 189, store_id: 16, feedback_date: new Date("2023-04-30T08:25:31Z"), rating: 4, comments: "A duplicate session was cancelled the same day." },
            { id: 358, customer_id: 290, store_id: 10, feedback_date: new Date("2023-10-25T12:25:37Z"), rating: 1, comments: "An operator asked for a change and the account was closed." },
            { id: 359, customer_id: 285, store_id: 17, feedback_date: new Date("2023-04-29T12:58:15Z"), rating: 5, comments: "No response from the reviewer, so the refund was rejected." },
            { id: 360, customer_id: 240, store_id: 8, feedback_date: new Date("2023-09-10T21:13:41Z"), rating: 4, comments: "The booking was reviewed following a manual review." },
            { id: 361, customer_id: 39, store_id: 11, feedback_date: new Date("2023-11-20T15:44:12Z"), rating: 4, comments: "Flagged as duplicate. The supplier reopened the session." },
            { id: 362, customer_id: 424, store_id: 8, feedback_date: new Date("2023-07-12T15:32:14Z"), rating: 3, comments: "The request was rejected following a standard review." },
            { id: 363, customer_id: 292, store_id: 13, feedback_date: new Date("2023-12-11T12:17:22Z"), rating: 3, comments: "The reviewer confirmed the details and the invoice was closed." },
            { id: 364, customer_id: 435, store_id: 12, feedback_date: new Date("2023-08-24T11:18:02Z"), rating: 5, comments: "Support confirmed the details and the session was reopened." },
            { id: 365, customer_id: 32, store_id: 8, feedback_date: new Date("2023-05-27T20:12:51Z"), rating: 3, comments: "A manual follow-up: the session was completed." },
            { id: 366, customer_id: 210, store_id: 14, feedback_date: new Date("2023-08-17T19:47:29Z"), rating: 2, comments: "The reviewer confirmed the details and the account was rejected." },
            { id: 367, customer_id: 270, store_id: 16, feedback_date: new Date("2023-04-22T19:03:36Z"), rating: 3, comments: "No response from the team, so the refund was reopened." },
            { id: 368, customer_id: 290, store_id: 1, feedback_date: new Date("2023-09-07T10:51:05Z"), rating: 1, comments: "Support confirmed the details and the delivery was reviewed." },
            { id: 369, customer_id: 71, store_id: 7, feedback_date: new Date("2023-12-27T23:14:38Z"), rating: 5, comments: "A manual follow-up: the transfer was rescheduled." },
            { id: 370, customer_id: 344, store_id: 11, feedback_date: new Date("2023-08-14T09:28:49Z"), rating: 3, comments: "No response from support, so the request was escalated." },
            { id: 371, customer_id: 453, store_id: 16, feedback_date: new Date("2023-12-08T14:08:25Z"), rating: 4, comments: "A minor follow-up: the record was escalated." },
            { id: 372, customer_id: 392, store_id: 10, feedback_date: new Date("2023-07-02T14:21:27Z"), rating: 4, comments: "The customer confirmed the details and the booking was processed." },
            { id: 373, customer_id: 358, store_id: 19, feedback_date: new Date("2023-05-28T16:43:23Z"), rating: 2, comments: "Flagged as standard. Support refunded the delivery." },
            { id: 374, customer_id: 470, store_id: 5, feedback_date: new Date("2023-02-22T14:12:17Z"), rating: 5, comments: "The refund was refunded following an urgent review." },
            { id: 375, customer_id: 173, store_id: 10, feedback_date: new Date("2023-08-12T16:26:06Z"), rating: 5, comments: "The account was resolved following an unusual review." },
            { id: 376, customer_id: 97, store_id: 20, feedback_date: new Date("2023-04-07T10:15:57Z"), rating: 4, comments: "An urgent account was completed the same day." },
            { id: 377, customer_id: 340, store_id: 19, feedback_date: new Date("2023-03-12T12:36:48Z"), rating: 5, comments: "A duplicate follow-up: the session was cancelled." },
            { id: 378, customer_id: 210, store_id: 17, feedback_date: new Date("2023-10-12T21:49:00Z"), rating: 3, comments: "The ticket was reviewed — incomplete case, no further action." },
            { id: 379, customer_id: 149, store_id: 10, feedback_date: new Date("2023-06-29T10:07:18Z"), rating: 5, comments: "Flagged as minor. The team approved the report." },
            { id: 380, customer_id: 180, store_id: 18, feedback_date: new Date("2023-08-02T20:15:31Z"), rating: 4, comments: "The courier asked for a change and the delivery was processed." },
            { id: 381, customer_id: 355, store_id: 19, feedback_date: new Date("2023-11-12T12:13:16Z"), rating: 3, comments: "No response from the customer, so the item was cancelled." },
            { id: 382, customer_id: 185, store_id: 4, feedback_date: new Date("2023-01-21T11:30:43Z"), rating: 5, comments: "The ticket was escalated after an unusual check." },
            { id: 383, customer_id: 170, store_id: 14, feedback_date: new Date("2023-09-11T16:28:43Z"), rating: 4, comments: "The shipment was reopened after an unusual check." },
            { id: 384, customer_id: 341, store_id: 6, feedback_date: new Date("2023-10-18T08:35:58Z"), rating: 1, comments: "A duplicate invoice was resolved the same day." },
            { id: 385, customer_id: 223, store_id: 4, feedback_date: new Date("2023-03-31T01:10:53Z"), rating: 4, comments: "The customer confirmed the details and the report was closed." },
            { id: 386, customer_id: 373, store_id: 9, feedback_date: new Date("2023-01-04T11:53:00Z"), rating: 3, comments: "The courier confirmed the details and the shipment was refunded." },
            { id: 387, customer_id: 58, store_id: 7, feedback_date: new Date("2023-01-27T22:49:50Z"), rating: 5, comments: "The reviewer reported a late issue; the report was processed." },
            { id: 388, customer_id: 275, store_id: 1, feedback_date: new Date("2023-06-05T01:43:13Z"), rating: 5, comments: "A minor follow-up: the invoice was reviewed." },
            { id: 389, customer_id: 270, store_id: 14, feedback_date: new Date("2023-12-22T23:25:09Z"), rating: 5, comments: "An operator asked for a change and the order was rescheduled." },
            { id: 390, customer_id: 237, store_id: 16, feedback_date: new Date("2023-03-22T09:57:18Z"), rating: 5, comments: "The refund was refunded after a routine check." },
            { id: 391, customer_id: 134, store_id: 8, feedback_date: new Date("2023-12-08T07:54:56Z"), rating: 1, comments: "The payment was completed after a standard check." },
            { id: 392, customer_id: 127, store_id: 13, feedback_date: new Date("2023-05-02T17:06:38Z"), rating: 2, comments: "No response from the account owner, so the refund was completed." },
            { id: 393, customer_id: 273, store_id: 12, feedback_date: new Date("2023-05-10T19:06:23Z"), rating: 3, comments: "Flagged as unusual. The customer processed the record." },
            { id: 394, customer_id: 256, store_id: 18, feedback_date: new Date("2023-11-04T12:25:54Z"), rating: 4, comments: "The document was closed — minor case, no further action." },
            { id: 395, customer_id: 463, store_id: 3, feedback_date: new Date("2023-11-24T14:03:21Z"), rating: 4, comments: "No response from the reviewer, so the shipment was rescheduled." },
            { id: 396, customer_id: 434, store_id: 18, feedback_date: new Date("2023-01-01T17:23:47Z"), rating: 4, comments: "The order was approved following a partial review." },
            { id: 397, customer_id: 500, store_id: 5, feedback_date: new Date("2023-11-02T16:36:28Z"), rating: 5, comments: "A manual follow-up: the order was confirmed." },
            { id: 398, customer_id: 364, store_id: 7, feedback_date: new Date("2023-10-12T05:07:27Z"), rating: 3, comments: "A repeat follow-up: the request was cancelled." },
            { id: 399, customer_id: 138, store_id: 1, feedback_date: new Date("2023-05-18T16:51:26Z"), rating: 4, comments: "The invoice was cancelled after an incomplete check." },
            { id: 400, customer_id: 23, store_id: 10, feedback_date: new Date("2023-08-28T11:25:08Z"), rating: 2, comments: "A partial transfer was resolved the same day." },
            { id: 401, customer_id: 201, store_id: 1, feedback_date: new Date("2023-04-11T12:58:20Z"), rating: 3, comments: "The shipment was rescheduled following a minor review." },
            { id: 402, customer_id: 496, store_id: 12, feedback_date: new Date("2023-04-13T19:10:58Z"), rating: 5, comments: "The appointment was closed following an incomplete review." },
            { id: 403, customer_id: 57, store_id: 10, feedback_date: new Date("2023-05-31T11:43:51Z"), rating: 4, comments: "The request was rescheduled following a late review." },
            { id: 404, customer_id: 343, store_id: 15, feedback_date: new Date("2023-06-06T16:06:30Z"), rating: 5, comments: "No response from the courier, so the invoice was rescheduled." },
            { id: 405, customer_id: 167, store_id: 9, feedback_date: new Date("2023-10-23T13:27:35Z"), rating: 4, comments: "The courier confirmed the details and the order was updated." },
            { id: 406, customer_id: 2, store_id: 9, feedback_date: new Date("2023-10-08T22:01:30Z"), rating: 5, comments: "No response from an operator, so the account was refunded." },
            { id: 407, customer_id: 324, store_id: 11, feedback_date: new Date("2023-06-25T10:57:22Z"), rating: 3, comments: "The report was reviewed — standard case, no further action." },
            { id: 408, customer_id: 68, store_id: 16, feedback_date: new Date("2023-11-07T06:45:19Z"), rating: 4, comments: "A minor follow-up: the delivery was cancelled." },
            { id: 409, customer_id: 71, store_id: 11, feedback_date: new Date("2023-04-12T20:34:53Z"), rating: 3, comments: "Support asked for a change and the refund was resolved." },
            { id: 410, customer_id: 363, store_id: 7, feedback_date: new Date("2023-06-22T14:46:56Z"), rating: 5, comments: "The request was processed — urgent case, no further action." },
            { id: 411, customer_id: 4, store_id: 6, feedback_date: new Date("2023-07-20T09:42:07Z"), rating: 5, comments: "The claim was approved — repeat case, no further action." },
            { id: 412, customer_id: 2, store_id: 11, feedback_date: new Date("2023-06-27T07:36:55Z"), rating: 2, comments: "Flagged as repeat. The supplier rescheduled the appointment." },
            { id: 413, customer_id: 96, store_id: 15, feedback_date: new Date("2023-11-04T13:42:27Z"), rating: 5, comments: "The invoice was resolved after an unusual check." },
            { id: 414, customer_id: 221, store_id: 20, feedback_date: new Date("2023-03-16T20:40:01Z"), rating: 2, comments: "No response from the courier, so the claim was closed." },
            { id: 415, customer_id: 174, store_id: 4, feedback_date: new Date("2023-10-05T00:37:45Z"), rating: 4, comments: "Flagged as unusual. The courier resolved the document." },
            { id: 416, customer_id: 500, store_id: 16, feedback_date: new Date("2023-11-30T08:17:25Z"), rating: 5, comments: "Support confirmed the details and the delivery was reopened." },
            { id: 417, customer_id: 216, store_id: 2, feedback_date: new Date("2023-07-16T20:58:33Z"), rating: 3, comments: "Flagged as unusual. The supplier approved the payment." },
            { id: 418, customer_id: 267, store_id: 5, feedback_date: new Date("2023-12-16T20:43:57Z"), rating: 4, comments: "Flagged as urgent. The account owner replaced the account." },
            { id: 419, customer_id: 245, store_id: 8, feedback_date: new Date("2023-07-21T23:20:13Z"), rating: 4, comments: "The courier confirmed the details and the booking was closed." },
            { id: 420, customer_id: 405, store_id: 4, feedback_date: new Date("2023-09-07T12:54:58Z"), rating: 5, comments: "The document was approved — manual case, no further action." },
            { id: 421, customer_id: 35, store_id: 4, feedback_date: new Date("2023-07-31T08:31:07Z"), rating: 5, comments: "The order was approved — automatic case, no further action." },
            { id: 422, customer_id: 76, store_id: 17, feedback_date: new Date("2023-03-25T15:28:55Z"), rating: 3, comments: "The session was confirmed following an incomplete review." },
            { id: 423, customer_id: 333, store_id: 9, feedback_date: new Date("2023-01-28T09:46:40Z"), rating: 4, comments: "The delivery was confirmed following a minor review." },
            { id: 424, customer_id: 218, store_id: 20, feedback_date: new Date("2023-01-05T16:50:24Z"), rating: 3, comments: "An automatic follow-up: the invoice was rejected." },
            { id: 425, customer_id: 161, store_id: 4, feedback_date: new Date("2023-10-21T16:22:13Z"), rating: 4, comments: "A partial follow-up: the session was delayed." },
            { id: 426, customer_id: 204, store_id: 10, feedback_date: new Date("2023-08-23T12:38:32Z"), rating: 3, comments: "The request was refunded — duplicate case, no further action." },
            { id: 427, customer_id: 29, store_id: 7, feedback_date: new Date("2023-10-29T18:30:19Z"), rating: 5, comments: "A duplicate follow-up: the refund was rescheduled." },
            { id: 428, customer_id: 102, store_id: 4, feedback_date: new Date("2023-08-08T20:33:04Z"), rating: 4, comments: "The supplier asked for a change and the delivery was processed." },
            { id: 429, customer_id: 93, store_id: 3, feedback_date: new Date("2023-12-06T14:48:38Z"), rating: 5, comments: "The document was resolved — minor case, no further action." },
            { id: 430, customer_id: 211, store_id: 5, feedback_date: new Date("2023-11-16T20:39:50Z"), rating: 2, comments: "No response from the customer, so the item was delayed." },
            { id: 431, customer_id: 440, store_id: 17, feedback_date: new Date("2023-04-02T14:19:25Z"), rating: 4, comments: "No response from the courier, so the item was rescheduled." },
            { id: 432, customer_id: 170, store_id: 16, feedback_date: new Date("2023-02-28T21:09:14Z"), rating: 5, comments: "The refund was cancelled after a repeat check." },
            { id: 433, customer_id: 231, store_id: 3, feedback_date: new Date("2023-07-17T17:04:00Z"), rating: 3, comments: "The team confirmed the details and the record was rejected." },
            { id: 434, customer_id: 404, store_id: 16, feedback_date: new Date("2023-02-25T10:28:38Z"), rating: 5, comments: "An operator reported a minor issue; the record was completed." },
            { id: 435, customer_id: 260, store_id: 19, feedback_date: new Date("2023-05-17T21:23:53Z"), rating: 4, comments: "The courier confirmed the details and the document was approved." },
            { id: 436, customer_id: 441, store_id: 4, feedback_date: new Date("2023-04-06T13:39:58Z"), rating: 4, comments: "A standard follow-up: the item was completed." },
            { id: 437, customer_id: 208, store_id: 11, feedback_date: new Date("2023-05-04T17:22:02Z"), rating: 5, comments: "A standard follow-up: the shipment was reviewed." },
            { id: 438, customer_id: 276, store_id: 9, feedback_date: new Date("2023-08-05T15:28:38Z"), rating: 4, comments: "Flagged as incomplete. The customer replaced the payment." },
            { id: 439, customer_id: 382, store_id: 2, feedback_date: new Date("2023-01-22T20:08:39Z"), rating: 1, comments: "A standard delivery was escalated the same day." },
            { id: 440, customer_id: 471, store_id: 16, feedback_date: new Date("2023-03-22T21:23:39Z"), rating: 1, comments: "The reviewer reported a minor issue; the request was replaced." },
            { id: 441, customer_id: 465, store_id: 14, feedback_date: new Date("2023-04-01T19:51:31Z"), rating: 4, comments: "A manual appointment was refunded the same day." },
            { id: 442, customer_id: 45, store_id: 5, feedback_date: new Date("2023-01-01T18:26:53Z"), rating: 4, comments: "The courier confirmed the details and the shipment was rescheduled." },
            { id: 443, customer_id: 196, store_id: 3, feedback_date: new Date("2023-12-10T14:00:04Z"), rating: 5, comments: "The reviewer reported an urgent issue; the claim was completed." },
            { id: 444, customer_id: 92, store_id: 16, feedback_date: new Date("2023-12-09T20:20:47Z"), rating: 4, comments: "A standard follow-up: the ticket was delayed." },
            { id: 445, customer_id: 35, store_id: 16, feedback_date: new Date("2023-12-11T09:31:26Z"), rating: 5, comments: "A standard follow-up: the account was reviewed." },
            { id: 446, customer_id: 18, store_id: 19, feedback_date: new Date("2023-01-25T18:52:50Z"), rating: 3, comments: "No response from the account owner, so the payment was reviewed." },
            { id: 447, customer_id: 164, store_id: 1, feedback_date: new Date("2023-12-19T16:57:11Z"), rating: 5, comments: "The request was approved after an unusual check." },
            { id: 448, customer_id: 183, store_id: 13, feedback_date: new Date("2023-09-28T19:26:38Z"), rating: 5, comments: "A repeat refund was completed the same day." },
            { id: 449, customer_id: 288, store_id: 7, feedback_date: new Date("2023-07-21T20:39:06Z"), rating: 5, comments: "The courier asked for a change and the order was completed." },
            { id: 450, customer_id: 361, store_id: 4, feedback_date: new Date("2023-01-13T16:04:19Z"), rating: 2, comments: "The item was approved after a routine check." },
            { id: 451, customer_id: 286, store_id: 2, feedback_date: new Date("2023-09-02T08:42:09Z"), rating: 2, comments: "A manual follow-up: the item was completed." },
            { id: 452, customer_id: 407, store_id: 2, feedback_date: new Date("2023-06-07T14:10:07Z"), rating: 3, comments: "The claim was escalated — standard case, no further action." },
            { id: 453, customer_id: 116, store_id: 11, feedback_date: new Date("2023-03-03T18:48:24Z"), rating: 5, comments: "The report was cancelled following a routine review." },
            { id: 454, customer_id: 99, store_id: 8, feedback_date: new Date("2023-11-07T17:14:01Z"), rating: 2, comments: "The ticket was processed following an unusual review." },
            { id: 455, customer_id: 327, store_id: 5, feedback_date: new Date("2023-02-17T13:15:27Z"), rating: 5, comments: "The transfer was cancelled following an incomplete review." },
            { id: 456, customer_id: 212, store_id: 7, feedback_date: new Date("2023-03-12T12:36:48Z"), rating: 5, comments: "The record was rejected — duplicate case, no further action." },
            { id: 457, customer_id: 397, store_id: 8, feedback_date: new Date("2023-03-25T11:18:10Z"), rating: 5, comments: "The refund was approved following a repeat review." },
            { id: 458, customer_id: 25, store_id: 5, feedback_date: new Date("2023-11-30T21:54:24Z"), rating: 2, comments: "The booking was delayed — duplicate case, no further action." },
            { id: 459, customer_id: 283, store_id: 6, feedback_date: new Date("2023-12-29T20:53:56Z"), rating: 5, comments: "Support reported a partial issue; the delivery was escalated." },
            { id: 460, customer_id: 403, store_id: 9, feedback_date: new Date("2023-07-16T11:43:49Z"), rating: 1, comments: "The team reported a repeat issue; the session was reopened." },
            { id: 461, customer_id: 323, store_id: 2, feedback_date: new Date("2023-07-13T07:49:59Z"), rating: 1, comments: "The reviewer reported a minor issue; the delivery was cancelled." },
            { id: 462, customer_id: 145, store_id: 11, feedback_date: new Date("2023-12-20T20:30:27Z"), rating: 3, comments: "The appointment was completed — repeat case, no further action." },
            { id: 463, customer_id: 385, store_id: 16, feedback_date: new Date("2023-07-05T12:36:59Z"), rating: 3, comments: "The document was rejected following a manual review." },
            { id: 464, customer_id: 435, store_id: 11, feedback_date: new Date("2023-05-21T11:12:24Z"), rating: 3, comments: "A late delivery was completed the same day." },
            { id: 465, customer_id: 267, store_id: 17, feedback_date: new Date("2023-12-19T19:30:57Z"), rating: 1, comments: "An urgent appointment was completed the same day." },
            { id: 466, customer_id: 188, store_id: 13, feedback_date: new Date("2023-01-29T16:15:17Z"), rating: 4, comments: "An automatic document was escalated the same day." },
            { id: 467, customer_id: 473, store_id: 14, feedback_date: new Date("2023-07-25T10:47:05Z"), rating: 4, comments: "No response from the courier, so the refund was reopened." },
            { id: 468, customer_id: 229, store_id: 19, feedback_date: new Date("2023-12-12T12:53:40Z"), rating: 3, comments: "The account owner confirmed the details and the shipment was replaced." },
            { id: 469, customer_id: 364, store_id: 11, feedback_date: new Date("2023-11-20T13:26:42Z"), rating: 2, comments: "No response from the supplier, so the delivery was rescheduled." },
            { id: 470, customer_id: 378, store_id: 10, feedback_date: new Date("2023-10-11T10:10:32Z"), rating: 3, comments: "No response from the courier, so the document was cancelled." },
            { id: 471, customer_id: 384, store_id: 7, feedback_date: new Date("2023-03-29T19:59:08Z"), rating: 3, comments: "An operator reported a duplicate issue; the ticket was cancelled." },
            { id: 472, customer_id: 382, store_id: 3, feedback_date: new Date("2023-06-03T20:19:35Z"), rating: 1, comments: "A manual appointment was reviewed the same day." },
            { id: 473, customer_id: 154, store_id: 3, feedback_date: new Date("2023-05-15T21:22:01Z"), rating: 3, comments: "The report was updated following an urgent review." },
            { id: 474, customer_id: 89, store_id: 4, feedback_date: new Date("2023-09-28T14:51:11Z"), rating: 2, comments: "The courier asked for a change and the booking was processed." },
            { id: 475, customer_id: 363, store_id: 17, feedback_date: new Date("2023-09-17T09:07:36Z"), rating: 4, comments: "Flagged as urgent. The supplier rejected the record." },
            { id: 476, customer_id: 392, store_id: 14, feedback_date: new Date("2023-02-09T04:31:50Z"), rating: 3, comments: "The document was processed following a late review." },
            { id: 477, customer_id: 155, store_id: 8, feedback_date: new Date("2023-09-29T19:04:48Z"), rating: 5, comments: "Support confirmed the details and the order was delayed." },
            { id: 478, customer_id: 245, store_id: 5, feedback_date: new Date("2023-11-10T15:05:00Z"), rating: 2, comments: "The supplier reported a minor issue; the claim was completed." },
            { id: 479, customer_id: 229, store_id: 2, feedback_date: new Date("2023-02-12T16:28:18Z"), rating: 3, comments: "Support reported a duplicate issue; the shipment was delayed." },
            { id: 480, customer_id: 110, store_id: 16, feedback_date: new Date("2023-04-21T09:03:56Z"), rating: 5, comments: "The customer reported an incomplete issue; the booking was reopened." },
            { id: 481, customer_id: 329, store_id: 10, feedback_date: new Date("2023-02-25T16:38:59Z"), rating: 5, comments: "The appointment was reopened after an automatic check." },
            { id: 482, customer_id: 9, store_id: 4, feedback_date: new Date("2023-11-20T09:01:53Z"), rating: 5, comments: "Flagged as automatic. An operator reopened the claim." },
            { id: 483, customer_id: 375, store_id: 15, feedback_date: new Date("2023-03-11T11:13:56Z"), rating: 3, comments: "An unusual transfer was approved the same day." },
            { id: 484, customer_id: 113, store_id: 18, feedback_date: new Date("2023-07-08T15:19:46Z"), rating: 4, comments: "An unusual follow-up: the item was refunded." },
            { id: 485, customer_id: 384, store_id: 11, feedback_date: new Date("2023-09-11T20:46:18Z"), rating: 2, comments: "The customer asked for a change and the request was cancelled." },
            { id: 486, customer_id: 310, store_id: 3, feedback_date: new Date("2023-01-28T02:03:42Z"), rating: 2, comments: "No response from the account owner, so the record was delayed." },
            { id: 487, customer_id: 491, store_id: 7, feedback_date: new Date("2023-01-14T19:40:31Z"), rating: 2, comments: "Flagged as duplicate. The customer escalated the transfer." },
            { id: 488, customer_id: 283, store_id: 18, feedback_date: new Date("2023-06-27T20:15:35Z"), rating: 3, comments: "No response from the account owner, so the booking was rescheduled." },
            { id: 489, customer_id: 14, store_id: 20, feedback_date: new Date("2023-01-26T11:35:28Z"), rating: 3, comments: "The team asked for a change and the document was updated." },
            { id: 490, customer_id: 77, store_id: 18, feedback_date: new Date("2023-07-23T11:23:00Z"), rating: 5, comments: "The account was delayed — automatic case, no further action." },
            { id: 491, customer_id: 90, store_id: 5, feedback_date: new Date("2023-06-26T18:31:27Z"), rating: 3, comments: "The record was replaced following a manual review." },
            { id: 492, customer_id: 118, store_id: 16, feedback_date: new Date("2023-03-27T13:06:59Z"), rating: 4, comments: "The customer reported a partial issue; the request was rescheduled." },
            { id: 493, customer_id: 237, store_id: 8, feedback_date: new Date("2023-01-29T15:46:05Z"), rating: 3, comments: "The request was cancelled — unusual case, no further action." },
            { id: 494, customer_id: 192, store_id: 17, feedback_date: new Date("2023-08-22T23:10:24Z"), rating: 2, comments: "The supplier reported a manual issue; the document was escalated." },
            { id: 495, customer_id: 137, store_id: 11, feedback_date: new Date("2023-05-09T15:54:30Z"), rating: 5, comments: "No response from the customer, so the account was reopened." },
            { id: 496, customer_id: 255, store_id: 5, feedback_date: new Date("2023-06-22T11:27:44Z"), rating: 4, comments: "A manual follow-up: the ticket was closed." },
            { id: 497, customer_id: 465, store_id: 4, feedback_date: new Date("2023-10-03T10:43:30Z"), rating: 4, comments: "The request was cancelled following an unusual review." },
            { id: 498, customer_id: 454, store_id: 5, feedback_date: new Date("2023-01-16T14:42:10Z"), rating: 5, comments: "The customer reported a minor issue; the shipment was completed." },
            { id: 499, customer_id: 430, store_id: 20, feedback_date: new Date("2023-11-03T20:21:01Z"), rating: 5, comments: "The order was rejected after an unusual check." },
            { id: 500, customer_id: 16, store_id: 3, feedback_date: new Date("2023-05-28T00:23:11Z"), rating: 2, comments: "Support asked for a change and the refund was resolved." },
        ],
    });
    await prisma.feedback.createMany({
        data: [
            { id: 501, customer_id: 112, store_id: 17, feedback_date: new Date("2023-11-20T21:51:50Z"), rating: 5, comments: "The reviewer asked for a change and the session was closed." },
            { id: 502, customer_id: 285, store_id: 3, feedback_date: new Date("2023-09-22T08:08:26Z"), rating: 4, comments: "No response from the courier, so the refund was completed." },
            { id: 503, customer_id: 386, store_id: 9, feedback_date: new Date("2023-04-19T09:15:21Z"), rating: 4, comments: "An automatic follow-up: the appointment was completed." },
            { id: 504, customer_id: 1, store_id: 1, feedback_date: new Date("2023-08-02T10:08:30Z"), rating: 3, comments: "No response from the customer, so the appointment was resolved." },
            { id: 505, customer_id: 443, store_id: 9, feedback_date: new Date("2023-07-15T11:25:54Z"), rating: 5, comments: "The account owner asked for a change and the invoice was updated." },
            { id: 506, customer_id: 347, store_id: 3, feedback_date: new Date("2023-10-09T16:43:06Z"), rating: 2, comments: "The courier confirmed the details and the transfer was delayed." },
            { id: 507, customer_id: 113, store_id: 8, feedback_date: new Date("2023-12-10T08:47:16Z"), rating: 5, comments: "A duplicate follow-up: the item was escalated." },
            { id: 508, customer_id: 218, store_id: 12, feedback_date: new Date("2023-11-02T14:15:56Z"), rating: 3, comments: "The account was replaced after a minor check." },
            { id: 509, customer_id: 493, store_id: 20, feedback_date: new Date("2023-03-19T01:32:30Z"), rating: 2, comments: "The booking was escalated following a partial review." },
            { id: 510, customer_id: 233, store_id: 13, feedback_date: new Date("2023-05-15T19:58:28Z"), rating: 5, comments: "Support reported a late issue; the item was updated." },
            { id: 511, customer_id: 324, store_id: 2, feedback_date: new Date("2023-08-29T20:58:27Z"), rating: 5, comments: "The supplier confirmed the details and the request was rejected." },
            { id: 512, customer_id: 458, store_id: 9, feedback_date: new Date("2023-02-08T18:20:35Z"), rating: 4, comments: "Flagged as standard. The account owner replaced the request." },
            { id: 513, customer_id: 290, store_id: 20, feedback_date: new Date("2023-04-26T14:04:40Z"), rating: 4, comments: "The delivery was resolved — repeat case, no further action." },
            { id: 514, customer_id: 49, store_id: 11, feedback_date: new Date("2023-05-12T18:46:03Z"), rating: 4, comments: "The delivery was replaced after a duplicate check." },
            { id: 515, customer_id: 120, store_id: 13, feedback_date: new Date("2023-06-13T09:03:50Z"), rating: 5, comments: "Support asked for a change and the payment was resolved." },
            { id: 516, customer_id: 178, store_id: 9, feedback_date: new Date("2023-01-23T00:09:30Z"), rating: 3, comments: "No response from the account owner, so the order was confirmed." },
            { id: 517, customer_id: 208, store_id: 20, feedback_date: new Date("2023-06-19T20:56:08Z"), rating: 3, comments: "No response from the supplier, so the refund was reviewed." },
            { id: 518, customer_id: 306, store_id: 12, feedback_date: new Date("2023-04-08T14:58:34Z"), rating: 5, comments: "No response from support, so the item was confirmed." },
            { id: 519, customer_id: 401, store_id: 8, feedback_date: new Date("2023-10-17T14:28:06Z"), rating: 4, comments: "The supplier reported a minor issue; the appointment was processed." },
            { id: 520, customer_id: 288, store_id: 13, feedback_date: new Date("2023-01-23T18:09:35Z"), rating: 5, comments: "The delivery was resolved — partial case, no further action." },
            { id: 521, customer_id: 421, store_id: 10, feedback_date: new Date("2023-06-01T16:33:22Z"), rating: 5, comments: "The reviewer reported a repeat issue; the booking was confirmed." },
            { id: 522, customer_id: 197, store_id: 16, feedback_date: new Date("2023-01-02T06:01:01Z"), rating: 4, comments: "The supplier confirmed the details and the document was rejected." },
            { id: 523, customer_id: 232, store_id: 8, feedback_date: new Date("2023-07-24T17:19:24Z"), rating: 2, comments: "The reviewer asked for a change and the document was escalated." },
            { id: 524, customer_id: 26, store_id: 3, feedback_date: new Date("2023-07-20T10:42:53Z"), rating: 4, comments: "An unusual follow-up: the transfer was completed." },
            { id: 525, customer_id: 217, store_id: 20, feedback_date: new Date("2023-01-14T14:10:20Z"), rating: 5, comments: "The reviewer reported a partial issue; the shipment was reviewed." },
            { id: 526, customer_id: 308, store_id: 14, feedback_date: new Date("2023-04-02T08:51:10Z"), rating: 4, comments: "The supplier reported a duplicate issue; the delivery was approved." },
            { id: 527, customer_id: 60, store_id: 13, feedback_date: new Date("2023-01-02T11:20:47Z"), rating: 3, comments: "The booking was updated following a manual review." },
            { id: 528, customer_id: 292, store_id: 8, feedback_date: new Date("2023-03-19T21:13:04Z"), rating: 3, comments: "An urgent follow-up: the invoice was replaced." },
            { id: 529, customer_id: 1, store_id: 3, feedback_date: new Date("2023-12-01T14:50:22Z"), rating: 2, comments: "A routine invoice was reopened the same day." },
            { id: 530, customer_id: 160, store_id: 9, feedback_date: new Date("2023-12-16T12:51:42Z"), rating: 3, comments: "Flagged as urgent. An operator closed the shipment." },
            { id: 531, customer_id: 433, store_id: 8, feedback_date: new Date("2023-04-14T16:27:33Z"), rating: 4, comments: "The claim was delayed after an urgent check." },
            { id: 532, customer_id: 466, store_id: 7, feedback_date: new Date("2023-11-23T18:20:29Z"), rating: 2, comments: "The customer reported a repeat issue; the appointment was completed." },
            { id: 533, customer_id: 432, store_id: 18, feedback_date: new Date("2023-11-27T06:27:29Z"), rating: 5, comments: "The item was approved — late case, no further action." },
            { id: 534, customer_id: 473, store_id: 14, feedback_date: new Date("2023-04-06T09:58:07Z"), rating: 4, comments: "A minor ticket was updated the same day." },
            { id: 535, customer_id: 101, store_id: 1, feedback_date: new Date("2023-11-10T06:22:38Z"), rating: 1, comments: "The request was rejected following a minor review." },
            { id: 536, customer_id: 139, store_id: 16, feedback_date: new Date("2023-03-02T15:16:39Z"), rating: 5, comments: "The payment was rescheduled following a manual review." },
            { id: 537, customer_id: 462, store_id: 6, feedback_date: new Date("2023-02-16T07:33:42Z"), rating: 2, comments: "The appointment was completed following a routine review." },
            { id: 538, customer_id: 63, store_id: 6, feedback_date: new Date("2023-01-23T19:01:09Z"), rating: 4, comments: "The reviewer confirmed the details and the transfer was replaced." },
            { id: 539, customer_id: 242, store_id: 8, feedback_date: new Date("2023-12-13T09:30:31Z"), rating: 3, comments: "A minor request was resolved the same day." },
            { id: 540, customer_id: 83, store_id: 17, feedback_date: new Date("2023-10-19T19:12:01Z"), rating: 5, comments: "A late follow-up: the request was cancelled." },
            { id: 541, customer_id: 426, store_id: 14, feedback_date: new Date("2023-07-07T18:03:23Z"), rating: 4, comments: "A minor follow-up: the refund was escalated." },
            { id: 542, customer_id: 333, store_id: 4, feedback_date: new Date("2023-11-09T20:13:58Z"), rating: 5, comments: "The supplier reported a standard issue; the document was updated." },
            { id: 543, customer_id: 110, store_id: 20, feedback_date: new Date("2023-01-20T20:36:46Z"), rating: 5, comments: "A late follow-up: the payment was processed." },
            { id: 544, customer_id: 101, store_id: 4, feedback_date: new Date("2023-11-07T10:59:26Z"), rating: 5, comments: "No response from the supplier, so the session was cancelled." },
            { id: 545, customer_id: 51, store_id: 13, feedback_date: new Date("2023-08-14T08:04:34Z"), rating: 4, comments: "The reviewer asked for a change and the report was replaced." },
            { id: 546, customer_id: 371, store_id: 6, feedback_date: new Date("2023-07-02T08:05:50Z"), rating: 2, comments: "The report was cancelled after a late check." },
            { id: 547, customer_id: 24, store_id: 12, feedback_date: new Date("2023-09-05T09:37:17Z"), rating: 2, comments: "The account owner confirmed the details and the booking was rescheduled." },
            { id: 548, customer_id: 328, store_id: 18, feedback_date: new Date("2023-02-25T16:15:27Z"), rating: 4, comments: "The customer reported a minor issue; the session was refunded." },
            { id: 549, customer_id: 289, store_id: 7, feedback_date: new Date("2023-09-14T17:25:04Z"), rating: 3, comments: "The appointment was completed after an automatic check." },
            { id: 550, customer_id: 324, store_id: 17, feedback_date: new Date("2023-07-09T07:37:52Z"), rating: 3, comments: "Flagged as duplicate. The account owner processed the refund." },
            { id: 551, customer_id: 98, store_id: 6, feedback_date: new Date("2023-08-30T12:41:49Z"), rating: 4, comments: "The courier reported an automatic issue; the request was updated." },
            { id: 552, customer_id: 19, store_id: 1, feedback_date: new Date("2023-03-29T08:52:25Z"), rating: 4, comments: "The account owner confirmed the details and the delivery was replaced." },
            { id: 553, customer_id: 458, store_id: 6, feedback_date: new Date("2023-10-13T13:39:16Z"), rating: 4, comments: "An unusual appointment was replaced the same day." },
            { id: 554, customer_id: 163, store_id: 16, feedback_date: new Date("2023-01-12T12:44:32Z"), rating: 4, comments: "No response from an operator, so the refund was cancelled." },
            { id: 555, customer_id: 422, store_id: 9, feedback_date: new Date("2023-04-05T13:14:38Z"), rating: 5, comments: "The appointment was approved following an unusual review." },
            { id: 556, customer_id: 116, store_id: 12, feedback_date: new Date("2023-03-12T10:21:49Z"), rating: 2, comments: "The claim was resolved following a duplicate review." },
            { id: 557, customer_id: 17, store_id: 12, feedback_date: new Date("2023-12-10T21:48:20Z"), rating: 4, comments: "The supplier reported a repeat issue; the session was confirmed." },
            { id: 558, customer_id: 325, store_id: 17, feedback_date: new Date("2023-02-27T21:20:20Z"), rating: 1, comments: "The reviewer asked for a change and the order was confirmed." },
            { id: 559, customer_id: 353, store_id: 5, feedback_date: new Date("2023-09-17T21:12:22Z"), rating: 3, comments: "No response from the reviewer, so the report was replaced." },
            { id: 560, customer_id: 231, store_id: 6, feedback_date: new Date("2023-11-10T22:47:21Z"), rating: 4, comments: "The document was approved following an unusual review." },
            { id: 561, customer_id: 372, store_id: 15, feedback_date: new Date("2023-12-08T18:45:52Z"), rating: 2, comments: "A duplicate document was rescheduled the same day." },
            { id: 562, customer_id: 324, store_id: 1, feedback_date: new Date("2023-03-20T17:50:38Z"), rating: 5, comments: "The item was escalated following an urgent review." },
            { id: 563, customer_id: 472, store_id: 5, feedback_date: new Date("2023-07-08T18:48:59Z"), rating: 5, comments: "The refund was rescheduled following a partial review." },
            { id: 564, customer_id: 312, store_id: 5, feedback_date: new Date("2023-02-13T08:58:54Z"), rating: 5, comments: "A repeat record was completed the same day." },
            { id: 565, customer_id: 47, store_id: 16, feedback_date: new Date("2023-01-16T13:05:45Z"), rating: 5, comments: "Flagged as repeat. The courier resolved the delivery." },
            { id: 566, customer_id: 120, store_id: 8, feedback_date: new Date("2023-07-17T19:50:52Z"), rating: 4, comments: "The order was completed after a repeat check." },
            { id: 567, customer_id: 142, store_id: 4, feedback_date: new Date("2023-06-07T22:50:06Z"), rating: 1, comments: "Support asked for a change and the refund was closed." },
            { id: 568, customer_id: 71, store_id: 16, feedback_date: new Date("2023-06-07T02:20:42Z"), rating: 4, comments: "The delivery was rejected following a minor review." },
            { id: 569, customer_id: 17, store_id: 4, feedback_date: new Date("2023-02-16T15:24:54Z"), rating: 3, comments: "The reviewer reported a repeat issue; the claim was approved." },
            { id: 570, customer_id: 222, store_id: 19, feedback_date: new Date("2023-04-20T16:52:33Z"), rating: 5, comments: "The request was reviewed after a repeat check." },
            { id: 571, customer_id: 382, store_id: 20, feedback_date: new Date("2023-11-21T11:59:37Z"), rating: 2, comments: "The refund was confirmed — routine case, no further action." },
            { id: 572, customer_id: 381, store_id: 4, feedback_date: new Date("2023-03-01T21:30:20Z"), rating: 5, comments: "No response from the account owner, so the booking was cancelled." },
            { id: 573, customer_id: 396, store_id: 19, feedback_date: new Date("2023-11-10T18:11:10Z"), rating: 3, comments: "An unusual follow-up: the appointment was completed." },
            { id: 574, customer_id: 275, store_id: 15, feedback_date: new Date("2023-10-11T08:16:47Z"), rating: 5, comments: "The order was updated after an urgent check." },
            { id: 575, customer_id: 500, store_id: 20, feedback_date: new Date("2023-09-10T18:54:09Z"), rating: 5, comments: "No response from the supplier, so the record was resolved." },
            { id: 576, customer_id: 486, store_id: 2, feedback_date: new Date("2023-01-25T21:20:12Z"), rating: 4, comments: "Support asked for a change and the appointment was cancelled." },
            { id: 577, customer_id: 120, store_id: 19, feedback_date: new Date("2023-06-05T18:30:19Z"), rating: 5, comments: "The customer reported a minor issue; the delivery was closed." },
            { id: 578, customer_id: 74, store_id: 6, feedback_date: new Date("2023-01-29T13:28:05Z"), rating: 5, comments: "The customer asked for a change and the session was refunded." },
            { id: 579, customer_id: 176, store_id: 8, feedback_date: new Date("2023-11-10T21:14:32Z"), rating: 4, comments: "The item was replaced after an incomplete check." },
            { id: 580, customer_id: 253, store_id: 3, feedback_date: new Date("2023-11-02T12:14:02Z"), rating: 1, comments: "The courier asked for a change and the item was resolved." },
            { id: 581, customer_id: 54, store_id: 14, feedback_date: new Date("2023-03-04T09:21:29Z"), rating: 1, comments: "The customer reported a manual issue; the transfer was processed." },
            { id: 582, customer_id: 187, store_id: 6, feedback_date: new Date("2023-11-23T22:11:14Z"), rating: 5, comments: "The courier asked for a change and the order was reopened." },
            { id: 583, customer_id: 329, store_id: 7, feedback_date: new Date("2023-04-25T01:20:24Z"), rating: 4, comments: "The order was delayed after a late check." },
            { id: 584, customer_id: 11, store_id: 1, feedback_date: new Date("2023-08-29T13:00:34Z"), rating: 5, comments: "An operator reported a manual issue; the item was rescheduled." },
            { id: 585, customer_id: 314, store_id: 15, feedback_date: new Date("2023-03-27T16:38:17Z"), rating: 3, comments: "Flagged as late. The courier rescheduled the transfer." },
            { id: 586, customer_id: 183, store_id: 9, feedback_date: new Date("2023-02-28T16:42:41Z"), rating: 1, comments: "An operator asked for a change and the invoice was delayed." },
            { id: 587, customer_id: 35, store_id: 15, feedback_date: new Date("2023-12-31T23:11:27Z"), rating: 4, comments: "No response from support, so the appointment was closed." },
            { id: 588, customer_id: 243, store_id: 1, feedback_date: new Date("2023-08-16T13:20:26Z"), rating: 5, comments: "The reviewer asked for a change and the session was processed." },
            { id: 589, customer_id: 111, store_id: 18, feedback_date: new Date("2023-08-08T09:27:04Z"), rating: 3, comments: "The reviewer asked for a change and the claim was delayed." },
            { id: 590, customer_id: 89, store_id: 11, feedback_date: new Date("2023-06-22T18:34:40Z"), rating: 4, comments: "An automatic refund was refunded the same day." },
            { id: 591, customer_id: 463, store_id: 14, feedback_date: new Date("2023-06-22T10:32:59Z"), rating: 3, comments: "The report was reopened after an unusual check." },
            { id: 592, customer_id: 372, store_id: 5, feedback_date: new Date("2023-11-23T19:12:28Z"), rating: 5, comments: "The supplier asked for a change and the appointment was delayed." },
            { id: 593, customer_id: 276, store_id: 17, feedback_date: new Date("2023-05-18T20:08:20Z"), rating: 4, comments: "No response from the courier, so the report was refunded." },
            { id: 594, customer_id: 400, store_id: 18, feedback_date: new Date("2023-06-05T17:15:17Z"), rating: 5, comments: "The transfer was replaced following a repeat review." },
            { id: 595, customer_id: 244, store_id: 3, feedback_date: new Date("2023-04-23T15:30:12Z"), rating: 4, comments: "A routine follow-up: the session was refunded." },
            { id: 596, customer_id: 270, store_id: 16, feedback_date: new Date("2023-12-20T17:42:56Z"), rating: 3, comments: "The booking was escalated — unusual case, no further action." },
            { id: 597, customer_id: 6, store_id: 9, feedback_date: new Date("2023-01-16T14:13:00Z"), rating: 5, comments: "The customer confirmed the details and the order was reopened." },
            { id: 598, customer_id: 163, store_id: 12, feedback_date: new Date("2023-03-22T17:07:33Z"), rating: 2, comments: "A standard follow-up: the invoice was rescheduled." },
            { id: 599, customer_id: 249, store_id: 7, feedback_date: new Date("2023-12-26T13:15:57Z"), rating: 5, comments: "The order was reviewed following a routine review." },
            { id: 600, customer_id: 140, store_id: 5, feedback_date: new Date("2023-11-17T17:42:38Z"), rating: 2, comments: "The order was closed following a standard review." },
        ],
    });
    await prisma.promotions.createMany({
        data: [
            { id: 1, store_id: 18, promotion_description: "The account owner reported a manual issue; the document was resolved.", start_date: "2023-12-27", end_date: "2023-06-28" },
            { id: 2, store_id: 5, promotion_description: "A duplicate transfer was refunded the same day.", start_date: "2023-10-06", end_date: "2023-12-14" },
            { id: 3, store_id: 14, promotion_description: "The ticket was resolved — partial case, no further action.", start_date: "2023-05-09", end_date: "2023-09-02" },
            { id: 4, store_id: 19, promotion_description: "A duplicate follow-up: the transfer was reviewed.", start_date: "2023-11-23", end_date: "2023-01-16" },
            { id: 5, store_id: 16, promotion_description: "The reviewer reported an urgent issue; the transfer was rejected.", start_date: "2023-05-13", end_date: "2023-10-27" },
            { id: 6, store_id: 16, promotion_description: "A minor follow-up: the request was updated.", start_date: "2023-10-30", end_date: "2023-10-26" },
            { id: 7, store_id: 17, promotion_description: "A repeat follow-up: the claim was escalated.", start_date: "2023-04-18", end_date: "2023-12-16" },
            { id: 8, store_id: 8, promotion_description: "A partial follow-up: the record was confirmed.", start_date: "2023-09-14", end_date: "2023-11-21" },
            { id: 9, store_id: 14, promotion_description: null, start_date: "2023-03-22", end_date: "2023-02-14" },
            { id: 10, store_id: 10, promotion_description: "A duplicate follow-up: the payment was reopened.", start_date: "2023-09-18", end_date: "2023-09-05" },
            { id: 11, store_id: 12, promotion_description: "The ticket was rejected — partial case, no further action.", start_date: "2023-10-09", end_date: "2023-09-28" },
            { id: 12, store_id: 8, promotion_description: "The appointment was reviewed after an incomplete check.", start_date: "2023-07-29", end_date: "2023-12-14" },
            { id: 13, store_id: 12, promotion_description: null, start_date: "2023-10-14", end_date: "2023-12-14" },
            { id: 14, store_id: 10, promotion_description: "The customer asked for a change and the transfer was resolved.", start_date: "2023-12-14", end_date: "2023-12-25" },
            { id: 15, store_id: 16, promotion_description: "The team confirmed the details and the ticket was reviewed.", start_date: "2023-07-13", end_date: "2023-09-26" },
            { id: 16, store_id: 12, promotion_description: "A routine order was updated the same day.", start_date: "2023-10-03", end_date: "2023-10-31" },
            { id: 17, store_id: 9, promotion_description: "Flagged as incomplete. The team closed the shipment.", start_date: "2023-09-21", end_date: "2023-11-23" },
            { id: 18, store_id: 8, promotion_description: "No response from an operator, so the item was refunded.", start_date: "2023-11-25", end_date: "2023-02-05" },
            { id: 19, store_id: 20, promotion_description: "An urgent follow-up: the document was refunded.", start_date: "2023-10-10", end_date: "2023-09-26" },
            { id: 20, store_id: 19, promotion_description: "The request was replaced following an urgent review.", start_date: "2023-09-04", end_date: "2023-07-26" },
            { id: 21, store_id: 20, promotion_description: "The customer reported a duplicate issue; the record was closed.", start_date: "2023-12-13", end_date: "2023-09-15" },
            { id: 22, store_id: 15, promotion_description: null, start_date: "2023-12-15", end_date: "2023-02-06" },
            { id: 23, store_id: 5, promotion_description: "A late document was reviewed the same day.", start_date: "2023-03-25", end_date: "2023-09-25" },
            { id: 24, store_id: 11, promotion_description: "The team reported a repeat issue; the item was resolved.", start_date: "2023-11-26", end_date: "2023-01-27" },
            { id: 25, store_id: 7, promotion_description: "Flagged as incomplete. Support confirmed the claim.", start_date: "2023-07-06", end_date: "2023-08-07" },
            { id: 26, store_id: 19, promotion_description: "The booking was processed — unusual case, no further action.", start_date: "2023-02-27", end_date: "2023-11-16" },
            { id: 27, store_id: 16, promotion_description: "The reviewer asked for a change and the payment was closed.", start_date: "2023-04-18", end_date: "2023-04-05" },
            { id: 28, store_id: 17, promotion_description: "The account owner asked for a change and the transfer was cancelled.", start_date: "2023-12-24", end_date: "2023-11-24" },
            { id: 29, store_id: 10, promotion_description: "The item was reviewed following an automatic review.", start_date: "2023-03-14", end_date: "2023-01-08" },
            { id: 30, store_id: 8, promotion_description: null, start_date: "2023-08-19", end_date: "2023-09-18" },
            { id: 31, store_id: 4, promotion_description: "The account owner confirmed the details and the request was escalated.", start_date: "2023-11-10", end_date: "2023-11-04" },
            { id: 32, store_id: 15, promotion_description: "The account was rescheduled after a manual check.", start_date: "2023-11-06", end_date: "2023-01-11" },
            { id: 33, store_id: 3, promotion_description: null, start_date: "2023-10-17", end_date: "2023-11-14" },
            { id: 34, store_id: 9, promotion_description: "No response from the account owner, so the appointment was escalated.", start_date: "2023-07-30", end_date: "2023-11-12" },
            { id: 35, store_id: 2, promotion_description: "Support reported an automatic issue; the report was completed.", start_date: "2023-09-19", end_date: "2023-10-27" },
            { id: 36, store_id: 17, promotion_description: "A standard follow-up: the report was rescheduled.", start_date: "2023-03-07", end_date: "2023-01-17" },
            { id: 37, store_id: 2, promotion_description: "The item was delayed following an unusual review.", start_date: "2023-12-24", end_date: "2023-01-29" },
            { id: 38, store_id: 13, promotion_description: "The appointment was reopened after a duplicate check.", start_date: "2023-04-03", end_date: "2023-11-12" },
            { id: 39, store_id: 3, promotion_description: "An automatic follow-up: the request was confirmed.", start_date: "2023-09-27", end_date: "2023-10-11" },
            { id: 40, store_id: 12, promotion_description: "A repeat follow-up: the item was closed.", start_date: "2023-11-15", end_date: "2023-02-04" },
            { id: 41, store_id: 13, promotion_description: "The transfer was resolved — routine case, no further action.", start_date: "2023-09-26", end_date: "2023-03-07" },
            { id: 42, store_id: 14, promotion_description: "A duplicate follow-up: the account was escalated.", start_date: "2023-12-20", end_date: "2023-04-01" },
            { id: 43, store_id: 13, promotion_description: "Support confirmed the details and the invoice was replaced.", start_date: "2023-12-21", end_date: "2023-07-28" },
            { id: 44, store_id: 9, promotion_description: "The reviewer asked for a change and the session was rejected.", start_date: "2023-09-06", end_date: "2023-09-21" },
            { id: 45, store_id: 3, promotion_description: "The document was resolved after a late check.", start_date: "2023-11-10", end_date: "2023-01-05" },
            { id: 46, store_id: 13, promotion_description: null, start_date: "2023-09-25", end_date: "2023-11-22" },
            { id: 47, store_id: 5, promotion_description: "An operator asked for a change and the account was escalated.", start_date: "2023-02-11", end_date: "2023-05-19" },
            { id: 48, store_id: 1, promotion_description: "The shipment was resolved after a standard check.", start_date: "2023-08-25", end_date: "2023-03-15" },
            { id: 49, store_id: 10, promotion_description: "The account was rejected after a repeat check.", start_date: "2023-09-13", end_date: "2023-03-27" },
            { id: 50, store_id: 5, promotion_description: "The customer reported a partial issue; the appointment was reviewed.", start_date: "2023-09-11", end_date: "2023-10-23" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, customer_id: 140, store_id: 11, transaction_date: new Date("2023-12-02T18:02:51Z"), amount: "247.96", payment_method: "debit card", discount_amount: "74.91" },
            { id: 2, customer_id: 124, store_id: 5, transaction_date: new Date("2023-07-16T10:12:49Z"), amount: "8.46", payment_method: "debit card", discount_amount: "7.11" },
            { id: 3, customer_id: 188, store_id: 11, transaction_date: new Date("2023-05-06T22:48:30Z"), amount: "496.78", payment_method: "cash", discount_amount: "52.72" },
            { id: 4, customer_id: 261, store_id: 4, transaction_date: new Date("2023-10-26T06:35:15Z"), amount: "6.15", payment_method: "credit card", discount_amount: "5.62" },
            { id: 5, customer_id: 167, store_id: 17, transaction_date: new Date("2023-05-13T10:29:14Z"), amount: "15.65", payment_method: "credit card", discount_amount: "0.59" },
            { id: 6, customer_id: 267, store_id: 6, transaction_date: new Date("2023-04-05T07:33:59Z"), amount: "81.20", payment_method: "cash", discount_amount: "45.52" },
            { id: 7, customer_id: 56, store_id: 16, transaction_date: new Date("2023-04-23T16:03:38Z"), amount: "47.46", payment_method: "credit card", discount_amount: "74.64" },
            { id: 8, customer_id: 135, store_id: 13, transaction_date: new Date("2023-05-23T20:42:04Z"), amount: "175.34", payment_method: "credit card", discount_amount: null },
            { id: 9, customer_id: 231, store_id: 8, transaction_date: new Date("2023-12-06T22:48:13Z"), amount: "254.74", payment_method: "cash", discount_amount: "21.63" },
            { id: 10, customer_id: 120, store_id: 2, transaction_date: new Date("2023-11-29T19:49:32Z"), amount: "5.04", payment_method: "debit card", discount_amount: "19.84" },
            { id: 11, customer_id: 13, store_id: 13, transaction_date: new Date("2023-10-05T12:16:06Z"), amount: "26.26", payment_method: "credit card", discount_amount: "0.17" },
            { id: 12, customer_id: 335, store_id: 9, transaction_date: new Date("2023-10-13T11:37:33Z"), amount: "25.09", payment_method: "cash", discount_amount: "2.25" },
            { id: 13, customer_id: 133, store_id: 14, transaction_date: new Date("2023-05-29T13:03:04Z"), amount: "126.71", payment_method: "debit card", discount_amount: "40.15" },
            { id: 14, customer_id: 445, store_id: 8, transaction_date: new Date("2023-05-11T18:59:29Z"), amount: "47.84", payment_method: "debit card", discount_amount: "0.12" },
            { id: 15, customer_id: 424, store_id: 11, transaction_date: new Date("2023-07-13T19:28:27Z"), amount: "161.12", payment_method: "credit card", discount_amount: "34.96" },
            { id: 16, customer_id: 417, store_id: 11, transaction_date: new Date("2023-07-24T13:44:16Z"), amount: "360.36", payment_method: "debit card", discount_amount: "87.58" },
            { id: 17, customer_id: 255, store_id: 12, transaction_date: new Date("2023-01-19T13:15:43Z"), amount: "6.41", payment_method: "credit card", discount_amount: "68.99" },
            { id: 18, customer_id: 162, store_id: 8, transaction_date: new Date("2023-08-27T09:19:33Z"), amount: "394.21", payment_method: "credit card", discount_amount: "75.66" },
            { id: 19, customer_id: 352, store_id: 7, transaction_date: new Date("2023-10-11T07:36:27Z"), amount: "369.90", payment_method: "credit card", discount_amount: "34.83" },
            { id: 20, customer_id: 41, store_id: 1, transaction_date: new Date("2023-08-17T19:51:39Z"), amount: "106.75", payment_method: "credit card", discount_amount: "73.41" },
            { id: 21, customer_id: 112, store_id: 17, transaction_date: new Date("2023-08-05T04:43:00Z"), amount: "181.96", payment_method: "credit card", discount_amount: "73.55" },
            { id: 22, customer_id: 151, store_id: 8, transaction_date: new Date("2023-02-15T15:34:06Z"), amount: "219.01", payment_method: "debit card", discount_amount: "0.12" },
            { id: 23, customer_id: 214, store_id: 3, transaction_date: new Date("2023-02-25T17:28:02Z"), amount: "197.15", payment_method: "credit card", discount_amount: "34.10" },
            { id: 24, customer_id: 236, store_id: 13, transaction_date: new Date("2023-01-12T17:39:46Z"), amount: "162.02", payment_method: "debit card", discount_amount: "80.73" },
            { id: 25, customer_id: 116, store_id: 4, transaction_date: new Date("2023-12-12T07:40:02Z"), amount: "5.01", payment_method: "debit card", discount_amount: "29.87" },
            { id: 26, customer_id: 103, store_id: 19, transaction_date: new Date("2023-02-12T23:19:28Z"), amount: "5.20", payment_method: "debit card", discount_amount: "61.09" },
            { id: 27, customer_id: 486, store_id: 5, transaction_date: new Date("2023-05-21T08:56:10Z"), amount: "39.40", payment_method: "credit card", discount_amount: "1.14" },
            { id: 28, customer_id: 154, store_id: 8, transaction_date: new Date("2023-11-08T16:01:03Z"), amount: "105.39", payment_method: "cash", discount_amount: "18.96" },
            { id: 29, customer_id: 71, store_id: 18, transaction_date: new Date("2023-03-27T19:25:17Z"), amount: "7.68", payment_method: "debit card", discount_amount: "71.58" },
            { id: 30, customer_id: 371, store_id: 9, transaction_date: new Date("2023-03-06T19:12:40Z"), amount: "193.81", payment_method: "cash", discount_amount: "44.56" },
            { id: 31, customer_id: 383, store_id: 2, transaction_date: new Date("2023-11-14T08:02:10Z"), amount: "105.89", payment_method: "debit card", discount_amount: "37.84" },
            { id: 32, customer_id: 38, store_id: 19, transaction_date: new Date("2023-03-02T20:58:02Z"), amount: "172.85", payment_method: "cash", discount_amount: "55.39" },
            { id: 33, customer_id: 8, store_id: 19, transaction_date: new Date("2023-03-18T01:10:27Z"), amount: "464.82", payment_method: "credit card", discount_amount: "10.77" },
            { id: 34, customer_id: 32, store_id: 5, transaction_date: new Date("2023-07-05T09:29:58Z"), amount: "348.75", payment_method: "debit card", discount_amount: "57.63" },
            { id: 35, customer_id: 273, store_id: 5, transaction_date: new Date("2023-07-21T20:06:17Z"), amount: "7.33", payment_method: "cash", discount_amount: "8.22" },
            { id: 36, customer_id: 87, store_id: 6, transaction_date: new Date("2023-07-30T08:22:23Z"), amount: "73.73", payment_method: "cash", discount_amount: "46.65" },
            { id: 37, customer_id: 357, store_id: 17, transaction_date: new Date("2023-12-31T10:21:20Z"), amount: "145.96", payment_method: "debit card", discount_amount: "16.39" },
            { id: 38, customer_id: 404, store_id: 7, transaction_date: new Date("2023-06-05T21:03:12Z"), amount: "131.67", payment_method: "cash", discount_amount: null },
            { id: 39, customer_id: 401, store_id: 13, transaction_date: new Date("2023-03-03T19:24:22Z"), amount: "78.72", payment_method: "debit card", discount_amount: "7.79" },
            { id: 40, customer_id: 460, store_id: 2, transaction_date: new Date("2023-05-19T13:53:18Z"), amount: "327.02", payment_method: "credit card", discount_amount: "15.50" },
            { id: 41, customer_id: 265, store_id: 19, transaction_date: new Date("2023-06-03T17:33:44Z"), amount: "228.48", payment_method: "credit card", discount_amount: "12.18" },
            { id: 42, customer_id: 120, store_id: 12, transaction_date: new Date("2023-10-18T08:51:35Z"), amount: "95.34", payment_method: "cash", discount_amount: "17.70" },
            { id: 43, customer_id: 104, store_id: 13, transaction_date: new Date("2023-05-03T17:29:57Z"), amount: "433.71", payment_method: "credit card", discount_amount: null },
            { id: 44, customer_id: 351, store_id: 20, transaction_date: new Date("2023-11-20T20:03:14Z"), amount: "333.36", payment_method: "debit card", discount_amount: "50.32" },
            { id: 45, customer_id: 5, store_id: 11, transaction_date: new Date("2023-02-07T12:36:56Z"), amount: "12.42", payment_method: "debit card", discount_amount: "28.44" },
            { id: 46, customer_id: 182, store_id: 6, transaction_date: new Date("2023-03-14T18:39:43Z"), amount: "5.21", payment_method: "debit card", discount_amount: "90.70" },
            { id: 47, customer_id: 114, store_id: 3, transaction_date: new Date("2023-10-23T14:17:08Z"), amount: "395.13", payment_method: "credit card", discount_amount: "0.98" },
            { id: 48, customer_id: 335, store_id: 12, transaction_date: new Date("2023-03-01T15:28:17Z"), amount: "33.54", payment_method: "debit card", discount_amount: "93.42" },
            { id: 49, customer_id: 351, store_id: 11, transaction_date: new Date("2023-06-26T13:41:07Z"), amount: "182.54", payment_method: "credit card", discount_amount: "92.72" },
            { id: 50, customer_id: 28, store_id: 8, transaction_date: new Date("2023-08-14T16:29:23Z"), amount: "256.95", payment_method: "debit card", discount_amount: "0.47" },
            { id: 51, customer_id: 441, store_id: 12, transaction_date: new Date("2023-09-13T18:10:30Z"), amount: "32.00", payment_method: "credit card", discount_amount: "26.62" },
            { id: 52, customer_id: 122, store_id: 15, transaction_date: new Date("2023-05-05T09:42:11Z"), amount: "9.45", payment_method: "cash", discount_amount: null },
            { id: 53, customer_id: 390, store_id: 10, transaction_date: new Date("2023-10-06T10:36:08Z"), amount: "493.43", payment_method: "credit card", discount_amount: "48.25" },
            { id: 54, customer_id: 77, store_id: 8, transaction_date: new Date("2023-12-22T07:57:47Z"), amount: "32.37", payment_method: "cash", discount_amount: "10.12" },
            { id: 55, customer_id: 63, store_id: 13, transaction_date: new Date("2023-03-28T17:25:26Z"), amount: "57.94", payment_method: "credit card", discount_amount: "43.34" },
            { id: 56, customer_id: 3, store_id: 20, transaction_date: new Date("2023-08-12T15:25:30Z"), amount: "323.65", payment_method: "debit card", discount_amount: "4.21" },
            { id: 57, customer_id: 410, store_id: 7, transaction_date: new Date("2023-03-28T16:24:17Z"), amount: "6.34", payment_method: "cash", discount_amount: "42.74" },
            { id: 58, customer_id: 404, store_id: 13, transaction_date: new Date("2023-08-22T08:21:05Z"), amount: "318.78", payment_method: "credit card", discount_amount: "71.93" },
            { id: 59, customer_id: 412, store_id: 11, transaction_date: new Date("2023-07-09T16:07:40Z"), amount: "394.79", payment_method: "credit card", discount_amount: "88.65" },
            { id: 60, customer_id: 445, store_id: 11, transaction_date: new Date("2023-01-29T15:57:58Z"), amount: "185.05", payment_method: "credit card", discount_amount: "2.47" },
            { id: 61, customer_id: 271, store_id: 2, transaction_date: new Date("2023-06-11T06:48:55Z"), amount: "9.99", payment_method: "credit card", discount_amount: "88.69" },
            { id: 62, customer_id: 257, store_id: 4, transaction_date: new Date("2023-07-13T06:20:30Z"), amount: "7.36", payment_method: "credit card", discount_amount: "0.85" },
            { id: 63, customer_id: 69, store_id: 2, transaction_date: new Date("2023-12-11T19:38:32Z"), amount: "11.29", payment_method: "cash", discount_amount: "32.60" },
            { id: 64, customer_id: 483, store_id: 19, transaction_date: new Date("2023-03-15T12:57:46Z"), amount: "290.20", payment_method: "credit card", discount_amount: "12.00" },
            { id: 65, customer_id: 195, store_id: 5, transaction_date: new Date("2023-07-05T01:01:12Z"), amount: "162.34", payment_method: "credit card", discount_amount: "43.27" },
            { id: 66, customer_id: 333, store_id: 18, transaction_date: new Date("2023-01-21T11:17:33Z"), amount: "454.32", payment_method: "credit card", discount_amount: "58.87" },
            { id: 67, customer_id: 220, store_id: 17, transaction_date: new Date("2023-05-29T10:03:54Z"), amount: "9.89", payment_method: "debit card", discount_amount: "78.55" },
            { id: 68, customer_id: 341, store_id: 8, transaction_date: new Date("2023-01-14T13:45:30Z"), amount: "368.66", payment_method: "debit card", discount_amount: "4.35" },
            { id: 69, customer_id: 420, store_id: 2, transaction_date: new Date("2023-09-05T19:50:32Z"), amount: "47.96", payment_method: "cash", discount_amount: "25.26" },
            { id: 70, customer_id: 108, store_id: 20, transaction_date: new Date("2023-10-30T22:52:47Z"), amount: "46.20", payment_method: "debit card", discount_amount: "41.87" },
            { id: 71, customer_id: 460, store_id: 7, transaction_date: new Date("2023-05-27T17:04:43Z"), amount: "52.92", payment_method: "credit card", discount_amount: "3.24" },
            { id: 72, customer_id: 267, store_id: 6, transaction_date: new Date("2023-07-04T19:56:07Z"), amount: "13.42", payment_method: "debit card", discount_amount: "12.53" },
            { id: 73, customer_id: 244, store_id: 9, transaction_date: new Date("2023-06-24T14:04:22Z"), amount: "19.93", payment_method: "credit card", discount_amount: "84.25" },
            { id: 74, customer_id: 262, store_id: 16, transaction_date: new Date("2023-08-24T07:25:50Z"), amount: "196.64", payment_method: "debit card", discount_amount: "2.93" },
            { id: 75, customer_id: 136, store_id: 2, transaction_date: new Date("2023-12-24T10:59:29Z"), amount: "152.16", payment_method: "cash", discount_amount: "1.70" },
            { id: 76, customer_id: 218, store_id: 11, transaction_date: new Date("2023-10-17T08:13:46Z"), amount: "262.91", payment_method: "cash", discount_amount: "78.57" },
            { id: 77, customer_id: 310, store_id: 5, transaction_date: new Date("2023-10-18T17:26:18Z"), amount: "473.07", payment_method: "debit card", discount_amount: "19.96" },
            { id: 78, customer_id: 268, store_id: 20, transaction_date: new Date("2023-04-30T14:39:44Z"), amount: "83.73", payment_method: "credit card", discount_amount: "14.71" },
            { id: 79, customer_id: 232, store_id: 1, transaction_date: new Date("2023-03-15T13:48:20Z"), amount: "134.57", payment_method: "debit card", discount_amount: "0.01" },
            { id: 80, customer_id: 65, store_id: 6, transaction_date: new Date("2023-05-16T22:12:03Z"), amount: "150.15", payment_method: "credit card", discount_amount: "41.17" },
            { id: 81, customer_id: 475, store_id: 4, transaction_date: new Date("2023-10-04T21:07:03Z"), amount: "283.96", payment_method: "debit card", discount_amount: "4.94" },
            { id: 82, customer_id: 193, store_id: 2, transaction_date: new Date("2023-04-22T16:39:40Z"), amount: "16.63", payment_method: "debit card", discount_amount: "36.60" },
            { id: 83, customer_id: 25, store_id: 13, transaction_date: new Date("2023-10-14T06:27:54Z"), amount: "108.55", payment_method: "credit card", discount_amount: null },
            { id: 84, customer_id: 76, store_id: 11, transaction_date: new Date("2023-11-19T19:55:03Z"), amount: "248.35", payment_method: "credit card", discount_amount: "1.84" },
            { id: 85, customer_id: 439, store_id: 7, transaction_date: new Date("2023-06-05T11:30:24Z"), amount: "320.02", payment_method: "debit card", discount_amount: "3.12" },
            { id: 86, customer_id: 127, store_id: 10, transaction_date: new Date("2023-02-01T15:30:57Z"), amount: "413.14", payment_method: "debit card", discount_amount: "68.51" },
            { id: 87, customer_id: 137, store_id: 6, transaction_date: new Date("2023-10-24T14:01:25Z"), amount: "165.16", payment_method: "cash", discount_amount: "23.77" },
            { id: 88, customer_id: 78, store_id: 2, transaction_date: new Date("2023-01-28T18:08:01Z"), amount: "85.54", payment_method: "cash", discount_amount: "15.52" },
            { id: 89, customer_id: 115, store_id: 13, transaction_date: new Date("2023-04-22T10:39:49Z"), amount: "432.06", payment_method: "credit card", discount_amount: "5.47" },
            { id: 90, customer_id: 386, store_id: 15, transaction_date: new Date("2023-11-02T13:56:16Z"), amount: "277.60", payment_method: "credit card", discount_amount: "39.22" },
            { id: 91, customer_id: 279, store_id: 18, transaction_date: new Date("2023-11-09T15:27:32Z"), amount: "88.22", payment_method: "cash", discount_amount: null },
            { id: 92, customer_id: 357, store_id: 5, transaction_date: new Date("2023-10-24T11:11:12Z"), amount: "142.75", payment_method: "credit card", discount_amount: "45.92" },
            { id: 93, customer_id: 388, store_id: 20, transaction_date: new Date("2023-03-03T18:51:58Z"), amount: "164.85", payment_method: "debit card", discount_amount: null },
            { id: 94, customer_id: 258, store_id: 11, transaction_date: new Date("2023-08-21T13:31:20Z"), amount: "470.29", payment_method: "credit card", discount_amount: "9.28" },
            { id: 95, customer_id: 432, store_id: 11, transaction_date: new Date("2023-12-23T20:08:42Z"), amount: "372.23", payment_method: "credit card", discount_amount: "37.43" },
            { id: 96, customer_id: 397, store_id: 13, transaction_date: new Date("2023-12-03T14:02:49Z"), amount: "120.99", payment_method: "credit card", discount_amount: "11.58" },
            { id: 97, customer_id: 182, store_id: 18, transaction_date: new Date("2023-04-23T21:31:23Z"), amount: "15.81", payment_method: "credit card", discount_amount: null },
            { id: 98, customer_id: 400, store_id: 1, transaction_date: new Date("2023-12-10T19:14:58Z"), amount: "16.85", payment_method: "debit card", discount_amount: "88.72" },
            { id: 99, customer_id: 150, store_id: 15, transaction_date: new Date("2023-03-17T21:28:01Z"), amount: "17.98", payment_method: "cash", discount_amount: "41.05" },
            { id: 100, customer_id: 173, store_id: 14, transaction_date: new Date("2023-10-26T13:53:07Z"), amount: "152.49", payment_method: "credit card", discount_amount: "0.34" },
            { id: 101, customer_id: 134, store_id: 2, transaction_date: new Date("2023-07-20T22:19:01Z"), amount: "195.51", payment_method: "debit card", discount_amount: "31.77" },
            { id: 102, customer_id: 263, store_id: 17, transaction_date: new Date("2023-09-28T17:47:00Z"), amount: "131.84", payment_method: "debit card", discount_amount: "8.81" },
            { id: 103, customer_id: 403, store_id: 4, transaction_date: new Date("2023-07-08T17:04:35Z"), amount: "469.03", payment_method: "cash", discount_amount: "0.97" },
            { id: 104, customer_id: 285, store_id: 15, transaction_date: new Date("2023-06-14T19:18:02Z"), amount: "18.93", payment_method: "credit card", discount_amount: "85.90" },
            { id: 105, customer_id: 176, store_id: 9, transaction_date: new Date("2023-09-26T22:08:09Z"), amount: "220.32", payment_method: "credit card", discount_amount: "46.14" },
            { id: 106, customer_id: 77, store_id: 9, transaction_date: new Date("2023-01-21T14:35:48Z"), amount: "282.92", payment_method: "credit card", discount_amount: "37.06" },
            { id: 107, customer_id: 243, store_id: 3, transaction_date: new Date("2023-11-04T17:19:50Z"), amount: "135.05", payment_method: "credit card", discount_amount: "31.95" },
            { id: 108, customer_id: 239, store_id: 4, transaction_date: new Date("2023-05-09T15:03:03Z"), amount: "12.75", payment_method: "cash", discount_amount: "99.37" },
            { id: 109, customer_id: 481, store_id: 15, transaction_date: new Date("2023-05-07T18:32:44Z"), amount: "220.16", payment_method: "credit card", discount_amount: "39.71" },
            { id: 110, customer_id: 417, store_id: 16, transaction_date: new Date("2023-11-20T08:49:43Z"), amount: "470.64", payment_method: "credit card", discount_amount: "21.44" },
            { id: 111, customer_id: 259, store_id: 14, transaction_date: new Date("2023-11-10T13:40:30Z"), amount: "43.49", payment_method: "credit card", discount_amount: "86.11" },
            { id: 112, customer_id: 165, store_id: 1, transaction_date: new Date("2023-02-24T18:14:45Z"), amount: "15.45", payment_method: "credit card", discount_amount: "2.03" },
            { id: 113, customer_id: 451, store_id: 5, transaction_date: new Date("2023-09-21T13:12:28Z"), amount: "17.20", payment_method: "debit card", discount_amount: null },
            { id: 114, customer_id: 344, store_id: 4, transaction_date: new Date("2023-12-19T14:22:24Z"), amount: "24.01", payment_method: "credit card", discount_amount: "94.02" },
            { id: 115, customer_id: 366, store_id: 9, transaction_date: new Date("2023-01-22T12:54:18Z"), amount: "35.33", payment_method: "credit card", discount_amount: "8.35" },
            { id: 116, customer_id: 368, store_id: 2, transaction_date: new Date("2023-11-19T13:21:43Z"), amount: "17.53", payment_method: "credit card", discount_amount: "84.55" },
            { id: 117, customer_id: 166, store_id: 3, transaction_date: new Date("2023-10-18T22:50:25Z"), amount: "14.43", payment_method: "debit card", discount_amount: "42.15" },
            { id: 118, customer_id: 267, store_id: 14, transaction_date: new Date("2023-01-31T10:59:51Z"), amount: "278.67", payment_method: "debit card", discount_amount: "2.84" },
            { id: 119, customer_id: 62, store_id: 20, transaction_date: new Date("2023-11-24T21:13:51Z"), amount: "5.03", payment_method: "credit card", discount_amount: "77.25" },
            { id: 120, customer_id: 157, store_id: 14, transaction_date: new Date("2023-07-16T18:01:32Z"), amount: "174.18", payment_method: "credit card", discount_amount: "65.36" },
            { id: 121, customer_id: 15, store_id: 20, transaction_date: new Date("2023-10-23T10:17:43Z"), amount: "125.43", payment_method: "cash", discount_amount: "52.37" },
            { id: 122, customer_id: 273, store_id: 9, transaction_date: new Date("2023-06-19T11:05:24Z"), amount: "9.39", payment_method: "debit card", discount_amount: null },
            { id: 123, customer_id: 337, store_id: 19, transaction_date: new Date("2023-04-04T14:06:47Z"), amount: "208.98", payment_method: "debit card", discount_amount: "42.12" },
            { id: 124, customer_id: 203, store_id: 16, transaction_date: new Date("2023-01-06T11:10:16Z"), amount: "427.69", payment_method: "debit card", discount_amount: "8.76" },
            { id: 125, customer_id: 261, store_id: 13, transaction_date: new Date("2023-11-29T23:07:13Z"), amount: "46.07", payment_method: "debit card", discount_amount: null },
            { id: 126, customer_id: 66, store_id: 4, transaction_date: new Date("2023-12-26T11:55:52Z"), amount: "6.30", payment_method: "credit card", discount_amount: "4.44" },
            { id: 127, customer_id: 90, store_id: 17, transaction_date: new Date("2023-10-18T21:25:04Z"), amount: "98.70", payment_method: "credit card", discount_amount: "99.00" },
            { id: 128, customer_id: 254, store_id: 5, transaction_date: new Date("2023-02-10T13:41:48Z"), amount: "8.00", payment_method: "credit card", discount_amount: "47.65" },
            { id: 129, customer_id: 62, store_id: 15, transaction_date: new Date("2023-11-24T09:14:11Z"), amount: "10.80", payment_method: "debit card", discount_amount: "8.04" },
            { id: 130, customer_id: 60, store_id: 20, transaction_date: new Date("2023-09-13T19:13:38Z"), amount: "80.42", payment_method: "credit card", discount_amount: "12.08" },
            { id: 131, customer_id: 194, store_id: 2, transaction_date: new Date("2023-09-26T12:27:32Z"), amount: "368.74", payment_method: "debit card", discount_amount: "0.01" },
            { id: 132, customer_id: 411, store_id: 1, transaction_date: new Date("2023-12-09T18:49:51Z"), amount: "447.87", payment_method: "debit card", discount_amount: "1.30" },
            { id: 133, customer_id: 466, store_id: 2, transaction_date: new Date("2023-08-27T09:59:11Z"), amount: "7.03", payment_method: "debit card", discount_amount: "18.59" },
            { id: 134, customer_id: 320, store_id: 8, transaction_date: new Date("2023-07-29T21:16:46Z"), amount: "13.95", payment_method: "cash", discount_amount: "77.40" },
            { id: 135, customer_id: 125, store_id: 14, transaction_date: new Date("2023-04-03T12:27:24Z"), amount: "293.51", payment_method: "credit card", discount_amount: "36.55" },
            { id: 136, customer_id: 287, store_id: 8, transaction_date: new Date("2023-12-20T08:48:53Z"), amount: "27.40", payment_method: "cash", discount_amount: "0.02" },
            { id: 137, customer_id: 383, store_id: 14, transaction_date: new Date("2023-08-14T13:39:43Z"), amount: "396.62", payment_method: "cash", discount_amount: "66.56" },
            { id: 138, customer_id: 103, store_id: 8, transaction_date: new Date("2023-03-20T18:05:59Z"), amount: "40.55", payment_method: "cash", discount_amount: "15.78" },
            { id: 139, customer_id: 103, store_id: 3, transaction_date: new Date("2023-07-20T08:13:59Z"), amount: "242.05", payment_method: "cash", discount_amount: "3.88" },
            { id: 140, customer_id: 54, store_id: 12, transaction_date: new Date("2023-04-09T09:40:23Z"), amount: "15.99", payment_method: "cash", discount_amount: "0.02" },
            { id: 141, customer_id: 171, store_id: 12, transaction_date: new Date("2023-07-10T14:33:56Z"), amount: "375.15", payment_method: "credit card", discount_amount: "15.39" },
            { id: 142, customer_id: 117, store_id: 20, transaction_date: new Date("2023-04-07T14:09:21Z"), amount: "24.34", payment_method: "credit card", discount_amount: "94.04" },
            { id: 143, customer_id: 121, store_id: 4, transaction_date: new Date("2023-07-20T08:46:17Z"), amount: "21.03", payment_method: "debit card", discount_amount: "46.52" },
            { id: 144, customer_id: 377, store_id: 5, transaction_date: new Date("2023-07-07T18:02:26Z"), amount: "127.34", payment_method: "cash", discount_amount: "1.85" },
            { id: 145, customer_id: 39, store_id: 12, transaction_date: new Date("2023-09-14T02:01:28Z"), amount: "482.02", payment_method: "debit card", discount_amount: null },
            { id: 146, customer_id: 14, store_id: 17, transaction_date: new Date("2023-08-03T22:55:13Z"), amount: "176.25", payment_method: "credit card", discount_amount: "71.77" },
            { id: 147, customer_id: 28, store_id: 5, transaction_date: new Date("2023-02-24T00:36:05Z"), amount: "56.59", payment_method: "debit card", discount_amount: "7.28" },
            { id: 148, customer_id: 105, store_id: 14, transaction_date: new Date("2023-09-09T12:22:57Z"), amount: "415.25", payment_method: "credit card", discount_amount: "19.80" },
            { id: 149, customer_id: 45, store_id: 3, transaction_date: new Date("2023-08-10T07:26:22Z"), amount: "22.83", payment_method: "debit card", discount_amount: "52.61" },
            { id: 150, customer_id: 290, store_id: 20, transaction_date: new Date("2023-06-10T14:37:31Z"), amount: "11.30", payment_method: "credit card", discount_amount: "54.34" },
            { id: 151, customer_id: 333, store_id: 7, transaction_date: new Date("2023-12-14T07:30:25Z"), amount: "175.92", payment_method: "cash", discount_amount: "33.82" },
            { id: 152, customer_id: 244, store_id: 4, transaction_date: new Date("2023-08-27T19:23:28Z"), amount: "81.66", payment_method: "debit card", discount_amount: "58.05" },
            { id: 153, customer_id: 121, store_id: 18, transaction_date: new Date("2023-08-24T12:31:40Z"), amount: "48.44", payment_method: "credit card", discount_amount: null },
            { id: 154, customer_id: 173, store_id: 1, transaction_date: new Date("2023-07-20T10:33:21Z"), amount: "11.92", payment_method: "credit card", discount_amount: "1.33" },
            { id: 155, customer_id: 381, store_id: 12, transaction_date: new Date("2023-11-13T14:19:38Z"), amount: "13.67", payment_method: "credit card", discount_amount: "95.79" },
            { id: 156, customer_id: 282, store_id: 12, transaction_date: new Date("2023-04-26T18:36:03Z"), amount: "27.06", payment_method: "credit card", discount_amount: "12.70" },
            { id: 157, customer_id: 252, store_id: 15, transaction_date: new Date("2023-05-03T12:53:58Z"), amount: "8.05", payment_method: "debit card", discount_amount: "46.53" },
            { id: 158, customer_id: 385, store_id: 19, transaction_date: new Date("2023-02-22T08:45:11Z"), amount: "486.25", payment_method: "credit card", discount_amount: "98.11" },
            { id: 159, customer_id: 399, store_id: 20, transaction_date: new Date("2023-11-13T17:12:02Z"), amount: "14.17", payment_method: "credit card", discount_amount: "93.76" },
            { id: 160, customer_id: 185, store_id: 10, transaction_date: new Date("2023-11-16T07:28:52Z"), amount: "22.26", payment_method: "debit card", discount_amount: "0.04" },
            { id: 161, customer_id: 500, store_id: 4, transaction_date: new Date("2023-06-12T18:15:59Z"), amount: "212.32", payment_method: "credit card", discount_amount: "2.80" },
            { id: 162, customer_id: 267, store_id: 14, transaction_date: new Date("2023-02-15T18:08:23Z"), amount: "142.16", payment_method: "cash", discount_amount: null },
            { id: 163, customer_id: 461, store_id: 11, transaction_date: new Date("2023-06-03T18:23:52Z"), amount: "296.41", payment_method: "cash", discount_amount: "20.58" },
            { id: 164, customer_id: 158, store_id: 6, transaction_date: new Date("2023-08-06T16:04:26Z"), amount: "219.20", payment_method: "credit card", discount_amount: "61.40" },
            { id: 165, customer_id: 208, store_id: 19, transaction_date: new Date("2023-07-28T21:38:23Z"), amount: "136.93", payment_method: "debit card", discount_amount: "17.93" },
            { id: 166, customer_id: 28, store_id: 8, transaction_date: new Date("2023-10-01T12:11:32Z"), amount: "342.50", payment_method: "debit card", discount_amount: "19.46" },
            { id: 167, customer_id: 403, store_id: 1, transaction_date: new Date("2023-05-07T20:46:53Z"), amount: "136.58", payment_method: "debit card", discount_amount: "20.49" },
            { id: 168, customer_id: 463, store_id: 11, transaction_date: new Date("2023-04-06T21:13:45Z"), amount: "9.32", payment_method: "cash", discount_amount: "20.73" },
            { id: 169, customer_id: 68, store_id: 13, transaction_date: new Date("2023-04-10T23:54:19Z"), amount: "97.56", payment_method: "cash", discount_amount: "28.50" },
            { id: 170, customer_id: 171, store_id: 13, transaction_date: new Date("2023-10-25T12:14:19Z"), amount: "156.35", payment_method: "credit card", discount_amount: "5.77" },
            { id: 171, customer_id: 29, store_id: 2, transaction_date: new Date("2023-04-15T10:27:46Z"), amount: "458.30", payment_method: "debit card", discount_amount: "4.79" },
            { id: 172, customer_id: 444, store_id: 3, transaction_date: new Date("2023-11-26T17:08:29Z"), amount: "5.90", payment_method: "credit card", discount_amount: "9.75" },
            { id: 173, customer_id: 184, store_id: 16, transaction_date: new Date("2023-11-10T05:15:19Z"), amount: "9.69", payment_method: "debit card", discount_amount: "4.36" },
            { id: 174, customer_id: 449, store_id: 11, transaction_date: new Date("2023-04-22T14:37:50Z"), amount: "5.64", payment_method: "debit card", discount_amount: "19.88" },
            { id: 175, customer_id: 125, store_id: 4, transaction_date: new Date("2023-03-12T19:19:27Z"), amount: "205.52", payment_method: "debit card", discount_amount: "1.11" },
            { id: 176, customer_id: 379, store_id: 3, transaction_date: new Date("2023-06-25T10:10:08Z"), amount: "10.74", payment_method: "credit card", discount_amount: "3.41" },
            { id: 177, customer_id: 109, store_id: 10, transaction_date: new Date("2023-08-19T00:29:51Z"), amount: "407.76", payment_method: "cash", discount_amount: null },
            { id: 178, customer_id: 421, store_id: 16, transaction_date: new Date("2023-01-10T20:41:49Z"), amount: "14.81", payment_method: "cash", discount_amount: "33.45" },
            { id: 179, customer_id: 238, store_id: 11, transaction_date: new Date("2023-06-02T18:11:19Z"), amount: "44.25", payment_method: "credit card", discount_amount: "16.99" },
            { id: 180, customer_id: 239, store_id: 15, transaction_date: new Date("2023-05-11T09:19:00Z"), amount: "118.14", payment_method: "cash", discount_amount: "59.05" },
            { id: 181, customer_id: 1, store_id: 16, transaction_date: new Date("2023-06-02T13:30:00Z"), amount: "8.53", payment_method: "credit card", discount_amount: "67.89" },
            { id: 182, customer_id: 126, store_id: 1, transaction_date: new Date("2023-03-05T06:18:12Z"), amount: "35.87", payment_method: "debit card", discount_amount: "0.87" },
            { id: 183, customer_id: 208, store_id: 12, transaction_date: new Date("2023-04-06T21:35:19Z"), amount: "55.77", payment_method: "cash", discount_amount: "2.45" },
            { id: 184, customer_id: 309, store_id: 3, transaction_date: new Date("2023-06-26T17:13:56Z"), amount: "214.78", payment_method: "cash", discount_amount: null },
            { id: 185, customer_id: 263, store_id: 12, transaction_date: new Date("2023-10-08T13:09:17Z"), amount: "272.65", payment_method: "credit card", discount_amount: "81.48" },
            { id: 186, customer_id: 186, store_id: 15, transaction_date: new Date("2023-05-22T06:02:17Z"), amount: "387.08", payment_method: "credit card", discount_amount: null },
            { id: 187, customer_id: 337, store_id: 10, transaction_date: new Date("2023-01-14T21:43:27Z"), amount: "299.60", payment_method: "credit card", discount_amount: "16.42" },
            { id: 188, customer_id: 133, store_id: 18, transaction_date: new Date("2023-11-11T16:48:30Z"), amount: "103.51", payment_method: "cash", discount_amount: "41.71" },
            { id: 189, customer_id: 298, store_id: 15, transaction_date: new Date("2023-06-13T20:51:49Z"), amount: "50.07", payment_method: "cash", discount_amount: "42.79" },
            { id: 190, customer_id: 380, store_id: 10, transaction_date: new Date("2023-08-01T22:37:02Z"), amount: "224.21", payment_method: "cash", discount_amount: "1.04" },
            { id: 191, customer_id: 321, store_id: 8, transaction_date: new Date("2023-06-26T07:52:58Z"), amount: "61.91", payment_method: "credit card", discount_amount: null },
            { id: 192, customer_id: 242, store_id: 19, transaction_date: new Date("2023-05-18T15:39:28Z"), amount: "120.03", payment_method: "credit card", discount_amount: "15.17" },
            { id: 193, customer_id: 38, store_id: 7, transaction_date: new Date("2023-07-24T13:16:52Z"), amount: "334.06", payment_method: "debit card", discount_amount: "9.13" },
            { id: 194, customer_id: 214, store_id: 11, transaction_date: new Date("2023-10-23T13:18:20Z"), amount: "390.13", payment_method: "credit card", discount_amount: "11.34" },
            { id: 195, customer_id: 299, store_id: 10, transaction_date: new Date("2023-12-05T12:06:38Z"), amount: "445.75", payment_method: "debit card", discount_amount: "2.39" },
            { id: 196, customer_id: 468, store_id: 5, transaction_date: new Date("2023-09-15T13:58:00Z"), amount: "351.67", payment_method: "credit card", discount_amount: "13.59" },
            { id: 197, customer_id: 343, store_id: 9, transaction_date: new Date("2023-11-02T17:14:24Z"), amount: "448.33", payment_method: "cash", discount_amount: "22.27" },
            { id: 198, customer_id: 73, store_id: 8, transaction_date: new Date("2023-07-07T17:16:24Z"), amount: "13.24", payment_method: "debit card", discount_amount: "8.04" },
            { id: 199, customer_id: 467, store_id: 10, transaction_date: new Date("2023-07-15T14:39:26Z"), amount: "5.07", payment_method: "credit card", discount_amount: "32.07" },
            { id: 200, customer_id: 205, store_id: 14, transaction_date: new Date("2023-10-01T08:12:26Z"), amount: "418.76", payment_method: "cash", discount_amount: null },
            { id: 201, customer_id: 459, store_id: 15, transaction_date: new Date("2023-01-03T07:20:45Z"), amount: "48.91", payment_method: "credit card", discount_amount: "8.29" },
            { id: 202, customer_id: 473, store_id: 18, transaction_date: new Date("2023-06-30T13:52:09Z"), amount: "286.16", payment_method: "credit card", discount_amount: "0.62" },
            { id: 203, customer_id: 309, store_id: 4, transaction_date: new Date("2023-09-02T08:45:48Z"), amount: "66.21", payment_method: "credit card", discount_amount: "92.81" },
            { id: 204, customer_id: 206, store_id: 13, transaction_date: new Date("2023-12-17T17:49:40Z"), amount: "449.23", payment_method: "credit card", discount_amount: "10.91" },
            { id: 205, customer_id: 423, store_id: 1, transaction_date: new Date("2023-05-22T10:36:07Z"), amount: "10.16", payment_method: "credit card", discount_amount: "85.31" },
            { id: 206, customer_id: 414, store_id: 11, transaction_date: new Date("2023-11-01T16:02:49Z"), amount: "225.88", payment_method: "debit card", discount_amount: "52.85" },
            { id: 207, customer_id: 289, store_id: 11, transaction_date: new Date("2023-01-20T18:02:01Z"), amount: "369.17", payment_method: "credit card", discount_amount: null },
            { id: 208, customer_id: 310, store_id: 3, transaction_date: new Date("2023-09-15T02:48:55Z"), amount: "99.17", payment_method: "debit card", discount_amount: "55.33" },
            { id: 209, customer_id: 75, store_id: 8, transaction_date: new Date("2023-10-25T06:41:40Z"), amount: "154.14", payment_method: "credit card", discount_amount: "55.62" },
            { id: 210, customer_id: 482, store_id: 6, transaction_date: new Date("2023-01-29T17:26:18Z"), amount: "13.74", payment_method: "credit card", discount_amount: "28.79" },
            { id: 211, customer_id: 120, store_id: 18, transaction_date: new Date("2023-04-23T06:33:00Z"), amount: "85.81", payment_method: "credit card", discount_amount: "82.81" },
            { id: 212, customer_id: 224, store_id: 5, transaction_date: new Date("2023-10-01T21:10:07Z"), amount: "174.97", payment_method: "credit card", discount_amount: null },
            { id: 213, customer_id: 29, store_id: 2, transaction_date: new Date("2023-11-03T17:31:47Z"), amount: "371.88", payment_method: "credit card", discount_amount: "0.75" },
            { id: 214, customer_id: 341, store_id: 9, transaction_date: new Date("2023-04-20T17:27:03Z"), amount: "18.15", payment_method: "credit card", discount_amount: "32.44" },
            { id: 215, customer_id: 273, store_id: 13, transaction_date: new Date("2023-04-09T10:30:07Z"), amount: "171.74", payment_method: "debit card", discount_amount: "1.10" },
            { id: 216, customer_id: 133, store_id: 15, transaction_date: new Date("2023-06-08T14:01:14Z"), amount: "93.73", payment_method: "debit card", discount_amount: "0.02" },
            { id: 217, customer_id: 443, store_id: 6, transaction_date: new Date("2023-03-03T19:57:00Z"), amount: "274.06", payment_method: "cash", discount_amount: "34.56" },
            { id: 218, customer_id: 100, store_id: 7, transaction_date: new Date("2023-03-15T14:38:25Z"), amount: "203.62", payment_method: "credit card", discount_amount: "1.60" },
            { id: 219, customer_id: 70, store_id: 12, transaction_date: new Date("2023-08-30T12:31:15Z"), amount: "138.54", payment_method: "debit card", discount_amount: "26.15" },
            { id: 220, customer_id: 90, store_id: 5, transaction_date: new Date("2023-12-30T16:05:17Z"), amount: "457.64", payment_method: "credit card", discount_amount: "9.43" },
            { id: 221, customer_id: 149, store_id: 19, transaction_date: new Date("2023-10-05T22:11:59Z"), amount: "22.06", payment_method: "credit card", discount_amount: "0.07" },
            { id: 222, customer_id: 170, store_id: 14, transaction_date: new Date("2023-11-19T19:06:17Z"), amount: "384.35", payment_method: "cash", discount_amount: "25.52" },
            { id: 223, customer_id: 419, store_id: 8, transaction_date: new Date("2023-04-01T22:18:31Z"), amount: "349.20", payment_method: "credit card", discount_amount: "45.04" },
            { id: 224, customer_id: 237, store_id: 3, transaction_date: new Date("2023-07-20T20:21:02Z"), amount: "226.98", payment_method: "debit card", discount_amount: "6.43" },
            { id: 225, customer_id: 149, store_id: 13, transaction_date: new Date("2023-04-09T09:52:48Z"), amount: "312.64", payment_method: "cash", discount_amount: "9.36" },
            { id: 226, customer_id: 252, store_id: 7, transaction_date: new Date("2023-07-29T11:00:44Z"), amount: "20.25", payment_method: "credit card", discount_amount: null },
            { id: 227, customer_id: 300, store_id: 8, transaction_date: new Date("2023-10-25T17:17:42Z"), amount: "53.22", payment_method: "cash", discount_amount: "22.59" },
            { id: 228, customer_id: 494, store_id: 3, transaction_date: new Date("2023-06-11T13:54:25Z"), amount: "208.58", payment_method: "debit card", discount_amount: "4.00" },
            { id: 229, customer_id: 226, store_id: 11, transaction_date: new Date("2023-01-31T07:27:41Z"), amount: "234.67", payment_method: "credit card", discount_amount: "1.05" },
            { id: 230, customer_id: 210, store_id: 20, transaction_date: new Date("2023-10-14T11:52:22Z"), amount: "62.68", payment_method: "credit card", discount_amount: "1.65" },
            { id: 231, customer_id: 374, store_id: 4, transaction_date: new Date("2023-10-03T15:32:51Z"), amount: "51.50", payment_method: "debit card", discount_amount: "34.02" },
            { id: 232, customer_id: 372, store_id: 6, transaction_date: new Date("2023-09-11T14:00:13Z"), amount: "16.66", payment_method: "credit card", discount_amount: "94.62" },
            { id: 233, customer_id: 489, store_id: 1, transaction_date: new Date("2023-12-27T19:08:40Z"), amount: "39.26", payment_method: "credit card", discount_amount: "76.21" },
            { id: 234, customer_id: 349, store_id: 2, transaction_date: new Date("2023-11-03T21:52:44Z"), amount: "329.70", payment_method: "cash", discount_amount: "95.89" },
            { id: 235, customer_id: 217, store_id: 16, transaction_date: new Date("2023-02-07T20:42:47Z"), amount: "116.44", payment_method: "credit card", discount_amount: "12.00" },
            { id: 236, customer_id: 16, store_id: 8, transaction_date: new Date("2023-05-06T15:41:54Z"), amount: "496.69", payment_method: "cash", discount_amount: "58.35" },
            { id: 237, customer_id: 248, store_id: 12, transaction_date: new Date("2023-03-23T20:14:29Z"), amount: "125.80", payment_method: "credit card", discount_amount: "6.32" },
            { id: 238, customer_id: 202, store_id: 14, transaction_date: new Date("2023-02-04T15:59:03Z"), amount: "116.34", payment_method: "cash", discount_amount: "85.45" },
            { id: 239, customer_id: 297, store_id: 14, transaction_date: new Date("2023-02-12T13:38:26Z"), amount: "191.24", payment_method: "debit card", discount_amount: "20.29" },
            { id: 240, customer_id: 97, store_id: 6, transaction_date: new Date("2023-06-04T20:44:56Z"), amount: "171.71", payment_method: "credit card", discount_amount: "8.63" },
            { id: 241, customer_id: 299, store_id: 11, transaction_date: new Date("2023-01-13T09:20:30Z"), amount: "430.99", payment_method: "credit card", discount_amount: "3.89" },
            { id: 242, customer_id: 304, store_id: 14, transaction_date: new Date("2023-04-24T11:12:18Z"), amount: "35.44", payment_method: "credit card", discount_amount: "0.11" },
            { id: 243, customer_id: 317, store_id: 9, transaction_date: new Date("2023-10-25T15:45:06Z"), amount: "317.14", payment_method: "credit card", discount_amount: "4.72" },
            { id: 244, customer_id: 291, store_id: 5, transaction_date: new Date("2023-02-19T06:27:20Z"), amount: "456.97", payment_method: "credit card", discount_amount: "84.22" },
            { id: 245, customer_id: 95, store_id: 11, transaction_date: new Date("2023-09-05T17:17:03Z"), amount: "9.00", payment_method: "credit card", discount_amount: "90.61" },
            { id: 246, customer_id: 173, store_id: 9, transaction_date: new Date("2023-04-04T20:26:09Z"), amount: "469.40", payment_method: "debit card", discount_amount: "2.79" },
            { id: 247, customer_id: 379, store_id: 5, transaction_date: new Date("2023-04-20T21:43:45Z"), amount: "145.83", payment_method: "credit card", discount_amount: "41.25" },
            { id: 248, customer_id: 201, store_id: 16, transaction_date: new Date("2023-05-11T10:52:02Z"), amount: "198.70", payment_method: "credit card", discount_amount: "70.04" },
            { id: 249, customer_id: 375, store_id: 14, transaction_date: new Date("2023-12-26T19:08:51Z"), amount: "77.39", payment_method: "debit card", discount_amount: "1.15" },
            { id: 250, customer_id: 190, store_id: 14, transaction_date: new Date("2023-01-30T11:18:24Z"), amount: "26.94", payment_method: "debit card", discount_amount: "0.02" },
            { id: 251, customer_id: 459, store_id: 16, transaction_date: new Date("2023-10-01T20:39:35Z"), amount: "139.23", payment_method: "credit card", discount_amount: "27.54" },
            { id: 252, customer_id: 332, store_id: 15, transaction_date: new Date("2023-12-31T10:17:26Z"), amount: "309.38", payment_method: "debit card", discount_amount: "1.36" },
            { id: 253, customer_id: 125, store_id: 20, transaction_date: new Date("2023-11-28T19:28:40Z"), amount: "23.18", payment_method: "debit card", discount_amount: "42.63" },
            { id: 254, customer_id: 341, store_id: 17, transaction_date: new Date("2023-11-14T02:21:18Z"), amount: "255.38", payment_method: "debit card", discount_amount: "62.16" },
            { id: 255, customer_id: 473, store_id: 12, transaction_date: new Date("2023-07-07T18:07:39Z"), amount: "50.43", payment_method: "credit card", discount_amount: "67.85" },
            { id: 256, customer_id: 64, store_id: 5, transaction_date: new Date("2023-02-20T23:13:18Z"), amount: "74.37", payment_method: "credit card", discount_amount: "53.23" },
            { id: 257, customer_id: 26, store_id: 4, transaction_date: new Date("2023-05-03T21:21:39Z"), amount: "129.21", payment_method: "credit card", discount_amount: "0.80" },
            { id: 258, customer_id: 145, store_id: 13, transaction_date: new Date("2023-02-01T22:37:42Z"), amount: "200.01", payment_method: "cash", discount_amount: "32.01" },
            { id: 259, customer_id: 321, store_id: 13, transaction_date: new Date("2023-05-07T17:36:16Z"), amount: "113.80", payment_method: "credit card", discount_amount: "9.87" },
            { id: 260, customer_id: 406, store_id: 9, transaction_date: new Date("2023-08-10T13:04:34Z"), amount: "146.75", payment_method: "credit card", discount_amount: "74.82" },
            { id: 261, customer_id: 277, store_id: 17, transaction_date: new Date("2023-01-03T11:27:01Z"), amount: "209.76", payment_method: "cash", discount_amount: "27.10" },
            { id: 262, customer_id: 37, store_id: 6, transaction_date: new Date("2023-07-13T23:47:32Z"), amount: "186.34", payment_method: "credit card", discount_amount: "9.07" },
            { id: 263, customer_id: 414, store_id: 6, transaction_date: new Date("2023-10-15T15:21:49Z"), amount: "279.53", payment_method: "credit card", discount_amount: "4.49" },
            { id: 264, customer_id: 404, store_id: 11, transaction_date: new Date("2023-11-13T14:35:44Z"), amount: "311.62", payment_method: "credit card", discount_amount: "21.96" },
            { id: 265, customer_id: 111, store_id: 7, transaction_date: new Date("2023-07-14T10:57:34Z"), amount: "27.06", payment_method: "credit card", discount_amount: "45.55" },
            { id: 266, customer_id: 492, store_id: 7, transaction_date: new Date("2023-05-11T20:48:24Z"), amount: "139.99", payment_method: "credit card", discount_amount: "15.36" },
            { id: 267, customer_id: 252, store_id: 8, transaction_date: new Date("2023-08-28T13:45:57Z"), amount: "60.70", payment_method: "credit card", discount_amount: "39.94" },
            { id: 268, customer_id: 222, store_id: 15, transaction_date: new Date("2023-07-16T00:36:09Z"), amount: "161.29", payment_method: "debit card", discount_amount: "2.50" },
            { id: 269, customer_id: 221, store_id: 15, transaction_date: new Date("2023-04-07T20:34:43Z"), amount: "497.86", payment_method: "credit card", discount_amount: "67.11" },
            { id: 270, customer_id: 337, store_id: 1, transaction_date: new Date("2023-04-17T20:06:04Z"), amount: "5.17", payment_method: "credit card", discount_amount: "17.28" },
            { id: 271, customer_id: 51, store_id: 3, transaction_date: new Date("2023-07-07T17:16:04Z"), amount: "5.51", payment_method: "debit card", discount_amount: "0.25" },
            { id: 272, customer_id: 347, store_id: 16, transaction_date: new Date("2023-10-14T07:11:57Z"), amount: "54.44", payment_method: "credit card", discount_amount: "81.66" },
            { id: 273, customer_id: 265, store_id: 17, transaction_date: new Date("2023-06-30T21:46:28Z"), amount: "11.71", payment_method: "debit card", discount_amount: "68.03" },
            { id: 274, customer_id: 468, store_id: 13, transaction_date: new Date("2023-07-01T13:09:57Z"), amount: "9.28", payment_method: "cash", discount_amount: "73.90" },
            { id: 275, customer_id: 345, store_id: 9, transaction_date: new Date("2023-10-26T02:17:37Z"), amount: "130.06", payment_method: "cash", discount_amount: "8.55" },
            { id: 276, customer_id: 29, store_id: 1, transaction_date: new Date("2023-04-05T20:42:48Z"), amount: "428.13", payment_method: "credit card", discount_amount: "18.90" },
            { id: 277, customer_id: 234, store_id: 5, transaction_date: new Date("2023-02-05T11:35:13Z"), amount: "185.92", payment_method: "debit card", discount_amount: "42.20" },
            { id: 278, customer_id: 273, store_id: 11, transaction_date: new Date("2023-07-30T14:53:31Z"), amount: "82.52", payment_method: "cash", discount_amount: "0.01" },
            { id: 279, customer_id: 460, store_id: 9, transaction_date: new Date("2023-04-07T11:21:18Z"), amount: "261.44", payment_method: "cash", discount_amount: "19.92" },
            { id: 280, customer_id: 205, store_id: 15, transaction_date: new Date("2023-06-06T12:38:41Z"), amount: "73.25", payment_method: "credit card", discount_amount: "15.07" },
            { id: 281, customer_id: 318, store_id: 17, transaction_date: new Date("2023-06-28T21:52:52Z"), amount: "19.47", payment_method: "credit card", discount_amount: "56.20" },
            { id: 282, customer_id: 210, store_id: 16, transaction_date: new Date("2023-10-16T12:08:43Z"), amount: "409.39", payment_method: "credit card", discount_amount: "27.75" },
            { id: 283, customer_id: 163, store_id: 9, transaction_date: new Date("2023-10-14T21:12:44Z"), amount: "131.35", payment_method: "cash", discount_amount: "37.94" },
            { id: 284, customer_id: 365, store_id: 20, transaction_date: new Date("2023-07-26T15:20:12Z"), amount: "60.52", payment_method: "credit card", discount_amount: "7.02" },
            { id: 285, customer_id: 357, store_id: 20, transaction_date: new Date("2023-05-05T18:49:03Z"), amount: "251.86", payment_method: "credit card", discount_amount: "63.25" },
            { id: 286, customer_id: 422, store_id: 12, transaction_date: new Date("2023-09-04T15:50:16Z"), amount: "474.05", payment_method: "credit card", discount_amount: "82.86" },
            { id: 287, customer_id: 131, store_id: 10, transaction_date: new Date("2023-11-11T14:24:45Z"), amount: "5.13", payment_method: "credit card", discount_amount: "0.28" },
            { id: 288, customer_id: 243, store_id: 5, transaction_date: new Date("2023-02-28T08:30:30Z"), amount: "436.57", payment_method: "debit card", discount_amount: "41.30" },
            { id: 289, customer_id: 462, store_id: 4, transaction_date: new Date("2023-09-08T18:31:00Z"), amount: "68.74", payment_method: "credit card", discount_amount: "16.80" },
            { id: 290, customer_id: 254, store_id: 8, transaction_date: new Date("2023-04-23T13:04:18Z"), amount: "6.40", payment_method: "credit card", discount_amount: "27.39" },
            { id: 291, customer_id: 142, store_id: 6, transaction_date: new Date("2023-07-20T07:14:37Z"), amount: "50.97", payment_method: "cash", discount_amount: "33.68" },
            { id: 292, customer_id: 470, store_id: 10, transaction_date: new Date("2023-06-17T19:54:36Z"), amount: "5.91", payment_method: "credit card", discount_amount: "31.22" },
            { id: 293, customer_id: 192, store_id: 3, transaction_date: new Date("2023-12-19T16:16:49Z"), amount: "75.77", payment_method: "credit card", discount_amount: "51.62" },
            { id: 294, customer_id: 135, store_id: 15, transaction_date: new Date("2023-03-21T20:05:24Z"), amount: "335.13", payment_method: "debit card", discount_amount: null },
            { id: 295, customer_id: 78, store_id: 18, transaction_date: new Date("2023-09-13T20:29:08Z"), amount: "7.67", payment_method: "debit card", discount_amount: "53.65" },
            { id: 296, customer_id: 296, store_id: 1, transaction_date: new Date("2023-12-13T21:10:21Z"), amount: "16.29", payment_method: "debit card", discount_amount: "4.92" },
            { id: 297, customer_id: 299, store_id: 15, transaction_date: new Date("2023-09-07T11:41:43Z"), amount: "62.48", payment_method: "debit card", discount_amount: null },
            { id: 298, customer_id: 261, store_id: 15, transaction_date: new Date("2023-03-25T18:01:15Z"), amount: "30.03", payment_method: "credit card", discount_amount: "0.64" },
            { id: 299, customer_id: 326, store_id: 16, transaction_date: new Date("2023-12-17T08:21:13Z"), amount: "25.82", payment_method: "cash", discount_amount: "27.00" },
            { id: 300, customer_id: 220, store_id: 6, transaction_date: new Date("2023-11-28T18:23:39Z"), amount: "114.50", payment_method: "credit card", discount_amount: null },
            { id: 301, customer_id: 413, store_id: 20, transaction_date: new Date("2023-05-02T14:16:25Z"), amount: "154.40", payment_method: "debit card", discount_amount: null },
            { id: 302, customer_id: 295, store_id: 18, transaction_date: new Date("2023-06-28T09:35:53Z"), amount: "216.16", payment_method: "cash", discount_amount: "91.76" },
            { id: 303, customer_id: 317, store_id: 1, transaction_date: new Date("2023-05-14T15:48:49Z"), amount: "352.71", payment_method: "debit card", discount_amount: "23.64" },
            { id: 304, customer_id: 218, store_id: 3, transaction_date: new Date("2023-12-06T12:53:21Z"), amount: "476.02", payment_method: "credit card", discount_amount: "89.97" },
            { id: 305, customer_id: 135, store_id: 6, transaction_date: new Date("2023-03-10T14:09:40Z"), amount: "411.63", payment_method: "credit card", discount_amount: "32.72" },
            { id: 306, customer_id: 58, store_id: 15, transaction_date: new Date("2023-05-17T21:54:59Z"), amount: "7.15", payment_method: "credit card", discount_amount: "91.75" },
            { id: 307, customer_id: 54, store_id: 3, transaction_date: new Date("2023-01-04T16:15:09Z"), amount: "373.59", payment_method: "credit card", discount_amount: "54.91" },
            { id: 308, customer_id: 282, store_id: 7, transaction_date: new Date("2023-09-20T12:00:19Z"), amount: "12.85", payment_method: "debit card", discount_amount: "17.11" },
            { id: 309, customer_id: 214, store_id: 17, transaction_date: new Date("2023-06-12T19:43:35Z"), amount: "466.82", payment_method: "credit card", discount_amount: "30.65" },
            { id: 310, customer_id: 360, store_id: 9, transaction_date: new Date("2023-09-29T19:05:08Z"), amount: "310.46", payment_method: "credit card", discount_amount: "70.11" },
            { id: 311, customer_id: 425, store_id: 2, transaction_date: new Date("2023-11-18T17:22:57Z"), amount: "173.74", payment_method: "debit card", discount_amount: "7.18" },
            { id: 312, customer_id: 35, store_id: 12, transaction_date: new Date("2023-09-29T19:38:23Z"), amount: "9.54", payment_method: "cash", discount_amount: "64.92" },
            { id: 313, customer_id: 52, store_id: 15, transaction_date: new Date("2023-07-02T19:32:47Z"), amount: "391.44", payment_method: "cash", discount_amount: "56.71" },
            { id: 314, customer_id: 419, store_id: 20, transaction_date: new Date("2023-11-11T18:23:23Z"), amount: "154.58", payment_method: "credit card", discount_amount: "54.12" },
            { id: 315, customer_id: 329, store_id: 5, transaction_date: new Date("2023-06-01T16:35:51Z"), amount: "122.02", payment_method: "credit card", discount_amount: "7.81" },
            { id: 316, customer_id: 302, store_id: 4, transaction_date: new Date("2023-06-04T09:22:39Z"), amount: "95.03", payment_method: "debit card", discount_amount: "52.52" },
            { id: 317, customer_id: 300, store_id: 12, transaction_date: new Date("2023-10-17T19:39:40Z"), amount: "10.03", payment_method: "credit card", discount_amount: "0.74" },
            { id: 318, customer_id: 89, store_id: 8, transaction_date: new Date("2023-03-02T11:02:07Z"), amount: "47.35", payment_method: "credit card", discount_amount: null },
            { id: 319, customer_id: 484, store_id: 11, transaction_date: new Date("2023-08-26T18:33:21Z"), amount: "407.05", payment_method: "credit card", discount_amount: "57.60" },
            { id: 320, customer_id: 127, store_id: 15, transaction_date: new Date("2023-10-27T18:15:47Z"), amount: "347.00", payment_method: "debit card", discount_amount: "76.34" },
            { id: 321, customer_id: 379, store_id: 12, transaction_date: new Date("2023-02-24T11:46:04Z"), amount: "223.85", payment_method: "debit card", discount_amount: "0.35" },
            { id: 322, customer_id: 110, store_id: 1, transaction_date: new Date("2023-06-11T09:32:49Z"), amount: "9.85", payment_method: "credit card", discount_amount: "9.68" },
            { id: 323, customer_id: 327, store_id: 1, transaction_date: new Date("2023-03-29T16:33:26Z"), amount: "38.58", payment_method: "credit card", discount_amount: "37.54" },
            { id: 324, customer_id: 311, store_id: 14, transaction_date: new Date("2023-02-28T20:25:22Z"), amount: "190.33", payment_method: "credit card", discount_amount: "3.23" },
            { id: 325, customer_id: 296, store_id: 6, transaction_date: new Date("2023-09-01T12:47:38Z"), amount: "128.66", payment_method: "credit card", discount_amount: "26.75" },
            { id: 326, customer_id: 411, store_id: 17, transaction_date: new Date("2023-11-08T16:47:10Z"), amount: "24.84", payment_method: "credit card", discount_amount: "10.13" },
            { id: 327, customer_id: 475, store_id: 9, transaction_date: new Date("2023-08-29T13:58:06Z"), amount: "59.26", payment_method: "cash", discount_amount: "33.07" },
            { id: 328, customer_id: 265, store_id: 12, transaction_date: new Date("2023-10-04T13:24:28Z"), amount: "76.25", payment_method: "debit card", discount_amount: "4.38" },
            { id: 329, customer_id: 132, store_id: 11, transaction_date: new Date("2023-05-10T17:24:29Z"), amount: "331.88", payment_method: "credit card", discount_amount: "78.86" },
            { id: 330, customer_id: 154, store_id: 15, transaction_date: new Date("2023-04-09T17:30:32Z"), amount: "6.83", payment_method: "debit card", discount_amount: "1.97" },
            { id: 331, customer_id: 59, store_id: 12, transaction_date: new Date("2023-08-28T13:07:49Z"), amount: "113.98", payment_method: "debit card", discount_amount: "91.54" },
            { id: 332, customer_id: 418, store_id: 10, transaction_date: new Date("2023-07-01T17:23:45Z"), amount: "279.93", payment_method: "credit card", discount_amount: "39.31" },
            { id: 333, customer_id: 206, store_id: 6, transaction_date: new Date("2023-10-01T03:16:07Z"), amount: "475.80", payment_method: "credit card", discount_amount: null },
            { id: 334, customer_id: 206, store_id: 1, transaction_date: new Date("2023-06-05T18:17:19Z"), amount: "422.75", payment_method: "debit card", discount_amount: "39.22" },
            { id: 335, customer_id: 294, store_id: 19, transaction_date: new Date("2023-11-27T21:07:12Z"), amount: "67.36", payment_method: "credit card", discount_amount: "21.36" },
            { id: 336, customer_id: 227, store_id: 10, transaction_date: new Date("2023-05-01T23:14:47Z"), amount: "384.14", payment_method: "cash", discount_amount: "30.47" },
            { id: 337, customer_id: 467, store_id: 1, transaction_date: new Date("2023-05-06T10:44:18Z"), amount: "434.15", payment_method: "credit card", discount_amount: "3.28" },
            { id: 338, customer_id: 485, store_id: 13, transaction_date: new Date("2023-07-06T22:48:08Z"), amount: "12.10", payment_method: "cash", discount_amount: null },
            { id: 339, customer_id: 420, store_id: 15, transaction_date: new Date("2023-12-28T20:02:50Z"), amount: "176.02", payment_method: "cash", discount_amount: "4.43" },
            { id: 340, customer_id: 272, store_id: 12, transaction_date: new Date("2023-11-01T19:13:15Z"), amount: "168.03", payment_method: "cash", discount_amount: "77.71" },
            { id: 341, customer_id: 262, store_id: 5, transaction_date: new Date("2023-04-23T22:50:02Z"), amount: "485.70", payment_method: "credit card", discount_amount: "15.75" },
            { id: 342, customer_id: 56, store_id: 15, transaction_date: new Date("2023-06-06T21:10:01Z"), amount: "189.15", payment_method: "credit card", discount_amount: "55.75" },
            { id: 343, customer_id: 79, store_id: 1, transaction_date: new Date("2023-08-01T18:50:53Z"), amount: "94.28", payment_method: "cash", discount_amount: null },
            { id: 344, customer_id: 135, store_id: 17, transaction_date: new Date("2023-04-12T12:22:36Z"), amount: "464.16", payment_method: "credit card", discount_amount: "3.48" },
            { id: 345, customer_id: 395, store_id: 10, transaction_date: new Date("2023-04-04T16:13:54Z"), amount: "147.49", payment_method: "debit card", discount_amount: "21.75" },
            { id: 346, customer_id: 394, store_id: 12, transaction_date: new Date("2023-09-13T15:00:47Z"), amount: "18.29", payment_method: "credit card", discount_amount: "50.40" },
            { id: 347, customer_id: 178, store_id: 18, transaction_date: new Date("2023-10-07T10:24:53Z"), amount: "15.78", payment_method: "credit card", discount_amount: "47.80" },
            { id: 348, customer_id: 74, store_id: 14, transaction_date: new Date("2023-11-15T20:11:03Z"), amount: "458.44", payment_method: "credit card", discount_amount: "0.08" },
            { id: 349, customer_id: 281, store_id: 1, transaction_date: new Date("2023-04-17T22:35:31Z"), amount: "286.09", payment_method: "credit card", discount_amount: "16.99" },
            { id: 350, customer_id: 27, store_id: 14, transaction_date: new Date("2023-02-15T16:10:30Z"), amount: "379.22", payment_method: "debit card", discount_amount: "0.71" },
            { id: 351, customer_id: 112, store_id: 19, transaction_date: new Date("2023-08-12T08:58:43Z"), amount: "59.34", payment_method: "cash", discount_amount: "2.24" },
            { id: 352, customer_id: 321, store_id: 4, transaction_date: new Date("2023-08-16T21:48:54Z"), amount: "293.18", payment_method: "cash", discount_amount: "67.13" },
            { id: 353, customer_id: 122, store_id: 12, transaction_date: new Date("2023-12-21T18:36:51Z"), amount: "246.87", payment_method: "debit card", discount_amount: "28.02" },
            { id: 354, customer_id: 95, store_id: 7, transaction_date: new Date("2023-10-09T19:32:37Z"), amount: "54.75", payment_method: "credit card", discount_amount: "6.66" },
            { id: 355, customer_id: 246, store_id: 17, transaction_date: new Date("2023-06-24T06:25:26Z"), amount: "8.60", payment_method: "credit card", discount_amount: "39.24" },
            { id: 356, customer_id: 250, store_id: 3, transaction_date: new Date("2023-10-13T00:45:25Z"), amount: "86.57", payment_method: "credit card", discount_amount: "39.83" },
            { id: 357, customer_id: 227, store_id: 17, transaction_date: new Date("2023-01-11T19:20:46Z"), amount: "131.78", payment_method: "cash", discount_amount: null },
            { id: 358, customer_id: 60, store_id: 16, transaction_date: new Date("2023-11-24T20:59:45Z"), amount: "255.59", payment_method: "credit card", discount_amount: "0.87" },
            { id: 359, customer_id: 91, store_id: 9, transaction_date: new Date("2023-07-01T14:28:11Z"), amount: "6.65", payment_method: "cash", discount_amount: "6.74" },
            { id: 360, customer_id: 65, store_id: 9, transaction_date: new Date("2023-05-02T11:09:09Z"), amount: "5.83", payment_method: "credit card", discount_amount: "90.76" },
            { id: 361, customer_id: 339, store_id: 16, transaction_date: new Date("2023-02-08T11:34:11Z"), amount: "5.99", payment_method: "credit card", discount_amount: "0.32" },
            { id: 362, customer_id: 116, store_id: 8, transaction_date: new Date("2023-02-21T00:55:01Z"), amount: "250.50", payment_method: "credit card", discount_amount: "54.26" },
            { id: 363, customer_id: 227, store_id: 10, transaction_date: new Date("2023-11-16T21:18:28Z"), amount: "6.93", payment_method: "debit card", discount_amount: "1.60" },
            { id: 364, customer_id: 279, store_id: 8, transaction_date: new Date("2023-02-22T16:04:34Z"), amount: "17.73", payment_method: "cash", discount_amount: null },
            { id: 365, customer_id: 364, store_id: 5, transaction_date: new Date("2023-09-25T20:17:54Z"), amount: "223.23", payment_method: "credit card", discount_amount: "1.26" },
            { id: 366, customer_id: 86, store_id: 13, transaction_date: new Date("2023-10-30T16:00:33Z"), amount: "45.65", payment_method: "debit card", discount_amount: "2.13" },
            { id: 367, customer_id: 57, store_id: 13, transaction_date: new Date("2023-02-26T16:33:33Z"), amount: "238.87", payment_method: "debit card", discount_amount: "16.09" },
            { id: 368, customer_id: 112, store_id: 1, transaction_date: new Date("2023-02-11T09:40:26Z"), amount: "242.54", payment_method: "credit card", discount_amount: "60.96" },
            { id: 369, customer_id: 176, store_id: 5, transaction_date: new Date("2023-02-04T21:15:09Z"), amount: "450.63", payment_method: "credit card", discount_amount: "32.31" },
            { id: 370, customer_id: 81, store_id: 9, transaction_date: new Date("2023-05-12T15:31:10Z"), amount: "11.11", payment_method: "credit card", discount_amount: "12.19" },
            { id: 371, customer_id: 422, store_id: 14, transaction_date: new Date("2023-12-31T20:59:41Z"), amount: "292.64", payment_method: "cash", discount_amount: "94.54" },
            { id: 372, customer_id: 373, store_id: 10, transaction_date: new Date("2023-08-05T19:49:00Z"), amount: "189.02", payment_method: "cash", discount_amount: "38.81" },
            { id: 373, customer_id: 125, store_id: 4, transaction_date: new Date("2023-11-14T11:15:56Z"), amount: "103.97", payment_method: "cash", discount_amount: "19.66" },
            { id: 374, customer_id: 405, store_id: 15, transaction_date: new Date("2023-10-28T14:43:25Z"), amount: "142.59", payment_method: "credit card", discount_amount: "56.72" },
            { id: 375, customer_id: 377, store_id: 15, transaction_date: new Date("2023-08-14T20:35:45Z"), amount: "192.97", payment_method: "debit card", discount_amount: "1.92" },
            { id: 376, customer_id: 483, store_id: 16, transaction_date: new Date("2023-01-22T20:28:29Z"), amount: "292.75", payment_method: "cash", discount_amount: "0.03" },
            { id: 377, customer_id: 155, store_id: 2, transaction_date: new Date("2023-08-27T21:55:10Z"), amount: "316.53", payment_method: "credit card", discount_amount: "1.99" },
            { id: 378, customer_id: 235, store_id: 20, transaction_date: new Date("2023-07-28T09:30:33Z"), amount: "383.83", payment_method: "cash", discount_amount: "58.10" },
            { id: 379, customer_id: 490, store_id: 13, transaction_date: new Date("2023-02-28T16:18:35Z"), amount: "112.33", payment_method: "credit card", discount_amount: null },
            { id: 380, customer_id: 31, store_id: 3, transaction_date: new Date("2023-01-22T09:42:09Z"), amount: "5.25", payment_method: "credit card", discount_amount: "89.36" },
            { id: 381, customer_id: 23, store_id: 9, transaction_date: new Date("2023-03-08T15:01:41Z"), amount: "126.73", payment_method: "credit card", discount_amount: "94.72" },
            { id: 382, customer_id: 2, store_id: 18, transaction_date: new Date("2023-09-15T11:08:01Z"), amount: "39.62", payment_method: "credit card", discount_amount: "73.78" },
            { id: 383, customer_id: 126, store_id: 10, transaction_date: new Date("2023-09-30T18:50:23Z"), amount: "74.86", payment_method: "credit card", discount_amount: "0.18" },
            { id: 384, customer_id: 109, store_id: 9, transaction_date: new Date("2023-12-08T12:23:14Z"), amount: "298.77", payment_method: "debit card", discount_amount: "2.75" },
            { id: 385, customer_id: 54, store_id: 10, transaction_date: new Date("2023-07-16T21:17:35Z"), amount: "281.67", payment_method: "debit card", discount_amount: "27.47" },
            { id: 386, customer_id: 125, store_id: 17, transaction_date: new Date("2023-07-10T19:03:52Z"), amount: "6.73", payment_method: "cash", discount_amount: "32.89" },
            { id: 387, customer_id: 47, store_id: 13, transaction_date: new Date("2023-12-13T15:15:41Z"), amount: "5.02", payment_method: "credit card", discount_amount: "17.43" },
            { id: 388, customer_id: 419, store_id: 19, transaction_date: new Date("2023-04-26T12:44:58Z"), amount: "335.85", payment_method: "cash", discount_amount: "37.86" },
            { id: 389, customer_id: 359, store_id: 19, transaction_date: new Date("2023-12-20T02:17:46Z"), amount: "321.08", payment_method: "credit card", discount_amount: "59.54" },
            { id: 390, customer_id: 62, store_id: 6, transaction_date: new Date("2023-06-02T12:36:16Z"), amount: "267.99", payment_method: "debit card", discount_amount: "50.82" },
            { id: 391, customer_id: 161, store_id: 1, transaction_date: new Date("2023-01-11T11:20:43Z"), amount: "5.17", payment_method: "debit card", discount_amount: "65.85" },
            { id: 392, customer_id: 313, store_id: 16, transaction_date: new Date("2023-06-28T13:52:02Z"), amount: "239.55", payment_method: "debit card", discount_amount: "94.84" },
            { id: 393, customer_id: 419, store_id: 3, transaction_date: new Date("2023-05-08T14:07:56Z"), amount: "336.33", payment_method: "credit card", discount_amount: "17.06" },
            { id: 394, customer_id: 36, store_id: 19, transaction_date: new Date("2023-01-30T15:45:53Z"), amount: "77.40", payment_method: "credit card", discount_amount: "0.04" },
            { id: 395, customer_id: 82, store_id: 14, transaction_date: new Date("2023-01-07T17:32:50Z"), amount: "355.88", payment_method: "credit card", discount_amount: "0.68" },
            { id: 396, customer_id: 362, store_id: 5, transaction_date: new Date("2023-09-28T18:32:54Z"), amount: "61.06", payment_method: "debit card", discount_amount: "0.01" },
            { id: 397, customer_id: 204, store_id: 10, transaction_date: new Date("2023-06-10T18:28:06Z"), amount: "22.05", payment_method: "credit card", discount_amount: "62.80" },
            { id: 398, customer_id: 327, store_id: 6, transaction_date: new Date("2023-02-01T00:25:41Z"), amount: "33.19", payment_method: "debit card", discount_amount: "53.61" },
            { id: 399, customer_id: 146, store_id: 20, transaction_date: new Date("2023-06-05T10:56:42Z"), amount: "367.30", payment_method: "credit card", discount_amount: "9.71" },
            { id: 400, customer_id: 307, store_id: 2, transaction_date: new Date("2023-06-06T20:00:25Z"), amount: "161.26", payment_method: "debit card", discount_amount: "73.71" },
            { id: 401, customer_id: 372, store_id: 1, transaction_date: new Date("2023-07-02T22:26:06Z"), amount: "354.46", payment_method: "cash", discount_amount: null },
            { id: 402, customer_id: 50, store_id: 12, transaction_date: new Date("2023-01-31T11:55:05Z"), amount: "5.19", payment_method: "cash", discount_amount: null },
            { id: 403, customer_id: 468, store_id: 9, transaction_date: new Date("2023-08-09T18:11:38Z"), amount: "76.19", payment_method: "cash", discount_amount: "17.64" },
            { id: 404, customer_id: 372, store_id: 13, transaction_date: new Date("2023-01-23T15:18:08Z"), amount: "275.55", payment_method: "cash", discount_amount: "48.89" },
            { id: 405, customer_id: 388, store_id: 12, transaction_date: new Date("2023-02-27T18:17:58Z"), amount: "429.46", payment_method: "credit card", discount_amount: "73.74" },
            { id: 406, customer_id: 162, store_id: 17, transaction_date: new Date("2023-01-11T19:10:18Z"), amount: "14.89", payment_method: "debit card", discount_amount: "1.18" },
            { id: 407, customer_id: 435, store_id: 6, transaction_date: new Date("2023-10-10T16:25:39Z"), amount: "145.65", payment_method: "credit card", discount_amount: "8.28" },
            { id: 408, customer_id: 420, store_id: 18, transaction_date: new Date("2023-02-23T05:07:10Z"), amount: "74.97", payment_method: "credit card", discount_amount: "1.34" },
            { id: 409, customer_id: 332, store_id: 3, transaction_date: new Date("2023-01-24T15:18:41Z"), amount: "243.07", payment_method: "cash", discount_amount: "61.77" },
            { id: 410, customer_id: 42, store_id: 18, transaction_date: new Date("2023-05-29T08:05:00Z"), amount: "6.28", payment_method: "cash", discount_amount: "58.10" },
            { id: 411, customer_id: 131, store_id: 14, transaction_date: new Date("2023-08-26T08:19:18Z"), amount: "212.00", payment_method: "credit card", discount_amount: "6.35" },
            { id: 412, customer_id: 303, store_id: 4, transaction_date: new Date("2023-03-05T09:08:22Z"), amount: "146.75", payment_method: "credit card", discount_amount: "29.35" },
            { id: 413, customer_id: 169, store_id: 2, transaction_date: new Date("2023-03-17T18:48:18Z"), amount: "100.74", payment_method: "credit card", discount_amount: "16.11" },
            { id: 414, customer_id: 260, store_id: 8, transaction_date: new Date("2023-03-07T13:16:12Z"), amount: "54.70", payment_method: "credit card", discount_amount: "67.08" },
            { id: 415, customer_id: 166, store_id: 4, transaction_date: new Date("2023-01-25T06:03:56Z"), amount: "101.51", payment_method: "debit card", discount_amount: "51.79" },
            { id: 416, customer_id: 366, store_id: 13, transaction_date: new Date("2023-01-18T19:28:58Z"), amount: "235.03", payment_method: "credit card", discount_amount: "0.08" },
            { id: 417, customer_id: 405, store_id: 6, transaction_date: new Date("2023-10-10T14:25:11Z"), amount: "262.36", payment_method: "credit card", discount_amount: "21.42" },
            { id: 418, customer_id: 17, store_id: 9, transaction_date: new Date("2023-09-23T08:50:01Z"), amount: "89.05", payment_method: "cash", discount_amount: "66.63" },
            { id: 419, customer_id: 134, store_id: 5, transaction_date: new Date("2023-03-04T22:40:12Z"), amount: "125.32", payment_method: "credit card", discount_amount: "18.29" },
            { id: 420, customer_id: 153, store_id: 3, transaction_date: new Date("2023-04-29T15:52:35Z"), amount: "83.87", payment_method: "cash", discount_amount: "16.81" },
            { id: 421, customer_id: 137, store_id: 12, transaction_date: new Date("2023-02-16T06:28:07Z"), amount: "44.07", payment_method: "credit card", discount_amount: "70.57" },
            { id: 422, customer_id: 95, store_id: 16, transaction_date: new Date("2023-08-21T15:22:24Z"), amount: "100.43", payment_method: "credit card", discount_amount: "91.77" },
            { id: 423, customer_id: 13, store_id: 19, transaction_date: new Date("2023-05-16T20:55:35Z"), amount: "173.21", payment_method: "debit card", discount_amount: "14.12" },
            { id: 424, customer_id: 370, store_id: 11, transaction_date: new Date("2023-12-01T16:49:35Z"), amount: "283.54", payment_method: "credit card", discount_amount: "3.37" },
            { id: 425, customer_id: 122, store_id: 3, transaction_date: new Date("2023-08-06T21:52:14Z"), amount: "365.36", payment_method: "credit card", discount_amount: "40.90" },
            { id: 426, customer_id: 57, store_id: 2, transaction_date: new Date("2023-10-01T06:00:32Z"), amount: "87.38", payment_method: "credit card", discount_amount: "0.26" },
            { id: 427, customer_id: 469, store_id: 11, transaction_date: new Date("2023-01-07T14:40:58Z"), amount: "7.91", payment_method: "credit card", discount_amount: "70.08" },
            { id: 428, customer_id: 38, store_id: 15, transaction_date: new Date("2023-12-31T17:59:51Z"), amount: "182.67", payment_method: "credit card", discount_amount: "0.97" },
            { id: 429, customer_id: 492, store_id: 16, transaction_date: new Date("2023-06-03T19:40:20Z"), amount: "107.56", payment_method: "credit card", discount_amount: null },
            { id: 430, customer_id: 228, store_id: 17, transaction_date: new Date("2023-09-02T21:48:29Z"), amount: "6.30", payment_method: "debit card", discount_amount: null },
            { id: 431, customer_id: 73, store_id: 5, transaction_date: new Date("2023-06-14T10:05:18Z"), amount: "219.62", payment_method: "debit card", discount_amount: "29.60" },
            { id: 432, customer_id: 88, store_id: 14, transaction_date: new Date("2023-09-05T21:41:26Z"), amount: "353.49", payment_method: "debit card", discount_amount: "5.33" },
            { id: 433, customer_id: 226, store_id: 5, transaction_date: new Date("2023-09-21T20:06:04Z"), amount: "6.68", payment_method: "credit card", discount_amount: "12.01" },
            { id: 434, customer_id: 93, store_id: 16, transaction_date: new Date("2023-12-09T19:21:13Z"), amount: "55.66", payment_method: "credit card", discount_amount: null },
            { id: 435, customer_id: 432, store_id: 17, transaction_date: new Date("2023-01-14T22:58:03Z"), amount: "425.91", payment_method: "credit card", discount_amount: "28.80" },
            { id: 436, customer_id: 287, store_id: 20, transaction_date: new Date("2023-09-23T10:16:30Z"), amount: "12.29", payment_method: "cash", discount_amount: "67.67" },
            { id: 437, customer_id: 171, store_id: 17, transaction_date: new Date("2023-06-19T19:29:13Z"), amount: "183.41", payment_method: "credit card", discount_amount: "31.52" },
            { id: 438, customer_id: 91, store_id: 12, transaction_date: new Date("2023-03-23T13:36:55Z"), amount: "65.79", payment_method: "cash", discount_amount: "24.81" },
            { id: 439, customer_id: 22, store_id: 20, transaction_date: new Date("2023-03-11T18:07:26Z"), amount: "215.58", payment_method: "credit card", discount_amount: "93.70" },
            { id: 440, customer_id: 154, store_id: 16, transaction_date: new Date("2023-03-05T11:13:33Z"), amount: "65.81", payment_method: "credit card", discount_amount: "7.67" },
            { id: 441, customer_id: 39, store_id: 5, transaction_date: new Date("2023-05-17T05:55:19Z"), amount: "6.06", payment_method: "credit card", discount_amount: "6.35" },
            { id: 442, customer_id: 259, store_id: 3, transaction_date: new Date("2023-01-30T20:00:53Z"), amount: "123.89", payment_method: "cash", discount_amount: "29.29" },
            { id: 443, customer_id: 215, store_id: 2, transaction_date: new Date("2023-04-24T16:42:52Z"), amount: "473.30", payment_method: "credit card", discount_amount: "0.32" },
            { id: 444, customer_id: 90, store_id: 9, transaction_date: new Date("2023-05-13T19:43:58Z"), amount: "240.29", payment_method: "debit card", discount_amount: "33.42" },
            { id: 445, customer_id: 61, store_id: 3, transaction_date: new Date("2023-11-04T00:13:53Z"), amount: "292.67", payment_method: "credit card", discount_amount: "2.86" },
            { id: 446, customer_id: 473, store_id: 2, transaction_date: new Date("2023-02-17T17:41:34Z"), amount: "116.38", payment_method: "cash", discount_amount: "24.91" },
            { id: 447, customer_id: 461, store_id: 18, transaction_date: new Date("2023-10-02T12:59:11Z"), amount: "14.91", payment_method: "cash", discount_amount: "4.01" },
            { id: 448, customer_id: 240, store_id: 10, transaction_date: new Date("2023-04-19T07:15:10Z"), amount: "23.49", payment_method: "debit card", discount_amount: "16.77" },
            { id: 449, customer_id: 226, store_id: 18, transaction_date: new Date("2023-07-31T18:47:09Z"), amount: "260.69", payment_method: "debit card", discount_amount: "24.18" },
            { id: 450, customer_id: 158, store_id: 19, transaction_date: new Date("2023-08-16T06:39:09Z"), amount: "485.65", payment_method: "credit card", discount_amount: "59.55" },
            { id: 451, customer_id: 433, store_id: 8, transaction_date: new Date("2023-01-25T16:14:03Z"), amount: "396.03", payment_method: "credit card", discount_amount: "44.94" },
            { id: 452, customer_id: 486, store_id: 13, transaction_date: new Date("2023-03-09T12:32:35Z"), amount: "255.75", payment_method: "debit card", discount_amount: "14.54" },
            { id: 453, customer_id: 235, store_id: 1, transaction_date: new Date("2023-09-28T21:45:21Z"), amount: "447.64", payment_method: "credit card", discount_amount: "85.65" },
            { id: 454, customer_id: 400, store_id: 8, transaction_date: new Date("2023-11-21T18:00:52Z"), amount: "163.28", payment_method: "credit card", discount_amount: "71.32" },
            { id: 455, customer_id: 277, store_id: 5, transaction_date: new Date("2023-02-17T13:49:52Z"), amount: "14.31", payment_method: "debit card", discount_amount: "8.99" },
            { id: 456, customer_id: 477, store_id: 6, transaction_date: new Date("2023-05-16T16:03:53Z"), amount: "134.54", payment_method: "credit card", discount_amount: "1.47" },
            { id: 457, customer_id: 331, store_id: 5, transaction_date: new Date("2023-12-06T17:05:54Z"), amount: "76.99", payment_method: "cash", discount_amount: "2.90" },
            { id: 458, customer_id: 363, store_id: 2, transaction_date: new Date("2023-02-09T21:12:00Z"), amount: "446.00", payment_method: "credit card", discount_amount: null },
            { id: 459, customer_id: 311, store_id: 19, transaction_date: new Date("2023-06-06T21:45:04Z"), amount: "79.03", payment_method: "debit card", discount_amount: "83.06" },
            { id: 460, customer_id: 327, store_id: 3, transaction_date: new Date("2023-07-25T18:52:23Z"), amount: "6.58", payment_method: "credit card", discount_amount: null },
            { id: 461, customer_id: 132, store_id: 17, transaction_date: new Date("2023-05-24T15:28:16Z"), amount: "184.83", payment_method: "credit card", discount_amount: "9.03" },
            { id: 462, customer_id: 93, store_id: 3, transaction_date: new Date("2023-09-13T10:45:46Z"), amount: "349.92", payment_method: "cash", discount_amount: "16.05" },
            { id: 463, customer_id: 403, store_id: 12, transaction_date: new Date("2023-03-09T12:32:11Z"), amount: "440.76", payment_method: "credit card", discount_amount: "1.82" },
            { id: 464, customer_id: 336, store_id: 5, transaction_date: new Date("2023-08-31T17:26:51Z"), amount: "421.47", payment_method: "credit card", discount_amount: "10.60" },
            { id: 465, customer_id: 195, store_id: 14, transaction_date: new Date("2023-01-26T10:53:50Z"), amount: "97.69", payment_method: "credit card", discount_amount: "65.51" },
            { id: 466, customer_id: 138, store_id: 2, transaction_date: new Date("2023-10-18T14:47:06Z"), amount: "291.72", payment_method: "debit card", discount_amount: "10.16" },
            { id: 467, customer_id: 48, store_id: 10, transaction_date: new Date("2023-06-15T13:11:31Z"), amount: "171.68", payment_method: "credit card", discount_amount: "87.46" },
            { id: 468, customer_id: 163, store_id: 3, transaction_date: new Date("2023-10-30T18:30:51Z"), amount: "297.83", payment_method: "credit card", discount_amount: "93.28" },
            { id: 469, customer_id: 126, store_id: 5, transaction_date: new Date("2023-03-21T20:26:18Z"), amount: "341.41", payment_method: "credit card", discount_amount: "2.05" },
            { id: 470, customer_id: 484, store_id: 5, transaction_date: new Date("2023-03-07T20:33:14Z"), amount: "499.40", payment_method: "cash", discount_amount: "39.67" },
            { id: 471, customer_id: 306, store_id: 12, transaction_date: new Date("2023-01-12T09:12:42Z"), amount: "389.70", payment_method: "credit card", discount_amount: "1.92" },
            { id: 472, customer_id: 298, store_id: 12, transaction_date: new Date("2023-11-23T16:23:30Z"), amount: "42.59", payment_method: "cash", discount_amount: "33.41" },
            { id: 473, customer_id: 260, store_id: 5, transaction_date: new Date("2023-02-02T16:48:34Z"), amount: "304.69", payment_method: "debit card", discount_amount: "5.95" },
            { id: 474, customer_id: 101, store_id: 2, transaction_date: new Date("2023-07-03T20:34:41Z"), amount: "111.40", payment_method: "cash", discount_amount: "64.05" },
            { id: 475, customer_id: 117, store_id: 2, transaction_date: new Date("2023-09-10T17:27:50Z"), amount: "451.62", payment_method: "credit card", discount_amount: "0.01" },
            { id: 476, customer_id: 391, store_id: 4, transaction_date: new Date("2023-10-10T01:48:10Z"), amount: "39.31", payment_method: "debit card", discount_amount: "93.89" },
            { id: 477, customer_id: 126, store_id: 3, transaction_date: new Date("2023-07-23T12:30:52Z"), amount: "15.99", payment_method: "debit card", discount_amount: null },
            { id: 478, customer_id: 351, store_id: 20, transaction_date: new Date("2023-01-10T21:59:36Z"), amount: "105.19", payment_method: "credit card", discount_amount: "80.72" },
            { id: 479, customer_id: 311, store_id: 19, transaction_date: new Date("2023-09-29T12:48:11Z"), amount: "157.06", payment_method: "debit card", discount_amount: "67.38" },
            { id: 480, customer_id: 227, store_id: 6, transaction_date: new Date("2023-06-15T11:42:52Z"), amount: "273.39", payment_method: "debit card", discount_amount: "0.98" },
            { id: 481, customer_id: 495, store_id: 19, transaction_date: new Date("2023-01-28T16:10:07Z"), amount: "33.45", payment_method: "cash", discount_amount: "1.73" },
            { id: 482, customer_id: 229, store_id: 9, transaction_date: new Date("2023-07-16T02:31:43Z"), amount: "214.74", payment_method: "cash", discount_amount: "4.10" },
            { id: 483, customer_id: 496, store_id: 15, transaction_date: new Date("2023-06-21T06:03:47Z"), amount: "87.89", payment_method: "credit card", discount_amount: null },
            { id: 484, customer_id: 494, store_id: 4, transaction_date: new Date("2023-12-20T10:25:49Z"), amount: "375.96", payment_method: "credit card", discount_amount: "72.78" },
            { id: 485, customer_id: 296, store_id: 11, transaction_date: new Date("2023-08-06T09:18:44Z"), amount: "266.74", payment_method: "credit card", discount_amount: "43.59" },
            { id: 486, customer_id: 367, store_id: 8, transaction_date: new Date("2023-04-07T12:31:03Z"), amount: "246.30", payment_method: "credit card", discount_amount: "2.45" },
            { id: 487, customer_id: 270, store_id: 8, transaction_date: new Date("2023-07-22T18:09:58Z"), amount: "266.73", payment_method: "credit card", discount_amount: "39.27" },
            { id: 488, customer_id: 244, store_id: 11, transaction_date: new Date("2023-04-08T04:17:32Z"), amount: "5.39", payment_method: "debit card", discount_amount: "84.06" },
            { id: 489, customer_id: 42, store_id: 5, transaction_date: new Date("2023-12-23T14:47:47Z"), amount: "287.54", payment_method: "cash", discount_amount: "26.46" },
            { id: 490, customer_id: 47, store_id: 1, transaction_date: new Date("2023-05-14T17:05:48Z"), amount: "84.66", payment_method: "credit card", discount_amount: "4.32" },
            { id: 491, customer_id: 337, store_id: 5, transaction_date: new Date("2023-12-10T18:01:04Z"), amount: "303.74", payment_method: "credit card", discount_amount: "52.13" },
            { id: 492, customer_id: 410, store_id: 15, transaction_date: new Date("2023-07-02T18:22:21Z"), amount: "170.11", payment_method: "credit card", discount_amount: "60.97" },
            { id: 493, customer_id: 375, store_id: 4, transaction_date: new Date("2023-07-03T19:46:58Z"), amount: "314.13", payment_method: "cash", discount_amount: "1.62" },
            { id: 494, customer_id: 487, store_id: 14, transaction_date: new Date("2023-11-23T08:31:14Z"), amount: "486.54", payment_method: "credit card", discount_amount: "72.18" },
            { id: 495, customer_id: 2, store_id: 18, transaction_date: new Date("2023-07-06T14:10:24Z"), amount: "394.72", payment_method: "credit card", discount_amount: "57.09" },
            { id: 496, customer_id: 229, store_id: 16, transaction_date: new Date("2023-08-25T18:17:07Z"), amount: "6.08", payment_method: "cash", discount_amount: "19.55" },
            { id: 497, customer_id: 62, store_id: 8, transaction_date: new Date("2023-08-03T16:04:17Z"), amount: "430.75", payment_method: "credit card", discount_amount: "95.72" },
            { id: 498, customer_id: 284, store_id: 10, transaction_date: new Date("2023-05-17T22:46:26Z"), amount: "380.91", payment_method: "credit card", discount_amount: "86.30" },
            { id: 499, customer_id: 392, store_id: 17, transaction_date: new Date("2023-03-05T10:44:40Z"), amount: "401.86", payment_method: "cash", discount_amount: "75.44" },
            { id: 500, customer_id: 51, store_id: 4, transaction_date: new Date("2023-08-21T22:26:33Z"), amount: "163.81", payment_method: "cash", discount_amount: "14.56" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 501, customer_id: 264, store_id: 13, transaction_date: new Date("2023-10-19T19:23:26Z"), amount: "5.21", payment_method: "debit card", discount_amount: "18.51" },
            { id: 502, customer_id: 380, store_id: 17, transaction_date: new Date("2023-07-15T08:09:41Z"), amount: "482.06", payment_method: "credit card", discount_amount: null },
            { id: 503, customer_id: 45, store_id: 4, transaction_date: new Date("2023-06-20T14:23:52Z"), amount: "5.50", payment_method: "credit card", discount_amount: "46.65" },
            { id: 504, customer_id: 444, store_id: 18, transaction_date: new Date("2023-12-12T19:32:30Z"), amount: "211.66", payment_method: "debit card", discount_amount: "94.60" },
            { id: 505, customer_id: 145, store_id: 16, transaction_date: new Date("2023-08-18T05:12:19Z"), amount: "121.52", payment_method: "debit card", discount_amount: "15.56" },
            { id: 506, customer_id: 445, store_id: 5, transaction_date: new Date("2023-10-23T17:05:47Z"), amount: "143.86", payment_method: "debit card", discount_amount: "2.78" },
            { id: 507, customer_id: 340, store_id: 11, transaction_date: new Date("2023-08-26T21:48:28Z"), amount: "269.68", payment_method: "cash", discount_amount: "93.78" },
            { id: 508, customer_id: 197, store_id: 12, transaction_date: new Date("2023-04-21T15:28:21Z"), amount: "384.18", payment_method: "credit card", discount_amount: "65.52" },
            { id: 509, customer_id: 443, store_id: 19, transaction_date: new Date("2023-09-19T16:01:27Z"), amount: "341.48", payment_method: "debit card", discount_amount: "0.99" },
            { id: 510, customer_id: 293, store_id: 4, transaction_date: new Date("2023-02-18T16:48:58Z"), amount: "389.94", payment_method: "debit card", discount_amount: "33.31" },
            { id: 511, customer_id: 347, store_id: 16, transaction_date: new Date("2023-06-25T18:28:30Z"), amount: "348.73", payment_method: "credit card", discount_amount: null },
            { id: 512, customer_id: 100, store_id: 6, transaction_date: new Date("2023-03-21T11:13:35Z"), amount: "185.38", payment_method: "cash", discount_amount: "8.94" },
            { id: 513, customer_id: 169, store_id: 7, transaction_date: new Date("2023-02-05T09:25:53Z"), amount: "203.76", payment_method: "debit card", discount_amount: "13.42" },
            { id: 514, customer_id: 474, store_id: 8, transaction_date: new Date("2023-05-10T10:04:24Z"), amount: "424.17", payment_method: "cash", discount_amount: "16.93" },
            { id: 515, customer_id: 103, store_id: 9, transaction_date: new Date("2023-01-25T09:09:35Z"), amount: "207.62", payment_method: "credit card", discount_amount: "6.36" },
            { id: 516, customer_id: 54, store_id: 2, transaction_date: new Date("2023-05-05T17:11:34Z"), amount: "5.94", payment_method: "debit card", discount_amount: "47.05" },
            { id: 517, customer_id: 384, store_id: 16, transaction_date: new Date("2023-07-04T05:03:17Z"), amount: "425.29", payment_method: "debit card", discount_amount: "5.50" },
            { id: 518, customer_id: 115, store_id: 4, transaction_date: new Date("2023-03-31T19:37:39Z"), amount: "81.66", payment_method: "credit card", discount_amount: "91.41" },
            { id: 519, customer_id: 292, store_id: 2, transaction_date: new Date("2023-04-03T05:45:01Z"), amount: "23.17", payment_method: "debit card", discount_amount: "32.23" },
            { id: 520, customer_id: 153, store_id: 6, transaction_date: new Date("2023-03-05T17:47:27Z"), amount: "332.43", payment_method: "cash", discount_amount: "2.20" },
            { id: 521, customer_id: 56, store_id: 3, transaction_date: new Date("2023-03-23T08:09:23Z"), amount: "108.59", payment_method: "credit card", discount_amount: "69.87" },
            { id: 522, customer_id: 93, store_id: 16, transaction_date: new Date("2023-09-11T11:23:17Z"), amount: "5.14", payment_method: "credit card", discount_amount: "46.24" },
            { id: 523, customer_id: 342, store_id: 12, transaction_date: new Date("2023-10-22T17:52:36Z"), amount: "256.86", payment_method: "credit card", discount_amount: "59.25" },
            { id: 524, customer_id: 435, store_id: 5, transaction_date: new Date("2023-04-23T21:25:34Z"), amount: "458.37", payment_method: "credit card", discount_amount: "47.28" },
            { id: 525, customer_id: 316, store_id: 8, transaction_date: new Date("2023-06-19T23:37:03Z"), amount: "317.00", payment_method: "cash", discount_amount: "61.90" },
            { id: 526, customer_id: 334, store_id: 11, transaction_date: new Date("2023-10-10T13:47:41Z"), amount: "114.52", payment_method: "debit card", discount_amount: "44.36" },
            { id: 527, customer_id: 320, store_id: 10, transaction_date: new Date("2023-09-11T16:11:32Z"), amount: "223.96", payment_method: "cash", discount_amount: null },
            { id: 528, customer_id: 47, store_id: 17, transaction_date: new Date("2023-04-17T19:44:07Z"), amount: "194.77", payment_method: "credit card", discount_amount: null },
            { id: 529, customer_id: 76, store_id: 20, transaction_date: new Date("2023-07-02T07:51:47Z"), amount: "151.31", payment_method: "credit card", discount_amount: "43.83" },
            { id: 530, customer_id: 58, store_id: 3, transaction_date: new Date("2023-02-20T18:09:47Z"), amount: "13.86", payment_method: "debit card", discount_amount: "9.78" },
            { id: 531, customer_id: 200, store_id: 16, transaction_date: new Date("2023-03-01T14:26:20Z"), amount: "5.41", payment_method: "cash", discount_amount: "92.94" },
            { id: 532, customer_id: 403, store_id: 12, transaction_date: new Date("2023-11-18T17:23:02Z"), amount: "387.94", payment_method: "cash", discount_amount: "83.24" },
            { id: 533, customer_id: 174, store_id: 2, transaction_date: new Date("2023-04-07T12:46:50Z"), amount: "487.34", payment_method: "credit card", discount_amount: "18.57" },
            { id: 534, customer_id: 283, store_id: 2, transaction_date: new Date("2023-09-12T17:05:01Z"), amount: "5.39", payment_method: "cash", discount_amount: null },
            { id: 535, customer_id: 251, store_id: 13, transaction_date: new Date("2023-04-02T10:44:53Z"), amount: "272.49", payment_method: "credit card", discount_amount: "38.31" },
            { id: 536, customer_id: 281, store_id: 3, transaction_date: new Date("2023-01-17T11:02:06Z"), amount: "389.22", payment_method: "credit card", discount_amount: "21.20" },
            { id: 537, customer_id: 105, store_id: 10, transaction_date: new Date("2023-03-23T10:46:22Z"), amount: "85.63", payment_method: "debit card", discount_amount: "4.66" },
            { id: 538, customer_id: 208, store_id: 13, transaction_date: new Date("2023-05-12T21:14:09Z"), amount: "79.09", payment_method: "credit card", discount_amount: "57.68" },
            { id: 539, customer_id: 222, store_id: 7, transaction_date: new Date("2023-06-30T19:18:56Z"), amount: "36.68", payment_method: "credit card", discount_amount: "43.58" },
            { id: 540, customer_id: 193, store_id: 2, transaction_date: new Date("2023-02-21T18:25:52Z"), amount: "34.10", payment_method: "cash", discount_amount: "74.37" },
            { id: 541, customer_id: 82, store_id: 19, transaction_date: new Date("2023-08-15T19:54:45Z"), amount: "111.01", payment_method: "cash", discount_amount: "24.90" },
            { id: 542, customer_id: 120, store_id: 15, transaction_date: new Date("2023-11-19T18:55:28Z"), amount: "5.55", payment_method: "credit card", discount_amount: "2.46" },
            { id: 543, customer_id: 166, store_id: 11, transaction_date: new Date("2023-05-11T22:56:18Z"), amount: "375.94", payment_method: "credit card", discount_amount: null },
            { id: 544, customer_id: 29, store_id: 5, transaction_date: new Date("2023-07-03T10:11:17Z"), amount: "281.52", payment_method: "debit card", discount_amount: "0.50" },
            { id: 545, customer_id: 71, store_id: 4, transaction_date: new Date("2023-09-25T23:55:25Z"), amount: "49.27", payment_method: "credit card", discount_amount: "46.87" },
            { id: 546, customer_id: 138, store_id: 20, transaction_date: new Date("2023-01-17T22:08:14Z"), amount: "6.42", payment_method: "credit card", discount_amount: "32.46" },
            { id: 547, customer_id: 271, store_id: 7, transaction_date: new Date("2023-10-24T20:41:25Z"), amount: "323.49", payment_method: "debit card", discount_amount: "34.86" },
            { id: 548, customer_id: 434, store_id: 2, transaction_date: new Date("2023-11-27T20:58:48Z"), amount: "412.97", payment_method: "credit card", discount_amount: "61.07" },
            { id: 549, customer_id: 148, store_id: 16, transaction_date: new Date("2023-03-08T15:27:27Z"), amount: "97.44", payment_method: "credit card", discount_amount: "10.11" },
            { id: 550, customer_id: 120, store_id: 20, transaction_date: new Date("2023-06-05T22:54:24Z"), amount: "339.86", payment_method: "debit card", discount_amount: null },
            { id: 551, customer_id: 344, store_id: 10, transaction_date: new Date("2023-07-21T11:58:32Z"), amount: "216.20", payment_method: "credit card", discount_amount: "20.33" },
            { id: 552, customer_id: 96, store_id: 9, transaction_date: new Date("2023-07-03T23:22:22Z"), amount: "252.77", payment_method: "credit card", discount_amount: "46.21" },
            { id: 553, customer_id: 112, store_id: 20, transaction_date: new Date("2023-08-04T19:27:54Z"), amount: "188.85", payment_method: "credit card", discount_amount: "0.02" },
            { id: 554, customer_id: 341, store_id: 6, transaction_date: new Date("2023-03-08T21:02:55Z"), amount: "69.07", payment_method: "credit card", discount_amount: "8.05" },
            { id: 555, customer_id: 464, store_id: 1, transaction_date: new Date("2023-09-21T15:34:34Z"), amount: "194.12", payment_method: "credit card", discount_amount: "4.50" },
            { id: 556, customer_id: 309, store_id: 20, transaction_date: new Date("2023-07-05T11:23:14Z"), amount: "271.43", payment_method: "debit card", discount_amount: "23.01" },
            { id: 557, customer_id: 495, store_id: 1, transaction_date: new Date("2023-10-28T07:41:01Z"), amount: "151.99", payment_method: "debit card", discount_amount: "91.75" },
            { id: 558, customer_id: 136, store_id: 5, transaction_date: new Date("2023-12-13T13:42:33Z"), amount: "407.37", payment_method: "debit card", discount_amount: null },
            { id: 559, customer_id: 284, store_id: 5, transaction_date: new Date("2023-11-21T07:11:06Z"), amount: "72.27", payment_method: "cash", discount_amount: "0.21" },
            { id: 560, customer_id: 484, store_id: 1, transaction_date: new Date("2023-06-12T15:00:43Z"), amount: "13.88", payment_method: "cash", discount_amount: "38.28" },
            { id: 561, customer_id: 84, store_id: 10, transaction_date: new Date("2023-08-17T11:58:12Z"), amount: "34.21", payment_method: "credit card", discount_amount: "98.95" },
            { id: 562, customer_id: 340, store_id: 14, transaction_date: new Date("2023-11-13T06:34:00Z"), amount: "191.31", payment_method: "debit card", discount_amount: "0.00" },
            { id: 563, customer_id: 235, store_id: 12, transaction_date: new Date("2023-02-07T20:08:04Z"), amount: "387.55", payment_method: "credit card", discount_amount: "88.58" },
            { id: 564, customer_id: 286, store_id: 15, transaction_date: new Date("2023-06-14T17:45:12Z"), amount: "108.05", payment_method: "debit card", discount_amount: "35.20" },
            { id: 565, customer_id: 204, store_id: 8, transaction_date: new Date("2023-03-07T21:36:58Z"), amount: "18.13", payment_method: "cash", discount_amount: "0.31" },
            { id: 566, customer_id: 379, store_id: 10, transaction_date: new Date("2023-03-27T00:51:09Z"), amount: "22.30", payment_method: "cash", discount_amount: "0.10" },
            { id: 567, customer_id: 175, store_id: 17, transaction_date: new Date("2023-12-30T20:37:06Z"), amount: "26.06", payment_method: "debit card", discount_amount: "9.79" },
            { id: 568, customer_id: 243, store_id: 3, transaction_date: new Date("2023-12-30T21:58:08Z"), amount: "43.89", payment_method: "credit card", discount_amount: "96.71" },
            { id: 569, customer_id: 309, store_id: 4, transaction_date: new Date("2023-01-23T10:28:22Z"), amount: "277.87", payment_method: "credit card", discount_amount: "0.22" },
            { id: 570, customer_id: 261, store_id: 6, transaction_date: new Date("2023-05-11T21:08:44Z"), amount: "18.22", payment_method: "credit card", discount_amount: "16.10" },
            { id: 571, customer_id: 267, store_id: 5, transaction_date: new Date("2023-07-11T09:13:30Z"), amount: "19.73", payment_method: "credit card", discount_amount: "93.36" },
            { id: 572, customer_id: 440, store_id: 15, transaction_date: new Date("2023-01-24T08:26:00Z"), amount: "288.34", payment_method: "credit card", discount_amount: "2.89" },
            { id: 573, customer_id: 95, store_id: 12, transaction_date: new Date("2023-02-10T22:39:45Z"), amount: "215.29", payment_method: "credit card", discount_amount: "54.25" },
            { id: 574, customer_id: 476, store_id: 17, transaction_date: new Date("2023-08-30T08:12:53Z"), amount: "278.46", payment_method: "debit card", discount_amount: "15.27" },
            { id: 575, customer_id: 345, store_id: 17, transaction_date: new Date("2023-04-23T15:50:06Z"), amount: "56.80", payment_method: "cash", discount_amount: "93.23" },
            { id: 576, customer_id: 43, store_id: 19, transaction_date: new Date("2023-12-03T20:42:58Z"), amount: "98.16", payment_method: "credit card", discount_amount: null },
            { id: 577, customer_id: 276, store_id: 10, transaction_date: new Date("2023-03-26T07:37:07Z"), amount: "253.99", payment_method: "debit card", discount_amount: "76.32" },
            { id: 578, customer_id: 478, store_id: 10, transaction_date: new Date("2023-01-19T22:26:40Z"), amount: "6.83", payment_method: "debit card", discount_amount: "42.77" },
            { id: 579, customer_id: 257, store_id: 2, transaction_date: new Date("2023-07-26T13:02:40Z"), amount: "253.80", payment_method: "debit card", discount_amount: "3.35" },
            { id: 580, customer_id: 137, store_id: 6, transaction_date: new Date("2023-09-12T11:43:09Z"), amount: "6.30", payment_method: "cash", discount_amount: "12.94" },
            { id: 581, customer_id: 238, store_id: 5, transaction_date: new Date("2023-06-15T14:47:59Z"), amount: "12.16", payment_method: "cash", discount_amount: "35.72" },
            { id: 582, customer_id: 77, store_id: 10, transaction_date: new Date("2023-12-12T14:58:28Z"), amount: "28.11", payment_method: "credit card", discount_amount: "44.19" },
            { id: 583, customer_id: 251, store_id: 12, transaction_date: new Date("2023-12-23T19:10:32Z"), amount: "497.68", payment_method: "cash", discount_amount: "14.53" },
            { id: 584, customer_id: 378, store_id: 6, transaction_date: new Date("2023-02-27T19:22:35Z"), amount: "94.33", payment_method: "credit card", discount_amount: "83.02" },
            { id: 585, customer_id: 455, store_id: 10, transaction_date: new Date("2023-03-11T20:23:03Z"), amount: "13.49", payment_method: "cash", discount_amount: "34.22" },
            { id: 586, customer_id: 105, store_id: 14, transaction_date: new Date("2023-11-04T16:16:39Z"), amount: "230.64", payment_method: "cash", discount_amount: "56.52" },
            { id: 587, customer_id: 338, store_id: 11, transaction_date: new Date("2023-03-23T15:48:54Z"), amount: "13.16", payment_method: "debit card", discount_amount: "80.67" },
            { id: 588, customer_id: 386, store_id: 11, transaction_date: new Date("2023-08-24T09:19:57Z"), amount: "74.07", payment_method: "credit card", discount_amount: "38.02" },
            { id: 589, customer_id: 140, store_id: 9, transaction_date: new Date("2023-08-06T14:35:20Z"), amount: "176.06", payment_method: "cash", discount_amount: "1.90" },
            { id: 590, customer_id: 167, store_id: 20, transaction_date: new Date("2023-04-01T14:46:25Z"), amount: "267.40", payment_method: "credit card", discount_amount: "77.40" },
            { id: 591, customer_id: 49, store_id: 15, transaction_date: new Date("2023-12-25T17:55:43Z"), amount: "5.01", payment_method: "debit card", discount_amount: "27.00" },
            { id: 592, customer_id: 231, store_id: 2, transaction_date: new Date("2023-07-14T19:21:02Z"), amount: "31.46", payment_method: "credit card", discount_amount: "10.81" },
            { id: 593, customer_id: 4, store_id: 11, transaction_date: new Date("2023-11-03T16:45:20Z"), amount: "81.55", payment_method: "cash", discount_amount: "17.31" },
            { id: 594, customer_id: 39, store_id: 11, transaction_date: new Date("2023-06-05T22:55:03Z"), amount: "61.07", payment_method: "debit card", discount_amount: "48.29" },
            { id: 595, customer_id: 383, store_id: 12, transaction_date: new Date("2023-02-24T11:33:49Z"), amount: "22.26", payment_method: "credit card", discount_amount: "2.02" },
            { id: 596, customer_id: 391, store_id: 8, transaction_date: new Date("2023-07-08T17:40:15Z"), amount: "266.73", payment_method: "credit card", discount_amount: "58.66" },
            { id: 597, customer_id: 409, store_id: 14, transaction_date: new Date("2023-03-16T13:27:18Z"), amount: "64.33", payment_method: "debit card", discount_amount: "1.78" },
            { id: 598, customer_id: 192, store_id: 6, transaction_date: new Date("2023-09-30T16:34:38Z"), amount: "168.25", payment_method: "debit card", discount_amount: "2.14" },
            { id: 599, customer_id: 390, store_id: 12, transaction_date: new Date("2023-05-06T15:37:12Z"), amount: "10.49", payment_method: "cash", discount_amount: "86.50" },
            { id: 600, customer_id: 313, store_id: 18, transaction_date: new Date("2023-01-05T21:46:03Z"), amount: "355.65", payment_method: "credit card", discount_amount: null },
            { id: 601, customer_id: 275, store_id: 13, transaction_date: new Date("2023-06-10T17:40:12Z"), amount: "233.42", payment_method: "debit card", discount_amount: "54.45" },
            { id: 602, customer_id: 223, store_id: 2, transaction_date: new Date("2023-05-31T17:19:22Z"), amount: "77.66", payment_method: "debit card", discount_amount: "26.69" },
            { id: 603, customer_id: 115, store_id: 18, transaction_date: new Date("2023-07-30T16:08:02Z"), amount: "366.00", payment_method: "credit card", discount_amount: "4.59" },
            { id: 604, customer_id: 373, store_id: 18, transaction_date: new Date("2023-06-20T12:11:21Z"), amount: "45.34", payment_method: "debit card", discount_amount: "2.93" },
            { id: 605, customer_id: 80, store_id: 16, transaction_date: new Date("2023-12-16T09:00:29Z"), amount: "404.26", payment_method: "credit card", discount_amount: "7.13" },
            { id: 606, customer_id: 233, store_id: 3, transaction_date: new Date("2023-09-10T20:35:14Z"), amount: "350.85", payment_method: "debit card", discount_amount: "31.70" },
            { id: 607, customer_id: 434, store_id: 19, transaction_date: new Date("2023-05-02T10:36:34Z"), amount: "16.40", payment_method: "debit card", discount_amount: "75.25" },
            { id: 608, customer_id: 180, store_id: 3, transaction_date: new Date("2023-09-28T09:39:15Z"), amount: "11.61", payment_method: "credit card", discount_amount: "6.41" },
            { id: 609, customer_id: 407, store_id: 1, transaction_date: new Date("2023-04-20T09:08:54Z"), amount: "408.40", payment_method: "cash", discount_amount: "56.21" },
            { id: 610, customer_id: 184, store_id: 19, transaction_date: new Date("2023-04-16T11:22:15Z"), amount: "17.59", payment_method: "credit card", discount_amount: null },
            { id: 611, customer_id: 129, store_id: 15, transaction_date: new Date("2023-12-31T17:22:35Z"), amount: "5.57", payment_method: "credit card", discount_amount: "22.48" },
            { id: 612, customer_id: 391, store_id: 16, transaction_date: new Date("2023-01-17T19:31:01Z"), amount: "464.63", payment_method: "credit card", discount_amount: "4.36" },
            { id: 613, customer_id: 254, store_id: 20, transaction_date: new Date("2023-10-07T08:10:02Z"), amount: "28.92", payment_method: "debit card", discount_amount: "1.25" },
            { id: 614, customer_id: 244, store_id: 18, transaction_date: new Date("2023-12-08T09:14:38Z"), amount: "17.32", payment_method: "credit card", discount_amount: null },
            { id: 615, customer_id: 185, store_id: 18, transaction_date: new Date("2023-10-27T23:13:50Z"), amount: "262.04", payment_method: "cash", discount_amount: "8.27" },
            { id: 616, customer_id: 241, store_id: 17, transaction_date: new Date("2023-05-02T18:51:31Z"), amount: "16.83", payment_method: "credit card", discount_amount: "61.96" },
            { id: 617, customer_id: 160, store_id: 12, transaction_date: new Date("2023-11-27T22:15:55Z"), amount: "55.96", payment_method: "cash", discount_amount: "72.94" },
            { id: 618, customer_id: 236, store_id: 17, transaction_date: new Date("2023-12-08T01:01:17Z"), amount: "8.08", payment_method: "cash", discount_amount: null },
            { id: 619, customer_id: 84, store_id: 7, transaction_date: new Date("2023-08-12T19:29:57Z"), amount: "416.13", payment_method: "debit card", discount_amount: "39.38" },
            { id: 620, customer_id: 287, store_id: 3, transaction_date: new Date("2023-02-03T12:27:29Z"), amount: "68.59", payment_method: "debit card", discount_amount: "2.36" },
            { id: 621, customer_id: 194, store_id: 19, transaction_date: new Date("2023-07-30T05:44:15Z"), amount: "419.78", payment_method: "credit card", discount_amount: "0.30" },
            { id: 622, customer_id: 304, store_id: 3, transaction_date: new Date("2023-04-21T15:13:03Z"), amount: "23.46", payment_method: "credit card", discount_amount: "1.25" },
            { id: 623, customer_id: 134, store_id: 19, transaction_date: new Date("2023-12-09T21:12:56Z"), amount: "136.84", payment_method: "credit card", discount_amount: "99.38" },
            { id: 624, customer_id: 181, store_id: 10, transaction_date: new Date("2023-01-23T20:29:56Z"), amount: "263.28", payment_method: "credit card", discount_amount: "7.01" },
            { id: 625, customer_id: 103, store_id: 12, transaction_date: new Date("2023-12-02T08:46:30Z"), amount: "435.32", payment_method: "credit card", discount_amount: "17.50" },
            { id: 626, customer_id: 131, store_id: 13, transaction_date: new Date("2023-12-15T17:41:58Z"), amount: "76.95", payment_method: "cash", discount_amount: "9.20" },
            { id: 627, customer_id: 275, store_id: 5, transaction_date: new Date("2023-05-06T13:06:22Z"), amount: "239.75", payment_method: "debit card", discount_amount: "1.57" },
            { id: 628, customer_id: 374, store_id: 14, transaction_date: new Date("2023-03-10T08:13:19Z"), amount: "70.86", payment_method: "credit card", discount_amount: "56.44" },
            { id: 629, customer_id: 228, store_id: 17, transaction_date: new Date("2023-09-17T23:56:51Z"), amount: "370.71", payment_method: "debit card", discount_amount: null },
            { id: 630, customer_id: 248, store_id: 5, transaction_date: new Date("2023-03-09T18:08:53Z"), amount: "486.80", payment_method: "debit card", discount_amount: "22.63" },
            { id: 631, customer_id: 15, store_id: 11, transaction_date: new Date("2023-01-04T17:04:26Z"), amount: "461.58", payment_method: "cash", discount_amount: null },
            { id: 632, customer_id: 462, store_id: 20, transaction_date: new Date("2023-11-28T09:41:21Z"), amount: "7.31", payment_method: "credit card", discount_amount: "6.80" },
            { id: 633, customer_id: 270, store_id: 15, transaction_date: new Date("2023-06-18T17:31:16Z"), amount: "273.61", payment_method: "cash", discount_amount: "41.53" },
            { id: 634, customer_id: 344, store_id: 11, transaction_date: new Date("2023-06-28T22:25:16Z"), amount: "367.81", payment_method: "credit card", discount_amount: "12.36" },
            { id: 635, customer_id: 187, store_id: 20, transaction_date: new Date("2023-11-08T20:40:53Z"), amount: "117.68", payment_method: "cash", discount_amount: "67.16" },
            { id: 636, customer_id: 36, store_id: 18, transaction_date: new Date("2023-01-04T20:00:40Z"), amount: "171.43", payment_method: "credit card", discount_amount: "42.33" },
            { id: 637, customer_id: 479, store_id: 17, transaction_date: new Date("2023-05-18T18:11:23Z"), amount: "421.99", payment_method: "debit card", discount_amount: "33.73" },
            { id: 638, customer_id: 386, store_id: 19, transaction_date: new Date("2023-06-07T19:33:42Z"), amount: "11.68", payment_method: "debit card", discount_amount: "8.60" },
            { id: 639, customer_id: 381, store_id: 2, transaction_date: new Date("2023-09-26T10:52:17Z"), amount: "444.97", payment_method: "credit card", discount_amount: "6.05" },
            { id: 640, customer_id: 312, store_id: 10, transaction_date: new Date("2023-05-22T08:05:18Z"), amount: "360.09", payment_method: "cash", discount_amount: "53.17" },
            { id: 641, customer_id: 295, store_id: 8, transaction_date: new Date("2023-04-28T10:21:37Z"), amount: "128.33", payment_method: "credit card", discount_amount: "23.47" },
            { id: 642, customer_id: 469, store_id: 7, transaction_date: new Date("2023-07-29T15:49:06Z"), amount: "10.21", payment_method: "debit card", discount_amount: "40.38" },
            { id: 643, customer_id: 456, store_id: 4, transaction_date: new Date("2023-11-13T12:39:31Z"), amount: "95.03", payment_method: "credit card", discount_amount: "16.85" },
            { id: 644, customer_id: 368, store_id: 8, transaction_date: new Date("2023-05-01T13:23:39Z"), amount: "426.74", payment_method: "debit card", discount_amount: null },
            { id: 645, customer_id: 44, store_id: 19, transaction_date: new Date("2023-12-19T19:35:04Z"), amount: "25.42", payment_method: "credit card", discount_amount: "42.42" },
            { id: 646, customer_id: 106, store_id: 13, transaction_date: new Date("2023-10-01T14:58:00Z"), amount: "256.61", payment_method: "credit card", discount_amount: "66.23" },
            { id: 647, customer_id: 457, store_id: 18, transaction_date: new Date("2023-12-28T21:56:44Z"), amount: "51.24", payment_method: "credit card", discount_amount: "18.75" },
            { id: 648, customer_id: 45, store_id: 20, transaction_date: new Date("2023-12-15T12:03:27Z"), amount: "40.10", payment_method: "credit card", discount_amount: "25.91" },
            { id: 649, customer_id: 482, store_id: 15, transaction_date: new Date("2023-03-13T12:08:45Z"), amount: "158.20", payment_method: "credit card", discount_amount: "95.82" },
            { id: 650, customer_id: 226, store_id: 9, transaction_date: new Date("2023-04-03T07:08:44Z"), amount: "156.79", payment_method: "credit card", discount_amount: "0.34" },
            { id: 651, customer_id: 108, store_id: 16, transaction_date: new Date("2023-12-25T15:38:09Z"), amount: "26.78", payment_method: "credit card", discount_amount: "26.61" },
            { id: 652, customer_id: 306, store_id: 19, transaction_date: new Date("2023-01-01T09:15:16Z"), amount: "26.42", payment_method: "credit card", discount_amount: "8.73" },
            { id: 653, customer_id: 394, store_id: 2, transaction_date: new Date("2023-12-30T17:05:52Z"), amount: "216.93", payment_method: "debit card", discount_amount: null },
            { id: 654, customer_id: 202, store_id: 5, transaction_date: new Date("2023-10-18T03:08:56Z"), amount: "353.74", payment_method: "debit card", discount_amount: null },
            { id: 655, customer_id: 310, store_id: 7, transaction_date: new Date("2023-11-18T14:45:47Z"), amount: "344.70", payment_method: "debit card", discount_amount: "1.30" },
            { id: 656, customer_id: 410, store_id: 9, transaction_date: new Date("2023-04-12T17:13:23Z"), amount: "350.27", payment_method: "credit card", discount_amount: "16.93" },
            { id: 657, customer_id: 127, store_id: 15, transaction_date: new Date("2023-05-25T20:15:37Z"), amount: "12.96", payment_method: "credit card", discount_amount: "48.78" },
            { id: 658, customer_id: 312, store_id: 7, transaction_date: new Date("2023-01-29T09:14:43Z"), amount: "172.75", payment_method: "debit card", discount_amount: "51.91" },
            { id: 659, customer_id: 166, store_id: 11, transaction_date: new Date("2023-05-25T19:41:37Z"), amount: "26.05", payment_method: "credit card", discount_amount: "0.01" },
            { id: 660, customer_id: 30, store_id: 8, transaction_date: new Date("2023-06-20T13:11:58Z"), amount: "20.82", payment_method: "debit card", discount_amount: "53.26" },
            { id: 661, customer_id: 110, store_id: 17, transaction_date: new Date("2023-09-17T11:40:56Z"), amount: "282.13", payment_method: "debit card", discount_amount: null },
            { id: 662, customer_id: 89, store_id: 7, transaction_date: new Date("2023-09-10T18:25:24Z"), amount: "71.77", payment_method: "cash", discount_amount: "0.94" },
            { id: 663, customer_id: 439, store_id: 10, transaction_date: new Date("2023-11-26T18:09:28Z"), amount: "462.34", payment_method: "cash", discount_amount: "62.16" },
            { id: 664, customer_id: 425, store_id: 5, transaction_date: new Date("2023-07-11T16:12:37Z"), amount: "375.91", payment_method: "cash", discount_amount: "58.51" },
            { id: 665, customer_id: 227, store_id: 2, transaction_date: new Date("2023-05-16T10:10:21Z"), amount: "5.03", payment_method: "cash", discount_amount: "70.21" },
            { id: 666, customer_id: 39, store_id: 7, transaction_date: new Date("2023-10-17T09:29:20Z"), amount: "54.01", payment_method: "debit card", discount_amount: "18.40" },
            { id: 667, customer_id: 277, store_id: 12, transaction_date: new Date("2023-04-20T15:30:37Z"), amount: "424.13", payment_method: "credit card", discount_amount: "6.83" },
            { id: 668, customer_id: 147, store_id: 7, transaction_date: new Date("2023-06-30T15:46:25Z"), amount: "271.87", payment_method: "credit card", discount_amount: "14.47" },
            { id: 669, customer_id: 316, store_id: 11, transaction_date: new Date("2023-06-15T14:43:55Z"), amount: "6.06", payment_method: "credit card", discount_amount: "82.08" },
            { id: 670, customer_id: 31, store_id: 5, transaction_date: new Date("2023-12-13T19:48:50Z"), amount: "105.01", payment_method: "debit card", discount_amount: "80.49" },
            { id: 671, customer_id: 311, store_id: 18, transaction_date: new Date("2023-12-29T11:48:34Z"), amount: "283.97", payment_method: "credit card", discount_amount: "20.38" },
            { id: 672, customer_id: 374, store_id: 5, transaction_date: new Date("2023-06-30T12:41:48Z"), amount: "222.80", payment_method: "credit card", discount_amount: "51.28" },
            { id: 673, customer_id: 331, store_id: 13, transaction_date: new Date("2023-08-08T22:39:02Z"), amount: "85.90", payment_method: "credit card", discount_amount: "7.54" },
            { id: 674, customer_id: 263, store_id: 3, transaction_date: new Date("2023-09-04T21:11:34Z"), amount: "192.69", payment_method: "cash", discount_amount: "16.69" },
            { id: 675, customer_id: 125, store_id: 9, transaction_date: new Date("2023-11-04T14:35:34Z"), amount: "12.54", payment_method: "credit card", discount_amount: "1.72" },
            { id: 676, customer_id: 357, store_id: 15, transaction_date: new Date("2023-11-02T19:36:59Z"), amount: "38.93", payment_method: "credit card", discount_amount: "5.64" },
            { id: 677, customer_id: 466, store_id: 6, transaction_date: new Date("2023-06-27T18:02:27Z"), amount: "50.30", payment_method: "cash", discount_amount: null },
            { id: 678, customer_id: 76, store_id: 17, transaction_date: new Date("2023-04-29T10:28:27Z"), amount: "12.17", payment_method: "cash", discount_amount: "82.53" },
            { id: 679, customer_id: 306, store_id: 20, transaction_date: new Date("2023-11-15T11:41:51Z"), amount: "5.19", payment_method: "credit card", discount_amount: "23.98" },
            { id: 680, customer_id: 284, store_id: 5, transaction_date: new Date("2023-06-03T19:01:47Z"), amount: "131.66", payment_method: "credit card", discount_amount: null },
            { id: 681, customer_id: 71, store_id: 11, transaction_date: new Date("2023-07-02T10:06:45Z"), amount: "394.29", payment_method: "credit card", discount_amount: "6.27" },
            { id: 682, customer_id: 273, store_id: 3, transaction_date: new Date("2023-09-14T19:44:10Z"), amount: "18.11", payment_method: "cash", discount_amount: "91.64" },
            { id: 683, customer_id: 66, store_id: 7, transaction_date: new Date("2023-04-04T14:14:55Z"), amount: "301.53", payment_method: "credit card", discount_amount: "34.14" },
            { id: 684, customer_id: 179, store_id: 3, transaction_date: new Date("2023-03-31T02:48:52Z"), amount: "244.75", payment_method: "credit card", discount_amount: "1.61" },
            { id: 685, customer_id: 19, store_id: 2, transaction_date: new Date("2023-11-19T19:28:26Z"), amount: "274.19", payment_method: "credit card", discount_amount: "25.45" },
            { id: 686, customer_id: 457, store_id: 1, transaction_date: new Date("2023-10-04T14:09:09Z"), amount: "380.53", payment_method: "credit card", discount_amount: "1.46" },
            { id: 687, customer_id: 389, store_id: 9, transaction_date: new Date("2023-12-14T15:42:37Z"), amount: "31.59", payment_method: "debit card", discount_amount: "35.05" },
            { id: 688, customer_id: 38, store_id: 20, transaction_date: new Date("2023-04-27T21:10:56Z"), amount: "122.60", payment_method: "debit card", discount_amount: null },
            { id: 689, customer_id: 488, store_id: 5, transaction_date: new Date("2023-07-14T09:56:54Z"), amount: "25.56", payment_method: "credit card", discount_amount: "6.14" },
            { id: 690, customer_id: 89, store_id: 7, transaction_date: new Date("2023-12-24T09:14:53Z"), amount: "23.02", payment_method: "debit card", discount_amount: "67.16" },
            { id: 691, customer_id: 129, store_id: 13, transaction_date: new Date("2023-03-12T13:11:43Z"), amount: "42.28", payment_method: "credit card", discount_amount: "71.36" },
            { id: 692, customer_id: 430, store_id: 15, transaction_date: new Date("2023-04-12T09:39:41Z"), amount: "319.60", payment_method: "credit card", discount_amount: "9.24" },
            { id: 693, customer_id: 360, store_id: 18, transaction_date: new Date("2023-01-02T15:35:16Z"), amount: "50.31", payment_method: "cash", discount_amount: "19.07" },
            { id: 694, customer_id: 96, store_id: 8, transaction_date: new Date("2023-09-07T11:25:59Z"), amount: "117.16", payment_method: "debit card", discount_amount: "42.27" },
            { id: 695, customer_id: 364, store_id: 13, transaction_date: new Date("2023-02-26T07:13:26Z"), amount: "466.28", payment_method: "credit card", discount_amount: "99.71" },
            { id: 696, customer_id: 62, store_id: 4, transaction_date: new Date("2023-07-15T06:38:39Z"), amount: "496.09", payment_method: "cash", discount_amount: "7.08" },
            { id: 697, customer_id: 100, store_id: 15, transaction_date: new Date("2023-04-05T11:30:25Z"), amount: "22.60", payment_method: "cash", discount_amount: "24.58" },
            { id: 698, customer_id: 399, store_id: 11, transaction_date: new Date("2023-12-11T22:58:04Z"), amount: "71.40", payment_method: "credit card", discount_amount: "0.04" },
            { id: 699, customer_id: 207, store_id: 13, transaction_date: new Date("2023-10-02T12:24:12Z"), amount: "125.50", payment_method: "credit card", discount_amount: "41.69" },
            { id: 700, customer_id: 28, store_id: 12, transaction_date: new Date("2023-10-20T08:40:09Z"), amount: "5.60", payment_method: "cash", discount_amount: "67.50" },
            { id: 701, customer_id: 400, store_id: 7, transaction_date: new Date("2023-04-17T14:19:39Z"), amount: "368.48", payment_method: "credit card", discount_amount: "64.56" },
            { id: 702, customer_id: 370, store_id: 12, transaction_date: new Date("2023-07-17T16:36:15Z"), amount: "399.67", payment_method: "credit card", discount_amount: "97.41" },
            { id: 703, customer_id: 44, store_id: 4, transaction_date: new Date("2023-07-16T23:42:24Z"), amount: "277.01", payment_method: "credit card", discount_amount: "33.12" },
            { id: 704, customer_id: 82, store_id: 1, transaction_date: new Date("2023-11-13T21:20:27Z"), amount: "5.23", payment_method: "credit card", discount_amount: "21.13" },
            { id: 705, customer_id: 203, store_id: 16, transaction_date: new Date("2023-09-04T16:02:08Z"), amount: "168.44", payment_method: "debit card", discount_amount: null },
            { id: 706, customer_id: 278, store_id: 9, transaction_date: new Date("2023-06-04T19:50:45Z"), amount: "426.41", payment_method: "credit card", discount_amount: "87.08" },
            { id: 707, customer_id: 34, store_id: 6, transaction_date: new Date("2023-10-21T10:50:19Z"), amount: "429.83", payment_method: "debit card", discount_amount: "34.92" },
            { id: 708, customer_id: 66, store_id: 3, transaction_date: new Date("2023-08-09T11:05:37Z"), amount: "6.72", payment_method: "debit card", discount_amount: "81.41" },
            { id: 709, customer_id: 149, store_id: 4, transaction_date: new Date("2023-09-08T10:08:53Z"), amount: "28.87", payment_method: "debit card", discount_amount: "40.76" },
            { id: 710, customer_id: 478, store_id: 13, transaction_date: new Date("2023-02-26T16:23:07Z"), amount: "49.54", payment_method: "credit card", discount_amount: "74.83" },
            { id: 711, customer_id: 349, store_id: 18, transaction_date: new Date("2023-03-22T14:32:15Z"), amount: "150.28", payment_method: "debit card", discount_amount: "51.44" },
            { id: 712, customer_id: 34, store_id: 11, transaction_date: new Date("2023-05-30T16:30:38Z"), amount: "348.92", payment_method: "cash", discount_amount: "83.22" },
            { id: 713, customer_id: 364, store_id: 3, transaction_date: new Date("2023-01-26T12:03:01Z"), amount: "351.88", payment_method: "credit card", discount_amount: "34.92" },
            { id: 714, customer_id: 304, store_id: 9, transaction_date: new Date("2023-02-24T23:34:43Z"), amount: "11.18", payment_method: "credit card", discount_amount: "88.99" },
            { id: 715, customer_id: 402, store_id: 1, transaction_date: new Date("2023-02-04T10:35:12Z"), amount: "10.01", payment_method: "credit card", discount_amount: "42.59" },
            { id: 716, customer_id: 204, store_id: 10, transaction_date: new Date("2023-03-25T10:31:01Z"), amount: "101.92", payment_method: "credit card", discount_amount: null },
            { id: 717, customer_id: 215, store_id: 17, transaction_date: new Date("2023-04-26T10:50:01Z"), amount: "106.31", payment_method: "debit card", discount_amount: "4.09" },
            { id: 718, customer_id: 441, store_id: 11, transaction_date: new Date("2023-04-06T10:57:28Z"), amount: "17.23", payment_method: "credit card", discount_amount: "69.00" },
            { id: 719, customer_id: 152, store_id: 9, transaction_date: new Date("2023-02-18T19:04:54Z"), amount: "396.38", payment_method: "debit card", discount_amount: "56.89" },
            { id: 720, customer_id: 339, store_id: 11, transaction_date: new Date("2023-07-30T19:11:30Z"), amount: "5.83", payment_method: "cash", discount_amount: "34.19" },
            { id: 721, customer_id: 180, store_id: 8, transaction_date: new Date("2023-07-30T21:08:12Z"), amount: "413.19", payment_method: "debit card", discount_amount: "20.44" },
            { id: 722, customer_id: 143, store_id: 2, transaction_date: new Date("2023-09-28T20:25:49Z"), amount: "324.39", payment_method: "credit card", discount_amount: "15.31" },
            { id: 723, customer_id: 422, store_id: 15, transaction_date: new Date("2023-10-23T18:00:55Z"), amount: "145.33", payment_method: "credit card", discount_amount: "3.17" },
            { id: 724, customer_id: 177, store_id: 11, transaction_date: new Date("2023-06-20T21:08:31Z"), amount: "50.74", payment_method: "credit card", discount_amount: "93.81" },
            { id: 725, customer_id: 450, store_id: 12, transaction_date: new Date("2023-12-04T14:37:02Z"), amount: "48.79", payment_method: "cash", discount_amount: "21.77" },
            { id: 726, customer_id: 88, store_id: 17, transaction_date: new Date("2023-06-20T14:45:58Z"), amount: "407.44", payment_method: "credit card", discount_amount: "14.86" },
            { id: 727, customer_id: 390, store_id: 1, transaction_date: new Date("2023-08-31T20:53:26Z"), amount: "176.77", payment_method: "credit card", discount_amount: "30.39" },
            { id: 728, customer_id: 205, store_id: 7, transaction_date: new Date("2023-08-31T16:25:46Z"), amount: "14.69", payment_method: "credit card", discount_amount: "6.27" },
            { id: 729, customer_id: 262, store_id: 15, transaction_date: new Date("2023-11-10T13:42:05Z"), amount: "487.95", payment_method: "debit card", discount_amount: "21.84" },
            { id: 730, customer_id: 434, store_id: 8, transaction_date: new Date("2023-10-25T15:46:07Z"), amount: "114.15", payment_method: "credit card", discount_amount: "28.37" },
            { id: 731, customer_id: 250, store_id: 10, transaction_date: new Date("2023-12-22T16:37:43Z"), amount: "310.18", payment_method: "credit card", discount_amount: "89.16" },
            { id: 732, customer_id: 21, store_id: 16, transaction_date: new Date("2023-08-12T00:04:27Z"), amount: "121.16", payment_method: "cash", discount_amount: "8.01" },
            { id: 733, customer_id: 171, store_id: 2, transaction_date: new Date("2023-04-10T19:11:45Z"), amount: "200.00", payment_method: "cash", discount_amount: "0.01" },
            { id: 734, customer_id: 71, store_id: 6, transaction_date: new Date("2023-11-29T16:40:27Z"), amount: "31.80", payment_method: "cash", discount_amount: "4.15" },
            { id: 735, customer_id: 490, store_id: 1, transaction_date: new Date("2023-10-16T06:17:52Z"), amount: "443.45", payment_method: "cash", discount_amount: "0.20" },
            { id: 736, customer_id: 3, store_id: 2, transaction_date: new Date("2023-08-02T14:50:11Z"), amount: "26.34", payment_method: "cash", discount_amount: "40.06" },
            { id: 737, customer_id: 377, store_id: 11, transaction_date: new Date("2023-02-11T15:25:05Z"), amount: "264.10", payment_method: "cash", discount_amount: "11.06" },
            { id: 738, customer_id: 352, store_id: 6, transaction_date: new Date("2023-10-31T11:37:20Z"), amount: "5.31", payment_method: "cash", discount_amount: "45.01" },
            { id: 739, customer_id: 170, store_id: 19, transaction_date: new Date("2023-11-22T22:47:27Z"), amount: "7.63", payment_method: "debit card", discount_amount: "5.83" },
            { id: 740, customer_id: 409, store_id: 3, transaction_date: new Date("2023-09-04T13:07:37Z"), amount: "146.39", payment_method: "credit card", discount_amount: "95.98" },
            { id: 741, customer_id: 291, store_id: 8, transaction_date: new Date("2023-05-07T18:04:03Z"), amount: "311.10", payment_method: "credit card", discount_amount: "79.98" },
            { id: 742, customer_id: 488, store_id: 12, transaction_date: new Date("2023-10-04T16:42:02Z"), amount: "60.07", payment_method: "cash", discount_amount: "40.05" },
            { id: 743, customer_id: 121, store_id: 11, transaction_date: new Date("2023-07-12T14:32:01Z"), amount: "214.51", payment_method: "credit card", discount_amount: "41.47" },
            { id: 744, customer_id: 353, store_id: 17, transaction_date: new Date("2023-07-06T12:57:58Z"), amount: "36.19", payment_method: "cash", discount_amount: "0.64" },
            { id: 745, customer_id: 429, store_id: 11, transaction_date: new Date("2023-06-26T12:56:31Z"), amount: "265.82", payment_method: "credit card", discount_amount: "7.51" },
            { id: 746, customer_id: 57, store_id: 2, transaction_date: new Date("2023-01-09T13:41:58Z"), amount: "56.91", payment_method: "credit card", discount_amount: "36.03" },
            { id: 747, customer_id: 19, store_id: 5, transaction_date: new Date("2023-06-02T23:46:58Z"), amount: "5.41", payment_method: "debit card", discount_amount: "64.90" },
            { id: 748, customer_id: 360, store_id: 4, transaction_date: new Date("2023-11-23T10:10:59Z"), amount: "438.77", payment_method: "credit card", discount_amount: "1.11" },
            { id: 749, customer_id: 444, store_id: 3, transaction_date: new Date("2023-03-20T09:54:12Z"), amount: "175.34", payment_method: "debit card", discount_amount: "99.87" },
            { id: 750, customer_id: 169, store_id: 16, transaction_date: new Date("2023-05-12T11:02:47Z"), amount: "241.12", payment_method: "credit card", discount_amount: "17.96" },
            { id: 751, customer_id: 478, store_id: 13, transaction_date: new Date("2023-03-11T22:33:49Z"), amount: "218.95", payment_method: "credit card", discount_amount: "87.22" },
            { id: 752, customer_id: 167, store_id: 7, transaction_date: new Date("2023-11-04T16:42:36Z"), amount: "68.31", payment_method: "credit card", discount_amount: null },
            { id: 753, customer_id: 498, store_id: 6, transaction_date: new Date("2023-10-01T16:08:22Z"), amount: "24.99", payment_method: "credit card", discount_amount: "42.28" },
            { id: 754, customer_id: 98, store_id: 7, transaction_date: new Date("2023-03-29T15:51:27Z"), amount: "20.58", payment_method: "cash", discount_amount: null },
            { id: 755, customer_id: 444, store_id: 17, transaction_date: new Date("2023-12-29T07:45:01Z"), amount: "330.22", payment_method: "credit card", discount_amount: "89.36" },
            { id: 756, customer_id: 85, store_id: 20, transaction_date: new Date("2023-12-26T17:41:18Z"), amount: "8.86", payment_method: "credit card", discount_amount: "0.04" },
            { id: 757, customer_id: 356, store_id: 4, transaction_date: new Date("2023-07-04T08:04:13Z"), amount: "69.94", payment_method: "credit card", discount_amount: "5.07" },
            { id: 758, customer_id: 353, store_id: 4, transaction_date: new Date("2023-07-25T23:11:06Z"), amount: "11.73", payment_method: "cash", discount_amount: "21.46" },
            { id: 759, customer_id: 430, store_id: 17, transaction_date: new Date("2023-03-07T20:39:56Z"), amount: "217.52", payment_method: "credit card", discount_amount: "81.60" },
            { id: 760, customer_id: 356, store_id: 19, transaction_date: new Date("2023-03-07T12:24:33Z"), amount: "59.94", payment_method: "cash", discount_amount: "18.37" },
            { id: 761, customer_id: 114, store_id: 13, transaction_date: new Date("2023-08-29T19:58:49Z"), amount: "415.61", payment_method: "credit card", discount_amount: "18.57" },
            { id: 762, customer_id: 419, store_id: 1, transaction_date: new Date("2023-04-13T19:49:58Z"), amount: "5.17", payment_method: "debit card", discount_amount: "88.31" },
            { id: 763, customer_id: 273, store_id: 20, transaction_date: new Date("2023-11-18T18:47:50Z"), amount: "158.27", payment_method: "credit card", discount_amount: "17.33" },
            { id: 764, customer_id: 65, store_id: 3, transaction_date: new Date("2023-06-02T11:26:53Z"), amount: "361.86", payment_method: "credit card", discount_amount: "76.94" },
            { id: 765, customer_id: 433, store_id: 19, transaction_date: new Date("2023-09-25T09:54:22Z"), amount: "222.47", payment_method: "debit card", discount_amount: "0.24" },
            { id: 766, customer_id: 115, store_id: 15, transaction_date: new Date("2023-08-31T18:42:32Z"), amount: "5.05", payment_method: "credit card", discount_amount: "37.82" },
            { id: 767, customer_id: 369, store_id: 6, transaction_date: new Date("2023-01-18T14:52:36Z"), amount: "333.02", payment_method: "credit card", discount_amount: "6.87" },
            { id: 768, customer_id: 464, store_id: 12, transaction_date: new Date("2023-07-10T15:24:27Z"), amount: "5.46", payment_method: "cash", discount_amount: "73.74" },
            { id: 769, customer_id: 256, store_id: 12, transaction_date: new Date("2023-09-06T13:29:23Z"), amount: "34.03", payment_method: "debit card", discount_amount: "12.41" },
            { id: 770, customer_id: 245, store_id: 20, transaction_date: new Date("2023-05-22T21:03:13Z"), amount: "31.43", payment_method: "cash", discount_amount: "0.54" },
            { id: 771, customer_id: 455, store_id: 15, transaction_date: new Date("2023-11-02T06:11:01Z"), amount: "65.36", payment_method: "debit card", discount_amount: "15.06" },
            { id: 772, customer_id: 280, store_id: 5, transaction_date: new Date("2023-07-16T07:13:47Z"), amount: "145.23", payment_method: "credit card", discount_amount: "1.82" },
            { id: 773, customer_id: 370, store_id: 2, transaction_date: new Date("2023-01-14T16:00:11Z"), amount: "43.84", payment_method: "debit card", discount_amount: "41.42" },
            { id: 774, customer_id: 3, store_id: 18, transaction_date: new Date("2023-12-18T15:03:56Z"), amount: "241.46", payment_method: "credit card", discount_amount: "20.06" },
            { id: 775, customer_id: 191, store_id: 10, transaction_date: new Date("2023-12-09T05:03:54Z"), amount: "210.99", payment_method: "credit card", discount_amount: "0.95" },
            { id: 776, customer_id: 269, store_id: 3, transaction_date: new Date("2023-12-12T16:22:33Z"), amount: "111.97", payment_method: "credit card", discount_amount: null },
            { id: 777, customer_id: 288, store_id: 19, transaction_date: new Date("2023-02-19T20:05:32Z"), amount: "52.86", payment_method: "credit card", discount_amount: null },
            { id: 778, customer_id: 140, store_id: 11, transaction_date: new Date("2023-07-16T17:09:37Z"), amount: "404.73", payment_method: "cash", discount_amount: "1.81" },
            { id: 779, customer_id: 393, store_id: 14, transaction_date: new Date("2023-10-28T06:07:55Z"), amount: "13.83", payment_method: "credit card", discount_amount: "47.88" },
            { id: 780, customer_id: 108, store_id: 3, transaction_date: new Date("2023-10-08T19:04:40Z"), amount: "111.16", payment_method: "debit card", discount_amount: "44.84" },
            { id: 781, customer_id: 407, store_id: 11, transaction_date: new Date("2023-08-27T17:00:39Z"), amount: "302.92", payment_method: "credit card", discount_amount: "25.88" },
            { id: 782, customer_id: 292, store_id: 15, transaction_date: new Date("2023-01-09T16:53:35Z"), amount: "66.98", payment_method: "credit card", discount_amount: "11.84" },
            { id: 783, customer_id: 474, store_id: 18, transaction_date: new Date("2023-06-13T19:35:12Z"), amount: "147.45", payment_method: "cash", discount_amount: "57.47" },
            { id: 784, customer_id: 455, store_id: 2, transaction_date: new Date("2023-06-21T10:39:42Z"), amount: "148.28", payment_method: "credit card", discount_amount: "4.01" },
            { id: 785, customer_id: 35, store_id: 8, transaction_date: new Date("2023-12-17T12:09:37Z"), amount: "383.73", payment_method: "debit card", discount_amount: "29.34" },
            { id: 786, customer_id: 280, store_id: 12, transaction_date: new Date("2023-09-04T09:01:35Z"), amount: "498.41", payment_method: "cash", discount_amount: "73.22" },
            { id: 787, customer_id: 351, store_id: 17, transaction_date: new Date("2023-06-17T16:57:17Z"), amount: "174.35", payment_method: "credit card", discount_amount: "12.96" },
            { id: 788, customer_id: 55, store_id: 20, transaction_date: new Date("2023-04-05T09:48:05Z"), amount: "5.01", payment_method: "cash", discount_amount: "2.25" },
            { id: 789, customer_id: 96, store_id: 14, transaction_date: new Date("2023-12-25T20:01:33Z"), amount: "464.38", payment_method: "credit card", discount_amount: "84.50" },
            { id: 790, customer_id: 277, store_id: 18, transaction_date: new Date("2023-01-07T15:18:42Z"), amount: "212.24", payment_method: "cash", discount_amount: null },
            { id: 791, customer_id: 380, store_id: 16, transaction_date: new Date("2023-12-08T11:06:03Z"), amount: "223.92", payment_method: "debit card", discount_amount: "4.69" },
            { id: 792, customer_id: 219, store_id: 18, transaction_date: new Date("2023-08-16T16:28:45Z"), amount: "484.67", payment_method: "credit card", discount_amount: "0.40" },
            { id: 793, customer_id: 199, store_id: 6, transaction_date: new Date("2023-09-25T07:17:57Z"), amount: "96.07", payment_method: "debit card", discount_amount: "0.06" },
            { id: 794, customer_id: 243, store_id: 12, transaction_date: new Date("2023-06-02T21:44:26Z"), amount: "259.96", payment_method: "debit card", discount_amount: null },
            { id: 795, customer_id: 250, store_id: 8, transaction_date: new Date("2023-05-27T17:02:23Z"), amount: "314.92", payment_method: "debit card", discount_amount: "68.30" },
            { id: 796, customer_id: 124, store_id: 3, transaction_date: new Date("2023-01-19T16:15:25Z"), amount: "141.67", payment_method: "cash", discount_amount: "76.89" },
            { id: 797, customer_id: 305, store_id: 7, transaction_date: new Date("2023-03-12T16:18:38Z"), amount: "95.86", payment_method: "cash", discount_amount: null },
            { id: 798, customer_id: 10, store_id: 14, transaction_date: new Date("2023-04-20T07:28:08Z"), amount: "211.65", payment_method: "credit card", discount_amount: "18.68" },
            { id: 799, customer_id: 342, store_id: 15, transaction_date: new Date("2023-10-25T16:25:38Z"), amount: "318.24", payment_method: "debit card", discount_amount: "2.95" },
            { id: 800, customer_id: 179, store_id: 15, transaction_date: new Date("2023-01-14T19:18:24Z"), amount: "399.16", payment_method: "debit card", discount_amount: null },
        ],
    });
}

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