// Social Connections Dataset (social-connections-dataset) 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.users), 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.users.createMany({
        data: [
            { id: 1, full_name: "Paula Oliveira", age: 43, gender: "male", interests: "traveling outdoors sketching" },
            { id: 2, full_name: null, age: 60, gender: "non-binary", interests: "surfing traveling" },
            { id: 3, full_name: "Jonas Nguyen", age: 70, gender: "male", interests: "investing collecting podcasts" },
            { id: 4, full_name: "Deniz Kowalski", age: 64, gender: "male", interests: "swimming science skating" },
            { id: 5, full_name: "Diego Garcia", age: 55, gender: "non-binary", interests: "fishing" },
            { id: 6, full_name: null, age: 65, gender: "male", interests: "podcasts martialarts" },
            { id: 7, full_name: "Lena Klein", age: 41, gender: "female", interests: "wrestling socializing hiking" },
            { id: 8, full_name: "Liam Demir", age: 75, gender: "male", interests: "gaming" },
            { id: 9, full_name: "Sara Costa", age: 33, gender: "female", interests: "investing meditation" },
            { id: 10, full_name: "Ruby Singh", age: 52, gender: "female", interests: "entrepreneurship" },
            { id: 11, full_name: null, age: 62, gender: "non-binary", interests: "sports knitting" },
            { id: 12, full_name: null, age: 70, gender: "female", interests: "running" },
            { id: 13, full_name: "Ravi Klein", age: 75, gender: "male", interests: "fishing martialarts coding" },
            { id: 14, full_name: "Ravi Andersen", age: 70, gender: "female", interests: "fitness wrestling writing" },
            { id: 15, full_name: "Laura Wilson", age: 66, gender: "female", interests: "coding outdoors traveling" },
            { id: 16, full_name: "Ben Hansen", age: 63, gender: "female", interests: "fishing reading" },
            { id: 17, full_name: "Maja Oliveira", age: 48, gender: "male", interests: "cycling gardening" },
            { id: 18, full_name: "Tomas Johnson", age: 31, gender: "female", interests: "music traveling skating" },
            { id: 19, full_name: "Kai Bennett", age: 44, gender: "female", interests: "journaling design knitting" },
            { id: 20, full_name: "Hannah Ahmed", age: 51, gender: "female", interests: "outdoors food hiking" },
            { id: 21, full_name: "David Miller", age: 71, gender: "non-binary", interests: "design music" },
            { id: 22, full_name: "Carla Demir", age: 65, gender: "female", interests: "art baking" },
            { id: 23, full_name: "Ethan Almeida", age: 49, gender: "non-binary", interests: "volunteering swimming" },
            { id: 24, full_name: "Yara Miller", age: 46, gender: "male", interests: "design investing" },
            { id: 25, full_name: "Daniel Bennett", age: 59, gender: "non-binary", interests: "nature journaling" },
            { id: 26, full_name: "Lina Gupta", age: 68, gender: "non-binary", interests: "collecting sketching yoga" },
            { id: 27, full_name: "Yusuf Jensen", age: 61, gender: "male", interests: "adventure science" },
            { id: 28, full_name: "Yusuf Khan", age: 48, gender: "male", interests: "writing investing music" },
            { id: 29, full_name: null, age: 68, gender: "male", interests: "gardening" },
            { id: 30, full_name: "Ben Reyes", age: 73, gender: "female", interests: "swimming" },
            { id: 31, full_name: "Julia Dubois", age: 61, gender: "non-binary", interests: "technology running reading" },
            { id: 32, full_name: "Nour Meyer", age: 53, gender: "female", interests: "running wellness fishing" },
            { id: 33, full_name: "Ethan Ruiz", age: 52, gender: "male", interests: "wellness" },
            { id: 34, full_name: "Selin Schmidt", age: 33, gender: "female", interests: "knitting fitness entrepreneurship" },
            { id: 35, full_name: "Kai Smith", age: 65, gender: "male", interests: "wrestling design" },
            { id: 36, full_name: "Ines Lee", age: 68, gender: "male", interests: "outdoors movies" },
            { id: 37, full_name: "Emma Zhang", age: 78, gender: "male", interests: "sports surfing traveling" },
            { id: 38, full_name: "Victor Clark", age: 39, gender: "male", interests: "fashion" },
            { id: 39, full_name: "Pedro Singh", age: 56, gender: "female", interests: "outdoors" },
            { id: 40, full_name: "Emma Sousa", age: 59, gender: "male", interests: "fishing" },
            { id: 41, full_name: null, age: 64, gender: "male", interests: "nature technology sketching" },
            { id: 42, full_name: "David Kaya", age: 75, gender: "male", interests: "fashion fitness surfing" },
            { id: 43, full_name: "Marco Pereira", age: 69, gender: "non-binary", interests: "wrestling cooking art" },
            { id: 44, full_name: "James Nakamura", age: 55, gender: "male", interests: "design animals" },
            { id: 45, full_name: "Ibrahim Smith", age: 48, gender: "male", interests: "food" },
            { id: 46, full_name: "Uma Lee", age: 46, gender: "female", interests: "entrepreneurship swimming fashion" },
            { id: 47, full_name: "Amir Zhang", age: 61, gender: "female", interests: "travel nature knitting" },
            { id: 48, full_name: "Rafael Nakamura", age: 51, gender: "female", interests: "journaling reading skating" },
            { id: 49, full_name: "Rafael Evans", age: 54, gender: "non-binary", interests: "coding reading" },
            { id: 50, full_name: "Ben Wagner", age: 67, gender: "male", interests: "sports knitting history" },
            { id: 51, full_name: "Ben Ali", age: 65, gender: "male", interests: "podcasts" },
            { id: 52, full_name: "Jack Davis", age: 63, gender: "male", interests: "entrepreneurship skating technology" },
            { id: 53, full_name: "Julia Fischer", age: 61, gender: "female", interests: "gardening" },
            { id: 54, full_name: "Theo Andersen", age: 77, gender: "male", interests: "photography traveling science" },
            { id: 55, full_name: "Emma Flores", age: 65, gender: "male", interests: "design" },
            { id: 56, full_name: "Lina Almeida", age: 73, gender: "female", interests: "art surfing" },
            { id: 57, full_name: "Daniel Kumar", age: 57, gender: "male", interests: "science baking" },
            { id: 58, full_name: null, age: 64, gender: "female", interests: "wellness dancing" },
            { id: 59, full_name: "Theo Lee", age: 59, gender: "male", interests: "collecting" },
            { id: 60, full_name: "Ben Sousa", age: 65, gender: "male", interests: "knitting travel reading" },
            { id: 61, full_name: "Mila Kowalski", age: 54, gender: "male", interests: "technology reading design" },
            { id: 62, full_name: "Chloe Ibrahim", age: 54, gender: "male", interests: "sketching science" },
            { id: 63, full_name: "Grace Kowalski", age: 72, gender: "male", interests: "photography" },
            { id: 64, full_name: "Karim Diaz", age: 63, gender: "male", interests: "history martialarts" },
            { id: 65, full_name: "Daniel Miller", age: 48, gender: "female", interests: "science collecting coding" },
            { id: 66, full_name: "Zoe Andersen", age: 51, gender: "male", interests: "nature cycling swimming" },
            { id: 67, full_name: "Sven Wagner", age: 38, gender: "male", interests: "knitting" },
            { id: 68, full_name: "Felix Clark", age: 39, gender: "female", interests: "cycling martialarts journaling" },
            { id: 69, full_name: "James Larsen", age: 34, gender: "male", interests: "skating reading crafting" },
            { id: 70, full_name: "Jonas Fischer", age: 60, gender: "female", interests: "music swimming writing" },
            { id: 71, full_name: "Jonas Young", age: 55, gender: "male", interests: "science wellness" },
            { id: 72, full_name: "Nadia Diaz", age: 59, gender: "male", interests: "knitting" },
            { id: 73, full_name: "Carla Klein", age: 56, gender: "female", interests: "history" },
            { id: 74, full_name: "Mila Silva", age: 50, gender: "male", interests: "technology music running" },
            { id: 75, full_name: "Arjun Young", age: 43, gender: "female", interests: "music" },
            { id: 76, full_name: "Ibrahim Carter", age: 59, gender: "male", interests: "gardening movies" },
            { id: 77, full_name: "Hana Almeida", age: 56, gender: "male", interests: "collecting dancing skating" },
            { id: 78, full_name: null, age: 52, gender: "male", interests: "traveling" },
            { id: 79, full_name: "Jonas Torres", age: 67, gender: "non-binary", interests: "sports dancing cooking" },
            { id: 80, full_name: "Isaac Yilmaz", age: 61, gender: "female", interests: "martialarts" },
            { id: 81, full_name: "Nadia Almeida", age: 53, gender: "male", interests: "technology gaming" },
            { id: 82, full_name: "Victor Bennett", age: 52, gender: "male", interests: "entrepreneurship" },
            { id: 83, full_name: "Rosa Reyes", age: 51, gender: "male", interests: "podcasts wellness" },
            { id: 84, full_name: "Amir Jensen", age: 51, gender: "female", interests: "dancing reading" },
            { id: 85, full_name: null, age: 62, gender: "male", interests: "exploring" },
            { id: 86, full_name: "Jonas Zhang", age: 63, gender: "male", interests: "yoga cooking" },
            { id: 87, full_name: "Lucas Ali", age: 59, gender: "female", interests: "crafting dancing" },
            { id: 88, full_name: "Rosa Vargas", age: 47, gender: "male", interests: "travel" },
            { id: 89, full_name: null, age: 39, gender: "female", interests: "camping investing" },
            { id: 90, full_name: "Selin Hughes", age: 42, gender: "male", interests: "technology" },
            { id: 91, full_name: "Maria Costa", age: 58, gender: "male", interests: "food movies meditation" },
            { id: 92, full_name: "Selin Andersen", age: 55, gender: "male", interests: "food theater" },
            { id: 93, full_name: "Emma Carter", age: 55, gender: "non-binary", interests: "food" },
            { id: 94, full_name: "Sven Hansen", age: 58, gender: "male", interests: "movies" },
            { id: 95, full_name: "Sam Wilson", age: 42, gender: "male", interests: "investing podcasts" },
            { id: 96, full_name: "Julia Weber", age: 52, gender: "male", interests: "animals coding" },
            { id: 97, full_name: "Jade Rossi", age: 67, gender: "male", interests: "theater" },
            { id: 98, full_name: "Ravi Torres", age: 64, gender: "male", interests: "politics adventure martialarts" },
            { id: 99, full_name: "Isaac Khan", age: 40, gender: "non-binary", interests: "technology" },
            { id: 100, full_name: null, age: 78, gender: "non-binary", interests: "theater" },
            { id: 101, full_name: "Mateo Davis", age: 50, gender: "male", interests: "collecting music fitness" },
            { id: 102, full_name: null, age: 52, gender: "male", interests: "crafting" },
            { id: 103, full_name: "Chloe Kumar", age: 41, gender: "female", interests: "investing socializing exploring" },
            { id: 104, full_name: "Marco Smith", age: 56, gender: "male", interests: "food gaming politics" },
            { id: 105, full_name: "Chloe Gomez", age: 48, gender: "male", interests: "running knitting" },
            { id: 106, full_name: "Olivia Schmidt", age: 55, gender: "female", interests: "sports cycling" },
            { id: 107, full_name: "Sofia Johnson", age: 41, gender: "male", interests: "collecting" },
            { id: 108, full_name: "Fatima Kumar", age: 57, gender: "male", interests: "crafting" },
            { id: 109, full_name: "Carla Rossi", age: 45, gender: "male", interests: "entrepreneurship animals cooking" },
            { id: 110, full_name: "Selin Baker", age: 52, gender: "male", interests: "journaling gardening camping" },
            { id: 111, full_name: "Deniz Walker", age: 66, gender: "male", interests: "knitting" },
            { id: 112, full_name: "Zara Costa", age: 47, gender: "non-binary", interests: "wrestling cycling food" },
            { id: 113, full_name: "Liam Schneider", age: 69, gender: "male", interests: "entrepreneurship" },
            { id: 114, full_name: "Carla Oliveira", age: 55, gender: "male", interests: "podcasts nature" },
            { id: 115, full_name: "Ethan Larsen", age: 27, gender: "male", interests: "outdoors gardening" },
            { id: 116, full_name: "Selin Khan", age: 42, gender: "non-binary", interests: "sketching" },
            { id: 117, full_name: "Uma Castro", age: 53, gender: "male", interests: "baking" },
            { id: 118, full_name: "Sam Johnson", age: 64, gender: "female", interests: "animals hiking swimming" },
            { id: 119, full_name: "Theo Lee", age: 40, gender: "male", interests: "coding" },
            { id: 120, full_name: "Rosa Kowalski", age: 72, gender: "female", interests: "meditation art" },
            { id: 121, full_name: "Diego Lee", age: 74, gender: "male", interests: "traveling" },
            { id: 122, full_name: "Pedro Kaya", age: 57, gender: "male", interests: "knitting" },
            { id: 123, full_name: "Arjun Demir", age: 57, gender: "male", interests: "history surfing" },
            { id: 124, full_name: null, age: 34, gender: "female", interests: "technology yoga design" },
            { id: 125, full_name: "Yara Ruiz", age: 52, gender: "male", interests: "design" },
            { id: 126, full_name: "Sara Moreau", age: 72, gender: "female", interests: "crafting music" },
            { id: 127, full_name: "Paula Carter", age: 64, gender: "non-binary", interests: "wrestling cooking animals" },
            { id: 128, full_name: "Daniel Novak", age: 66, gender: "male", interests: "music swimming" },
            { id: 129, full_name: "Nadia Hoffmann", age: 60, gender: "female", interests: "movies" },
            { id: 130, full_name: "Sam Singh", age: 75, gender: "non-binary", interests: "traveling" },
            { id: 131, full_name: "Paula Patel", age: 53, gender: "male", interests: "nature" },
            { id: 132, full_name: "David Ali", age: 50, gender: "female", interests: "writing gaming cycling" },
            { id: 133, full_name: "Kai Weber", age: 46, gender: "male", interests: "socializing movies exploring" },
            { id: 134, full_name: "Chloe Novak", age: 70, gender: "female", interests: "volunteering wellness history" },
            { id: 135, full_name: "Ruby Brown", age: 67, gender: "female", interests: "camping baking surfing" },
            { id: 136, full_name: "Ana Andersen", age: 44, gender: "male", interests: "travel" },
            { id: 137, full_name: "Leo Chen", age: 43, gender: "female", interests: "socializing photography" },
            { id: 138, full_name: "Daniel Silva", age: 56, gender: "male", interests: "fishing" },
            { id: 139, full_name: "Fatima Hassan", age: 64, gender: "female", interests: "crafting writing fitness" },
            { id: 140, full_name: "Hannah Garcia", age: 44, gender: "male", interests: "swimming technology adventure" },
            { id: 141, full_name: "Sam Jansen", age: 58, gender: "male", interests: "food camping outdoors" },
            { id: 142, full_name: "Victor Yilmaz", age: 54, gender: "female", interests: "swimming food science" },
            { id: 143, full_name: "Carlos Kim", age: 62, gender: "male", interests: "surfing yoga reading" },
            { id: 144, full_name: "Sara Adams", age: 87, gender: "female", interests: "swimming fitness" },
            { id: 145, full_name: "Oscar Carter", age: 72, gender: "male", interests: "yoga cooking running" },
            { id: 146, full_name: "Daniel Klein", age: 62, gender: "male", interests: "music" },
            { id: 147, full_name: "Carla Weber", age: 65, gender: "non-binary", interests: "camping traveling sports" },
            { id: 148, full_name: "Lucas Wilson", age: 48, gender: "non-binary", interests: "design" },
            { id: 149, full_name: "Kai Torres", age: 60, gender: "male", interests: "collecting technology reading" },
            { id: 150, full_name: "Fatima Khan", age: 31, gender: "male", interests: "martialarts" },
            { id: 151, full_name: "Ana Hassan", age: 49, gender: "male", interests: "swimming crafting" },
            { id: 152, full_name: "Hugo Hoffmann", age: 49, gender: "non-binary", interests: "nature" },
            { id: 153, full_name: "Sam Carter", age: 60, gender: "male", interests: "travel photography gaming" },
            { id: 154, full_name: "Ines Wilson", age: 55, gender: "female", interests: "writing fishing" },
            { id: 155, full_name: "Nina Wilson", age: 45, gender: "male", interests: "podcasts" },
            { id: 156, full_name: "David Nguyen", age: 54, gender: "male", interests: "yoga" },
            { id: 157, full_name: "Paula Evans", age: 53, gender: "male", interests: "investing camping fishing" },
            { id: 158, full_name: "Laura Weber", age: 49, gender: "male", interests: "nature theater camping" },
            { id: 159, full_name: "Ethan Shah", age: 76, gender: "female", interests: "art adventure" },
            { id: 160, full_name: "James Silva", age: 59, gender: "non-binary", interests: "yoga sports skating" },
            { id: 161, full_name: "Mateo Smith", age: 46, gender: "male", interests: "fashion" },
            { id: 162, full_name: "Nina Hassan", age: 66, gender: "male", interests: "running hiking" },
            { id: 163, full_name: "Mateo Kumar", age: 33, gender: "male", interests: "fashion running" },
            { id: 164, full_name: null, age: 54, gender: "male", interests: "fishing wrestling politics" },
            { id: 165, full_name: "Lena Diaz", age: 47, gender: "male", interests: "wellness fashion animals" },
            { id: 166, full_name: "Paula Martin", age: 57, gender: "male", interests: "wellness" },
            { id: 167, full_name: "Mohamed Adams", age: 64, gender: "male", interests: "volunteering" },
            { id: 168, full_name: "Victor Sato", age: 69, gender: "male", interests: "technology" },
            { id: 169, full_name: "Lucas Nakamura", age: 67, gender: "male", interests: "food" },
            { id: 170, full_name: "Karim Larsen", age: 45, gender: "male", interests: "music adventure yoga" },
            { id: 171, full_name: "Hugo Andersen", age: 55, gender: "female", interests: "photography fashion running" },
            { id: 172, full_name: "Oscar Ibrahim", age: 55, gender: "female", interests: "politics wellness fitness" },
            { id: 173, full_name: "Ivan Shah", age: 84, gender: "female", interests: "traveling music" },
            { id: 174, full_name: "Selin Schneider", age: 49, gender: "male", interests: "crafting music hiking" },
            { id: 175, full_name: "Ana Sato", age: 68, gender: "male", interests: "technology theater camping" },
            { id: 176, full_name: "Selin Jensen", age: 53, gender: "male", interests: "sketching gardening food" },
            { id: 177, full_name: "Pedro Almeida", age: 73, gender: "male", interests: "yoga camping gardening" },
            { id: 178, full_name: "Ethan Cruz", age: 44, gender: "male", interests: "sketching" },
            { id: 179, full_name: null, age: 67, gender: "male", interests: "outdoors" },
            { id: 180, full_name: "Ibrahim Shah", age: 68, gender: "male", interests: "cycling camping knitting" },
            { id: 181, full_name: null, age: 42, gender: "non-binary", interests: "dancing nature" },
            { id: 182, full_name: null, age: 54, gender: "female", interests: "food wrestling" },
            { id: 183, full_name: "Arjun Adams", age: 67, gender: "male", interests: "theater politics" },
            { id: 184, full_name: "Victor Silva", age: 59, gender: "female", interests: "fitness politics" },
            { id: 185, full_name: "Ruby Cruz", age: 40, gender: "male", interests: "nature camping" },
            { id: 186, full_name: "Lina Murphy", age: 48, gender: "female", interests: "music knitting" },
            { id: 187, full_name: "Elena Martin", age: 49, gender: "male", interests: "yoga collecting" },
            { id: 188, full_name: "Ibrahim Jansen", age: 36, gender: "female", interests: "skating fashion history" },
            { id: 189, full_name: null, age: 55, gender: "female", interests: "sketching animals fitness" },
            { id: 190, full_name: "Julia Park", age: 42, gender: "male", interests: "nature history" },
            { id: 191, full_name: "Felix Sato", age: 50, gender: "male", interests: "gaming coding dancing" },
            { id: 192, full_name: "Olivia Cruz", age: 54, gender: "male", interests: "coding history" },
            { id: 193, full_name: "Nadia Nguyen", age: 77, gender: "male", interests: "travel science" },
            { id: 194, full_name: "Lucas Davis", age: 51, gender: "male", interests: "surfing" },
            { id: 195, full_name: "Noah Ibrahim", age: 59, gender: "female", interests: "running history food" },
            { id: 196, full_name: "Jack Young", age: 47, gender: "male", interests: "yoga" },
            { id: 197, full_name: "Yara Oliveira", age: 50, gender: "female", interests: "dancing baking hiking" },
            { id: 198, full_name: "Tariq Castro", age: 36, gender: "female", interests: "collecting reading fashion" },
            { id: 199, full_name: "Maria Larsen", age: 54, gender: "male", interests: "fitness coding" },
            { id: 200, full_name: "James Becker", age: 50, gender: "female", interests: "technology cooking" },
            { id: 201, full_name: "Elif Flores", age: 51, gender: "male", interests: "sketching science swimming" },
            { id: 202, full_name: "Kai Gomez", age: 53, gender: "non-binary", interests: "design writing animals" },
            { id: 203, full_name: "Anna Demir", age: 63, gender: "male", interests: "travel" },
            { id: 204, full_name: "Paula Baker", age: 74, gender: "female", interests: "design investing animals" },
            { id: 205, full_name: "Kai Shah", age: 63, gender: "male", interests: "cooking swimming food" },
            { id: 206, full_name: "Elena Hassan", age: 43, gender: "male", interests: "fashion surfing writing" },
            { id: 207, full_name: "Ines Zhang", age: 54, gender: "female", interests: "volunteering socializing history" },
            { id: 208, full_name: "Sofia Gupta", age: 51, gender: "male", interests: "exploring" },
            { id: 209, full_name: "Laura Brown", age: 50, gender: "non-binary", interests: "sports" },
            { id: 210, full_name: "Tariq Garcia", age: 59, gender: "male", interests: "wellness" },
            { id: 211, full_name: "Elif Wilson", age: 38, gender: "male", interests: "politics" },
            { id: 212, full_name: "Arjun Fischer", age: 73, gender: "non-binary", interests: "theater" },
            { id: 213, full_name: null, age: 42, gender: "male", interests: "traveling running adventure" },
            { id: 214, full_name: "Chen Khan", age: 39, gender: "male", interests: "investing" },
            { id: 215, full_name: "Jade Garcia", age: 41, gender: "male", interests: "crafting movies traveling" },
            { id: 216, full_name: "Lucas Gomez", age: 60, gender: "male", interests: "photography history" },
            { id: 217, full_name: "Mei Almeida", age: 74, gender: "male", interests: "yoga" },
            { id: 218, full_name: null, age: 72, gender: "female", interests: "yoga history volunteering" },
            { id: 219, full_name: "Emma Hughes", age: 55, gender: "female", interests: "travel outdoors" },
            { id: 220, full_name: "Zoe Johnson", age: 40, gender: "male", interests: "coding volunteering nature" },
            { id: 221, full_name: "Wei Kumar", age: 51, gender: "female", interests: "technology crafting" },
            { id: 222, full_name: "Omar Mendes", age: 70, gender: "male", interests: "martialarts skating dancing" },
            { id: 223, full_name: "Sven Chen", age: 57, gender: "male", interests: "art skating" },
            { id: 224, full_name: "Chen Clark", age: 66, gender: "male", interests: "traveling" },
            { id: 225, full_name: "Jack Hansen", age: 35, gender: "male", interests: "animals" },
            { id: 226, full_name: null, age: 69, gender: "male", interests: "gardening" },
            { id: 227, full_name: "Lucas Ahmed", age: 49, gender: "male", interests: "reading" },
            { id: 228, full_name: "Andre Bennett", age: 39, gender: "male", interests: "cooking traveling" },
            { id: 229, full_name: "Priya Moreau", age: 64, gender: "female", interests: "surfing politics science" },
            { id: 230, full_name: "Nina Costa", age: 54, gender: "male", interests: "collecting" },
            { id: 231, full_name: "Yusuf Novak", age: 69, gender: "female", interests: "movies" },
            { id: 232, full_name: "Maja Sousa", age: 54, gender: "female", interests: "traveling technology" },
            { id: 233, full_name: null, age: 59, gender: "female", interests: "technology volunteering" },
            { id: 234, full_name: "Sara Garcia", age: 50, gender: "male", interests: "photography camping" },
            { id: 235, full_name: "Tomas Schneider", age: 67, gender: "male", interests: "nature fashion fishing" },
            { id: 236, full_name: "Lena Lopez", age: 49, gender: "male", interests: "adventure volunteering" },
            { id: 237, full_name: null, age: 69, gender: "female", interests: "crafting" },
            { id: 238, full_name: "Uma Hughes", age: 61, gender: "non-binary", interests: "investing" },
            { id: 239, full_name: null, age: 77, gender: "male", interests: "traveling collecting" },
            { id: 240, full_name: "Daniel Diaz", age: 59, gender: "male", interests: "surfing" },
            { id: 241, full_name: "Mei Demir", age: 48, gender: "male", interests: "meditation surfing" },
            { id: 242, full_name: "David Park", age: 65, gender: "male", interests: "movies" },
            { id: 243, full_name: "Yara Khan", age: 61, gender: "female", interests: "nature" },
            { id: 244, full_name: "Maria Ruiz", age: 57, gender: "male", interests: "animals" },
            { id: 245, full_name: "Grace Novak", age: 69, gender: "male", interests: "sports" },
            { id: 246, full_name: "Tomas Meyer", age: 66, gender: "male", interests: "fashion investing coding" },
            { id: 247, full_name: null, age: 47, gender: "female", interests: "running" },
            { id: 248, full_name: "Mohamed Ibrahim", age: 51, gender: "male", interests: "politics gaming traveling" },
            { id: 249, full_name: "Arjun Patel", age: 84, gender: "male", interests: "collecting exploring" },
            { id: 250, full_name: "James Sousa", age: 52, gender: "male", interests: "sketching surfing cycling" },
            { id: 251, full_name: "Felix Dubois", age: 71, gender: "male", interests: "wellness" },
            { id: 252, full_name: "Diego Wagner", age: 89, gender: "male", interests: "gaming" },
            { id: 253, full_name: "Emma Taylor", age: 60, gender: "female", interests: "martialarts podcasts" },
            { id: 254, full_name: "Ruby Wang", age: 66, gender: "non-binary", interests: "animals" },
            { id: 255, full_name: "Hannah Brown", age: 66, gender: "male", interests: "music" },
            { id: 256, full_name: "Rafael Hassan", age: 60, gender: "male", interests: "reading" },
            { id: 257, full_name: "Lina Adams", age: 77, gender: "male", interests: "martialarts traveling volunteering" },
            { id: 258, full_name: "Sven Cruz", age: 64, gender: "male", interests: "traveling surfing" },
            { id: 259, full_name: "Paula Mendes", age: 68, gender: "male", interests: "food" },
            { id: 260, full_name: "Chloe Oliveira", age: 54, gender: "male", interests: "collecting" },
            { id: 261, full_name: "Lina Singh", age: 38, gender: "male", interests: "podcasts animals" },
            { id: 262, full_name: "Sara Smith", age: 77, gender: "female", interests: "surfing running" },
            { id: 263, full_name: "Mia Walker", age: 66, gender: "female", interests: "technology" },
            { id: 264, full_name: "Theo Park", age: 40, gender: "non-binary", interests: "theater" },
            { id: 265, full_name: "Laura Mendes", age: 77, gender: "male", interests: "martialarts reading" },
            { id: 266, full_name: "Felix Castro", age: 59, gender: "male", interests: "theater" },
            { id: 267, full_name: "Jade Wang", age: 52, gender: "female", interests: "socializing adventure" },
            { id: 268, full_name: "Elif Andersen", age: 48, gender: "non-binary", interests: "meditation music" },
            { id: 269, full_name: "Nina Ali", age: 39, gender: "male", interests: "hiking crafting" },
            { id: 270, full_name: "Olivia Sousa", age: 58, gender: "male", interests: "swimming wrestling history" },
            { id: 271, full_name: "Priya Kaya", age: 67, gender: "male", interests: "fitness" },
            { id: 272, full_name: "Oscar Lopez", age: 52, gender: "female", interests: "music fashion cycling" },
            { id: 273, full_name: "Wei Bennett", age: 53, gender: "male", interests: "journaling sketching" },
            { id: 274, full_name: "Ines Johnson", age: 62, gender: "male", interests: "science" },
            { id: 275, full_name: "Isaac Miller", age: 60, gender: "non-binary", interests: "theater journaling" },
            { id: 276, full_name: "Ethan Jansen", age: 61, gender: "male", interests: "martialarts travel" },
            { id: 277, full_name: null, age: 60, gender: "female", interests: "history" },
            { id: 278, full_name: "Anna Larsen", age: 53, gender: "male", interests: "hiking" },
            { id: 279, full_name: "Nour Dubois", age: 62, gender: "non-binary", interests: "baking camping" },
            { id: 280, full_name: "Daniel Patel", age: 52, gender: "female", interests: "exploring baking" },
            { id: 281, full_name: null, age: 45, gender: "female", interests: "fitness art yoga" },
            { id: 282, full_name: "Nadia Khan", age: 37, gender: "female", interests: "fishing politics investing" },
            { id: 283, full_name: "Yara Klein", age: 62, gender: "female", interests: "volunteering" },
            { id: 284, full_name: "Nina Andersen", age: 49, gender: "male", interests: "meditation" },
            { id: 285, full_name: "Selin Clark", age: 53, gender: "male", interests: "history reading animals" },
            { id: 286, full_name: "Chen Martin", age: 70, gender: "male", interests: "cycling" },
            { id: 287, full_name: "Lucas Hoffmann", age: 42, gender: "male", interests: "outdoors wellness coding" },
            { id: 288, full_name: "Noah Sousa", age: 51, gender: "female", interests: "fitness swimming politics" },
            { id: 289, full_name: "Uma Sousa", age: 53, gender: "male", interests: "movies science adventure" },
            { id: 290, full_name: "Paula Johnson", age: 59, gender: "male", interests: "nature" },
            { id: 291, full_name: "Grace Ahmed", age: 45, gender: "male", interests: "traveling" },
            { id: 292, full_name: "Mei Castro", age: 44, gender: "male", interests: "fishing science dancing" },
            { id: 293, full_name: "Ines Young", age: 66, gender: "female", interests: "cycling politics sketching" },
            { id: 294, full_name: "Amir Rossi", age: 75, gender: "male", interests: "music meditation traveling" },
            { id: 295, full_name: null, age: 59, gender: "female", interests: "camping crafting" },
            { id: 296, full_name: "Sam Young", age: 49, gender: "male", interests: "sports theater adventure" },
            { id: 297, full_name: "Liam Oliveira", age: 65, gender: "male", interests: "science history" },
            { id: 298, full_name: "Felix Gomez", age: 48, gender: "male", interests: "crafting" },
            { id: 299, full_name: "Laura Moreau", age: 70, gender: "male", interests: "sketching" },
            { id: 300, full_name: "Rafael Davis", age: 69, gender: "female", interests: "martialarts wrestling" },
        ],
    });
    await prisma.blocks.createMany({
        data: [
            { id: 1, blocker_id: 234, blocked_user_id: 211, timestamp: new Date("2023-09-30T10:44:12Z"), reason: "privacy concerns", block_reason: "privacy concerns", block_duration_seconds: 53710, blocker_age: null },
            { id: 2, blocker_id: 174, blocked_user_id: 256, timestamp: null, reason: "harassment", block_reason: "privacy concerns", block_duration_seconds: 34944, blocker_age: null },
            { id: 3, blocker_id: 142, blocked_user_id: 2, timestamp: new Date("2023-11-06T04:22:14Z"), reason: "harassment", block_reason: "privacy concerns", block_duration_seconds: 33845, blocker_age: null },
            { id: 4, blocker_id: 65, blocked_user_id: 187, timestamp: new Date("2023-12-03T09:54:06Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 37366, blocker_age: null },
            { id: 5, blocker_id: 147, blocked_user_id: 197, timestamp: new Date("2023-12-19T16:37:03Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 29355, blocker_age: null },
            { id: 6, blocker_id: 106, blocked_user_id: 95, timestamp: new Date("2023-11-25T20:25:42Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 48155, blocker_age: null },
            { id: 7, blocker_id: 285, blocked_user_id: 122, timestamp: new Date("2023-04-19T18:57:33Z"), reason: "privacy concerns", block_reason: "privacy concerns", block_duration_seconds: 39082, blocker_age: null },
            { id: 8, blocker_id: 2, blocked_user_id: 253, timestamp: new Date("2023-11-20T09:25:34Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 33408, blocker_age: null },
            { id: 9, blocker_id: 171, blocked_user_id: 177, timestamp: new Date("2023-12-27T20:10:18Z"), reason: "harassment", block_reason: "harassment", block_duration_seconds: 49517, blocker_age: null },
            { id: 10, blocker_id: 102, blocked_user_id: 39, timestamp: new Date("2023-06-29T10:02:15Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 51019, blocker_age: null },
            { id: 11, blocker_id: 190, blocked_user_id: 143, timestamp: null, reason: "harassment", block_reason: "privacy concerns", block_duration_seconds: 51256, blocker_age: null },
            { id: 12, blocker_id: 292, blocked_user_id: 127, timestamp: new Date("2023-03-03T03:40:14Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 24934, blocker_age: null },
            { id: 13, blocker_id: 208, blocked_user_id: 117, timestamp: new Date("2023-08-26T21:32:56Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 57486, blocker_age: null },
            { id: 14, blocker_id: 69, blocked_user_id: 41, timestamp: new Date("2023-08-07T22:13:50Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 33142, blocker_age: null },
            { id: 15, blocker_id: 204, blocked_user_id: 144, timestamp: new Date("2023-03-02T22:37:00Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 46484, blocker_age: null },
            { id: 16, blocker_id: 270, blocked_user_id: 40, timestamp: null, reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 35520, blocker_age: null },
            { id: 17, blocker_id: 70, blocked_user_id: 251, timestamp: new Date("2023-07-14T09:02:43Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 36312, blocker_age: null },
            { id: 18, blocker_id: 116, blocked_user_id: 33, timestamp: new Date("2023-06-23T18:28:40Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 43826, blocker_age: null },
            { id: 19, blocker_id: 271, blocked_user_id: 239, timestamp: new Date("2023-09-11T18:17:28Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 45648, blocker_age: null },
            { id: 20, blocker_id: 4, blocked_user_id: 55, timestamp: new Date("2023-07-17T20:36:02Z"), reason: "privacy concerns", block_reason: "harassment", block_duration_seconds: 48121, blocker_age: null },
            { id: 21, blocker_id: 22, blocked_user_id: 195, timestamp: new Date("2023-09-04T10:49:32Z"), reason: "privacy concerns", block_reason: "privacy concerns", block_duration_seconds: 77580, blocker_age: null },
            { id: 22, blocker_id: 236, blocked_user_id: 15, timestamp: new Date("2023-12-08T17:27:06Z"), reason: "inappropriate content", block_reason: "privacy concerns", block_duration_seconds: 49807, blocker_age: null },
            { id: 23, blocker_id: 215, blocked_user_id: 21, timestamp: new Date("2023-07-02T19:51:06Z"), reason: "harassment", block_reason: "privacy concerns", block_duration_seconds: 41363, blocker_age: null },
            { id: 24, blocker_id: 49, blocked_user_id: 165, timestamp: new Date("2023-03-16T03:04:15Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 19714, blocker_age: null },
            { id: 25, blocker_id: 290, blocked_user_id: 61, timestamp: new Date("2023-02-15T18:49:30Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 60125, blocker_age: null },
            { id: 26, blocker_id: 209, blocked_user_id: 74, timestamp: new Date("2023-04-09T23:53:30Z"), reason: "privacy concerns", block_reason: "harassment", block_duration_seconds: 45283, blocker_age: null },
            { id: 27, blocker_id: 169, blocked_user_id: 268, timestamp: new Date("2023-03-20T20:49:35Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 39643, blocker_age: null },
            { id: 28, blocker_id: 254, blocked_user_id: 48, timestamp: new Date("2023-04-13T10:35:11Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 34629, blocker_age: null },
            { id: 29, blocker_id: 272, blocked_user_id: 65, timestamp: new Date("2023-11-24T08:34:45Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 36510, blocker_age: null },
            { id: 30, blocker_id: 256, blocked_user_id: 192, timestamp: new Date("2023-06-02T10:52:03Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 48808, blocker_age: null },
            { id: 31, blocker_id: 260, blocked_user_id: 137, timestamp: new Date("2023-02-24T12:00:32Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 43742, blocker_age: null },
            { id: 32, blocker_id: 137, blocked_user_id: 121, timestamp: new Date("2023-07-14T07:21:06Z"), reason: "harassment", block_reason: "privacy concerns", block_duration_seconds: 25391, blocker_age: null },
            { id: 33, blocker_id: 232, blocked_user_id: 83, timestamp: new Date("2023-07-20T12:07:54Z"), reason: "privacy concerns", block_reason: "privacy concerns", block_duration_seconds: 39269, blocker_age: null },
            { id: 34, blocker_id: 127, blocked_user_id: 237, timestamp: new Date("2023-04-12T18:04:05Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 35441, blocker_age: null },
            { id: 35, blocker_id: 117, blocked_user_id: 276, timestamp: null, reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 42435, blocker_age: null },
            { id: 36, blocker_id: 100, blocked_user_id: 111, timestamp: new Date("2023-09-20T20:32:51Z"), reason: "inappropriate content", block_reason: "privacy concerns", block_duration_seconds: 57268, blocker_age: null },
            { id: 37, blocker_id: 250, blocked_user_id: 37, timestamp: new Date("2023-03-18T13:06:48Z"), reason: "privacy concerns", block_reason: "harassment", block_duration_seconds: 64430, blocker_age: null },
            { id: 38, blocker_id: 71, blocked_user_id: 249, timestamp: new Date("2023-11-08T12:23:39Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 54883, blocker_age: null },
            { id: 39, blocker_id: 133, blocked_user_id: 200, timestamp: new Date("2023-05-05T13:47:16Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 69176, blocker_age: null },
            { id: 40, blocker_id: 15, blocked_user_id: 234, timestamp: new Date("2023-08-16T12:40:03Z"), reason: "harassment", block_reason: "privacy concerns", block_duration_seconds: 29192, blocker_age: null },
            { id: 41, blocker_id: 56, blocked_user_id: 131, timestamp: new Date("2023-03-04T14:13:53Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 56298, blocker_age: null },
            { id: 42, blocker_id: 50, blocked_user_id: 214, timestamp: new Date("2023-04-30T17:29:11Z"), reason: "inappropriate content", block_reason: "privacy concerns", block_duration_seconds: 14806, blocker_age: null },
            { id: 43, blocker_id: 38, blocked_user_id: 167, timestamp: null, reason: "privacy concerns", block_reason: "privacy concerns", block_duration_seconds: 40102, blocker_age: null },
            { id: 44, blocker_id: 72, blocked_user_id: 204, timestamp: null, reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 32188, blocker_age: null },
            { id: 45, blocker_id: 198, blocked_user_id: 12, timestamp: new Date("2023-09-04T16:41:37Z"), reason: "harassment", block_reason: "harassment", block_duration_seconds: 18908, blocker_age: null },
            { id: 46, blocker_id: 41, blocked_user_id: 127, timestamp: new Date("2023-02-02T15:45:50Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 46677, blocker_age: null },
            { id: 47, blocker_id: 155, blocked_user_id: 295, timestamp: new Date("2023-07-21T08:59:42Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 42199, blocker_age: null },
            { id: 48, blocker_id: 16, blocked_user_id: 163, timestamp: new Date("2023-01-13T16:50:20Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 30491, blocker_age: null },
            { id: 49, blocker_id: 120, blocked_user_id: 12, timestamp: null, reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 28128, blocker_age: null },
            { id: 50, blocker_id: 168, blocked_user_id: 40, timestamp: new Date("2023-09-02T09:06:34Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 43734, blocker_age: null },
            { id: 51, blocker_id: 243, blocked_user_id: 262, timestamp: new Date("2023-08-27T20:29:42Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 44436, blocker_age: null },
            { id: 52, blocker_id: 86, blocked_user_id: 291, timestamp: new Date("2023-11-03T19:19:33Z"), reason: "privacy concerns", block_reason: "harassment", block_duration_seconds: 33243, blocker_age: null },
            { id: 53, blocker_id: 217, blocked_user_id: 168, timestamp: new Date("2023-03-21T22:51:25Z"), reason: "privacy concerns", block_reason: "privacy concerns", block_duration_seconds: 66017, blocker_age: null },
            { id: 54, blocker_id: 31, blocked_user_id: 134, timestamp: new Date("2023-09-04T21:34:07Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 37603, blocker_age: null },
            { id: 55, blocker_id: 261, blocked_user_id: 273, timestamp: new Date("2023-12-13T11:17:58Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 19343, blocker_age: null },
            { id: 56, blocker_id: 25, blocked_user_id: 92, timestamp: new Date("2023-07-17T07:04:35Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 31820, blocker_age: null },
            { id: 57, blocker_id: 23, blocked_user_id: 142, timestamp: new Date("2023-01-29T09:03:31Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 31397, blocker_age: null },
            { id: 58, blocker_id: 92, blocked_user_id: 109, timestamp: new Date("2023-08-12T08:03:02Z"), reason: "inappropriate content", block_reason: "privacy concerns", block_duration_seconds: 41948, blocker_age: null },
            { id: 59, blocker_id: 94, blocked_user_id: 151, timestamp: new Date("2023-07-03T14:13:28Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 35915, blocker_age: null },
            { id: 60, blocker_id: 183, blocked_user_id: 42, timestamp: new Date("2023-06-23T12:50:51Z"), reason: "harassment", block_reason: "harassment", block_duration_seconds: 33081, blocker_age: null },
            { id: 61, blocker_id: 149, blocked_user_id: 295, timestamp: new Date("2023-07-01T14:56:18Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 57216, blocker_age: null },
            { id: 62, blocker_id: 220, blocked_user_id: 208, timestamp: new Date("2023-03-22T07:06:45Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 55590, blocker_age: null },
            { id: 63, blocker_id: 77, blocked_user_id: 114, timestamp: new Date("2023-03-26T19:23:56Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 43961, blocker_age: null },
            { id: 64, blocker_id: 118, blocked_user_id: 85, timestamp: new Date("2023-03-09T07:39:59Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 48876, blocker_age: null },
            { id: 65, blocker_id: 237, blocked_user_id: 272, timestamp: new Date("2023-01-29T17:08:17Z"), reason: "harassment", block_reason: "harassment", block_duration_seconds: 40515, blocker_age: null },
            { id: 66, blocker_id: 185, blocked_user_id: 78, timestamp: new Date("2023-01-02T16:14:34Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 43069, blocker_age: null },
            { id: 67, blocker_id: 274, blocked_user_id: 161, timestamp: null, reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 37320, blocker_age: null },
            { id: 68, blocker_id: 129, blocked_user_id: 208, timestamp: new Date("2023-12-15T17:10:34Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 36577, blocker_age: null },
            { id: 69, blocker_id: 167, blocked_user_id: 264, timestamp: null, reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 48989, blocker_age: null },
            { id: 70, blocker_id: 238, blocked_user_id: 157, timestamp: new Date("2023-01-17T14:46:52Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 47085, blocker_age: null },
            { id: 71, blocker_id: 275, blocked_user_id: 182, timestamp: new Date("2023-12-15T09:26:16Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 55127, blocker_age: null },
            { id: 72, blocker_id: 148, blocked_user_id: 169, timestamp: new Date("2023-12-03T17:16:56Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 30789, blocker_age: null },
            { id: 73, blocker_id: 134, blocked_user_id: 34, timestamp: new Date("2023-01-31T18:42:33Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 40622, blocker_age: null },
            { id: 74, blocker_id: 126, blocked_user_id: 118, timestamp: new Date("2023-11-08T11:01:12Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 30948, blocker_age: null },
            { id: 75, blocker_id: 223, blocked_user_id: 139, timestamp: new Date("2023-01-31T20:05:27Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 35104, blocker_age: null },
            { id: 76, blocker_id: 20, blocked_user_id: 9, timestamp: new Date("2023-08-03T19:08:48Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 33404, blocker_age: null },
            { id: 77, blocker_id: 119, blocked_user_id: 253, timestamp: new Date("2023-07-01T11:21:51Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 56767, blocker_age: null },
            { id: 78, blocker_id: 131, blocked_user_id: 269, timestamp: new Date("2023-08-27T11:30:47Z"), reason: "inappropriate content", block_reason: "privacy concerns", block_duration_seconds: 57953, blocker_age: null },
            { id: 79, blocker_id: 249, blocked_user_id: 32, timestamp: new Date("2023-03-23T22:57:07Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 54906, blocker_age: null },
            { id: 80, blocker_id: 282, blocked_user_id: 67, timestamp: new Date("2023-02-12T22:58:17Z"), reason: "harassment", block_reason: "inappropriate content", block_duration_seconds: 43762, blocker_age: null },
            { id: 81, blocker_id: 61, blocked_user_id: 97, timestamp: new Date("2023-12-28T06:56:46Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 41697, blocker_age: null },
            { id: 82, blocker_id: 159, blocked_user_id: 194, timestamp: new Date("2023-09-13T11:59:48Z"), reason: "inappropriate content", block_reason: "privacy concerns", block_duration_seconds: 24835, blocker_age: null },
            { id: 83, blocker_id: 160, blocked_user_id: 57, timestamp: new Date("2023-12-13T09:25:17Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 49761, blocker_age: null },
            { id: 84, blocker_id: 82, blocked_user_id: 175, timestamp: new Date("2023-04-12T20:49:21Z"), reason: "inappropriate content", block_reason: "harassment", block_duration_seconds: 42969, blocker_age: null },
            { id: 85, blocker_id: 265, blocked_user_id: 84, timestamp: new Date("2023-09-07T21:51:05Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 65085, blocker_age: null },
            { id: 86, blocker_id: 57, blocked_user_id: 243, timestamp: new Date("2023-11-19T19:55:03Z"), reason: "inappropriate content", block_reason: "privacy concerns", block_duration_seconds: 38510, blocker_age: null },
            { id: 87, blocker_id: 3, blocked_user_id: 138, timestamp: new Date("2023-04-18T13:32:21Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 46029, blocker_age: null },
            { id: 88, blocker_id: 286, blocked_user_id: 261, timestamp: null, reason: "harassment", block_reason: "harassment", block_duration_seconds: 35314, blocker_age: null },
            { id: 89, blocker_id: 79, blocked_user_id: 202, timestamp: new Date("2023-08-31T12:16:52Z"), reason: "inappropriate content", block_reason: "inappropriate content", block_duration_seconds: 41466, blocker_age: null },
            { id: 90, blocker_id: 21, blocked_user_id: 218, timestamp: new Date("2023-05-11T17:17:53Z"), reason: "privacy concerns", block_reason: "inappropriate content", block_duration_seconds: 34545, blocker_age: null },
        ],
    });
    await prisma.boosts.createMany({
        data: [
            { id: 1, user_id: 46, timestamp: new Date("2023-08-08T18:42:20Z"), duration: 4, boost_type: "standard" },
            { id: 2, user_id: 241, timestamp: new Date("2023-07-30T09:14:03Z"), duration: 7, boost_type: "standard" },
            { id: 3, user_id: 37, timestamp: new Date("2023-09-09T12:51:07Z"), duration: 1, boost_type: "premium" },
            { id: 4, user_id: 166, timestamp: new Date("2023-02-05T13:34:02Z"), duration: 2, boost_type: "standard" },
            { id: 5, user_id: 135, timestamp: new Date("2023-10-21T17:10:15Z"), duration: null, boost_type: "standard" },
            { id: 6, user_id: 253, timestamp: new Date("2023-02-11T11:06:39Z"), duration: 12, boost_type: "standard" },
            { id: 7, user_id: 101, timestamp: new Date("2023-01-11T09:48:47Z"), duration: 4, boost_type: "standard" },
            { id: 8, user_id: 250, timestamp: new Date("2023-12-31T16:25:26Z"), duration: 13, boost_type: "premium" },
            { id: 9, user_id: 120, timestamp: new Date("2023-05-16T06:27:54Z"), duration: 12, boost_type: "standard" },
            { id: 10, user_id: 124, timestamp: new Date("2023-08-28T14:22:08Z"), duration: 2, boost_type: "standard" },
            { id: 11, user_id: 211, timestamp: new Date("2023-02-10T11:08:35Z"), duration: 21, boost_type: "standard" },
            { id: 12, user_id: 180, timestamp: new Date("2023-09-23T18:20:48Z"), duration: null, boost_type: "standard" },
            { id: 13, user_id: 25, timestamp: new Date("2023-10-21T14:54:46Z"), duration: 6, boost_type: "standard" },
            { id: 14, user_id: 51, timestamp: new Date("2023-11-02T09:16:19Z"), duration: 4, boost_type: "standard" },
            { id: 15, user_id: 182, timestamp: new Date("2023-02-08T10:35:12Z"), duration: 3, boost_type: "standard" },
            { id: 16, user_id: 81, timestamp: new Date("2023-10-17T16:15:17Z"), duration: 5, boost_type: "standard" },
            { id: 17, user_id: 178, timestamp: new Date("2023-11-01T15:16:39Z"), duration: 23, boost_type: "standard" },
            { id: 18, user_id: 196, timestamp: new Date("2023-02-17T13:15:46Z"), duration: 5, boost_type: "standard" },
            { id: 19, user_id: 157, timestamp: new Date("2023-08-19T10:28:09Z"), duration: null, boost_type: "standard" },
            { id: 20, user_id: 222, timestamp: new Date("2023-05-19T12:01:39Z"), duration: 2, boost_type: "standard" },
            { id: 21, user_id: 247, timestamp: new Date("2023-11-08T19:36:32Z"), duration: 5, boost_type: "standard" },
            { id: 22, user_id: 74, timestamp: new Date("2023-01-25T18:50:44Z"), duration: 11, boost_type: "standard" },
            { id: 23, user_id: 298, timestamp: new Date("2023-02-26T11:32:05Z"), duration: 22, boost_type: "premium" },
            { id: 24, user_id: 143, timestamp: new Date("2023-11-12T13:01:03Z"), duration: 5, boost_type: "standard" },
            { id: 25, user_id: 203, timestamp: new Date("2023-01-31T10:38:11Z"), duration: 14, boost_type: "standard" },
            { id: 26, user_id: 22, timestamp: new Date("2023-11-29T14:14:34Z"), duration: 14, boost_type: "standard" },
            { id: 27, user_id: 99, timestamp: new Date("2023-09-04T09:38:51Z"), duration: 5, boost_type: "standard" },
            { id: 28, user_id: 43, timestamp: new Date("2023-08-23T14:45:01Z"), duration: 11, boost_type: "standard" },
            { id: 29, user_id: 244, timestamp: new Date("2023-12-29T09:17:48Z"), duration: 20, boost_type: "premium" },
            { id: 30, user_id: 50, timestamp: new Date("2023-02-02T12:30:33Z"), duration: 2, boost_type: "standard" },
            { id: 31, user_id: 176, timestamp: new Date("2023-05-18T15:09:12Z"), duration: 3, boost_type: "standard" },
            { id: 32, user_id: 227, timestamp: new Date("2023-12-26T15:00:31Z"), duration: 18, boost_type: "standard" },
            { id: 33, user_id: 251, timestamp: new Date("2023-12-15T11:44:20Z"), duration: 15, boost_type: "standard" },
            { id: 34, user_id: 188, timestamp: new Date("2023-02-11T17:34:29Z"), duration: 1, boost_type: "standard" },
            { id: 35, user_id: 256, timestamp: new Date("2023-12-16T13:07:50Z"), duration: 6, boost_type: "standard" },
            { id: 36, user_id: 69, timestamp: new Date("2023-12-05T12:03:21Z"), duration: 19, boost_type: "standard" },
            { id: 37, user_id: 181, timestamp: new Date("2023-02-26T13:12:54Z"), duration: 2, boost_type: "standard" },
            { id: 38, user_id: 53, timestamp: new Date("2023-11-01T09:51:57Z"), duration: 1, boost_type: "standard" },
            { id: 39, user_id: 39, timestamp: new Date("2023-09-19T16:54:28Z"), duration: 11, boost_type: "premium" },
            { id: 40, user_id: 103, timestamp: new Date("2023-01-04T10:28:08Z"), duration: 3, boost_type: "standard" },
            { id: 41, user_id: 284, timestamp: new Date("2023-09-21T16:40:24Z"), duration: 5, boost_type: "standard" },
            { id: 42, user_id: 254, timestamp: new Date("2023-05-04T09:51:16Z"), duration: 8, boost_type: "premium" },
            { id: 43, user_id: 183, timestamp: new Date("2023-10-07T10:52:12Z"), duration: 15, boost_type: "standard" },
            { id: 44, user_id: 224, timestamp: new Date("2023-10-20T14:12:23Z"), duration: 2, boost_type: "standard" },
            { id: 45, user_id: 283, timestamp: new Date("2023-03-02T11:54:17Z"), duration: 22, boost_type: "standard" },
            { id: 46, user_id: 159, timestamp: new Date("2023-12-23T16:50:54Z"), duration: 3, boost_type: "standard" },
            { id: 47, user_id: 290, timestamp: new Date("2023-02-17T13:47:11Z"), duration: 7, boost_type: "premium" },
            { id: 48, user_id: 217, timestamp: new Date("2023-11-10T10:42:15Z"), duration: 5, boost_type: "premium" },
            { id: 49, user_id: 149, timestamp: new Date("2023-12-06T11:34:00Z"), duration: 2, boost_type: "standard" },
            { id: 50, user_id: 258, timestamp: new Date("2023-09-09T11:47:56Z"), duration: 18, boost_type: "standard" },
            { id: 51, user_id: 246, timestamp: new Date("2023-06-06T09:11:01Z"), duration: 2, boost_type: "premium" },
            { id: 52, user_id: 23, timestamp: new Date("2023-12-05T12:15:25Z"), duration: 1, boost_type: "standard" },
            { id: 53, user_id: 293, timestamp: new Date("2023-09-10T08:16:20Z"), duration: 18, boost_type: "standard" },
            { id: 54, user_id: 179, timestamp: new Date("2023-04-03T15:04:39Z"), duration: 1, boost_type: "standard" },
            { id: 55, user_id: 110, timestamp: new Date("2023-11-18T10:20:52Z"), duration: 8, boost_type: "standard" },
            { id: 56, user_id: 122, timestamp: new Date("2023-03-03T10:17:45Z"), duration: 20, boost_type: "standard" },
            { id: 57, user_id: 193, timestamp: new Date("2023-06-03T19:08:09Z"), duration: 1, boost_type: "standard" },
            { id: 58, user_id: 70, timestamp: new Date("2023-01-10T07:39:23Z"), duration: 9, boost_type: "premium" },
            { id: 59, user_id: 42, timestamp: new Date("2023-01-16T10:12:16Z"), duration: 15, boost_type: "standard" },
            { id: 60, user_id: 276, timestamp: new Date("2023-07-03T18:00:35Z"), duration: 10, boost_type: "standard" },
            { id: 61, user_id: 195, timestamp: new Date("2023-12-29T13:57:12Z"), duration: 14, boost_type: "standard" },
            { id: 62, user_id: 300, timestamp: new Date("2023-01-11T10:29:57Z"), duration: 3, boost_type: "standard" },
            { id: 63, user_id: 233, timestamp: new Date("2023-10-12T17:29:17Z"), duration: 4, boost_type: "standard" },
            { id: 64, user_id: 191, timestamp: new Date("2023-07-17T14:31:30Z"), duration: 22, boost_type: "standard" },
            { id: 65, user_id: 151, timestamp: new Date("2023-05-08T15:21:33Z"), duration: 2, boost_type: "standard" },
            { id: 66, user_id: 184, timestamp: new Date("2023-09-28T11:50:44Z"), duration: 16, boost_type: "standard" },
            { id: 67, user_id: 267, timestamp: new Date("2023-12-19T19:36:19Z"), duration: 1, boost_type: "standard" },
            { id: 68, user_id: 288, timestamp: new Date("2023-05-05T15:19:03Z"), duration: 10, boost_type: "standard" },
            { id: 69, user_id: 210, timestamp: new Date("2023-09-22T12:40:45Z"), duration: 1, boost_type: "standard" },
            { id: 70, user_id: 73, timestamp: new Date("2023-12-01T11:11:44Z"), duration: 12, boost_type: "standard" },
            { id: 71, user_id: 100, timestamp: new Date("2023-01-28T18:21:10Z"), duration: 24, boost_type: "standard" },
            { id: 72, user_id: 136, timestamp: new Date("2023-02-04T09:37:11Z"), duration: null, boost_type: "standard" },
            { id: 73, user_id: 104, timestamp: new Date("2023-06-26T12:16:12Z"), duration: 5, boost_type: "standard" },
            { id: 74, user_id: 291, timestamp: new Date("2023-11-15T13:16:44Z"), duration: 6, boost_type: "standard" },
            { id: 75, user_id: 257, timestamp: new Date("2023-12-06T11:45:39Z"), duration: 10, boost_type: "standard" },
            { id: 76, user_id: 137, timestamp: new Date("2023-12-04T15:12:24Z"), duration: 1, boost_type: "standard" },
            { id: 77, user_id: 220, timestamp: new Date("2023-06-16T12:00:47Z"), duration: 1, boost_type: "standard" },
            { id: 78, user_id: 262, timestamp: new Date("2023-10-31T15:28:22Z"), duration: 15, boost_type: "standard" },
            { id: 79, user_id: 207, timestamp: new Date("2023-01-30T14:55:05Z"), duration: 13, boost_type: "standard" },
            { id: 80, user_id: 1, timestamp: new Date("2023-01-20T18:45:47Z"), duration: 9, boost_type: "premium" },
            { id: 81, user_id: 114, timestamp: new Date("2023-08-22T09:16:36Z"), duration: 19, boost_type: "standard" },
            { id: 82, user_id: 286, timestamp: new Date("2023-09-04T06:56:42Z"), duration: 20, boost_type: "standard" },
        ],
    });
    await prisma.friend_requests.createMany({
        data: [
            { id: 1, user_id: 173, target_user_id: 138, status: "accepted", timestamp: new Date("2023-01-21T09:27:30Z"), request_type: "reconnect", response_time_seconds: 52140 },
            { id: 2, user_id: 205, target_user_id: 278, status: "accepted", timestamp: new Date("2023-02-09T15:56:25Z"), request_type: "reconnect", response_time_seconds: 58592 },
            { id: 3, user_id: 14, target_user_id: 105, status: "accepted", timestamp: new Date("2023-11-23T16:52:10Z"), request_type: "reconnect", response_time_seconds: 44234 },
            { id: 4, user_id: 165, target_user_id: 181, status: "accepted", timestamp: new Date("2023-08-30T17:43:24Z"), request_type: "new_friend", response_time_seconds: 46074 },
            { id: 5, user_id: 39, target_user_id: 101, status: "accepted", timestamp: new Date("2023-11-20T19:02:15Z"), request_type: "new_friend", response_time_seconds: 43988 },
            { id: 6, user_id: 71, target_user_id: 210, status: "accepted", timestamp: new Date("2023-02-12T18:45:08Z"), request_type: "new_friend", response_time_seconds: 52809 },
            { id: 7, user_id: 185, target_user_id: 97, status: "accepted", timestamp: new Date("2023-09-16T19:22:41Z"), request_type: "new_friend", response_time_seconds: 68336 },
            { id: 8, user_id: 208, target_user_id: 79, status: "accepted", timestamp: new Date("2023-11-27T05:32:53Z"), request_type: "new_friend", response_time_seconds: 17513 },
            { id: 9, user_id: 249, target_user_id: 283, status: "accepted", timestamp: new Date("2023-09-25T19:17:28Z"), request_type: "reconnect", response_time_seconds: 52792 },
            { id: 10, user_id: 106, target_user_id: 96, status: "declined", timestamp: new Date("2023-01-12T20:48:13Z"), request_type: "new_friend", response_time_seconds: 55678 },
            { id: 11, user_id: 19, target_user_id: 141, status: "accepted", timestamp: new Date("2023-05-15T19:52:56Z"), request_type: "new_friend", response_time_seconds: 51764 },
            { id: 12, user_id: 238, target_user_id: 72, status: "accepted", timestamp: new Date("2023-10-29T09:41:07Z"), request_type: "new_friend", response_time_seconds: 43812 },
            { id: 13, user_id: 156, target_user_id: 135, status: "accepted", timestamp: new Date("2023-08-13T17:45:04Z"), request_type: "reconnect", response_time_seconds: 48150 },
            { id: 14, user_id: 30, target_user_id: 7, status: "accepted", timestamp: new Date("2023-06-08T02:05:26Z"), request_type: "new_friend", response_time_seconds: 51698 },
            { id: 15, user_id: 229, target_user_id: 201, status: "accepted", timestamp: new Date("2023-03-19T17:54:12Z"), request_type: "reconnect", response_time_seconds: 64798 },
            { id: 16, user_id: 121, target_user_id: 127, status: "declined", timestamp: new Date("2023-06-26T08:51:40Z"), request_type: "new_friend", response_time_seconds: 74191 },
            { id: 17, user_id: 174, target_user_id: 171, status: "accepted", timestamp: new Date("2023-04-23T19:24:36Z"), request_type: "reconnect", response_time_seconds: 57070 },
            { id: 18, user_id: 103, target_user_id: 59, status: "declined", timestamp: new Date("2023-03-03T17:18:19Z"), request_type: "new_friend", response_time_seconds: 19847 },
            { id: 19, user_id: 184, target_user_id: 34, status: "accepted", timestamp: new Date("2023-01-31T19:22:54Z"), request_type: "new_friend", response_time_seconds: 24116 },
            { id: 20, user_id: 84, target_user_id: 134, status: "accepted", timestamp: new Date("2023-02-03T15:01:20Z"), request_type: "new_friend", response_time_seconds: 38001 },
            { id: 21, user_id: 105, target_user_id: 7, status: "accepted", timestamp: new Date("2023-04-26T11:11:09Z"), request_type: "reconnect", response_time_seconds: 43628 },
            { id: 22, user_id: 110, target_user_id: 188, status: "pending", timestamp: new Date("2023-01-26T15:52:40Z"), request_type: "new_friend", response_time_seconds: 48784 },
            { id: 23, user_id: 47, target_user_id: 177, status: "accepted", timestamp: new Date("2023-11-23T19:43:57Z"), request_type: "new_friend", response_time_seconds: 32984 },
            { id: 24, user_id: 114, target_user_id: 13, status: "accepted", timestamp: new Date("2023-11-28T12:50:18Z"), request_type: "new_friend", response_time_seconds: 31616 },
            { id: 25, user_id: 156, target_user_id: 133, status: "accepted", timestamp: new Date("2023-11-04T19:54:01Z"), request_type: "new_friend", response_time_seconds: 16089 },
            { id: 26, user_id: 203, target_user_id: 173, status: "pending", timestamp: new Date("2023-07-13T19:05:08Z"), request_type: "reconnect", response_time_seconds: 37565 },
            { id: 27, user_id: 241, target_user_id: 133, status: "accepted", timestamp: new Date("2023-10-08T12:30:17Z"), request_type: "reconnect", response_time_seconds: 31746 },
            { id: 28, user_id: 135, target_user_id: 43, status: "declined", timestamp: new Date("2023-10-21T11:02:48Z"), request_type: "new_friend", response_time_seconds: 45482 },
            { id: 29, user_id: 187, target_user_id: 195, status: "accepted", timestamp: new Date("2023-02-13T18:26:04Z"), request_type: "new_friend", response_time_seconds: 24938 },
            { id: 30, user_id: 134, target_user_id: 297, status: "accepted", timestamp: new Date("2023-05-01T13:30:44Z"), request_type: "new_friend", response_time_seconds: 38839 },
            { id: 31, user_id: 71, target_user_id: 251, status: "declined", timestamp: new Date("2023-01-22T09:08:21Z"), request_type: "new_friend", response_time_seconds: 47905 },
            { id: 32, user_id: 181, target_user_id: 195, status: "accepted", timestamp: new Date("2023-06-07T16:56:40Z"), request_type: "new_friend", response_time_seconds: 48876 },
            { id: 33, user_id: 16, target_user_id: 40, status: "accepted", timestamp: new Date("2023-05-07T16:39:02Z"), request_type: "new_friend", response_time_seconds: 35262 },
            { id: 34, user_id: 80, target_user_id: 166, status: "accepted", timestamp: new Date("2023-03-26T11:56:25Z"), request_type: "new_friend", response_time_seconds: 50158 },
            { id: 35, user_id: 109, target_user_id: 114, status: "accepted", timestamp: new Date("2023-08-10T11:31:58Z"), request_type: "new_friend", response_time_seconds: 36656 },
            { id: 36, user_id: 54, target_user_id: 152, status: "accepted", timestamp: new Date("2023-08-07T11:39:47Z"), request_type: "reconnect", response_time_seconds: 48310 },
            { id: 37, user_id: 204, target_user_id: 135, status: "declined", timestamp: new Date("2023-04-06T08:07:09Z"), request_type: "new_friend", response_time_seconds: 53393 },
            { id: 38, user_id: 298, target_user_id: 54, status: "accepted", timestamp: new Date("2023-07-10T00:03:24Z"), request_type: "new_friend", response_time_seconds: 29844 },
            { id: 39, user_id: 254, target_user_id: 153, status: "accepted", timestamp: new Date("2023-09-20T14:16:56Z"), request_type: "reconnect", response_time_seconds: 40950 },
            { id: 40, user_id: 137, target_user_id: 140, status: "accepted", timestamp: new Date("2023-02-08T11:11:49Z"), request_type: "new_friend", response_time_seconds: 25354 },
            { id: 41, user_id: 47, target_user_id: 260, status: "accepted", timestamp: new Date("2023-07-29T20:51:13Z"), request_type: "new_friend", response_time_seconds: 45292 },
            { id: 42, user_id: 86, target_user_id: 198, status: "accepted", timestamp: new Date("2023-07-09T10:39:17Z"), request_type: "reconnect", response_time_seconds: 28670 },
            { id: 43, user_id: 123, target_user_id: 142, status: "declined", timestamp: new Date("2023-12-03T18:49:57Z"), request_type: "reconnect", response_time_seconds: 60315 },
            { id: 44, user_id: 297, target_user_id: 181, status: "accepted", timestamp: new Date("2023-05-10T08:38:08Z"), request_type: "new_friend", response_time_seconds: 34809 },
            { id: 45, user_id: 272, target_user_id: 147, status: "accepted", timestamp: new Date("2023-12-22T20:24:06Z"), request_type: "new_friend", response_time_seconds: 41556 },
            { id: 46, user_id: 199, target_user_id: 51, status: "declined", timestamp: new Date("2023-10-14T22:30:27Z"), request_type: "new_friend", response_time_seconds: 54665 },
            { id: 47, user_id: 107, target_user_id: 22, status: "declined", timestamp: new Date("2023-09-08T09:11:29Z"), request_type: "new_friend", response_time_seconds: 42489 },
            { id: 48, user_id: 75, target_user_id: 157, status: "accepted", timestamp: new Date("2023-12-29T18:28:57Z"), request_type: "reconnect", response_time_seconds: 37471 },
            { id: 49, user_id: 267, target_user_id: 26, status: "accepted", timestamp: new Date("2023-10-24T08:05:41Z"), request_type: "new_friend", response_time_seconds: 26431 },
            { id: 50, user_id: 1, target_user_id: 285, status: "accepted", timestamp: new Date("2023-01-20T16:36:26Z"), request_type: "new_friend", response_time_seconds: 45158 },
            { id: 51, user_id: 39, target_user_id: 24, status: "accepted", timestamp: new Date("2023-07-31T16:58:32Z"), request_type: "new_friend", response_time_seconds: 48541 },
            { id: 52, user_id: 204, target_user_id: 157, status: "accepted", timestamp: new Date("2023-09-29T20:01:33Z"), request_type: "new_friend", response_time_seconds: 25772 },
            { id: 53, user_id: 167, target_user_id: 43, status: "accepted", timestamp: new Date("2023-08-28T23:09:25Z"), request_type: "reconnect", response_time_seconds: 43662 },
            { id: 54, user_id: 221, target_user_id: 215, status: "accepted", timestamp: new Date("2023-03-03T21:37:25Z"), request_type: "new_friend", response_time_seconds: 33668 },
            { id: 55, user_id: 101, target_user_id: 137, status: "accepted", timestamp: new Date("2023-08-30T21:54:19Z"), request_type: "new_friend", response_time_seconds: 14900 },
            { id: 56, user_id: 33, target_user_id: 91, status: "declined", timestamp: new Date("2023-02-17T04:58:41Z"), request_type: "new_friend", response_time_seconds: 63547 },
            { id: 57, user_id: 271, target_user_id: 77, status: "accepted", timestamp: new Date("2023-05-27T17:43:49Z"), request_type: "reconnect", response_time_seconds: 48093 },
            { id: 58, user_id: 106, target_user_id: 68, status: "pending", timestamp: new Date("2023-12-13T19:42:46Z"), request_type: "new_friend", response_time_seconds: 28337 },
            { id: 59, user_id: 256, target_user_id: 38, status: "accepted", timestamp: new Date("2023-07-22T18:56:02Z"), request_type: "reconnect", response_time_seconds: 61541 },
            { id: 60, user_id: 51, target_user_id: 190, status: "accepted", timestamp: new Date("2023-05-16T19:03:11Z"), request_type: "new_friend", response_time_seconds: 23693 },
            { id: 61, user_id: 242, target_user_id: 143, status: "accepted", timestamp: new Date("2023-09-21T12:22:44Z"), request_type: "new_friend", response_time_seconds: 29730 },
            { id: 62, user_id: 94, target_user_id: 20, status: "accepted", timestamp: new Date("2023-11-08T13:04:14Z"), request_type: "new_friend", response_time_seconds: 51775 },
            { id: 63, user_id: 103, target_user_id: 182, status: "declined", timestamp: new Date("2023-10-27T08:47:30Z"), request_type: "new_friend", response_time_seconds: 67703 },
            { id: 64, user_id: 35, target_user_id: 103, status: "pending", timestamp: new Date("2023-12-18T12:42:04Z"), request_type: "new_friend", response_time_seconds: 35109 },
            { id: 65, user_id: 197, target_user_id: 223, status: "pending", timestamp: new Date("2023-05-27T16:15:52Z"), request_type: "new_friend", response_time_seconds: 42156 },
            { id: 66, user_id: 70, target_user_id: 262, status: "accepted", timestamp: new Date("2023-01-18T14:22:37Z"), request_type: "new_friend", response_time_seconds: 62487 },
            { id: 67, user_id: 137, target_user_id: 241, status: "accepted", timestamp: new Date("2023-09-17T05:03:28Z"), request_type: "reconnect", response_time_seconds: 44352 },
            { id: 68, user_id: 285, target_user_id: 137, status: "pending", timestamp: new Date("2023-08-25T14:05:33Z"), request_type: "new_friend", response_time_seconds: 68132 },
            { id: 69, user_id: 158, target_user_id: 172, status: "pending", timestamp: new Date("2023-06-07T16:23:39Z"), request_type: "new_friend", response_time_seconds: 32197 },
            { id: 70, user_id: 245, target_user_id: 273, status: "declined", timestamp: new Date("2023-05-28T11:07:40Z"), request_type: "new_friend", response_time_seconds: 30291 },
            { id: 71, user_id: 202, target_user_id: 205, status: "declined", timestamp: new Date("2023-07-15T18:43:59Z"), request_type: "new_friend", response_time_seconds: 36561 },
            { id: 72, user_id: 155, target_user_id: 206, status: "accepted", timestamp: new Date("2023-08-01T07:31:16Z"), request_type: "new_friend", response_time_seconds: 34742 },
            { id: 73, user_id: 141, target_user_id: 98, status: "accepted", timestamp: new Date("2023-08-31T17:21:40Z"), request_type: "new_friend", response_time_seconds: 29616 },
            { id: 74, user_id: 254, target_user_id: 158, status: "accepted", timestamp: new Date("2023-03-12T20:18:51Z"), request_type: "new_friend", response_time_seconds: 57595 },
            { id: 75, user_id: 258, target_user_id: 87, status: "accepted", timestamp: new Date("2023-01-21T19:57:17Z"), request_type: "reconnect", response_time_seconds: 57180 },
            { id: 76, user_id: 279, target_user_id: 224, status: "declined", timestamp: new Date("2023-11-26T11:37:30Z"), request_type: "new_friend", response_time_seconds: 30284 },
            { id: 77, user_id: 248, target_user_id: 217, status: "accepted", timestamp: new Date("2023-12-31T11:40:17Z"), request_type: "new_friend", response_time_seconds: 42294 },
            { id: 78, user_id: 33, target_user_id: 216, status: "accepted", timestamp: new Date("2023-01-29T07:08:36Z"), request_type: "new_friend", response_time_seconds: 60296 },
            { id: 79, user_id: 100, target_user_id: 85, status: "accepted", timestamp: new Date("2023-05-10T21:44:00Z"), request_type: "new_friend", response_time_seconds: 34649 },
            { id: 80, user_id: 170, target_user_id: 191, status: "accepted", timestamp: new Date("2023-02-25T22:50:25Z"), request_type: "new_friend", response_time_seconds: 35549 },
            { id: 81, user_id: 226, target_user_id: 172, status: "pending", timestamp: new Date("2023-01-28T12:47:12Z"), request_type: "new_friend", response_time_seconds: 24103 },
            { id: 82, user_id: 17, target_user_id: 7, status: "accepted", timestamp: new Date("2023-09-09T06:25:54Z"), request_type: "new_friend", response_time_seconds: 46419 },
            { id: 83, user_id: 40, target_user_id: 37, status: "accepted", timestamp: new Date("2023-08-30T20:40:43Z"), request_type: "new_friend", response_time_seconds: 28851 },
            { id: 84, user_id: 85, target_user_id: 276, status: "accepted", timestamp: new Date("2023-09-12T13:10:33Z"), request_type: "new_friend", response_time_seconds: 62422 },
            { id: 85, user_id: 193, target_user_id: 279, status: "accepted", timestamp: new Date("2023-08-11T07:35:02Z"), request_type: "new_friend", response_time_seconds: 36755 },
            { id: 86, user_id: 23, target_user_id: 278, status: "accepted", timestamp: new Date("2023-04-05T16:28:35Z"), request_type: "new_friend", response_time_seconds: 43506 },
            { id: 87, user_id: 66, target_user_id: 133, status: "declined", timestamp: new Date("2023-05-02T14:10:38Z"), request_type: "new_friend", response_time_seconds: 46717 },
            { id: 88, user_id: 267, target_user_id: 80, status: "pending", timestamp: new Date("2023-04-16T11:14:16Z"), request_type: "reconnect", response_time_seconds: 63953 },
            { id: 89, user_id: 126, target_user_id: 61, status: "accepted", timestamp: new Date("2023-11-01T23:26:41Z"), request_type: "new_friend", response_time_seconds: 49394 },
            { id: 90, user_id: 36, target_user_id: 79, status: "accepted", timestamp: new Date("2023-09-11T20:01:39Z"), request_type: "new_friend", response_time_seconds: 48976 },
            { id: 91, user_id: 234, target_user_id: 286, status: "accepted", timestamp: new Date("2023-10-20T16:48:18Z"), request_type: "new_friend", response_time_seconds: 48690 },
            { id: 92, user_id: 227, target_user_id: 226, status: "accepted", timestamp: new Date("2023-04-07T04:53:49Z"), request_type: "new_friend", response_time_seconds: 68625 },
            { id: 93, user_id: 92, target_user_id: 171, status: "accepted", timestamp: new Date("2023-11-08T16:37:42Z"), request_type: "new_friend", response_time_seconds: 34405 },
            { id: 94, user_id: 296, target_user_id: 42, status: "accepted", timestamp: new Date("2023-10-06T19:06:51Z"), request_type: "reconnect", response_time_seconds: 26701 },
            { id: 95, user_id: 161, target_user_id: 141, status: "accepted", timestamp: new Date("2023-05-31T22:12:52Z"), request_type: "new_friend", response_time_seconds: 41553 },
            { id: 96, user_id: 83, target_user_id: 249, status: "accepted", timestamp: new Date("2023-12-24T09:02:10Z"), request_type: "new_friend", response_time_seconds: 40802 },
            { id: 97, user_id: 17, target_user_id: 289, status: "accepted", timestamp: new Date("2023-09-07T12:30:10Z"), request_type: "new_friend", response_time_seconds: 48273 },
            { id: 98, user_id: 215, target_user_id: 148, status: "declined", timestamp: new Date("2023-08-07T00:30:19Z"), request_type: "new_friend", response_time_seconds: 42397 },
            { id: 99, user_id: 155, target_user_id: 53, status: "accepted", timestamp: new Date("2023-02-11T12:56:06Z"), request_type: "new_friend", response_time_seconds: 27571 },
            { id: 100, user_id: 248, target_user_id: 185, status: "pending", timestamp: new Date("2023-04-04T18:31:59Z"), request_type: "new_friend", response_time_seconds: 43872 },
            { id: 101, user_id: 290, target_user_id: 151, status: "accepted", timestamp: new Date("2023-05-27T19:39:17Z"), request_type: "new_friend", response_time_seconds: 27915 },
            { id: 102, user_id: 182, target_user_id: 183, status: "accepted", timestamp: new Date("2023-06-19T08:50:54Z"), request_type: "new_friend", response_time_seconds: 27753 },
            { id: 103, user_id: 184, target_user_id: 238, status: "accepted", timestamp: new Date("2023-11-17T20:50:09Z"), request_type: "new_friend", response_time_seconds: 45823 },
            { id: 104, user_id: 6, target_user_id: 287, status: "declined", timestamp: new Date("2023-01-16T11:24:40Z"), request_type: "reconnect", response_time_seconds: 48308 },
            { id: 105, user_id: 289, target_user_id: 266, status: "accepted", timestamp: new Date("2023-01-06T18:33:01Z"), request_type: "new_friend", response_time_seconds: 25183 },
            { id: 106, user_id: 246, target_user_id: 241, status: "accepted", timestamp: new Date("2023-06-28T17:02:44Z"), request_type: "new_friend", response_time_seconds: 35863 },
            { id: 107, user_id: 13, target_user_id: 129, status: "accepted", timestamp: new Date("2023-01-25T01:15:17Z"), request_type: "new_friend", response_time_seconds: 44402 },
            { id: 108, user_id: 70, target_user_id: 179, status: "pending", timestamp: new Date("2023-10-03T06:59:03Z"), request_type: "new_friend", response_time_seconds: 55196 },
            { id: 109, user_id: 246, target_user_id: 259, status: "accepted", timestamp: new Date("2023-09-24T20:15:13Z"), request_type: "new_friend", response_time_seconds: 50691 },
            { id: 110, user_id: 190, target_user_id: 241, status: "declined", timestamp: new Date("2023-07-30T15:41:23Z"), request_type: "new_friend", response_time_seconds: 29030 },
            { id: 111, user_id: 213, target_user_id: 9, status: "accepted", timestamp: new Date("2023-07-28T10:18:10Z"), request_type: "new_friend", response_time_seconds: 45299 },
            { id: 112, user_id: 154, target_user_id: 246, status: "pending", timestamp: new Date("2023-12-20T21:06:36Z"), request_type: "new_friend", response_time_seconds: 62251 },
            { id: 113, user_id: 118, target_user_id: 264, status: "accepted", timestamp: new Date("2023-10-07T12:11:01Z"), request_type: "new_friend", response_time_seconds: 62519 },
            { id: 114, user_id: 169, target_user_id: 206, status: "accepted", timestamp: new Date("2023-04-15T10:28:18Z"), request_type: "new_friend", response_time_seconds: 46391 },
            { id: 115, user_id: 161, target_user_id: 277, status: "accepted", timestamp: new Date("2023-10-18T18:17:19Z"), request_type: "new_friend", response_time_seconds: 48171 },
            { id: 116, user_id: 270, target_user_id: 212, status: "declined", timestamp: new Date("2023-05-17T22:25:44Z"), request_type: "new_friend", response_time_seconds: 31142 },
            { id: 117, user_id: 226, target_user_id: 271, status: "accepted", timestamp: new Date("2023-08-30T10:12:06Z"), request_type: "new_friend", response_time_seconds: 37344 },
            { id: 118, user_id: 122, target_user_id: 296, status: "declined", timestamp: new Date("2023-01-23T08:31:34Z"), request_type: "new_friend", response_time_seconds: 53246 },
            { id: 119, user_id: 270, target_user_id: 196, status: "accepted", timestamp: new Date("2023-06-12T21:19:13Z"), request_type: "new_friend", response_time_seconds: 49370 },
            { id: 120, user_id: 281, target_user_id: 130, status: "pending", timestamp: new Date("2023-06-10T19:06:13Z"), request_type: "new_friend", response_time_seconds: 49421 },
            { id: 121, user_id: 32, target_user_id: 140, status: "pending", timestamp: new Date("2023-12-03T17:33:02Z"), request_type: "new_friend", response_time_seconds: 32280 },
            { id: 122, user_id: 100, target_user_id: 246, status: "accepted", timestamp: new Date("2023-05-24T13:00:23Z"), request_type: "new_friend", response_time_seconds: 58477 },
            { id: 123, user_id: 54, target_user_id: 246, status: "accepted", timestamp: new Date("2023-07-29T14:52:36Z"), request_type: "new_friend", response_time_seconds: 42970 },
            { id: 124, user_id: 86, target_user_id: 237, status: "accepted", timestamp: new Date("2023-02-28T17:47:10Z"), request_type: "reconnect", response_time_seconds: 52516 },
            { id: 125, user_id: 3, target_user_id: 83, status: "accepted", timestamp: new Date("2023-09-15T20:21:37Z"), request_type: "new_friend", response_time_seconds: 45986 },
            { id: 126, user_id: 300, target_user_id: 146, status: "accepted", timestamp: new Date("2023-09-04T00:07:46Z"), request_type: "new_friend", response_time_seconds: 33574 },
            { id: 127, user_id: 250, target_user_id: 9, status: "accepted", timestamp: new Date("2023-11-21T13:08:53Z"), request_type: "new_friend", response_time_seconds: 34708 },
            { id: 128, user_id: 110, target_user_id: 36, status: "accepted", timestamp: new Date("2023-04-23T12:16:14Z"), request_type: "new_friend", response_time_seconds: 36232 },
            { id: 129, user_id: 217, target_user_id: 17, status: "accepted", timestamp: new Date("2023-04-05T15:14:33Z"), request_type: "new_friend", response_time_seconds: 33989 },
            { id: 130, user_id: 21, target_user_id: 289, status: "accepted", timestamp: new Date("2023-11-10T13:36:18Z"), request_type: "new_friend", response_time_seconds: 30075 },
            { id: 131, user_id: 144, target_user_id: 286, status: "pending", timestamp: new Date("2023-10-23T09:11:13Z"), request_type: "new_friend", response_time_seconds: 36879 },
            { id: 132, user_id: 115, target_user_id: 233, status: "pending", timestamp: new Date("2023-12-13T21:46:33Z"), request_type: "new_friend", response_time_seconds: 36481 },
            { id: 133, user_id: 120, target_user_id: 28, status: "declined", timestamp: new Date("2023-06-27T11:48:49Z"), request_type: "reconnect", response_time_seconds: 21359 },
            { id: 134, user_id: 66, target_user_id: 100, status: "accepted", timestamp: new Date("2023-05-09T20:30:21Z"), request_type: "reconnect", response_time_seconds: 53966 },
            { id: 135, user_id: 148, target_user_id: 169, status: "accepted", timestamp: new Date("2023-05-04T20:43:06Z"), request_type: "new_friend", response_time_seconds: 52104 },
            { id: 136, user_id: 42, target_user_id: 37, status: "accepted", timestamp: new Date("2023-07-11T14:52:55Z"), request_type: "new_friend", response_time_seconds: 41345 },
            { id: 137, user_id: 279, target_user_id: 168, status: "accepted", timestamp: new Date("2023-04-01T20:25:58Z"), request_type: "new_friend", response_time_seconds: 38399 },
            { id: 138, user_id: 30, target_user_id: 236, status: "accepted", timestamp: new Date("2023-10-15T19:01:09Z"), request_type: "reconnect", response_time_seconds: 49458 },
            { id: 139, user_id: 203, target_user_id: 267, status: "declined", timestamp: new Date("2023-10-09T18:05:28Z"), request_type: "new_friend", response_time_seconds: 47214 },
            { id: 140, user_id: 174, target_user_id: 3, status: "accepted", timestamp: new Date("2023-11-25T14:03:01Z"), request_type: "new_friend", response_time_seconds: 32645 },
            { id: 141, user_id: 250, target_user_id: 146, status: "accepted", timestamp: new Date("2023-06-09T12:00:56Z"), request_type: "new_friend", response_time_seconds: 25835 },
            { id: 142, user_id: 264, target_user_id: 226, status: "accepted", timestamp: new Date("2023-03-24T17:14:36Z"), request_type: "new_friend", response_time_seconds: 59084 },
            { id: 143, user_id: 143, target_user_id: 275, status: "accepted", timestamp: new Date("2023-07-14T20:03:55Z"), request_type: "new_friend", response_time_seconds: 55444 },
            { id: 144, user_id: 44, target_user_id: 78, status: "accepted", timestamp: new Date("2023-10-13T17:17:15Z"), request_type: "new_friend", response_time_seconds: 50612 },
            { id: 145, user_id: 13, target_user_id: 140, status: "accepted", timestamp: new Date("2023-05-29T11:00:32Z"), request_type: "new_friend", response_time_seconds: 57957 },
            { id: 146, user_id: 249, target_user_id: 26, status: "pending", timestamp: new Date("2023-04-10T17:43:41Z"), request_type: "new_friend", response_time_seconds: 56053 },
            { id: 147, user_id: 126, target_user_id: 268, status: "declined", timestamp: new Date("2023-04-18T15:58:25Z"), request_type: "new_friend", response_time_seconds: 60242 },
            { id: 148, user_id: 214, target_user_id: 242, status: "accepted", timestamp: new Date("2023-12-05T19:50:26Z"), request_type: "new_friend", response_time_seconds: 54314 },
            { id: 149, user_id: 196, target_user_id: 152, status: "declined", timestamp: new Date("2023-02-17T07:51:17Z"), request_type: "new_friend", response_time_seconds: 46791 },
            { id: 150, user_id: 255, target_user_id: 205, status: "accepted", timestamp: new Date("2023-09-15T23:38:56Z"), request_type: "new_friend", response_time_seconds: 38711 },
            { id: 151, user_id: 285, target_user_id: 101, status: "declined", timestamp: new Date("2023-07-20T11:32:05Z"), request_type: "new_friend", response_time_seconds: 46989 },
            { id: 152, user_id: 37, target_user_id: 163, status: "accepted", timestamp: new Date("2023-09-05T08:48:04Z"), request_type: "new_friend", response_time_seconds: 23563 },
            { id: 153, user_id: 27, target_user_id: 42, status: "declined", timestamp: new Date("2023-10-12T22:30:31Z"), request_type: "new_friend", response_time_seconds: 32772 },
            { id: 154, user_id: 273, target_user_id: 96, status: "accepted", timestamp: new Date("2023-05-03T07:19:39Z"), request_type: "reconnect", response_time_seconds: 30980 },
            { id: 155, user_id: 14, target_user_id: 193, status: "accepted", timestamp: new Date("2023-02-11T19:11:03Z"), request_type: "reconnect", response_time_seconds: 47029 },
            { id: 156, user_id: 31, target_user_id: 184, status: "accepted", timestamp: new Date("2023-12-13T09:42:48Z"), request_type: "new_friend", response_time_seconds: 8819 },
            { id: 157, user_id: 46, target_user_id: 231, status: "accepted", timestamp: new Date("2023-05-10T17:52:15Z"), request_type: "new_friend", response_time_seconds: 49164 },
            { id: 158, user_id: 167, target_user_id: 77, status: "accepted", timestamp: new Date("2023-08-17T10:06:26Z"), request_type: "reconnect", response_time_seconds: 51393 },
            { id: 159, user_id: 181, target_user_id: 132, status: "declined", timestamp: new Date("2023-09-06T17:50:58Z"), request_type: "new_friend", response_time_seconds: 55746 },
            { id: 160, user_id: 182, target_user_id: 176, status: "declined", timestamp: new Date("2023-10-25T14:08:51Z"), request_type: "new_friend", response_time_seconds: 42352 },
            { id: 161, user_id: 242, target_user_id: 31, status: "accepted", timestamp: new Date("2023-09-24T11:47:14Z"), request_type: "new_friend", response_time_seconds: 57603 },
            { id: 162, user_id: 163, target_user_id: 81, status: "accepted", timestamp: new Date("2023-04-17T19:57:48Z"), request_type: "new_friend", response_time_seconds: 39081 },
            { id: 163, user_id: 5, target_user_id: 80, status: "accepted", timestamp: new Date("2023-11-07T20:45:09Z"), request_type: "new_friend", response_time_seconds: 32719 },
            { id: 164, user_id: 5, target_user_id: 283, status: "declined", timestamp: new Date("2023-10-17T20:51:46Z"), request_type: "new_friend", response_time_seconds: 38250 },
            { id: 165, user_id: 27, target_user_id: 278, status: "accepted", timestamp: new Date("2023-01-12T12:46:35Z"), request_type: "new_friend", response_time_seconds: 48663 },
            { id: 166, user_id: 95, target_user_id: 34, status: "accepted", timestamp: new Date("2023-11-26T15:57:53Z"), request_type: "new_friend", response_time_seconds: 52490 },
            { id: 167, user_id: 118, target_user_id: 295, status: "declined", timestamp: new Date("2023-09-03T09:52:32Z"), request_type: "reconnect", response_time_seconds: 22257 },
            { id: 168, user_id: 214, target_user_id: 95, status: "declined", timestamp: new Date("2023-11-18T21:13:03Z"), request_type: "new_friend", response_time_seconds: 51276 },
            { id: 169, user_id: 300, target_user_id: 7, status: "pending", timestamp: new Date("2023-09-23T19:41:24Z"), request_type: "new_friend", response_time_seconds: 38014 },
            { id: 170, user_id: 1, target_user_id: 263, status: "accepted", timestamp: new Date("2023-09-14T12:28:56Z"), request_type: "new_friend", response_time_seconds: 31561 },
            { id: 171, user_id: 72, target_user_id: 8, status: "declined", timestamp: new Date("2023-05-30T22:35:15Z"), request_type: "new_friend", response_time_seconds: 39170 },
            { id: 172, user_id: 276, target_user_id: 228, status: "declined", timestamp: new Date("2023-07-26T13:00:49Z"), request_type: "new_friend", response_time_seconds: 30644 },
            { id: 173, user_id: 63, target_user_id: 16, status: "accepted", timestamp: new Date("2023-05-20T19:43:33Z"), request_type: "reconnect", response_time_seconds: 58888 },
            { id: 174, user_id: 166, target_user_id: 89, status: "declined", timestamp: new Date("2023-02-27T09:33:38Z"), request_type: "new_friend", response_time_seconds: 42642 },
        ],
    });
    await prisma.swipes.createMany({
        data: [
            { id: 1, user_id: 60, target_user_id: 77, direction: "right", timestamp: new Date("2023-10-10T09:19:17Z"), swipe_type: "thoughtful", duration_seconds: 58 },
            { id: 2, user_id: 51, target_user_id: 278, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 164 },
            { id: 3, user_id: 18, target_user_id: 60, direction: "right", timestamp: new Date("2023-10-13T14:22:29Z"), swipe_type: "thoughtful", duration_seconds: 185 },
            { id: 4, user_id: 78, target_user_id: 6, direction: "right", timestamp: new Date("2023-04-21T19:30:08Z"), swipe_type: "quick", duration_seconds: 102 },
            { id: 5, user_id: 177, target_user_id: 176, direction: "right", timestamp: new Date("2023-05-25T08:18:37Z"), swipe_type: "quick", duration_seconds: 162 },
            { id: 6, user_id: 238, target_user_id: 281, direction: "right", timestamp: new Date("2023-11-20T16:30:50Z"), swipe_type: "quick", duration_seconds: 145 },
            { id: 7, user_id: 49, target_user_id: 271, direction: "right", timestamp: new Date("2023-01-03T19:07:29Z"), swipe_type: "thoughtful", duration_seconds: 144 },
            { id: 8, user_id: 125, target_user_id: 76, direction: "right", timestamp: new Date("2023-05-30T20:17:30Z"), swipe_type: "quick", duration_seconds: 185 },
            { id: 9, user_id: 163, target_user_id: 140, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 181 },
            { id: 10, user_id: 182, target_user_id: 209, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 166 },
            { id: 11, user_id: 214, target_user_id: 249, direction: "left", timestamp: new Date("2023-06-08T19:24:47Z"), swipe_type: "thoughtful", duration_seconds: 231 },
            { id: 12, user_id: 229, target_user_id: 33, direction: "right", timestamp: new Date("2023-03-03T18:41:29Z"), swipe_type: "quick", duration_seconds: 116 },
            { id: 13, user_id: 65, target_user_id: 11, direction: "left", timestamp: new Date("2023-12-21T20:48:28Z"), swipe_type: "thoughtful", duration_seconds: 133 },
            { id: 14, user_id: 220, target_user_id: 157, direction: "right", timestamp: new Date("2023-09-02T17:00:31Z"), swipe_type: "thoughtful", duration_seconds: 183 },
            { id: 15, user_id: 121, target_user_id: 227, direction: "right", timestamp: new Date("2023-02-13T03:57:26Z"), swipe_type: "thoughtful", duration_seconds: 218 },
            { id: 16, user_id: 41, target_user_id: 244, direction: "right", timestamp: new Date("2023-01-21T11:39:14Z"), swipe_type: "quick", duration_seconds: 147 },
            { id: 17, user_id: 32, target_user_id: 65, direction: "right", timestamp: new Date("2023-03-16T19:03:18Z"), swipe_type: "quick", duration_seconds: 173 },
            { id: 18, user_id: 202, target_user_id: 191, direction: "right", timestamp: new Date("2023-09-03T08:15:19Z"), swipe_type: "quick", duration_seconds: 120 },
            { id: 19, user_id: 92, target_user_id: 166, direction: "right", timestamp: new Date("2023-12-25T16:48:43Z"), swipe_type: "quick", duration_seconds: 154 },
            { id: 20, user_id: 165, target_user_id: 114, direction: "right", timestamp: new Date("2023-02-08T11:52:21Z"), swipe_type: "thoughtful", duration_seconds: 168 },
            { id: 21, user_id: 16, target_user_id: 273, direction: "left", timestamp: new Date("2023-11-18T16:10:44Z"), swipe_type: "thoughtful", duration_seconds: 126 },
            { id: 22, user_id: 182, target_user_id: 82, direction: "left", timestamp: new Date("2023-08-28T00:37:06Z"), swipe_type: "quick", duration_seconds: 124 },
            { id: 23, user_id: 144, target_user_id: 83, direction: "right", timestamp: new Date("2023-07-12T13:17:09Z"), swipe_type: "quick", duration_seconds: 156 },
            { id: 24, user_id: 219, target_user_id: 168, direction: "left", timestamp: new Date("2023-12-13T19:28:10Z"), swipe_type: "quick", duration_seconds: 149 },
            { id: 25, user_id: 103, target_user_id: 31, direction: "right", timestamp: new Date("2023-09-18T17:31:36Z"), swipe_type: "quick", duration_seconds: 139 },
            { id: 26, user_id: 155, target_user_id: 257, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 165 },
            { id: 27, user_id: 81, target_user_id: 48, direction: "left", timestamp: new Date("2023-05-19T17:34:02Z"), swipe_type: "quick", duration_seconds: 65 },
            { id: 28, user_id: 138, target_user_id: 107, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 148 },
            { id: 29, user_id: 9, target_user_id: 199, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 154 },
            { id: 30, user_id: 40, target_user_id: 50, direction: "right", timestamp: new Date("2023-11-13T07:05:21Z"), swipe_type: "quick", duration_seconds: 165 },
            { id: 31, user_id: 246, target_user_id: 161, direction: "right", timestamp: new Date("2023-08-13T20:57:13Z"), swipe_type: "quick", duration_seconds: 143 },
            { id: 32, user_id: 216, target_user_id: 124, direction: "right", timestamp: new Date("2023-04-14T22:05:45Z"), swipe_type: "quick", duration_seconds: 133 },
            { id: 33, user_id: 163, target_user_id: 16, direction: "left", timestamp: null, swipe_type: "quick", duration_seconds: 127 },
            { id: 34, user_id: 15, target_user_id: 221, direction: "right", timestamp: new Date("2023-07-19T12:23:36Z"), swipe_type: "quick", duration_seconds: 174 },
            { id: 35, user_id: 166, target_user_id: 9, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 205 },
            { id: 36, user_id: 116, target_user_id: 174, direction: "right", timestamp: new Date("2023-03-15T21:01:24Z"), swipe_type: "quick", duration_seconds: 138 },
            { id: 37, user_id: 285, target_user_id: 42, direction: "right", timestamp: new Date("2023-07-16T13:07:49Z"), swipe_type: "thoughtful", duration_seconds: 105 },
            { id: 38, user_id: 244, target_user_id: 23, direction: "right", timestamp: new Date("2023-12-06T19:06:00Z"), swipe_type: "thoughtful", duration_seconds: 99 },
            { id: 39, user_id: 73, target_user_id: 222, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 44 },
            { id: 40, user_id: 286, target_user_id: 271, direction: "right", timestamp: new Date("2023-05-03T18:50:56Z"), swipe_type: "quick", duration_seconds: 205 },
            { id: 41, user_id: 21, target_user_id: 291, direction: "right", timestamp: new Date("2023-06-25T15:33:23Z"), swipe_type: "quick", duration_seconds: 70 },
            { id: 42, user_id: 98, target_user_id: 36, direction: "right", timestamp: new Date("2023-06-10T19:52:34Z"), swipe_type: "quick", duration_seconds: 209 },
            { id: 43, user_id: 64, target_user_id: 52, direction: "left", timestamp: new Date("2023-06-27T15:23:25Z"), swipe_type: "quick", duration_seconds: 202 },
            { id: 44, user_id: 179, target_user_id: 168, direction: "right", timestamp: new Date("2023-12-15T19:14:01Z"), swipe_type: "thoughtful", duration_seconds: 124 },
            { id: 45, user_id: 221, target_user_id: 182, direction: "right", timestamp: new Date("2023-02-07T08:36:39Z"), swipe_type: "quick", duration_seconds: 139 },
            { id: 46, user_id: 256, target_user_id: 235, direction: "right", timestamp: new Date("2023-08-05T17:20:34Z"), swipe_type: "quick", duration_seconds: 158 },
            { id: 47, user_id: 61, target_user_id: 13, direction: "right", timestamp: new Date("2023-01-06T06:26:25Z"), swipe_type: "quick", duration_seconds: 86 },
            { id: 48, user_id: 95, target_user_id: 61, direction: "right", timestamp: new Date("2023-01-11T21:02:03Z"), swipe_type: "quick", duration_seconds: 187 },
            { id: 49, user_id: 182, target_user_id: 220, direction: "right", timestamp: new Date("2023-11-15T16:38:17Z"), swipe_type: "thoughtful", duration_seconds: 82 },
            { id: 50, user_id: 205, target_user_id: 158, direction: "left", timestamp: new Date("2023-11-09T21:45:49Z"), swipe_type: "quick", duration_seconds: 167 },
            { id: 51, user_id: 112, target_user_id: 141, direction: "right", timestamp: new Date("2023-06-11T11:05:36Z"), swipe_type: "quick", duration_seconds: 82 },
            { id: 52, user_id: 104, target_user_id: 43, direction: "right", timestamp: new Date("2023-12-23T09:32:08Z"), swipe_type: "thoughtful", duration_seconds: 147 },
            { id: 53, user_id: 250, target_user_id: 237, direction: "right", timestamp: new Date("2023-01-10T17:47:14Z"), swipe_type: "quick", duration_seconds: 203 },
            { id: 54, user_id: 110, target_user_id: 257, direction: "right", timestamp: new Date("2023-12-25T11:26:16Z"), swipe_type: "quick", duration_seconds: 241 },
            { id: 55, user_id: 11, target_user_id: 54, direction: "right", timestamp: new Date("2023-10-03T19:25:35Z"), swipe_type: "quick", duration_seconds: 92 },
            { id: 56, user_id: 57, target_user_id: 251, direction: "right", timestamp: new Date("2023-02-21T00:14:57Z"), swipe_type: "quick", duration_seconds: 86 },
            { id: 57, user_id: 240, target_user_id: 256, direction: "right", timestamp: new Date("2023-04-02T13:20:04Z"), swipe_type: "quick", duration_seconds: 229 },
            { id: 58, user_id: 205, target_user_id: 12, direction: "right", timestamp: new Date("2023-12-16T22:44:23Z"), swipe_type: "thoughtful", duration_seconds: 130 },
            { id: 59, user_id: 132, target_user_id: 212, direction: "right", timestamp: new Date("2023-02-04T15:20:41Z"), swipe_type: "thoughtful", duration_seconds: 199 },
            { id: 60, user_id: 298, target_user_id: 259, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 144 },
            { id: 61, user_id: 292, target_user_id: 16, direction: "right", timestamp: new Date("2023-04-18T15:43:27Z"), swipe_type: "quick", duration_seconds: 128 },
            { id: 62, user_id: 136, target_user_id: 149, direction: "right", timestamp: new Date("2023-10-04T15:49:41Z"), swipe_type: "thoughtful", duration_seconds: 169 },
            { id: 63, user_id: 53, target_user_id: 161, direction: "right", timestamp: new Date("2023-05-05T00:35:29Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 64, user_id: 290, target_user_id: 253, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 193 },
            { id: 65, user_id: 20, target_user_id: 70, direction: "right", timestamp: new Date("2023-12-23T17:01:35Z"), swipe_type: "quick", duration_seconds: 65 },
            { id: 66, user_id: 30, target_user_id: 285, direction: "left", timestamp: new Date("2023-08-20T09:10:43Z"), swipe_type: "thoughtful", duration_seconds: 95 },
            { id: 67, user_id: 225, target_user_id: 118, direction: "left", timestamp: new Date("2023-10-25T22:56:08Z"), swipe_type: "thoughtful", duration_seconds: 144 },
            { id: 68, user_id: 96, target_user_id: 190, direction: "left", timestamp: null, swipe_type: "quick", duration_seconds: 83 },
            { id: 69, user_id: 60, target_user_id: 236, direction: "right", timestamp: new Date("2023-09-18T11:13:34Z"), swipe_type: "quick", duration_seconds: 119 },
            { id: 70, user_id: 227, target_user_id: 240, direction: "right", timestamp: new Date("2023-05-13T12:13:56Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 71, user_id: 119, target_user_id: 167, direction: "right", timestamp: new Date("2023-08-06T11:43:19Z"), swipe_type: "thoughtful", duration_seconds: 134 },
            { id: 72, user_id: 115, target_user_id: 246, direction: "right", timestamp: new Date("2023-07-10T05:48:01Z"), swipe_type: "thoughtful", duration_seconds: 85 },
            { id: 73, user_id: 172, target_user_id: 292, direction: "right", timestamp: new Date("2023-11-29T22:22:31Z"), swipe_type: "thoughtful", duration_seconds: 143 },
            { id: 74, user_id: 270, target_user_id: 201, direction: "right", timestamp: new Date("2023-10-31T20:26:44Z"), swipe_type: "quick", duration_seconds: 121 },
            { id: 75, user_id: 75, target_user_id: 11, direction: "right", timestamp: new Date("2023-12-08T08:58:46Z"), swipe_type: "quick", duration_seconds: 108 },
            { id: 76, user_id: 103, target_user_id: 34, direction: "right", timestamp: new Date("2023-08-27T06:32:12Z"), swipe_type: "thoughtful", duration_seconds: 154 },
            { id: 77, user_id: 103, target_user_id: 60, direction: "left", timestamp: new Date("2023-09-11T17:39:32Z"), swipe_type: "thoughtful", duration_seconds: 186 },
            { id: 78, user_id: 245, target_user_id: 227, direction: "right", timestamp: new Date("2023-11-11T10:34:43Z"), swipe_type: "quick", duration_seconds: 101 },
            { id: 79, user_id: 152, target_user_id: 78, direction: "left", timestamp: new Date("2023-04-14T00:12:22Z"), swipe_type: "quick", duration_seconds: 189 },
            { id: 80, user_id: 70, target_user_id: 20, direction: "right", timestamp: new Date("2023-03-18T14:12:36Z"), swipe_type: "quick", duration_seconds: 103 },
            { id: 81, user_id: 133, target_user_id: 31, direction: "right", timestamp: new Date("2023-10-01T14:22:23Z"), swipe_type: "quick", duration_seconds: 100 },
            { id: 82, user_id: 211, target_user_id: 95, direction: "right", timestamp: new Date("2023-12-31T11:16:04Z"), swipe_type: "thoughtful", duration_seconds: 230 },
            { id: 83, user_id: 17, target_user_id: 164, direction: "left", timestamp: new Date("2023-04-18T22:16:21Z"), swipe_type: "quick", duration_seconds: 169 },
            { id: 84, user_id: 126, target_user_id: 72, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 117 },
            { id: 85, user_id: 13, target_user_id: 36, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 182 },
            { id: 86, user_id: 108, target_user_id: 265, direction: "right", timestamp: new Date("2023-10-04T06:52:47Z"), swipe_type: "quick", duration_seconds: 221 },
            { id: 87, user_id: 84, target_user_id: 55, direction: "right", timestamp: new Date("2023-08-08T16:03:13Z"), swipe_type: "thoughtful", duration_seconds: 125 },
            { id: 88, user_id: 2, target_user_id: 51, direction: "left", timestamp: new Date("2023-08-08T11:40:30Z"), swipe_type: "quick", duration_seconds: 138 },
            { id: 89, user_id: 183, target_user_id: 149, direction: "right", timestamp: new Date("2023-08-05T10:28:11Z"), swipe_type: "thoughtful", duration_seconds: 216 },
            { id: 90, user_id: 46, target_user_id: 119, direction: "left", timestamp: new Date("2023-08-15T22:05:13Z"), swipe_type: "quick", duration_seconds: 141 },
            { id: 91, user_id: 116, target_user_id: 230, direction: "right", timestamp: new Date("2023-12-15T03:26:16Z"), swipe_type: "thoughtful", duration_seconds: 170 },
            { id: 92, user_id: 198, target_user_id: 81, direction: "right", timestamp: new Date("2023-12-31T02:55:20Z"), swipe_type: "quick", duration_seconds: 184 },
            { id: 93, user_id: 98, target_user_id: 123, direction: "right", timestamp: new Date("2023-09-06T02:23:34Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 94, user_id: 102, target_user_id: 276, direction: "right", timestamp: new Date("2023-10-26T18:03:40Z"), swipe_type: "thoughtful", duration_seconds: 43 },
            { id: 95, user_id: 163, target_user_id: 281, direction: "left", timestamp: new Date("2023-10-11T21:36:29Z"), swipe_type: "quick", duration_seconds: 134 },
            { id: 96, user_id: 257, target_user_id: 89, direction: "right", timestamp: new Date("2023-09-24T18:31:19Z"), swipe_type: "quick", duration_seconds: 112 },
            { id: 97, user_id: 199, target_user_id: 238, direction: "right", timestamp: new Date("2023-09-14T18:14:21Z"), swipe_type: "thoughtful", duration_seconds: 92 },
            { id: 98, user_id: 59, target_user_id: 4, direction: "right", timestamp: new Date("2023-02-04T07:07:45Z"), swipe_type: "quick", duration_seconds: 55 },
            { id: 99, user_id: 239, target_user_id: 46, direction: "right", timestamp: new Date("2023-04-21T10:27:59Z"), swipe_type: "thoughtful", duration_seconds: 145 },
            { id: 100, user_id: 256, target_user_id: 165, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 115 },
            { id: 101, user_id: 123, target_user_id: 120, direction: "right", timestamp: new Date("2023-10-16T07:57:46Z"), swipe_type: "quick", duration_seconds: 145 },
            { id: 102, user_id: 160, target_user_id: 178, direction: "right", timestamp: new Date("2023-07-19T21:56:48Z"), swipe_type: "quick", duration_seconds: 128 },
            { id: 103, user_id: 238, target_user_id: 96, direction: "right", timestamp: new Date("2023-03-11T18:22:26Z"), swipe_type: "thoughtful", duration_seconds: 157 },
            { id: 104, user_id: 256, target_user_id: 78, direction: "right", timestamp: new Date("2023-07-13T11:22:15Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 105, user_id: 40, target_user_id: 198, direction: "right", timestamp: new Date("2023-03-12T20:32:09Z"), swipe_type: "thoughtful", duration_seconds: 107 },
            { id: 106, user_id: 194, target_user_id: 15, direction: "right", timestamp: new Date("2023-09-08T22:20:19Z"), swipe_type: "quick", duration_seconds: 143 },
            { id: 107, user_id: 116, target_user_id: 115, direction: "right", timestamp: new Date("2023-08-05T19:22:04Z"), swipe_type: "quick", duration_seconds: 127 },
            { id: 108, user_id: 285, target_user_id: 119, direction: "right", timestamp: new Date("2023-05-30T21:17:57Z"), swipe_type: "quick", duration_seconds: 109 },
            { id: 109, user_id: 226, target_user_id: 62, direction: "left", timestamp: new Date("2023-11-15T21:35:18Z"), swipe_type: "thoughtful", duration_seconds: 195 },
            { id: 110, user_id: 42, target_user_id: 208, direction: "right", timestamp: new Date("2023-02-07T01:33:23Z"), swipe_type: "quick", duration_seconds: 171 },
            { id: 111, user_id: 300, target_user_id: 204, direction: "left", timestamp: new Date("2023-09-16T06:51:46Z"), swipe_type: "thoughtful", duration_seconds: 144 },
            { id: 112, user_id: 207, target_user_id: 2, direction: "right", timestamp: new Date("2023-10-30T11:10:15Z"), swipe_type: "quick", duration_seconds: 178 },
            { id: 113, user_id: 82, target_user_id: 167, direction: "right", timestamp: new Date("2023-05-24T23:58:27Z"), swipe_type: "quick", duration_seconds: 126 },
            { id: 114, user_id: 298, target_user_id: 247, direction: "right", timestamp: new Date("2023-11-20T07:00:03Z"), swipe_type: "thoughtful", duration_seconds: 180 },
            { id: 115, user_id: 97, target_user_id: 251, direction: "right", timestamp: new Date("2023-11-17T12:06:33Z"), swipe_type: "quick", duration_seconds: 94 },
            { id: 116, user_id: 11, target_user_id: 48, direction: "right", timestamp: new Date("2023-04-08T07:42:40Z"), swipe_type: "thoughtful", duration_seconds: 199 },
            { id: 117, user_id: 274, target_user_id: 54, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 190 },
            { id: 118, user_id: 200, target_user_id: 219, direction: "right", timestamp: new Date("2023-02-24T17:26:18Z"), swipe_type: "thoughtful", duration_seconds: 96 },
            { id: 119, user_id: 158, target_user_id: 218, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 111 },
            { id: 120, user_id: 90, target_user_id: 63, direction: "right", timestamp: new Date("2023-08-13T18:39:06Z"), swipe_type: "quick", duration_seconds: 87 },
            { id: 121, user_id: 22, target_user_id: 99, direction: "right", timestamp: new Date("2023-02-28T17:54:39Z"), swipe_type: "quick", duration_seconds: 208 },
            { id: 122, user_id: 36, target_user_id: 168, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 151 },
            { id: 123, user_id: 178, target_user_id: 49, direction: "right", timestamp: new Date("2023-11-02T19:08:58Z"), swipe_type: "quick", duration_seconds: 164 },
            { id: 124, user_id: 246, target_user_id: 129, direction: "right", timestamp: new Date("2023-07-19T09:54:11Z"), swipe_type: "quick", duration_seconds: 113 },
            { id: 125, user_id: 181, target_user_id: 34, direction: "right", timestamp: new Date("2023-07-14T20:47:02Z"), swipe_type: "thoughtful", duration_seconds: 117 },
            { id: 126, user_id: 155, target_user_id: 140, direction: "right", timestamp: new Date("2023-10-30T20:15:46Z"), swipe_type: "quick", duration_seconds: 108 },
            { id: 127, user_id: 118, target_user_id: 239, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 144 },
            { id: 128, user_id: 129, target_user_id: 297, direction: "left", timestamp: new Date("2023-04-06T16:02:45Z"), swipe_type: "thoughtful", duration_seconds: 136 },
            { id: 129, user_id: 31, target_user_id: 180, direction: "right", timestamp: new Date("2023-06-11T17:42:20Z"), swipe_type: "quick", duration_seconds: 196 },
            { id: 130, user_id: 286, target_user_id: 279, direction: "right", timestamp: new Date("2023-03-28T08:13:46Z"), swipe_type: "quick", duration_seconds: 169 },
            { id: 131, user_id: 231, target_user_id: 229, direction: "right", timestamp: new Date("2023-12-27T09:20:51Z"), swipe_type: "quick", duration_seconds: 206 },
            { id: 132, user_id: 117, target_user_id: 190, direction: "left", timestamp: new Date("2023-05-13T07:20:23Z"), swipe_type: "quick", duration_seconds: 196 },
            { id: 133, user_id: 67, target_user_id: 132, direction: "right", timestamp: new Date("2023-12-11T21:51:31Z"), swipe_type: "thoughtful", duration_seconds: 121 },
            { id: 134, user_id: 263, target_user_id: 243, direction: "right", timestamp: new Date("2023-11-29T14:01:22Z"), swipe_type: "quick", duration_seconds: 129 },
            { id: 135, user_id: 290, target_user_id: 290, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 165 },
            { id: 136, user_id: 118, target_user_id: 128, direction: "left", timestamp: new Date("2023-12-09T15:15:06Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 137, user_id: 225, target_user_id: 186, direction: "right", timestamp: new Date("2023-10-12T15:57:17Z"), swipe_type: "quick", duration_seconds: 190 },
            { id: 138, user_id: 186, target_user_id: 254, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 200 },
            { id: 139, user_id: 242, target_user_id: 22, direction: "right", timestamp: new Date("2023-08-10T23:05:59Z"), swipe_type: "quick", duration_seconds: 174 },
            { id: 140, user_id: 55, target_user_id: 178, direction: "left", timestamp: null, swipe_type: "quick", duration_seconds: 141 },
            { id: 141, user_id: 287, target_user_id: 98, direction: "right", timestamp: new Date("2023-01-08T11:18:45Z"), swipe_type: "quick", duration_seconds: 217 },
            { id: 142, user_id: 174, target_user_id: 194, direction: "right", timestamp: new Date("2023-04-12T10:16:10Z"), swipe_type: "quick", duration_seconds: 229 },
            { id: 143, user_id: 268, target_user_id: 202, direction: "right", timestamp: new Date("2023-04-11T09:59:42Z"), swipe_type: "quick", duration_seconds: 231 },
            { id: 144, user_id: 34, target_user_id: 99, direction: "right", timestamp: new Date("2023-03-31T14:49:55Z"), swipe_type: "quick", duration_seconds: 165 },
            { id: 145, user_id: 174, target_user_id: 120, direction: "right", timestamp: new Date("2023-09-04T10:20:24Z"), swipe_type: "thoughtful", duration_seconds: 129 },
            { id: 146, user_id: 175, target_user_id: 236, direction: "right", timestamp: new Date("2023-08-22T17:56:21Z"), swipe_type: "thoughtful", duration_seconds: 151 },
            { id: 147, user_id: 270, target_user_id: 227, direction: "right", timestamp: new Date("2023-03-27T21:02:53Z"), swipe_type: "quick", duration_seconds: 250 },
            { id: 148, user_id: 91, target_user_id: 36, direction: "right", timestamp: new Date("2023-01-19T11:17:02Z"), swipe_type: "thoughtful", duration_seconds: 114 },
            { id: 149, user_id: 226, target_user_id: 32, direction: "right", timestamp: new Date("2023-07-28T18:04:50Z"), swipe_type: "thoughtful", duration_seconds: 130 },
            { id: 150, user_id: 204, target_user_id: 7, direction: "right", timestamp: new Date("2023-04-05T09:08:14Z"), swipe_type: "quick", duration_seconds: 192 },
            { id: 151, user_id: 36, target_user_id: 12, direction: "right", timestamp: new Date("2023-10-09T14:57:09Z"), swipe_type: "quick", duration_seconds: 172 },
            { id: 152, user_id: 213, target_user_id: 2, direction: "left", timestamp: new Date("2023-06-29T18:50:00Z"), swipe_type: "quick", duration_seconds: 122 },
            { id: 153, user_id: 256, target_user_id: 77, direction: "left", timestamp: new Date("2023-12-14T15:14:44Z"), swipe_type: "quick", duration_seconds: 183 },
            { id: 154, user_id: 271, target_user_id: 241, direction: "right", timestamp: new Date("2023-06-03T04:20:14Z"), swipe_type: "thoughtful", duration_seconds: 181 },
            { id: 155, user_id: 114, target_user_id: 113, direction: "left", timestamp: new Date("2023-12-16T08:30:45Z"), swipe_type: "quick", duration_seconds: 220 },
            { id: 156, user_id: 234, target_user_id: 289, direction: "right", timestamp: new Date("2023-09-08T20:42:22Z"), swipe_type: "quick", duration_seconds: 144 },
            { id: 157, user_id: 114, target_user_id: 168, direction: "right", timestamp: new Date("2023-04-11T09:21:50Z"), swipe_type: "thoughtful", duration_seconds: 113 },
            { id: 158, user_id: 259, target_user_id: 286, direction: "right", timestamp: new Date("2023-01-09T14:49:35Z"), swipe_type: "quick", duration_seconds: 117 },
            { id: 159, user_id: 52, target_user_id: 178, direction: "left", timestamp: new Date("2023-10-24T15:47:17Z"), swipe_type: "quick", duration_seconds: 89 },
            { id: 160, user_id: 251, target_user_id: 252, direction: "right", timestamp: new Date("2023-05-28T22:43:43Z"), swipe_type: "quick", duration_seconds: 141 },
            { id: 161, user_id: 26, target_user_id: 152, direction: "right", timestamp: new Date("2023-10-26T17:03:01Z"), swipe_type: "thoughtful", duration_seconds: 138 },
            { id: 162, user_id: 117, target_user_id: 202, direction: "left", timestamp: new Date("2023-08-10T23:55:52Z"), swipe_type: "quick", duration_seconds: 168 },
            { id: 163, user_id: 289, target_user_id: 86, direction: "left", timestamp: new Date("2023-03-10T05:58:50Z"), swipe_type: "quick", duration_seconds: 145 },
            { id: 164, user_id: 277, target_user_id: 115, direction: "right", timestamp: new Date("2023-01-06T08:34:22Z"), swipe_type: "thoughtful", duration_seconds: 118 },
            { id: 165, user_id: 100, target_user_id: 167, direction: "right", timestamp: new Date("2023-10-06T05:22:32Z"), swipe_type: "quick", duration_seconds: 229 },
            { id: 166, user_id: 72, target_user_id: 24, direction: "right", timestamp: new Date("2023-09-26T18:22:43Z"), swipe_type: "quick", duration_seconds: 192 },
            { id: 167, user_id: 2, target_user_id: 255, direction: "right", timestamp: new Date("2023-09-28T01:25:04Z"), swipe_type: "quick", duration_seconds: 133 },
            { id: 168, user_id: 93, target_user_id: 111, direction: "left", timestamp: new Date("2023-03-03T17:39:44Z"), swipe_type: "thoughtful", duration_seconds: 91 },
            { id: 169, user_id: 130, target_user_id: 89, direction: "right", timestamp: new Date("2023-10-30T11:57:14Z"), swipe_type: "thoughtful", duration_seconds: 183 },
            { id: 170, user_id: 173, target_user_id: 47, direction: "right", timestamp: new Date("2023-01-18T13:13:08Z"), swipe_type: "quick", duration_seconds: 203 },
            { id: 171, user_id: 248, target_user_id: 20, direction: "right", timestamp: new Date("2023-09-04T08:10:46Z"), swipe_type: "quick", duration_seconds: 154 },
            { id: 172, user_id: 71, target_user_id: 50, direction: "right", timestamp: new Date("2023-04-26T23:30:43Z"), swipe_type: "quick", duration_seconds: 100 },
            { id: 173, user_id: 141, target_user_id: 52, direction: "right", timestamp: new Date("2023-12-15T20:21:09Z"), swipe_type: "quick", duration_seconds: 211 },
            { id: 174, user_id: 7, target_user_id: 3, direction: "right", timestamp: new Date("2023-06-28T13:06:18Z"), swipe_type: "thoughtful", duration_seconds: 55 },
            { id: 175, user_id: 53, target_user_id: 120, direction: "right", timestamp: new Date("2023-11-09T17:09:41Z"), swipe_type: "quick", duration_seconds: 121 },
            { id: 176, user_id: 159, target_user_id: 61, direction: "right", timestamp: new Date("2023-08-31T19:36:00Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 177, user_id: 1, target_user_id: 18, direction: "right", timestamp: new Date("2023-08-29T01:39:40Z"), swipe_type: "thoughtful", duration_seconds: 124 },
            { id: 178, user_id: 197, target_user_id: 67, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 238 },
            { id: 179, user_id: 264, target_user_id: 284, direction: "right", timestamp: new Date("2023-11-25T14:52:12Z"), swipe_type: "thoughtful", duration_seconds: 129 },
            { id: 180, user_id: 109, target_user_id: 64, direction: "left", timestamp: new Date("2023-10-02T15:50:44Z"), swipe_type: "quick", duration_seconds: 126 },
            { id: 181, user_id: 241, target_user_id: 24, direction: "right", timestamp: new Date("2023-07-12T23:59:12Z"), swipe_type: "thoughtful", duration_seconds: 203 },
            { id: 182, user_id: 256, target_user_id: 126, direction: "right", timestamp: new Date("2023-06-26T17:04:51Z"), swipe_type: "thoughtful", duration_seconds: 182 },
            { id: 183, user_id: 117, target_user_id: 211, direction: "right", timestamp: new Date("2023-12-26T20:00:28Z"), swipe_type: "quick", duration_seconds: 217 },
            { id: 184, user_id: 60, target_user_id: 209, direction: "right", timestamp: new Date("2023-11-14T08:41:27Z"), swipe_type: "quick", duration_seconds: 223 },
            { id: 185, user_id: 250, target_user_id: 156, direction: "left", timestamp: new Date("2023-06-29T22:21:41Z"), swipe_type: "quick", duration_seconds: 237 },
            { id: 186, user_id: 214, target_user_id: 132, direction: "right", timestamp: new Date("2023-03-21T14:51:01Z"), swipe_type: "quick", duration_seconds: 138 },
            { id: 187, user_id: 92, target_user_id: 91, direction: "right", timestamp: new Date("2023-02-14T16:09:16Z"), swipe_type: "quick", duration_seconds: 192 },
            { id: 188, user_id: 266, target_user_id: 177, direction: "right", timestamp: new Date("2023-12-23T12:36:26Z"), swipe_type: "quick", duration_seconds: 74 },
            { id: 189, user_id: 219, target_user_id: 117, direction: "right", timestamp: new Date("2023-09-07T18:40:45Z"), swipe_type: "thoughtful", duration_seconds: 210 },
            { id: 190, user_id: 63, target_user_id: 3, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 70 },
            { id: 191, user_id: 26, target_user_id: 241, direction: "right", timestamp: new Date("2023-09-06T19:11:12Z"), swipe_type: "thoughtful", duration_seconds: 130 },
            { id: 192, user_id: 43, target_user_id: 125, direction: "left", timestamp: new Date("2023-08-04T12:54:21Z"), swipe_type: "quick", duration_seconds: 168 },
            { id: 193, user_id: 236, target_user_id: 60, direction: "right", timestamp: new Date("2023-11-12T17:29:04Z"), swipe_type: "thoughtful", duration_seconds: 144 },
            { id: 194, user_id: 150, target_user_id: 22, direction: "left", timestamp: new Date("2023-11-29T23:38:39Z"), swipe_type: "quick", duration_seconds: 120 },
            { id: 195, user_id: 151, target_user_id: 75, direction: "right", timestamp: new Date("2023-03-17T19:08:33Z"), swipe_type: "quick", duration_seconds: 169 },
            { id: 196, user_id: 52, target_user_id: 258, direction: "right", timestamp: new Date("2023-02-08T12:21:45Z"), swipe_type: "quick", duration_seconds: 198 },
            { id: 197, user_id: 125, target_user_id: 146, direction: "left", timestamp: new Date("2023-03-27T16:59:37Z"), swipe_type: "quick", duration_seconds: 89 },
            { id: 198, user_id: 271, target_user_id: 273, direction: "right", timestamp: new Date("2023-12-01T18:33:15Z"), swipe_type: "thoughtful", duration_seconds: 83 },
            { id: 199, user_id: 156, target_user_id: 253, direction: "left", timestamp: new Date("2023-06-11T10:41:27Z"), swipe_type: "quick", duration_seconds: 109 },
            { id: 200, user_id: 2, target_user_id: 207, direction: "left", timestamp: new Date("2023-11-28T21:32:21Z"), swipe_type: "thoughtful", duration_seconds: 132 },
            { id: 201, user_id: 2, target_user_id: 242, direction: "right", timestamp: new Date("2023-10-16T07:56:50Z"), swipe_type: "quick", duration_seconds: 111 },
            { id: 202, user_id: 224, target_user_id: 34, direction: "right", timestamp: new Date("2023-12-12T11:49:40Z"), swipe_type: "quick", duration_seconds: 128 },
            { id: 203, user_id: 230, target_user_id: 27, direction: "right", timestamp: new Date("2023-07-13T23:37:21Z"), swipe_type: "quick", duration_seconds: 146 },
            { id: 204, user_id: 93, target_user_id: 279, direction: "right", timestamp: new Date("2023-03-23T21:08:09Z"), swipe_type: "quick", duration_seconds: 149 },
            { id: 205, user_id: 142, target_user_id: 226, direction: "left", timestamp: new Date("2023-10-09T11:29:56Z"), swipe_type: "quick", duration_seconds: 180 },
            { id: 206, user_id: 148, target_user_id: 128, direction: "right", timestamp: new Date("2023-11-08T10:37:03Z"), swipe_type: "quick", duration_seconds: 192 },
            { id: 207, user_id: 282, target_user_id: 230, direction: "right", timestamp: new Date("2023-12-09T18:36:45Z"), swipe_type: "quick", duration_seconds: 81 },
            { id: 208, user_id: 54, target_user_id: 12, direction: "right", timestamp: new Date("2023-06-02T14:40:46Z"), swipe_type: "thoughtful", duration_seconds: 81 },
            { id: 209, user_id: 12, target_user_id: 220, direction: "right", timestamp: new Date("2023-06-02T15:48:35Z"), swipe_type: "thoughtful", duration_seconds: 142 },
            { id: 210, user_id: 149, target_user_id: 15, direction: "right", timestamp: new Date("2023-06-26T05:57:48Z"), swipe_type: "thoughtful", duration_seconds: 109 },
            { id: 211, user_id: 250, target_user_id: 195, direction: "left", timestamp: new Date("2023-06-07T18:26:11Z"), swipe_type: "quick", duration_seconds: 119 },
            { id: 212, user_id: 54, target_user_id: 133, direction: "right", timestamp: new Date("2023-03-29T23:28:45Z"), swipe_type: "quick", duration_seconds: 96 },
            { id: 213, user_id: 182, target_user_id: 149, direction: "right", timestamp: new Date("2023-08-08T11:49:18Z"), swipe_type: "quick", duration_seconds: 105 },
            { id: 214, user_id: 146, target_user_id: 195, direction: "left", timestamp: new Date("2023-04-13T18:49:59Z"), swipe_type: "quick", duration_seconds: 172 },
            { id: 215, user_id: 22, target_user_id: 9, direction: "right", timestamp: new Date("2023-12-04T16:31:29Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 216, user_id: 11, target_user_id: 256, direction: "right", timestamp: new Date("2023-01-26T22:15:58Z"), swipe_type: "quick", duration_seconds: 120 },
            { id: 217, user_id: 193, target_user_id: 251, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 164 },
            { id: 218, user_id: 106, target_user_id: 55, direction: "right", timestamp: new Date("2023-06-26T21:03:01Z"), swipe_type: "quick", duration_seconds: 101 },
            { id: 219, user_id: 46, target_user_id: 89, direction: "right", timestamp: new Date("2023-06-06T01:09:04Z"), swipe_type: "quick", duration_seconds: 199 },
            { id: 220, user_id: 10, target_user_id: 277, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 91 },
            { id: 221, user_id: 273, target_user_id: 155, direction: "right", timestamp: new Date("2023-08-13T22:28:36Z"), swipe_type: "quick", duration_seconds: 138 },
            { id: 222, user_id: 258, target_user_id: 223, direction: "right", timestamp: new Date("2023-04-16T10:19:16Z"), swipe_type: "quick", duration_seconds: 106 },
            { id: 223, user_id: 168, target_user_id: 168, direction: "left", timestamp: new Date("2023-07-11T23:36:46Z"), swipe_type: "quick", duration_seconds: 147 },
            { id: 224, user_id: 48, target_user_id: 79, direction: "right", timestamp: new Date("2023-10-07T18:15:43Z"), swipe_type: "quick", duration_seconds: 161 },
            { id: 225, user_id: 285, target_user_id: 174, direction: "right", timestamp: new Date("2023-10-08T12:44:50Z"), swipe_type: "thoughtful", duration_seconds: 216 },
            { id: 226, user_id: 141, target_user_id: 184, direction: "right", timestamp: new Date("2023-10-19T22:12:47Z"), swipe_type: "thoughtful", duration_seconds: 135 },
            { id: 227, user_id: 289, target_user_id: 136, direction: "right", timestamp: new Date("2023-05-24T23:56:01Z"), swipe_type: "thoughtful", duration_seconds: 157 },
            { id: 228, user_id: 145, target_user_id: 195, direction: "right", timestamp: new Date("2023-06-29T16:57:54Z"), swipe_type: "quick", duration_seconds: 116 },
            { id: 229, user_id: 2, target_user_id: 95, direction: "right", timestamp: new Date("2023-09-25T20:21:06Z"), swipe_type: "thoughtful", duration_seconds: 151 },
            { id: 230, user_id: 196, target_user_id: 10, direction: "left", timestamp: new Date("2023-02-01T14:49:13Z"), swipe_type: "thoughtful", duration_seconds: 73 },
            { id: 231, user_id: 294, target_user_id: 292, direction: "left", timestamp: new Date("2023-09-18T08:57:52Z"), swipe_type: "quick", duration_seconds: 104 },
            { id: 232, user_id: 132, target_user_id: 9, direction: "right", timestamp: new Date("2023-04-14T18:10:56Z"), swipe_type: "quick", duration_seconds: 163 },
            { id: 233, user_id: 201, target_user_id: 33, direction: "right", timestamp: new Date("2023-10-20T21:24:20Z"), swipe_type: "quick", duration_seconds: 177 },
            { id: 234, user_id: 231, target_user_id: 14, direction: "left", timestamp: new Date("2023-11-05T10:22:02Z"), swipe_type: "quick", duration_seconds: 152 },
            { id: 235, user_id: 231, target_user_id: 295, direction: "left", timestamp: new Date("2023-12-08T18:40:44Z"), swipe_type: "quick", duration_seconds: 85 },
            { id: 236, user_id: 33, target_user_id: 149, direction: "left", timestamp: new Date("2023-09-04T17:04:30Z"), swipe_type: "thoughtful", duration_seconds: 83 },
            { id: 237, user_id: 283, target_user_id: 298, direction: "left", timestamp: new Date("2023-12-20T01:30:02Z"), swipe_type: "thoughtful", duration_seconds: 128 },
            { id: 238, user_id: 78, target_user_id: 296, direction: "left", timestamp: new Date("2023-01-02T17:32:27Z"), swipe_type: "quick", duration_seconds: 128 },
            { id: 239, user_id: 41, target_user_id: 35, direction: "right", timestamp: new Date("2023-03-20T19:58:02Z"), swipe_type: "quick", duration_seconds: 249 },
            { id: 240, user_id: 296, target_user_id: 117, direction: "right", timestamp: new Date("2023-07-20T14:03:40Z"), swipe_type: "quick", duration_seconds: 183 },
            { id: 241, user_id: 193, target_user_id: 285, direction: "right", timestamp: new Date("2023-09-03T15:02:23Z"), swipe_type: "quick", duration_seconds: 137 },
            { id: 242, user_id: 206, target_user_id: 294, direction: "right", timestamp: new Date("2023-06-29T07:10:22Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 243, user_id: 276, target_user_id: 285, direction: "right", timestamp: new Date("2023-10-12T14:35:59Z"), swipe_type: "quick", duration_seconds: 213 },
            { id: 244, user_id: 98, target_user_id: 89, direction: "right", timestamp: new Date("2023-05-18T15:09:44Z"), swipe_type: "quick", duration_seconds: 197 },
            { id: 245, user_id: 116, target_user_id: 127, direction: "right", timestamp: new Date("2023-10-12T19:55:37Z"), swipe_type: "quick", duration_seconds: 183 },
            { id: 246, user_id: 114, target_user_id: 123, direction: "right", timestamp: new Date("2023-08-15T07:53:38Z"), swipe_type: "quick", duration_seconds: 160 },
            { id: 247, user_id: 174, target_user_id: 198, direction: "right", timestamp: new Date("2023-12-31T17:49:33Z"), swipe_type: "quick", duration_seconds: 136 },
            { id: 248, user_id: 154, target_user_id: 268, direction: "right", timestamp: new Date("2023-11-28T09:46:07Z"), swipe_type: "quick", duration_seconds: 153 },
            { id: 249, user_id: 164, target_user_id: 64, direction: "left", timestamp: new Date("2023-11-05T09:36:09Z"), swipe_type: "quick", duration_seconds: 189 },
            { id: 250, user_id: 54, target_user_id: 97, direction: "right", timestamp: new Date("2023-03-19T12:31:33Z"), swipe_type: "quick", duration_seconds: 160 },
            { id: 251, user_id: 200, target_user_id: 91, direction: "right", timestamp: new Date("2023-12-04T14:55:49Z"), swipe_type: "thoughtful", duration_seconds: 92 },
            { id: 252, user_id: 79, target_user_id: 253, direction: "right", timestamp: new Date("2023-11-06T15:09:04Z"), swipe_type: "quick", duration_seconds: 121 },
            { id: 253, user_id: 132, target_user_id: 216, direction: "right", timestamp: new Date("2023-02-15T07:17:10Z"), swipe_type: "quick", duration_seconds: 167 },
            { id: 254, user_id: 243, target_user_id: 174, direction: "right", timestamp: new Date("2023-05-17T20:18:13Z"), swipe_type: "thoughtful", duration_seconds: 196 },
            { id: 255, user_id: 98, target_user_id: 86, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 100 },
            { id: 256, user_id: 66, target_user_id: 123, direction: "right", timestamp: new Date("2023-11-02T16:18:12Z"), swipe_type: "thoughtful", duration_seconds: 202 },
            { id: 257, user_id: 182, target_user_id: 86, direction: "right", timestamp: new Date("2023-10-20T11:14:36Z"), swipe_type: "quick", duration_seconds: 122 },
            { id: 258, user_id: 132, target_user_id: 148, direction: "right", timestamp: new Date("2023-05-07T23:46:09Z"), swipe_type: "thoughtful", duration_seconds: 173 },
            { id: 259, user_id: 94, target_user_id: 120, direction: "left", timestamp: new Date("2023-11-23T18:32:08Z"), swipe_type: "quick", duration_seconds: 195 },
            { id: 260, user_id: 237, target_user_id: 254, direction: "right", timestamp: new Date("2023-01-26T13:14:46Z"), swipe_type: "thoughtful", duration_seconds: 81 },
            { id: 261, user_id: 30, target_user_id: 237, direction: "right", timestamp: new Date("2023-02-01T06:05:24Z"), swipe_type: "quick", duration_seconds: 162 },
            { id: 262, user_id: 280, target_user_id: 152, direction: "right", timestamp: new Date("2023-10-28T08:47:54Z"), swipe_type: "quick", duration_seconds: 124 },
            { id: 263, user_id: 161, target_user_id: 113, direction: "right", timestamp: new Date("2023-07-18T22:03:25Z"), swipe_type: "quick", duration_seconds: 207 },
            { id: 264, user_id: 94, target_user_id: 252, direction: "right", timestamp: new Date("2023-02-27T12:35:19Z"), swipe_type: "quick", duration_seconds: 195 },
            { id: 265, user_id: 70, target_user_id: 187, direction: "left", timestamp: new Date("2023-08-26T19:09:52Z"), swipe_type: "thoughtful", duration_seconds: 130 },
            { id: 266, user_id: 107, target_user_id: 172, direction: "right", timestamp: new Date("2023-05-05T21:56:19Z"), swipe_type: "quick", duration_seconds: 174 },
            { id: 267, user_id: 90, target_user_id: 240, direction: "right", timestamp: new Date("2023-02-07T13:32:36Z"), swipe_type: "quick", duration_seconds: 75 },
            { id: 268, user_id: 214, target_user_id: 300, direction: "left", timestamp: new Date("2023-03-10T08:59:46Z"), swipe_type: "quick", duration_seconds: 242 },
            { id: 269, user_id: 214, target_user_id: 83, direction: "right", timestamp: new Date("2023-04-11T16:11:45Z"), swipe_type: "quick", duration_seconds: 222 },
            { id: 270, user_id: 25, target_user_id: 84, direction: "right", timestamp: new Date("2023-05-07T11:28:45Z"), swipe_type: "thoughtful", duration_seconds: 83 },
            { id: 271, user_id: 35, target_user_id: 108, direction: "left", timestamp: new Date("2023-10-26T11:41:27Z"), swipe_type: "quick", duration_seconds: 163 },
            { id: 272, user_id: 170, target_user_id: 53, direction: "right", timestamp: new Date("2023-03-06T07:31:45Z"), swipe_type: "quick", duration_seconds: 188 },
            { id: 273, user_id: 165, target_user_id: 95, direction: "right", timestamp: new Date("2023-05-26T15:22:00Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 274, user_id: 270, target_user_id: 112, direction: "right", timestamp: new Date("2023-07-13T17:45:40Z"), swipe_type: "thoughtful", duration_seconds: 176 },
            { id: 275, user_id: 154, target_user_id: 132, direction: "right", timestamp: new Date("2023-02-03T15:33:30Z"), swipe_type: "quick", duration_seconds: 147 },
            { id: 276, user_id: 34, target_user_id: 273, direction: "right", timestamp: new Date("2023-08-06T19:39:06Z"), swipe_type: "quick", duration_seconds: 126 },
            { id: 277, user_id: 297, target_user_id: 236, direction: "left", timestamp: new Date("2023-01-28T15:27:44Z"), swipe_type: "quick", duration_seconds: 174 },
            { id: 278, user_id: 74, target_user_id: 293, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 197 },
            { id: 279, user_id: 33, target_user_id: 191, direction: "right", timestamp: new Date("2023-01-04T09:31:43Z"), swipe_type: "thoughtful", duration_seconds: 177 },
            { id: 280, user_id: 60, target_user_id: 58, direction: "right", timestamp: new Date("2023-12-17T10:14:54Z"), swipe_type: "quick", duration_seconds: 99 },
            { id: 281, user_id: 42, target_user_id: 122, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 163 },
            { id: 282, user_id: 94, target_user_id: 153, direction: "right", timestamp: new Date("2023-09-21T20:36:34Z"), swipe_type: "quick", duration_seconds: 213 },
            { id: 283, user_id: 144, target_user_id: 17, direction: "right", timestamp: new Date("2023-08-23T20:58:15Z"), swipe_type: "quick", duration_seconds: 128 },
            { id: 284, user_id: 75, target_user_id: 154, direction: "right", timestamp: new Date("2023-06-14T12:06:40Z"), swipe_type: "quick", duration_seconds: 188 },
            { id: 285, user_id: 275, target_user_id: 133, direction: "right", timestamp: new Date("2023-03-02T18:53:35Z"), swipe_type: "quick", duration_seconds: 102 },
            { id: 286, user_id: 195, target_user_id: 138, direction: "right", timestamp: new Date("2023-11-29T12:40:55Z"), swipe_type: "quick", duration_seconds: 201 },
            { id: 287, user_id: 11, target_user_id: 213, direction: "left", timestamp: new Date("2023-07-29T10:38:01Z"), swipe_type: "quick", duration_seconds: 147 },
            { id: 288, user_id: 47, target_user_id: 31, direction: "right", timestamp: new Date("2023-09-15T19:47:47Z"), swipe_type: "quick", duration_seconds: 156 },
            { id: 289, user_id: 38, target_user_id: 221, direction: "right", timestamp: new Date("2023-08-30T12:47:20Z"), swipe_type: "quick", duration_seconds: 126 },
            { id: 290, user_id: 110, target_user_id: 192, direction: "right", timestamp: new Date("2023-12-25T06:23:14Z"), swipe_type: "quick", duration_seconds: 158 },
            { id: 291, user_id: 14, target_user_id: 137, direction: "right", timestamp: new Date("2023-05-23T10:57:39Z"), swipe_type: "thoughtful", duration_seconds: 150 },
            { id: 292, user_id: 63, target_user_id: 215, direction: "right", timestamp: new Date("2023-01-28T19:19:58Z"), swipe_type: "thoughtful", duration_seconds: 233 },
            { id: 293, user_id: 26, target_user_id: 154, direction: "right", timestamp: new Date("2023-09-16T20:14:29Z"), swipe_type: "quick", duration_seconds: 141 },
            { id: 294, user_id: 257, target_user_id: 184, direction: "left", timestamp: new Date("2023-11-04T19:54:22Z"), swipe_type: "thoughtful", duration_seconds: 73 },
            { id: 295, user_id: 61, target_user_id: 13, direction: "left", timestamp: new Date("2023-05-02T13:02:22Z"), swipe_type: "quick", duration_seconds: 135 },
            { id: 296, user_id: 145, target_user_id: 209, direction: "right", timestamp: new Date("2023-05-07T16:33:59Z"), swipe_type: "thoughtful", duration_seconds: 145 },
            { id: 297, user_id: 223, target_user_id: 175, direction: "right", timestamp: new Date("2023-01-04T12:56:31Z"), swipe_type: "quick", duration_seconds: 184 },
            { id: 298, user_id: 125, target_user_id: 220, direction: "right", timestamp: new Date("2023-07-29T14:49:27Z"), swipe_type: "quick", duration_seconds: 115 },
            { id: 299, user_id: 128, target_user_id: 55, direction: "right", timestamp: new Date("2023-08-10T19:54:27Z"), swipe_type: "thoughtful", duration_seconds: 77 },
            { id: 300, user_id: 61, target_user_id: 44, direction: "right", timestamp: new Date("2023-03-04T19:41:47Z"), swipe_type: "quick", duration_seconds: 111 },
            { id: 301, user_id: 271, target_user_id: 86, direction: "right", timestamp: new Date("2023-03-12T21:04:51Z"), swipe_type: "quick", duration_seconds: 136 },
            { id: 302, user_id: 127, target_user_id: 20, direction: "right", timestamp: new Date("2023-06-17T22:03:14Z"), swipe_type: "quick", duration_seconds: 190 },
            { id: 303, user_id: 114, target_user_id: 238, direction: "right", timestamp: new Date("2023-02-24T18:32:24Z"), swipe_type: "quick", duration_seconds: 115 },
            { id: 304, user_id: 292, target_user_id: 291, direction: "left", timestamp: new Date("2023-08-29T06:16:55Z"), swipe_type: "thoughtful", duration_seconds: 136 },
            { id: 305, user_id: 189, target_user_id: 72, direction: "right", timestamp: new Date("2023-11-17T17:25:29Z"), swipe_type: "quick", duration_seconds: 200 },
            { id: 306, user_id: 81, target_user_id: 177, direction: "right", timestamp: new Date("2023-02-02T14:09:39Z"), swipe_type: "quick", duration_seconds: 96 },
            { id: 307, user_id: 165, target_user_id: 94, direction: "right", timestamp: new Date("2023-08-21T13:22:48Z"), swipe_type: "quick", duration_seconds: 107 },
            { id: 308, user_id: 296, target_user_id: 9, direction: "right", timestamp: new Date("2023-08-05T21:52:35Z"), swipe_type: "quick", duration_seconds: 163 },
            { id: 309, user_id: 79, target_user_id: 59, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 149 },
            { id: 310, user_id: 94, target_user_id: 24, direction: "right", timestamp: new Date("2023-11-16T13:56:42Z"), swipe_type: "quick", duration_seconds: 176 },
            { id: 311, user_id: 288, target_user_id: 167, direction: "right", timestamp: new Date("2023-05-31T09:29:39Z"), swipe_type: "quick", duration_seconds: 144 },
            { id: 312, user_id: 89, target_user_id: 229, direction: "right", timestamp: new Date("2023-04-06T10:49:58Z"), swipe_type: "thoughtful", duration_seconds: 174 },
            { id: 313, user_id: 33, target_user_id: 81, direction: "right", timestamp: new Date("2023-04-24T16:04:40Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 314, user_id: 141, target_user_id: 255, direction: "left", timestamp: new Date("2023-09-04T08:50:25Z"), swipe_type: "quick", duration_seconds: 109 },
            { id: 315, user_id: 261, target_user_id: 266, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 135 },
            { id: 316, user_id: 265, target_user_id: 212, direction: "right", timestamp: new Date("2023-12-10T19:30:15Z"), swipe_type: "quick", duration_seconds: 163 },
            { id: 317, user_id: 95, target_user_id: 41, direction: "right", timestamp: new Date("2023-12-30T11:50:49Z"), swipe_type: "quick", duration_seconds: 84 },
            { id: 318, user_id: 290, target_user_id: 130, direction: "left", timestamp: new Date("2023-06-15T00:26:49Z"), swipe_type: "thoughtful", duration_seconds: 125 },
            { id: 319, user_id: 295, target_user_id: 262, direction: "right", timestamp: new Date("2023-04-24T23:11:00Z"), swipe_type: "quick", duration_seconds: 127 },
            { id: 320, user_id: 230, target_user_id: 30, direction: "right", timestamp: new Date("2023-10-08T13:10:24Z"), swipe_type: "quick", duration_seconds: 117 },
            { id: 321, user_id: 179, target_user_id: 106, direction: "left", timestamp: new Date("2023-04-19T19:50:51Z"), swipe_type: "quick", duration_seconds: 147 },
            { id: 322, user_id: 28, target_user_id: 54, direction: "right", timestamp: new Date("2023-06-17T21:08:18Z"), swipe_type: "thoughtful", duration_seconds: 221 },
            { id: 323, user_id: 202, target_user_id: 259, direction: "right", timestamp: new Date("2023-02-08T23:49:15Z"), swipe_type: "quick", duration_seconds: 113 },
            { id: 324, user_id: 157, target_user_id: 93, direction: "right", timestamp: new Date("2023-08-21T16:20:54Z"), swipe_type: "thoughtful", duration_seconds: 154 },
            { id: 325, user_id: 87, target_user_id: 108, direction: "right", timestamp: new Date("2023-05-26T14:13:07Z"), swipe_type: "thoughtful", duration_seconds: 181 },
            { id: 326, user_id: 228, target_user_id: 216, direction: "right", timestamp: new Date("2023-03-02T15:04:22Z"), swipe_type: "quick", duration_seconds: 110 },
            { id: 327, user_id: 257, target_user_id: 108, direction: "right", timestamp: new Date("2023-11-15T19:20:34Z"), swipe_type: "quick", duration_seconds: 117 },
            { id: 328, user_id: 155, target_user_id: 225, direction: "right", timestamp: new Date("2023-09-07T19:55:23Z"), swipe_type: "thoughtful", duration_seconds: 178 },
            { id: 329, user_id: 111, target_user_id: 142, direction: "left", timestamp: new Date("2023-07-28T23:39:37Z"), swipe_type: "quick", duration_seconds: 222 },
            { id: 330, user_id: 180, target_user_id: 81, direction: "right", timestamp: new Date("2023-07-21T18:46:06Z"), swipe_type: "thoughtful", duration_seconds: 124 },
            { id: 331, user_id: 36, target_user_id: 74, direction: "right", timestamp: new Date("2023-07-26T20:54:30Z"), swipe_type: "thoughtful", duration_seconds: 225 },
            { id: 332, user_id: 103, target_user_id: 170, direction: "right", timestamp: new Date("2023-07-15T22:33:22Z"), swipe_type: "quick", duration_seconds: 195 },
            { id: 333, user_id: 85, target_user_id: 129, direction: "left", timestamp: new Date("2023-04-01T22:14:27Z"), swipe_type: "quick", duration_seconds: 104 },
            { id: 334, user_id: 154, target_user_id: 117, direction: "right", timestamp: new Date("2023-02-19T19:37:45Z"), swipe_type: "quick", duration_seconds: 166 },
            { id: 335, user_id: 7, target_user_id: 80, direction: "right", timestamp: new Date("2023-04-04T13:55:41Z"), swipe_type: "quick", duration_seconds: 153 },
            { id: 336, user_id: 10, target_user_id: 158, direction: "left", timestamp: new Date("2023-05-14T08:50:11Z"), swipe_type: "thoughtful", duration_seconds: 76 },
            { id: 337, user_id: 68, target_user_id: 177, direction: "right", timestamp: new Date("2023-04-06T20:38:30Z"), swipe_type: "quick", duration_seconds: 134 },
            { id: 338, user_id: 114, target_user_id: 97, direction: "right", timestamp: new Date("2023-01-03T16:43:52Z"), swipe_type: "quick", duration_seconds: 141 },
            { id: 339, user_id: 37, target_user_id: 180, direction: "right", timestamp: new Date("2023-01-19T14:31:12Z"), swipe_type: "quick", duration_seconds: 64 },
            { id: 340, user_id: 88, target_user_id: 108, direction: "right", timestamp: new Date("2023-10-22T17:56:15Z"), swipe_type: "quick", duration_seconds: 196 },
            { id: 341, user_id: 6, target_user_id: 35, direction: "left", timestamp: new Date("2023-12-03T20:31:20Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 342, user_id: 91, target_user_id: 253, direction: "right", timestamp: new Date("2023-07-26T15:57:29Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 343, user_id: 36, target_user_id: 28, direction: "right", timestamp: new Date("2023-10-30T11:32:02Z"), swipe_type: "quick", duration_seconds: 204 },
            { id: 344, user_id: 41, target_user_id: 137, direction: "right", timestamp: new Date("2023-01-07T21:05:21Z"), swipe_type: "thoughtful", duration_seconds: 131 },
            { id: 345, user_id: 229, target_user_id: 67, direction: "right", timestamp: new Date("2023-01-12T16:38:18Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 346, user_id: 11, target_user_id: 211, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 35 },
            { id: 347, user_id: 19, target_user_id: 105, direction: "right", timestamp: new Date("2023-12-14T22:45:37Z"), swipe_type: "thoughtful", duration_seconds: 125 },
            { id: 348, user_id: 83, target_user_id: 228, direction: "right", timestamp: new Date("2023-03-26T20:22:28Z"), swipe_type: "thoughtful", duration_seconds: 177 },
            { id: 349, user_id: 142, target_user_id: 266, direction: "right", timestamp: new Date("2023-10-03T05:57:22Z"), swipe_type: "thoughtful", duration_seconds: 192 },
            { id: 350, user_id: 20, target_user_id: 100, direction: "right", timestamp: new Date("2023-02-05T18:01:49Z"), swipe_type: "quick", duration_seconds: 86 },
            { id: 351, user_id: 181, target_user_id: 182, direction: "right", timestamp: new Date("2023-09-02T13:10:40Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 352, user_id: 246, target_user_id: 187, direction: "right", timestamp: new Date("2023-12-18T14:10:30Z"), swipe_type: "thoughtful", duration_seconds: 188 },
            { id: 353, user_id: 278, target_user_id: 163, direction: "left", timestamp: new Date("2023-02-02T22:38:24Z"), swipe_type: "thoughtful", duration_seconds: 182 },
            { id: 354, user_id: 70, target_user_id: 249, direction: "right", timestamp: new Date("2023-04-26T10:23:51Z"), swipe_type: "quick", duration_seconds: 109 },
            { id: 355, user_id: 207, target_user_id: 41, direction: "right", timestamp: new Date("2023-10-30T00:57:22Z"), swipe_type: "thoughtful", duration_seconds: 61 },
            { id: 356, user_id: 250, target_user_id: 151, direction: "right", timestamp: new Date("2023-02-01T11:29:23Z"), swipe_type: "quick", duration_seconds: 139 },
            { id: 357, user_id: 95, target_user_id: 264, direction: "right", timestamp: new Date("2023-09-26T10:39:26Z"), swipe_type: "quick", duration_seconds: 181 },
            { id: 358, user_id: 56, target_user_id: 26, direction: "right", timestamp: new Date("2023-08-05T09:11:12Z"), swipe_type: "quick", duration_seconds: 159 },
            { id: 359, user_id: 82, target_user_id: 86, direction: "right", timestamp: new Date("2023-06-14T20:03:21Z"), swipe_type: "quick", duration_seconds: 140 },
            { id: 360, user_id: 265, target_user_id: 132, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 153 },
            { id: 361, user_id: 257, target_user_id: 255, direction: "right", timestamp: new Date("2023-06-15T19:20:09Z"), swipe_type: "quick", duration_seconds: 171 },
            { id: 362, user_id: 285, target_user_id: 224, direction: "right", timestamp: new Date("2023-03-30T18:18:40Z"), swipe_type: "quick", duration_seconds: 153 },
            { id: 363, user_id: 142, target_user_id: 297, direction: "right", timestamp: new Date("2023-07-14T18:16:59Z"), swipe_type: "quick", duration_seconds: 117 },
            { id: 364, user_id: 79, target_user_id: 299, direction: "left", timestamp: new Date("2023-04-18T05:35:14Z"), swipe_type: "thoughtful", duration_seconds: 191 },
            { id: 365, user_id: 164, target_user_id: 140, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 153 },
            { id: 366, user_id: 153, target_user_id: 10, direction: "right", timestamp: new Date("2023-08-08T18:39:34Z"), swipe_type: "quick", duration_seconds: 149 },
            { id: 367, user_id: 181, target_user_id: 144, direction: "right", timestamp: new Date("2023-03-18T16:20:57Z"), swipe_type: "quick", duration_seconds: 102 },
            { id: 368, user_id: 56, target_user_id: 40, direction: "right", timestamp: new Date("2023-10-15T17:13:14Z"), swipe_type: "quick", duration_seconds: 155 },
            { id: 369, user_id: 208, target_user_id: 269, direction: "right", timestamp: new Date("2023-05-05T13:29:08Z"), swipe_type: "quick", duration_seconds: 195 },
            { id: 370, user_id: 89, target_user_id: 48, direction: "right", timestamp: new Date("2023-06-16T23:48:03Z"), swipe_type: "quick", duration_seconds: 151 },
            { id: 371, user_id: 89, target_user_id: 289, direction: "right", timestamp: new Date("2023-10-20T10:07:06Z"), swipe_type: "quick", duration_seconds: 82 },
            { id: 372, user_id: 214, target_user_id: 220, direction: "right", timestamp: new Date("2023-01-10T19:42:34Z"), swipe_type: "quick", duration_seconds: 198 },
            { id: 373, user_id: 23, target_user_id: 204, direction: "right", timestamp: new Date("2023-12-09T21:02:55Z"), swipe_type: "quick", duration_seconds: 143 },
            { id: 374, user_id: 144, target_user_id: 269, direction: "right", timestamp: new Date("2023-04-04T16:35:16Z"), swipe_type: "quick", duration_seconds: 79 },
            { id: 375, user_id: 174, target_user_id: 277, direction: "right", timestamp: new Date("2023-08-16T19:17:33Z"), swipe_type: "thoughtful", duration_seconds: 79 },
            { id: 376, user_id: 275, target_user_id: 228, direction: "right", timestamp: new Date("2023-01-26T14:28:54Z"), swipe_type: "quick", duration_seconds: 128 },
            { id: 377, user_id: 207, target_user_id: 63, direction: "right", timestamp: new Date("2023-09-23T08:18:05Z"), swipe_type: "quick", duration_seconds: 84 },
            { id: 378, user_id: 247, target_user_id: 109, direction: "right", timestamp: new Date("2023-09-25T11:50:57Z"), swipe_type: "quick", duration_seconds: 174 },
            { id: 379, user_id: 143, target_user_id: 227, direction: "right", timestamp: new Date("2023-01-09T14:53:23Z"), swipe_type: "thoughtful", duration_seconds: 133 },
            { id: 380, user_id: 251, target_user_id: 292, direction: "right", timestamp: new Date("2023-06-14T01:13:04Z"), swipe_type: "thoughtful", duration_seconds: 132 },
            { id: 381, user_id: 292, target_user_id: 127, direction: "right", timestamp: new Date("2023-05-28T11:24:51Z"), swipe_type: "thoughtful", duration_seconds: 210 },
            { id: 382, user_id: 27, target_user_id: 116, direction: "right", timestamp: new Date("2023-01-18T07:04:32Z"), swipe_type: "quick", duration_seconds: 118 },
            { id: 383, user_id: 219, target_user_id: 241, direction: "right", timestamp: new Date("2023-07-28T18:38:36Z"), swipe_type: "quick", duration_seconds: 125 },
            { id: 384, user_id: 158, target_user_id: 174, direction: "right", timestamp: new Date("2023-07-27T17:34:43Z"), swipe_type: "quick", duration_seconds: 113 },
            { id: 385, user_id: 291, target_user_id: 227, direction: "right", timestamp: new Date("2023-07-05T18:43:52Z"), swipe_type: "quick", duration_seconds: 149 },
            { id: 386, user_id: 155, target_user_id: 120, direction: "right", timestamp: new Date("2023-06-24T05:48:10Z"), swipe_type: "thoughtful", duration_seconds: 184 },
            { id: 387, user_id: 233, target_user_id: 175, direction: "right", timestamp: new Date("2023-10-21T21:44:19Z"), swipe_type: "quick", duration_seconds: 124 },
            { id: 388, user_id: 204, target_user_id: 86, direction: "right", timestamp: new Date("2023-05-22T17:24:01Z"), swipe_type: "quick", duration_seconds: 216 },
            { id: 389, user_id: 56, target_user_id: 289, direction: "right", timestamp: new Date("2023-10-18T20:41:54Z"), swipe_type: "quick", duration_seconds: 119 },
            { id: 390, user_id: 47, target_user_id: 126, direction: "right", timestamp: new Date("2023-12-16T09:43:15Z"), swipe_type: "quick", duration_seconds: 85 },
            { id: 391, user_id: 3, target_user_id: 265, direction: "right", timestamp: new Date("2023-01-30T22:04:02Z"), swipe_type: "quick", duration_seconds: 152 },
            { id: 392, user_id: 89, target_user_id: 199, direction: "right", timestamp: new Date("2023-09-24T12:29:47Z"), swipe_type: "quick", duration_seconds: 78 },
            { id: 393, user_id: 147, target_user_id: 260, direction: "right", timestamp: new Date("2023-03-31T18:14:55Z"), swipe_type: "quick", duration_seconds: 174 },
            { id: 394, user_id: 184, target_user_id: 97, direction: "right", timestamp: new Date("2023-07-07T08:25:53Z"), swipe_type: "quick", duration_seconds: 45 },
            { id: 395, user_id: 75, target_user_id: 80, direction: "left", timestamp: new Date("2023-12-27T15:05:08Z"), swipe_type: "quick", duration_seconds: 84 },
            { id: 396, user_id: 61, target_user_id: 246, direction: "right", timestamp: new Date("2023-12-25T20:01:42Z"), swipe_type: "quick", duration_seconds: 99 },
            { id: 397, user_id: 191, target_user_id: 238, direction: "right", timestamp: new Date("2023-02-24T22:49:13Z"), swipe_type: "quick", duration_seconds: 164 },
            { id: 398, user_id: 76, target_user_id: 91, direction: "left", timestamp: new Date("2023-01-26T13:48:13Z"), swipe_type: "quick", duration_seconds: 203 },
            { id: 399, user_id: 248, target_user_id: 150, direction: "right", timestamp: new Date("2023-06-04T07:55:35Z"), swipe_type: "quick", duration_seconds: 119 },
            { id: 400, user_id: 39, target_user_id: 87, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 188 },
            { id: 401, user_id: 159, target_user_id: 180, direction: "right", timestamp: new Date("2023-04-19T18:21:22Z"), swipe_type: "quick", duration_seconds: 123 },
            { id: 402, user_id: 112, target_user_id: 94, direction: "right", timestamp: new Date("2023-02-17T16:47:09Z"), swipe_type: "thoughtful", duration_seconds: 154 },
            { id: 403, user_id: 135, target_user_id: 82, direction: "right", timestamp: new Date("2023-12-04T17:14:08Z"), swipe_type: "thoughtful", duration_seconds: 175 },
            { id: 404, user_id: 270, target_user_id: 158, direction: "left", timestamp: new Date("2023-01-11T19:54:05Z"), swipe_type: "quick", duration_seconds: 145 },
            { id: 405, user_id: 227, target_user_id: 183, direction: "left", timestamp: new Date("2023-10-26T17:45:49Z"), swipe_type: "quick", duration_seconds: 108 },
            { id: 406, user_id: 261, target_user_id: 175, direction: "right", timestamp: new Date("2023-06-03T17:03:54Z"), swipe_type: "quick", duration_seconds: 137 },
            { id: 407, user_id: 118, target_user_id: 165, direction: "right", timestamp: new Date("2023-05-29T13:08:36Z"), swipe_type: "quick", duration_seconds: 87 },
            { id: 408, user_id: 164, target_user_id: 16, direction: "left", timestamp: new Date("2023-02-17T11:29:51Z"), swipe_type: "quick", duration_seconds: 156 },
            { id: 409, user_id: 143, target_user_id: 10, direction: "left", timestamp: null, swipe_type: "quick", duration_seconds: 200 },
            { id: 410, user_id: 244, target_user_id: 74, direction: "right", timestamp: new Date("2023-04-25T06:02:24Z"), swipe_type: "quick", duration_seconds: 170 },
            { id: 411, user_id: 274, target_user_id: 282, direction: "right", timestamp: new Date("2023-11-29T19:13:13Z"), swipe_type: "thoughtful", duration_seconds: 116 },
            { id: 412, user_id: 176, target_user_id: 16, direction: "right", timestamp: new Date("2023-01-20T08:09:40Z"), swipe_type: "quick", duration_seconds: 149 },
            { id: 413, user_id: 136, target_user_id: 243, direction: "right", timestamp: new Date("2023-02-26T12:55:06Z"), swipe_type: "quick", duration_seconds: 132 },
            { id: 414, user_id: 86, target_user_id: 197, direction: "left", timestamp: new Date("2023-12-25T09:34:30Z"), swipe_type: "thoughtful", duration_seconds: 162 },
            { id: 415, user_id: 124, target_user_id: 277, direction: "left", timestamp: new Date("2023-09-24T18:54:34Z"), swipe_type: "thoughtful", duration_seconds: 172 },
            { id: 416, user_id: 5, target_user_id: 36, direction: "right", timestamp: new Date("2023-08-03T20:37:17Z"), swipe_type: "quick", duration_seconds: 183 },
            { id: 417, user_id: 97, target_user_id: 208, direction: "right", timestamp: new Date("2023-07-23T12:37:00Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 418, user_id: 183, target_user_id: 225, direction: "left", timestamp: new Date("2023-08-07T16:27:23Z"), swipe_type: "quick", duration_seconds: 164 },
            { id: 419, user_id: 286, target_user_id: 27, direction: "right", timestamp: new Date("2023-03-29T15:27:25Z"), swipe_type: "quick", duration_seconds: 140 },
            { id: 420, user_id: 201, target_user_id: 276, direction: "right", timestamp: new Date("2023-11-03T03:37:05Z"), swipe_type: "quick", duration_seconds: 199 },
            { id: 421, user_id: 175, target_user_id: 165, direction: "left", timestamp: new Date("2023-10-05T11:49:11Z"), swipe_type: "quick", duration_seconds: 163 },
            { id: 422, user_id: 210, target_user_id: 64, direction: "right", timestamp: new Date("2023-12-29T07:28:13Z"), swipe_type: "thoughtful", duration_seconds: 201 },
            { id: 423, user_id: 231, target_user_id: 1, direction: "right", timestamp: new Date("2023-04-12T17:20:25Z"), swipe_type: "quick", duration_seconds: 100 },
            { id: 424, user_id: 19, target_user_id: 216, direction: "left", timestamp: new Date("2023-08-02T11:21:47Z"), swipe_type: "quick", duration_seconds: 192 },
            { id: 425, user_id: 200, target_user_id: 86, direction: "right", timestamp: new Date("2023-05-29T08:23:31Z"), swipe_type: "thoughtful", duration_seconds: 103 },
            { id: 426, user_id: 190, target_user_id: 231, direction: "right", timestamp: new Date("2023-12-22T20:26:11Z"), swipe_type: "quick", duration_seconds: 225 },
            { id: 427, user_id: 77, target_user_id: 260, direction: "right", timestamp: new Date("2023-06-05T11:08:57Z"), swipe_type: "quick", duration_seconds: 126 },
            { id: 428, user_id: 261, target_user_id: 112, direction: "right", timestamp: new Date("2023-10-13T13:16:17Z"), swipe_type: "quick", duration_seconds: 149 },
            { id: 429, user_id: 249, target_user_id: 229, direction: "right", timestamp: new Date("2023-10-05T19:52:41Z"), swipe_type: "thoughtful", duration_seconds: 125 },
            { id: 430, user_id: 218, target_user_id: 154, direction: "left", timestamp: new Date("2023-03-06T22:44:16Z"), swipe_type: "quick", duration_seconds: 162 },
            { id: 431, user_id: 146, target_user_id: 192, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 162 },
            { id: 432, user_id: 145, target_user_id: 263, direction: "right", timestamp: new Date("2023-08-07T11:13:24Z"), swipe_type: "quick", duration_seconds: 172 },
            { id: 433, user_id: 112, target_user_id: 206, direction: "left", timestamp: new Date("2023-05-04T09:49:57Z"), swipe_type: "quick", duration_seconds: 132 },
            { id: 434, user_id: 37, target_user_id: 226, direction: "right", timestamp: new Date("2023-06-26T12:59:42Z"), swipe_type: "thoughtful", duration_seconds: 106 },
            { id: 435, user_id: 80, target_user_id: 79, direction: "right", timestamp: new Date("2023-08-14T18:18:40Z"), swipe_type: "thoughtful", duration_seconds: 119 },
            { id: 436, user_id: 243, target_user_id: 37, direction: "right", timestamp: new Date("2023-08-26T08:25:36Z"), swipe_type: "quick", duration_seconds: 154 },
            { id: 437, user_id: 188, target_user_id: 184, direction: "right", timestamp: new Date("2023-01-16T13:07:53Z"), swipe_type: "quick", duration_seconds: 143 },
            { id: 438, user_id: 120, target_user_id: 173, direction: "left", timestamp: null, swipe_type: "quick", duration_seconds: 134 },
            { id: 439, user_id: 238, target_user_id: 221, direction: "right", timestamp: new Date("2023-05-19T14:54:23Z"), swipe_type: "quick", duration_seconds: 176 },
            { id: 440, user_id: 129, target_user_id: 217, direction: "right", timestamp: new Date("2023-03-07T11:29:33Z"), swipe_type: "quick", duration_seconds: 120 },
            { id: 441, user_id: 62, target_user_id: 41, direction: "right", timestamp: new Date("2023-08-02T18:49:35Z"), swipe_type: "thoughtful", duration_seconds: 188 },
            { id: 442, user_id: 150, target_user_id: 27, direction: "right", timestamp: new Date("2023-11-25T10:45:35Z"), swipe_type: "quick", duration_seconds: 92 },
            { id: 443, user_id: 122, target_user_id: 47, direction: "right", timestamp: new Date("2023-05-16T11:54:00Z"), swipe_type: "quick", duration_seconds: 171 },
            { id: 444, user_id: 290, target_user_id: 53, direction: "left", timestamp: new Date("2023-08-05T08:35:56Z"), swipe_type: "thoughtful", duration_seconds: 159 },
            { id: 445, user_id: 242, target_user_id: 169, direction: "right", timestamp: new Date("2023-12-21T20:17:56Z"), swipe_type: "thoughtful", duration_seconds: 159 },
            { id: 446, user_id: 140, target_user_id: 116, direction: "right", timestamp: new Date("2023-01-13T17:37:51Z"), swipe_type: "thoughtful", duration_seconds: 212 },
            { id: 447, user_id: 184, target_user_id: 65, direction: "left", timestamp: new Date("2023-12-21T05:20:42Z"), swipe_type: "quick", duration_seconds: 173 },
            { id: 448, user_id: 261, target_user_id: 197, direction: "right", timestamp: new Date("2023-11-04T18:17:09Z"), swipe_type: "thoughtful", duration_seconds: 148 },
            { id: 449, user_id: 32, target_user_id: 291, direction: "right", timestamp: new Date("2023-10-07T13:40:40Z"), swipe_type: "thoughtful", duration_seconds: 96 },
            { id: 450, user_id: 98, target_user_id: 124, direction: "right", timestamp: new Date("2023-10-15T12:04:54Z"), swipe_type: "thoughtful", duration_seconds: 144 },
            { id: 451, user_id: 97, target_user_id: 122, direction: "right", timestamp: new Date("2023-11-04T17:06:06Z"), swipe_type: "quick", duration_seconds: 234 },
            { id: 452, user_id: 90, target_user_id: 128, direction: "right", timestamp: new Date("2023-04-22T17:08:25Z"), swipe_type: "quick", duration_seconds: 162 },
            { id: 453, user_id: 17, target_user_id: 88, direction: "right", timestamp: new Date("2023-08-30T11:56:05Z"), swipe_type: "quick", duration_seconds: 134 },
            { id: 454, user_id: 53, target_user_id: 239, direction: "left", timestamp: new Date("2023-07-12T17:05:08Z"), swipe_type: "thoughtful", duration_seconds: 85 },
            { id: 455, user_id: 50, target_user_id: 118, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 280 },
            { id: 456, user_id: 131, target_user_id: 128, direction: "right", timestamp: new Date("2023-12-04T12:21:07Z"), swipe_type: "quick", duration_seconds: 153 },
            { id: 457, user_id: 237, target_user_id: 118, direction: "left", timestamp: new Date("2023-04-19T17:03:14Z"), swipe_type: "quick", duration_seconds: 139 },
            { id: 458, user_id: 295, target_user_id: 61, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 119 },
            { id: 459, user_id: 60, target_user_id: 69, direction: "left", timestamp: new Date("2023-04-16T10:57:17Z"), swipe_type: "thoughtful", duration_seconds: 134 },
            { id: 460, user_id: 46, target_user_id: 195, direction: "right", timestamp: new Date("2023-10-12T13:34:09Z"), swipe_type: "thoughtful", duration_seconds: 172 },
            { id: 461, user_id: 129, target_user_id: 110, direction: "left", timestamp: new Date("2023-08-07T18:43:54Z"), swipe_type: "quick", duration_seconds: 94 },
            { id: 462, user_id: 149, target_user_id: 240, direction: "right", timestamp: new Date("2023-09-07T16:27:50Z"), swipe_type: "quick", duration_seconds: 143 },
            { id: 463, user_id: 152, target_user_id: 182, direction: "left", timestamp: new Date("2023-06-01T11:46:50Z"), swipe_type: "quick", duration_seconds: 172 },
            { id: 464, user_id: 233, target_user_id: 225, direction: "left", timestamp: new Date("2023-08-02T19:58:05Z"), swipe_type: "thoughtful", duration_seconds: 115 },
            { id: 465, user_id: 34, target_user_id: 84, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 91 },
            { id: 466, user_id: 70, target_user_id: 85, direction: "right", timestamp: new Date("2023-04-12T05:57:32Z"), swipe_type: "thoughtful", duration_seconds: 230 },
            { id: 467, user_id: 265, target_user_id: 5, direction: "right", timestamp: new Date("2023-01-31T15:26:29Z"), swipe_type: "quick", duration_seconds: 125 },
            { id: 468, user_id: 201, target_user_id: 138, direction: "right", timestamp: new Date("2023-11-05T23:04:53Z"), swipe_type: "quick", duration_seconds: 206 },
            { id: 469, user_id: 226, target_user_id: 93, direction: "right", timestamp: new Date("2023-07-04T07:57:42Z"), swipe_type: "quick", duration_seconds: 115 },
            { id: 470, user_id: 171, target_user_id: 43, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 226 },
            { id: 471, user_id: 238, target_user_id: 224, direction: "right", timestamp: new Date("2023-03-14T15:10:31Z"), swipe_type: "quick", duration_seconds: 93 },
            { id: 472, user_id: 111, target_user_id: 214, direction: "right", timestamp: new Date("2023-01-25T16:06:54Z"), swipe_type: "quick", duration_seconds: 115 },
            { id: 473, user_id: 231, target_user_id: 8, direction: "right", timestamp: new Date("2023-05-09T14:00:29Z"), swipe_type: "quick", duration_seconds: 247 },
            { id: 474, user_id: 263, target_user_id: 73, direction: "right", timestamp: new Date("2023-04-01T20:39:44Z"), swipe_type: "quick", duration_seconds: 129 },
            { id: 475, user_id: 123, target_user_id: 248, direction: "right", timestamp: new Date("2023-06-20T19:22:29Z"), swipe_type: "thoughtful", duration_seconds: 148 },
            { id: 476, user_id: 136, target_user_id: 203, direction: "right", timestamp: new Date("2023-04-19T21:21:30Z"), swipe_type: "quick", duration_seconds: 160 },
            { id: 477, user_id: 168, target_user_id: 120, direction: "right", timestamp: new Date("2023-10-29T13:43:59Z"), swipe_type: "quick", duration_seconds: 197 },
            { id: 478, user_id: 107, target_user_id: 286, direction: "right", timestamp: new Date("2023-05-26T07:14:35Z"), swipe_type: "quick", duration_seconds: 219 },
            { id: 479, user_id: 107, target_user_id: 277, direction: "right", timestamp: new Date("2023-06-19T21:45:10Z"), swipe_type: "thoughtful", duration_seconds: 170 },
            { id: 480, user_id: 277, target_user_id: 300, direction: "left", timestamp: new Date("2023-06-30T19:04:21Z"), swipe_type: "quick", duration_seconds: 202 },
            { id: 481, user_id: 286, target_user_id: 131, direction: "right", timestamp: new Date("2023-05-28T06:44:41Z"), swipe_type: "quick", duration_seconds: 94 },
            { id: 482, user_id: 66, target_user_id: 243, direction: "right", timestamp: new Date("2023-07-22T22:05:01Z"), swipe_type: "quick", duration_seconds: 181 },
            { id: 483, user_id: 198, target_user_id: 126, direction: "right", timestamp: new Date("2023-09-08T16:38:31Z"), swipe_type: "quick", duration_seconds: 155 },
            { id: 484, user_id: 258, target_user_id: 113, direction: "right", timestamp: new Date("2023-05-05T16:07:17Z"), swipe_type: "thoughtful", duration_seconds: 48 },
            { id: 485, user_id: 4, target_user_id: 183, direction: "right", timestamp: new Date("2023-10-08T12:24:13Z"), swipe_type: "thoughtful", duration_seconds: 130 },
            { id: 486, user_id: 225, target_user_id: 63, direction: "left", timestamp: new Date("2023-10-13T07:05:49Z"), swipe_type: "quick", duration_seconds: 196 },
            { id: 487, user_id: 99, target_user_id: 23, direction: "right", timestamp: new Date("2023-11-05T19:12:14Z"), swipe_type: "quick", duration_seconds: 188 },
            { id: 488, user_id: 78, target_user_id: 26, direction: "right", timestamp: new Date("2023-05-28T16:43:07Z"), swipe_type: "quick", duration_seconds: 162 },
            { id: 489, user_id: 248, target_user_id: 186, direction: "right", timestamp: new Date("2023-07-12T14:51:22Z"), swipe_type: "quick", duration_seconds: 178 },
            { id: 490, user_id: 55, target_user_id: 15, direction: "right", timestamp: new Date("2023-02-04T18:43:20Z"), swipe_type: "thoughtful", duration_seconds: 165 },
            { id: 491, user_id: 212, target_user_id: 123, direction: "left", timestamp: new Date("2023-10-29T19:19:53Z"), swipe_type: "quick", duration_seconds: 162 },
            { id: 492, user_id: 7, target_user_id: 151, direction: "left", timestamp: new Date("2023-07-15T22:12:49Z"), swipe_type: "quick", duration_seconds: 132 },
            { id: 493, user_id: 124, target_user_id: 44, direction: "left", timestamp: null, swipe_type: "quick", duration_seconds: 115 },
            { id: 494, user_id: 95, target_user_id: 220, direction: "right", timestamp: new Date("2023-08-04T19:11:35Z"), swipe_type: "quick", duration_seconds: 171 },
            { id: 495, user_id: 62, target_user_id: 55, direction: "right", timestamp: new Date("2023-10-07T15:37:29Z"), swipe_type: "quick", duration_seconds: 118 },
            { id: 496, user_id: 55, target_user_id: 259, direction: "right", timestamp: new Date("2023-09-08T19:15:39Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 497, user_id: 273, target_user_id: 42, direction: "right", timestamp: new Date("2023-02-14T19:21:08Z"), swipe_type: "quick", duration_seconds: 147 },
            { id: 498, user_id: 267, target_user_id: 52, direction: "left", timestamp: new Date("2023-09-29T11:29:44Z"), swipe_type: "quick", duration_seconds: 81 },
            { id: 499, user_id: 132, target_user_id: 20, direction: "left", timestamp: null, swipe_type: "quick", duration_seconds: 113 },
            { id: 500, user_id: 44, target_user_id: 122, direction: "right", timestamp: new Date("2023-12-29T09:28:06Z"), swipe_type: "quick", duration_seconds: 154 },
        ],
    });
    await prisma.swipes.createMany({
        data: [
            { id: 501, user_id: 260, target_user_id: 18, direction: "right", timestamp: new Date("2023-12-20T15:40:34Z"), swipe_type: "quick", duration_seconds: 146 },
            { id: 502, user_id: 140, target_user_id: 214, direction: "right", timestamp: new Date("2023-07-28T11:05:24Z"), swipe_type: "thoughtful", duration_seconds: 201 },
            { id: 503, user_id: 33, target_user_id: 132, direction: "right", timestamp: new Date("2023-11-21T12:56:06Z"), swipe_type: "quick", duration_seconds: 139 },
            { id: 504, user_id: 235, target_user_id: 170, direction: "left", timestamp: new Date("2023-02-28T19:38:37Z"), swipe_type: "quick", duration_seconds: 207 },
            { id: 505, user_id: 23, target_user_id: 40, direction: "left", timestamp: new Date("2023-03-22T20:50:48Z"), swipe_type: "quick", duration_seconds: 166 },
            { id: 506, user_id: 3, target_user_id: 35, direction: "right", timestamp: new Date("2023-03-09T17:09:15Z"), swipe_type: "quick", duration_seconds: 170 },
            { id: 507, user_id: 75, target_user_id: 112, direction: "right", timestamp: new Date("2023-09-04T14:39:34Z"), swipe_type: "quick", duration_seconds: 188 },
            { id: 508, user_id: 299, target_user_id: 224, direction: "right", timestamp: new Date("2023-11-06T01:29:40Z"), swipe_type: "quick", duration_seconds: 73 },
            { id: 509, user_id: 82, target_user_id: 243, direction: "right", timestamp: new Date("2023-11-05T08:45:54Z"), swipe_type: "quick", duration_seconds: 98 },
            { id: 510, user_id: 69, target_user_id: 129, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 85 },
            { id: 511, user_id: 33, target_user_id: 41, direction: "right", timestamp: new Date("2023-02-15T07:56:49Z"), swipe_type: "quick", duration_seconds: 97 },
            { id: 512, user_id: 252, target_user_id: 90, direction: "right", timestamp: new Date("2023-01-29T02:09:05Z"), swipe_type: "quick", duration_seconds: 147 },
            { id: 513, user_id: 273, target_user_id: 289, direction: "right", timestamp: new Date("2023-04-19T07:39:22Z"), swipe_type: "quick", duration_seconds: 221 },
            { id: 514, user_id: 187, target_user_id: 22, direction: "right", timestamp: new Date("2023-08-09T13:58:24Z"), swipe_type: "quick", duration_seconds: 186 },
            { id: 515, user_id: 250, target_user_id: 265, direction: "left", timestamp: new Date("2023-04-17T23:25:14Z"), swipe_type: "quick", duration_seconds: 189 },
            { id: 516, user_id: 237, target_user_id: 106, direction: "right", timestamp: new Date("2023-10-06T16:03:35Z"), swipe_type: "quick", duration_seconds: 179 },
            { id: 517, user_id: 94, target_user_id: 56, direction: "right", timestamp: new Date("2023-12-01T16:45:47Z"), swipe_type: "quick", duration_seconds: 213 },
            { id: 518, user_id: 243, target_user_id: 59, direction: "left", timestamp: new Date("2023-06-23T10:19:54Z"), swipe_type: "quick", duration_seconds: 171 },
            { id: 519, user_id: 270, target_user_id: 3, direction: "right", timestamp: new Date("2023-11-03T10:46:52Z"), swipe_type: "quick", duration_seconds: 114 },
            { id: 520, user_id: 144, target_user_id: 169, direction: "right", timestamp: new Date("2023-11-03T14:25:29Z"), swipe_type: "quick", duration_seconds: 109 },
            { id: 521, user_id: 281, target_user_id: 33, direction: "right", timestamp: new Date("2023-12-10T17:31:01Z"), swipe_type: "thoughtful", duration_seconds: 196 },
            { id: 522, user_id: 149, target_user_id: 272, direction: "right", timestamp: new Date("2023-08-23T12:56:53Z"), swipe_type: "quick", duration_seconds: 149 },
            { id: 523, user_id: 108, target_user_id: 188, direction: "right", timestamp: new Date("2023-04-06T10:31:03Z"), swipe_type: "quick", duration_seconds: 216 },
            { id: 524, user_id: 160, target_user_id: 180, direction: "right", timestamp: new Date("2023-02-28T18:47:10Z"), swipe_type: "quick", duration_seconds: 169 },
            { id: 525, user_id: 30, target_user_id: 117, direction: "right", timestamp: new Date("2023-01-14T18:23:16Z"), swipe_type: "quick", duration_seconds: 135 },
            { id: 526, user_id: 203, target_user_id: 241, direction: "right", timestamp: new Date("2023-04-04T11:22:50Z"), swipe_type: "quick", duration_seconds: 141 },
            { id: 527, user_id: 243, target_user_id: 143, direction: "right", timestamp: new Date("2023-01-15T09:16:09Z"), swipe_type: "quick", duration_seconds: 144 },
            { id: 528, user_id: 160, target_user_id: 219, direction: "right", timestamp: new Date("2023-03-23T17:48:00Z"), swipe_type: "quick", duration_seconds: 154 },
            { id: 529, user_id: 19, target_user_id: 175, direction: "right", timestamp: new Date("2023-07-07T18:50:30Z"), swipe_type: "thoughtful", duration_seconds: 148 },
            { id: 530, user_id: 198, target_user_id: 10, direction: "right", timestamp: new Date("2023-05-29T19:12:31Z"), swipe_type: "thoughtful", duration_seconds: 111 },
            { id: 531, user_id: 127, target_user_id: 278, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 123 },
            { id: 532, user_id: 52, target_user_id: 192, direction: "right", timestamp: new Date("2023-07-15T21:29:52Z"), swipe_type: "thoughtful", duration_seconds: 154 },
            { id: 533, user_id: 242, target_user_id: 47, direction: "right", timestamp: new Date("2023-05-29T08:13:16Z"), swipe_type: "quick", duration_seconds: 123 },
            { id: 534, user_id: 117, target_user_id: 223, direction: "right", timestamp: new Date("2023-12-14T18:41:45Z"), swipe_type: "thoughtful", duration_seconds: 162 },
            { id: 535, user_id: 207, target_user_id: 134, direction: "right", timestamp: new Date("2023-06-07T20:25:34Z"), swipe_type: "quick", duration_seconds: 104 },
            { id: 536, user_id: 222, target_user_id: 114, direction: "left", timestamp: new Date("2023-02-08T19:29:24Z"), swipe_type: "quick", duration_seconds: 103 },
            { id: 537, user_id: 149, target_user_id: 18, direction: "right", timestamp: new Date("2023-04-27T09:41:42Z"), swipe_type: "thoughtful", duration_seconds: 139 },
            { id: 538, user_id: 272, target_user_id: 167, direction: "left", timestamp: new Date("2023-07-14T17:55:08Z"), swipe_type: "thoughtful", duration_seconds: 163 },
            { id: 539, user_id: 293, target_user_id: 17, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 111 },
            { id: 540, user_id: 219, target_user_id: 155, direction: "left", timestamp: new Date("2023-05-01T00:10:16Z"), swipe_type: "quick", duration_seconds: 164 },
            { id: 541, user_id: 113, target_user_id: 22, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 68 },
            { id: 542, user_id: 192, target_user_id: 32, direction: "right", timestamp: new Date("2023-12-14T10:47:31Z"), swipe_type: "quick", duration_seconds: 101 },
            { id: 543, user_id: 63, target_user_id: 55, direction: "right", timestamp: new Date("2023-06-26T13:33:07Z"), swipe_type: "quick", duration_seconds: 170 },
            { id: 544, user_id: 19, target_user_id: 20, direction: "right", timestamp: new Date("2023-02-08T17:41:13Z"), swipe_type: "thoughtful", duration_seconds: 159 },
            { id: 545, user_id: 22, target_user_id: 209, direction: "right", timestamp: new Date("2023-10-22T19:07:02Z"), swipe_type: "thoughtful", duration_seconds: 204 },
            { id: 546, user_id: 95, target_user_id: 133, direction: "right", timestamp: new Date("2023-09-06T09:52:22Z"), swipe_type: "quick", duration_seconds: 120 },
            { id: 547, user_id: 46, target_user_id: 299, direction: "right", timestamp: new Date("2023-10-31T16:40:58Z"), swipe_type: "quick", duration_seconds: 134 },
            { id: 548, user_id: 15, target_user_id: 159, direction: "right", timestamp: new Date("2023-01-29T20:19:45Z"), swipe_type: "quick", duration_seconds: 205 },
            { id: 549, user_id: 238, target_user_id: 127, direction: "right", timestamp: new Date("2023-04-25T17:03:31Z"), swipe_type: "quick", duration_seconds: 224 },
            { id: 550, user_id: 22, target_user_id: 18, direction: "left", timestamp: new Date("2023-01-23T00:44:27Z"), swipe_type: "quick", duration_seconds: 170 },
            { id: 551, user_id: 48, target_user_id: 191, direction: "right", timestamp: new Date("2023-12-21T10:38:15Z"), swipe_type: "quick", duration_seconds: 165 },
            { id: 552, user_id: 45, target_user_id: 229, direction: "right", timestamp: new Date("2023-02-26T16:56:51Z"), swipe_type: "quick", duration_seconds: 187 },
            { id: 553, user_id: 167, target_user_id: 11, direction: "right", timestamp: new Date("2023-10-22T22:16:12Z"), swipe_type: "quick", duration_seconds: 217 },
            { id: 554, user_id: 275, target_user_id: 88, direction: "right", timestamp: new Date("2023-01-16T20:25:18Z"), swipe_type: "quick", duration_seconds: 239 },
            { id: 555, user_id: 93, target_user_id: 106, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 102 },
            { id: 556, user_id: 23, target_user_id: 99, direction: "right", timestamp: new Date("2023-06-05T19:40:20Z"), swipe_type: "thoughtful", duration_seconds: 65 },
            { id: 557, user_id: 273, target_user_id: 126, direction: "left", timestamp: new Date("2023-06-18T18:26:52Z"), swipe_type: "quick", duration_seconds: 127 },
            { id: 558, user_id: 175, target_user_id: 143, direction: "right", timestamp: new Date("2023-09-07T09:58:30Z"), swipe_type: "quick", duration_seconds: 148 },
            { id: 559, user_id: 275, target_user_id: 198, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 123 },
            { id: 560, user_id: 255, target_user_id: 186, direction: "right", timestamp: new Date("2023-03-11T21:23:40Z"), swipe_type: "quick", duration_seconds: 134 },
            { id: 561, user_id: 274, target_user_id: 119, direction: "right", timestamp: new Date("2023-10-31T11:11:03Z"), swipe_type: "quick", duration_seconds: 171 },
            { id: 562, user_id: 25, target_user_id: 47, direction: "left", timestamp: new Date("2023-12-17T20:23:41Z"), swipe_type: "quick", duration_seconds: 200 },
            { id: 563, user_id: 198, target_user_id: 250, direction: "right", timestamp: new Date("2023-05-27T20:57:36Z"), swipe_type: "quick", duration_seconds: 184 },
            { id: 564, user_id: 107, target_user_id: 236, direction: "right", timestamp: new Date("2023-07-17T21:01:23Z"), swipe_type: "quick", duration_seconds: 178 },
            { id: 565, user_id: 139, target_user_id: 256, direction: "right", timestamp: new Date("2023-12-29T19:15:54Z"), swipe_type: "quick", duration_seconds: 135 },
            { id: 566, user_id: 216, target_user_id: 149, direction: "right", timestamp: new Date("2023-04-17T10:49:37Z"), swipe_type: "thoughtful", duration_seconds: 103 },
            { id: 567, user_id: 146, target_user_id: 129, direction: "left", timestamp: new Date("2023-01-01T12:20:31Z"), swipe_type: "quick", duration_seconds: 110 },
            { id: 568, user_id: 163, target_user_id: 231, direction: "right", timestamp: new Date("2023-01-15T23:21:20Z"), swipe_type: "quick", duration_seconds: 212 },
            { id: 569, user_id: 284, target_user_id: 179, direction: "right", timestamp: new Date("2023-02-13T13:37:59Z"), swipe_type: "quick", duration_seconds: 181 },
            { id: 570, user_id: 80, target_user_id: 276, direction: "right", timestamp: new Date("2023-10-31T22:51:37Z"), swipe_type: "thoughtful", duration_seconds: 158 },
            { id: 571, user_id: 112, target_user_id: 165, direction: "right", timestamp: new Date("2023-04-04T14:56:43Z"), swipe_type: "quick", duration_seconds: 173 },
            { id: 572, user_id: 201, target_user_id: 219, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 156 },
            { id: 573, user_id: 69, target_user_id: 92, direction: "right", timestamp: new Date("2023-11-17T18:56:41Z"), swipe_type: "quick", duration_seconds: 216 },
            { id: 574, user_id: 169, target_user_id: 142, direction: "right", timestamp: new Date("2023-10-05T21:15:21Z"), swipe_type: "thoughtful", duration_seconds: 170 },
            { id: 575, user_id: 163, target_user_id: 230, direction: "right", timestamp: new Date("2023-10-26T16:05:25Z"), swipe_type: "quick", duration_seconds: 203 },
            { id: 576, user_id: 142, target_user_id: 156, direction: "left", timestamp: new Date("2023-04-04T18:57:42Z"), swipe_type: "quick", duration_seconds: 163 },
            { id: 577, user_id: 125, target_user_id: 243, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 76 },
            { id: 578, user_id: 232, target_user_id: 47, direction: "right", timestamp: new Date("2023-03-10T13:54:23Z"), swipe_type: "thoughtful", duration_seconds: 170 },
            { id: 579, user_id: 209, target_user_id: 278, direction: "right", timestamp: null, swipe_type: "thoughtful", duration_seconds: 196 },
            { id: 580, user_id: 47, target_user_id: 33, direction: "left", timestamp: new Date("2023-06-15T20:07:13Z"), swipe_type: "thoughtful", duration_seconds: 221 },
            { id: 581, user_id: 271, target_user_id: 244, direction: "right", timestamp: new Date("2023-09-14T21:30:42Z"), swipe_type: "quick", duration_seconds: 226 },
            { id: 582, user_id: 123, target_user_id: 114, direction: "right", timestamp: new Date("2023-11-02T19:33:03Z"), swipe_type: "quick", duration_seconds: 98 },
            { id: 583, user_id: 196, target_user_id: 209, direction: "right", timestamp: new Date("2023-11-13T07:45:58Z"), swipe_type: "thoughtful", duration_seconds: 156 },
            { id: 584, user_id: 281, target_user_id: 148, direction: "right", timestamp: new Date("2023-05-04T16:45:41Z"), swipe_type: "thoughtful", duration_seconds: 250 },
            { id: 585, user_id: 222, target_user_id: 282, direction: "right", timestamp: new Date("2023-08-29T11:11:35Z"), swipe_type: "quick", duration_seconds: 239 },
            { id: 586, user_id: 89, target_user_id: 17, direction: "right", timestamp: new Date("2023-12-29T13:11:18Z"), swipe_type: "quick", duration_seconds: 195 },
            { id: 587, user_id: 80, target_user_id: 105, direction: "right", timestamp: new Date("2023-05-17T18:21:58Z"), swipe_type: "quick", duration_seconds: 120 },
            { id: 588, user_id: 239, target_user_id: 200, direction: "right", timestamp: new Date("2023-04-29T07:17:46Z"), swipe_type: "quick", duration_seconds: 98 },
            { id: 589, user_id: 117, target_user_id: 288, direction: "right", timestamp: new Date("2023-11-21T19:05:08Z"), swipe_type: "quick", duration_seconds: 175 },
            { id: 590, user_id: 105, target_user_id: 200, direction: "left", timestamp: new Date("2023-06-30T00:05:37Z"), swipe_type: "thoughtful", duration_seconds: 70 },
            { id: 591, user_id: 136, target_user_id: 269, direction: "right", timestamp: new Date("2023-12-25T19:32:44Z"), swipe_type: "quick", duration_seconds: 70 },
            { id: 592, user_id: 289, target_user_id: 233, direction: "left", timestamp: new Date("2023-12-22T12:38:03Z"), swipe_type: "thoughtful", duration_seconds: 199 },
            { id: 593, user_id: 161, target_user_id: 96, direction: "left", timestamp: new Date("2023-02-03T17:05:52Z"), swipe_type: "quick", duration_seconds: 208 },
            { id: 594, user_id: 25, target_user_id: 290, direction: "right", timestamp: new Date("2023-07-31T23:00:06Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 595, user_id: 294, target_user_id: 135, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 72 },
            { id: 596, user_id: 154, target_user_id: 47, direction: "right", timestamp: new Date("2023-10-15T08:26:07Z"), swipe_type: "quick", duration_seconds: 129 },
            { id: 597, user_id: 279, target_user_id: 242, direction: "right", timestamp: new Date("2023-02-04T05:20:09Z"), swipe_type: "thoughtful", duration_seconds: 213 },
            { id: 598, user_id: 205, target_user_id: 94, direction: "right", timestamp: new Date("2023-10-14T15:59:14Z"), swipe_type: "quick", duration_seconds: 142 },
            { id: 599, user_id: 262, target_user_id: 296, direction: "right", timestamp: new Date("2023-01-03T23:34:05Z"), swipe_type: "quick", duration_seconds: 171 },
            { id: 600, user_id: 246, target_user_id: 59, direction: "right", timestamp: new Date("2023-07-21T01:16:55Z"), swipe_type: "quick", duration_seconds: 100 },
            { id: 601, user_id: 104, target_user_id: 22, direction: "right", timestamp: new Date("2023-07-04T19:03:32Z"), swipe_type: "thoughtful", duration_seconds: 174 },
            { id: 602, user_id: 185, target_user_id: 241, direction: "right", timestamp: new Date("2023-10-12T13:08:20Z"), swipe_type: "quick", duration_seconds: 109 },
            { id: 603, user_id: 233, target_user_id: 94, direction: "right", timestamp: new Date("2023-12-14T05:19:43Z"), swipe_type: "quick", duration_seconds: 186 },
            { id: 604, user_id: 37, target_user_id: 132, direction: "right", timestamp: new Date("2023-03-02T21:58:29Z"), swipe_type: "quick", duration_seconds: 140 },
            { id: 605, user_id: 158, target_user_id: 175, direction: "right", timestamp: new Date("2023-10-28T14:12:59Z"), swipe_type: "thoughtful", duration_seconds: 155 },
            { id: 606, user_id: 253, target_user_id: 206, direction: "left", timestamp: new Date("2023-03-07T14:25:39Z"), swipe_type: "quick", duration_seconds: 155 },
            { id: 607, user_id: 66, target_user_id: 28, direction: "right", timestamp: new Date("2023-10-06T19:44:09Z"), swipe_type: "quick", duration_seconds: 159 },
            { id: 608, user_id: 151, target_user_id: 107, direction: "right", timestamp: new Date("2023-11-15T12:56:30Z"), swipe_type: "quick", duration_seconds: 222 },
            { id: 609, user_id: 56, target_user_id: 116, direction: "right", timestamp: new Date("2023-11-27T20:40:00Z"), swipe_type: "quick", duration_seconds: 93 },
            { id: 610, user_id: 25, target_user_id: 22, direction: "right", timestamp: new Date("2023-03-17T21:53:47Z"), swipe_type: "quick", duration_seconds: 84 },
            { id: 611, user_id: 233, target_user_id: 283, direction: "right", timestamp: new Date("2023-12-22T18:22:58Z"), swipe_type: "thoughtful", duration_seconds: 141 },
            { id: 612, user_id: 227, target_user_id: 200, direction: "right", timestamp: new Date("2023-11-01T08:12:24Z"), swipe_type: "quick", duration_seconds: 161 },
            { id: 613, user_id: 265, target_user_id: 245, direction: "right", timestamp: new Date("2023-11-23T18:13:30Z"), swipe_type: "quick", duration_seconds: 117 },
            { id: 614, user_id: 137, target_user_id: 26, direction: "left", timestamp: new Date("2023-11-21T12:18:19Z"), swipe_type: "quick", duration_seconds: 152 },
            { id: 615, user_id: 269, target_user_id: 50, direction: "right", timestamp: new Date("2023-06-13T14:16:45Z"), swipe_type: "thoughtful", duration_seconds: 111 },
            { id: 616, user_id: 54, target_user_id: 102, direction: "right", timestamp: new Date("2023-12-28T22:37:54Z"), swipe_type: "quick", duration_seconds: 129 },
            { id: 617, user_id: 211, target_user_id: 90, direction: "right", timestamp: new Date("2023-11-05T14:52:40Z"), swipe_type: "quick", duration_seconds: 152 },
            { id: 618, user_id: 20, target_user_id: 163, direction: "right", timestamp: new Date("2023-11-24T20:10:46Z"), swipe_type: "quick", duration_seconds: 189 },
            { id: 619, user_id: 233, target_user_id: 67, direction: "right", timestamp: new Date("2023-11-19T19:23:25Z"), swipe_type: "quick", duration_seconds: 143 },
            { id: 620, user_id: 3, target_user_id: 204, direction: "left", timestamp: new Date("2023-12-15T21:31:03Z"), swipe_type: "quick", duration_seconds: 170 },
            { id: 621, user_id: 296, target_user_id: 151, direction: "right", timestamp: new Date("2023-02-09T06:22:24Z"), swipe_type: "quick", duration_seconds: 162 },
            { id: 622, user_id: 244, target_user_id: 160, direction: "right", timestamp: new Date("2023-03-24T13:23:18Z"), swipe_type: "quick", duration_seconds: 118 },
            { id: 623, user_id: 141, target_user_id: 81, direction: "right", timestamp: new Date("2023-07-20T17:57:35Z"), swipe_type: "thoughtful", duration_seconds: 100 },
            { id: 624, user_id: 215, target_user_id: 239, direction: "right", timestamp: new Date("2023-09-08T12:49:10Z"), swipe_type: "thoughtful", duration_seconds: 167 },
            { id: 625, user_id: 247, target_user_id: 238, direction: "right", timestamp: new Date("2023-03-04T23:48:55Z"), swipe_type: "quick", duration_seconds: 150 },
            { id: 626, user_id: 154, target_user_id: 25, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 128 },
            { id: 627, user_id: 158, target_user_id: 192, direction: "right", timestamp: new Date("2023-09-30T10:07:51Z"), swipe_type: "quick", duration_seconds: 170 },
            { id: 628, user_id: 82, target_user_id: 219, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 200 },
            { id: 629, user_id: 183, target_user_id: 164, direction: "left", timestamp: new Date("2023-05-05T19:07:04Z"), swipe_type: "thoughtful", duration_seconds: 193 },
            { id: 630, user_id: 29, target_user_id: 144, direction: "right", timestamp: new Date("2023-01-19T17:38:21Z"), swipe_type: "thoughtful", duration_seconds: 143 },
            { id: 631, user_id: 134, target_user_id: 248, direction: "right", timestamp: new Date("2023-06-17T23:02:32Z"), swipe_type: "quick", duration_seconds: 134 },
            { id: 632, user_id: 17, target_user_id: 245, direction: "right", timestamp: new Date("2023-07-21T18:12:30Z"), swipe_type: "quick", duration_seconds: 234 },
            { id: 633, user_id: 61, target_user_id: 238, direction: "right", timestamp: new Date("2023-11-11T12:31:53Z"), swipe_type: "quick", duration_seconds: 151 },
            { id: 634, user_id: 58, target_user_id: 286, direction: "right", timestamp: new Date("2023-06-29T19:58:57Z"), swipe_type: "thoughtful", duration_seconds: 91 },
            { id: 635, user_id: 221, target_user_id: 25, direction: "right", timestamp: new Date("2023-01-03T09:42:30Z"), swipe_type: "thoughtful", duration_seconds: 145 },
            { id: 636, user_id: 125, target_user_id: 145, direction: "left", timestamp: null, swipe_type: "quick", duration_seconds: 129 },
            { id: 637, user_id: 162, target_user_id: 94, direction: "right", timestamp: new Date("2023-09-27T10:32:16Z"), swipe_type: "thoughtful", duration_seconds: 184 },
            { id: 638, user_id: 290, target_user_id: 201, direction: "left", timestamp: new Date("2023-02-24T08:28:40Z"), swipe_type: "quick", duration_seconds: 107 },
            { id: 639, user_id: 275, target_user_id: 78, direction: "right", timestamp: new Date("2023-11-07T16:14:27Z"), swipe_type: "thoughtful", duration_seconds: 73 },
            { id: 640, user_id: 204, target_user_id: 23, direction: "left", timestamp: new Date("2023-09-08T14:45:19Z"), swipe_type: "quick", duration_seconds: 132 },
            { id: 641, user_id: 174, target_user_id: 111, direction: "right", timestamp: new Date("2023-10-19T21:04:03Z"), swipe_type: "quick", duration_seconds: 154 },
            { id: 642, user_id: 8, target_user_id: 223, direction: "right", timestamp: new Date("2023-01-01T14:21:22Z"), swipe_type: "thoughtful", duration_seconds: 162 },
            { id: 643, user_id: 122, target_user_id: 203, direction: "right", timestamp: new Date("2023-01-02T18:56:54Z"), swipe_type: "quick", duration_seconds: 114 },
            { id: 644, user_id: 79, target_user_id: 49, direction: "right", timestamp: new Date("2023-10-29T16:46:42Z"), swipe_type: "quick", duration_seconds: 171 },
            { id: 645, user_id: 246, target_user_id: 14, direction: "right", timestamp: new Date("2023-10-22T09:37:42Z"), swipe_type: "quick", duration_seconds: 177 },
            { id: 646, user_id: 200, target_user_id: 247, direction: "right", timestamp: null, swipe_type: "quick", duration_seconds: 188 },
            { id: 647, user_id: 217, target_user_id: 263, direction: "right", timestamp: new Date("2023-12-27T16:02:34Z"), swipe_type: "quick", duration_seconds: 114 },
            { id: 648, user_id: 111, target_user_id: 141, direction: "right", timestamp: new Date("2023-12-26T19:57:19Z"), swipe_type: "thoughtful", duration_seconds: 129 },
            { id: 649, user_id: 103, target_user_id: 124, direction: "right", timestamp: new Date("2023-12-18T09:45:57Z"), swipe_type: "quick", duration_seconds: 161 },
            { id: 650, user_id: 24, target_user_id: 3, direction: "right", timestamp: new Date("2023-07-10T19:27:18Z"), swipe_type: "quick", duration_seconds: 195 },
            { id: 651, user_id: 39, target_user_id: 188, direction: "right", timestamp: new Date("2023-01-17T12:00:30Z"), swipe_type: "quick", duration_seconds: 134 },
            { id: 652, user_id: 168, target_user_id: 118, direction: "right", timestamp: new Date("2023-04-15T08:27:32Z"), swipe_type: "quick", duration_seconds: 181 },
            { id: 653, user_id: 143, target_user_id: 69, direction: "left", timestamp: new Date("2023-01-18T16:45:57Z"), swipe_type: "quick", duration_seconds: 130 },
            { id: 654, user_id: 165, target_user_id: 49, direction: "right", timestamp: new Date("2023-01-14T17:38:55Z"), swipe_type: "quick", duration_seconds: 204 },
            { id: 655, user_id: 262, target_user_id: 300, direction: "right", timestamp: new Date("2023-11-29T08:56:32Z"), swipe_type: "thoughtful", duration_seconds: 128 },
            { id: 656, user_id: 219, target_user_id: 105, direction: "right", timestamp: new Date("2023-02-04T17:31:36Z"), swipe_type: "quick", duration_seconds: 159 },
            { id: 657, user_id: 292, target_user_id: 197, direction: "right", timestamp: new Date("2023-02-04T21:28:05Z"), swipe_type: "quick", duration_seconds: 179 },
            { id: 658, user_id: 257, target_user_id: 12, direction: "left", timestamp: new Date("2023-12-16T14:50:19Z"), swipe_type: "thoughtful", duration_seconds: 108 },
            { id: 659, user_id: 129, target_user_id: 112, direction: "right", timestamp: new Date("2023-03-27T20:31:59Z"), swipe_type: "thoughtful", duration_seconds: 188 },
            { id: 660, user_id: 142, target_user_id: 237, direction: "left", timestamp: new Date("2023-06-17T20:38:53Z"), swipe_type: "quick", duration_seconds: 105 },
            { id: 661, user_id: 101, target_user_id: 125, direction: "right", timestamp: new Date("2023-07-14T17:42:14Z"), swipe_type: "thoughtful", duration_seconds: 134 },
            { id: 662, user_id: 161, target_user_id: 149, direction: "right", timestamp: new Date("2023-03-27T08:48:56Z"), swipe_type: "thoughtful", duration_seconds: 166 },
            { id: 663, user_id: 77, target_user_id: 173, direction: "right", timestamp: new Date("2023-09-11T23:31:16Z"), swipe_type: "quick", duration_seconds: 220 },
            { id: 664, user_id: 78, target_user_id: 81, direction: "left", timestamp: null, swipe_type: "thoughtful", duration_seconds: 91 },
            { id: 665, user_id: 7, target_user_id: 154, direction: "right", timestamp: new Date("2023-07-27T15:41:41Z"), swipe_type: "thoughtful", duration_seconds: 74 },
            { id: 666, user_id: 254, target_user_id: 47, direction: "right", timestamp: new Date("2023-02-17T04:23:56Z"), swipe_type: "thoughtful", duration_seconds: 173 },
            { id: 667, user_id: 234, target_user_id: 225, direction: "left", timestamp: new Date("2023-03-24T00:29:43Z"), swipe_type: "quick", duration_seconds: 208 },
            { id: 668, user_id: 54, target_user_id: 170, direction: "right", timestamp: new Date("2023-03-24T11:37:41Z"), swipe_type: "quick", duration_seconds: 127 },
            { id: 669, user_id: 251, target_user_id: 146, direction: "left", timestamp: new Date("2023-02-17T14:03:29Z"), swipe_type: "thoughtful", duration_seconds: 85 },
            { id: 670, user_id: 25, target_user_id: 72, direction: "right", timestamp: new Date("2023-02-14T08:21:31Z"), swipe_type: "thoughtful", duration_seconds: 147 },
            { id: 671, user_id: 218, target_user_id: 228, direction: "right", timestamp: new Date("2023-04-29T11:56:37Z"), swipe_type: "quick", duration_seconds: 162 },
            { id: 672, user_id: 47, target_user_id: 151, direction: "right", timestamp: new Date("2023-04-08T12:45:47Z"), swipe_type: "thoughtful", duration_seconds: 170 },
        ],
    });
    await prisma.messages.createMany({
        data: [
            { id: 1, swipe_id: 670, sender_id: 153, receiver_id: 131, content: "Flagged as partial. An operator reopened the delivery.", timestamp: new Date("2023-04-10T08:16:57Z"), message_type: "greeting", response_time_seconds: 2376 },
            { id: 2, swipe_id: 389, sender_id: 212, receiver_id: 181, content: "The customer reported an incomplete issue; the claim was reopened.", timestamp: new Date("2023-08-17T19:41:15Z"), message_type: "greeting", response_time_seconds: 1361 },
            { id: 3, swipe_id: 201, sender_id: 68, receiver_id: 174, content: "The team asked for a change and the account was replaced.", timestamp: new Date("2023-10-30T19:03:23Z"), message_type: "greeting", response_time_seconds: 1693 },
            { id: 4, swipe_id: 602, sender_id: 190, receiver_id: 97, content: "The delivery was delayed following a routine review.", timestamp: new Date("2023-07-23T12:47:34Z"), message_type: "question", response_time_seconds: 1949 },
            { id: 5, swipe_id: 338, sender_id: 137, receiver_id: 228, content: "A repeat follow-up: the invoice was delayed.", timestamp: new Date("2023-03-30T22:27:49Z"), message_type: "question", response_time_seconds: 2305 },
            { id: 6, swipe_id: 462, sender_id: 286, receiver_id: 249, content: "Flagged as unusual. The supplier processed the appointment.", timestamp: new Date("2023-09-14T15:33:31Z"), message_type: "greeting", response_time_seconds: 1077 },
            { id: 7, swipe_id: 430, sender_id: 147, receiver_id: 147, content: "A manual follow-up: the invoice was resolved.", timestamp: new Date("2023-04-07T20:41:31Z"), message_type: "greeting", response_time_seconds: 2164 },
            { id: 8, swipe_id: 505, sender_id: 216, receiver_id: 156, content: null, timestamp: new Date("2023-07-20T15:29:32Z"), message_type: "question", response_time_seconds: 2646 },
            { id: 9, swipe_id: 638, sender_id: 135, receiver_id: 222, content: "Support reported an urgent issue; the appointment was resolved.", timestamp: new Date("2023-02-18T20:37:51Z"), message_type: "compliment", response_time_seconds: 1741 },
            { id: 10, swipe_id: 118, sender_id: 168, receiver_id: 96, content: "The ticket was completed after a late check.", timestamp: new Date("2023-06-23T17:07:29Z"), message_type: "question", response_time_seconds: 1995 },
            { id: 11, swipe_id: 559, sender_id: 233, receiver_id: 300, content: "An incomplete payment was replaced the same day.", timestamp: new Date("2023-07-08T10:55:03Z"), message_type: "question", response_time_seconds: 2248 },
            { id: 12, swipe_id: 68, sender_id: 99, receiver_id: 14, content: "No response from an operator, so the item was rejected.", timestamp: new Date("2023-03-23T18:34:35Z"), message_type: "compliment", response_time_seconds: 1324 },
            { id: 13, swipe_id: 429, sender_id: 205, receiver_id: 250, content: null, timestamp: new Date("2023-10-26T10:30:30Z"), message_type: "question", response_time_seconds: 2287 },
            { id: 14, swipe_id: 319, sender_id: 260, receiver_id: 296, content: "Flagged as repeat. The supplier escalated the account.", timestamp: null, message_type: "compliment", response_time_seconds: 2298 },
            { id: 15, swipe_id: 187, sender_id: 175, receiver_id: 246, content: "No response from support, so the order was delayed.", timestamp: null, message_type: "greeting", response_time_seconds: 1958 },
            { id: 16, swipe_id: 529, sender_id: 151, receiver_id: 91, content: "The item was approved — incomplete case, no further action.", timestamp: new Date("2023-10-02T17:16:33Z"), message_type: "greeting", response_time_seconds: 1513 },
            { id: 17, swipe_id: 351, sender_id: 171, receiver_id: 145, content: "The booking was confirmed after an incomplete check.", timestamp: new Date("2023-10-21T10:13:54Z"), message_type: "compliment", response_time_seconds: 1098 },
            { id: 18, swipe_id: 352, sender_id: 93, receiver_id: 159, content: "The account owner asked for a change and the record was reopened.", timestamp: new Date("2023-06-25T19:19:22Z"), message_type: "question", response_time_seconds: 2297 },
            { id: 19, swipe_id: 246, sender_id: 23, receiver_id: 247, content: "The account owner confirmed the details and the item was closed.", timestamp: new Date("2023-04-11T10:38:12Z"), message_type: "question", response_time_seconds: 1966 },
            { id: 20, swipe_id: 40, sender_id: 65, receiver_id: 248, content: "No response from the team, so the refund was cancelled.", timestamp: new Date("2023-09-13T11:14:50Z"), message_type: "greeting", response_time_seconds: 1152 },
            { id: 21, swipe_id: 571, sender_id: 77, receiver_id: 197, content: "The courier reported a routine issue; the report was processed.", timestamp: new Date("2023-08-01T13:37:02Z"), message_type: "question", response_time_seconds: 888 },
            { id: 22, swipe_id: 463, sender_id: 46, receiver_id: 66, content: "No response from an operator, so the document was escalated.", timestamp: new Date("2023-01-22T13:46:19Z"), message_type: "question", response_time_seconds: 2432 },
            { id: 23, swipe_id: 589, sender_id: 31, receiver_id: 87, content: "The report was escalated following a partial review.", timestamp: new Date("2023-10-15T11:00:42Z"), message_type: "greeting", response_time_seconds: 1749 },
            { id: 24, swipe_id: 340, sender_id: 213, receiver_id: 180, content: "An operator reported a partial issue; the booking was replaced.", timestamp: new Date("2023-11-22T05:35:08Z"), message_type: "greeting", response_time_seconds: 2444 },
            { id: 25, swipe_id: 3, sender_id: 209, receiver_id: 296, content: "A manual follow-up: the record was rescheduled.", timestamp: new Date("2023-12-24T12:51:48Z"), message_type: "greeting", response_time_seconds: 1838 },
            { id: 26, swipe_id: 241, sender_id: 235, receiver_id: 144, content: "A routine shipment was replaced the same day.", timestamp: new Date("2023-10-04T15:20:58Z"), message_type: "question", response_time_seconds: 1358 },
            { id: 27, swipe_id: 429, sender_id: 275, receiver_id: 96, content: "An unusual record was rejected the same day.", timestamp: new Date("2023-04-29T22:47:34Z"), message_type: "greeting", response_time_seconds: 1422 },
            { id: 28, swipe_id: 411, sender_id: 293, receiver_id: 84, content: null, timestamp: new Date("2023-11-24T09:42:43Z"), message_type: "compliment", response_time_seconds: 700 },
            { id: 29, swipe_id: 268, sender_id: 2, receiver_id: 72, content: "The reviewer confirmed the details and the request was refunded.", timestamp: new Date("2023-11-30T15:19:02Z"), message_type: "greeting", response_time_seconds: 1824 },
            { id: 30, swipe_id: 430, sender_id: 120, receiver_id: 101, content: null, timestamp: new Date("2023-02-18T19:06:52Z"), message_type: "greeting", response_time_seconds: 2771 },
            { id: 31, swipe_id: 422, sender_id: 238, receiver_id: 209, content: "Support reported an incomplete issue; the booking was resolved.", timestamp: new Date("2023-07-16T22:46:50Z"), message_type: "greeting", response_time_seconds: 857 },
            { id: 32, swipe_id: 422, sender_id: 165, receiver_id: 198, content: "The transfer was replaced following an automatic review.", timestamp: new Date("2023-08-26T16:53:48Z"), message_type: "question", response_time_seconds: 1154 },
            { id: 33, swipe_id: 317, sender_id: 230, receiver_id: 259, content: "The account was approved after a manual check.", timestamp: new Date("2023-12-18T22:03:44Z"), message_type: "greeting", response_time_seconds: 2276 },
            { id: 34, swipe_id: 430, sender_id: 277, receiver_id: 214, content: "No response from an operator, so the order was cancelled.", timestamp: new Date("2023-10-08T22:08:41Z"), message_type: "greeting", response_time_seconds: 1916 },
            { id: 35, swipe_id: 131, sender_id: 136, receiver_id: 71, content: "The account owner confirmed the details and the invoice was rejected.", timestamp: new Date("2023-12-18T21:02:32Z"), message_type: "compliment", response_time_seconds: 1824 },
            { id: 36, swipe_id: 303, sender_id: 230, receiver_id: 82, content: "The account owner confirmed the details and the ticket was rescheduled.", timestamp: new Date("2023-12-21T11:46:35Z"), message_type: "greeting", response_time_seconds: 941 },
            { id: 37, swipe_id: 187, sender_id: 235, receiver_id: 54, content: "The report was updated after a late check.", timestamp: new Date("2023-08-09T12:33:08Z"), message_type: "question", response_time_seconds: 2291 },
            { id: 38, swipe_id: 670, sender_id: 98, receiver_id: 251, content: "A partial follow-up: the delivery was updated.", timestamp: null, message_type: "question", response_time_seconds: 2031 },
            { id: 39, swipe_id: 245, sender_id: 201, receiver_id: 94, content: "The session was delayed — repeat case, no further action.", timestamp: new Date("2023-07-22T15:13:53Z"), message_type: "greeting", response_time_seconds: 1630 },
            { id: 40, swipe_id: 612, sender_id: 210, receiver_id: 277, content: null, timestamp: new Date("2023-11-07T16:04:25Z"), message_type: "greeting", response_time_seconds: 1532 },
            { id: 41, swipe_id: 254, sender_id: 5, receiver_id: 88, content: "The ticket was rejected following a standard review.", timestamp: new Date("2023-06-28T15:07:42Z"), message_type: "question", response_time_seconds: 2215 },
            { id: 42, swipe_id: 166, sender_id: 286, receiver_id: 121, content: "A standard follow-up: the document was rescheduled.", timestamp: new Date("2023-11-01T12:59:30Z"), message_type: "greeting", response_time_seconds: 1831 },
            { id: 43, swipe_id: 177, sender_id: 224, receiver_id: 150, content: "The report was completed — incomplete case, no further action.", timestamp: null, message_type: "compliment", response_time_seconds: 2461 },
            { id: 44, swipe_id: 36, sender_id: 156, receiver_id: 140, content: "An operator confirmed the details and the transfer was closed.", timestamp: new Date("2023-05-28T09:46:20Z"), message_type: "compliment", response_time_seconds: 1624 },
            { id: 45, swipe_id: 400, sender_id: 271, receiver_id: 241, content: "An incomplete session was completed the same day.", timestamp: new Date("2023-12-26T07:25:43Z"), message_type: "greeting", response_time_seconds: 1405 },
            { id: 46, swipe_id: 414, sender_id: 35, receiver_id: 209, content: "No response from the courier, so the appointment was reviewed.", timestamp: new Date("2023-12-02T23:27:58Z"), message_type: "greeting", response_time_seconds: 1865 },
            { id: 47, swipe_id: 275, sender_id: 79, receiver_id: 43, content: "Flagged as duplicate. The team refunded the record.", timestamp: new Date("2023-08-11T10:56:19Z"), message_type: "question", response_time_seconds: 1847 },
            { id: 48, swipe_id: 253, sender_id: 151, receiver_id: 260, content: "A repeat follow-up: the order was confirmed.", timestamp: null, message_type: "question", response_time_seconds: 1802 },
            { id: 49, swipe_id: 594, sender_id: 231, receiver_id: 208, content: "Flagged as urgent. The customer confirmed the ticket.", timestamp: new Date("2023-10-05T11:28:56Z"), message_type: "question", response_time_seconds: 1207 },
            { id: 50, swipe_id: 63, sender_id: 1, receiver_id: 84, content: "The ticket was rescheduled following a routine review.", timestamp: new Date("2023-01-31T11:33:29Z"), message_type: "compliment", response_time_seconds: 2106 },
            { id: 51, swipe_id: 421, sender_id: 25, receiver_id: 112, content: "The customer confirmed the details and the booking was processed.", timestamp: new Date("2023-08-06T20:21:49Z"), message_type: "greeting", response_time_seconds: 2088 },
            { id: 52, swipe_id: 328, sender_id: 199, receiver_id: 226, content: null, timestamp: new Date("2023-04-22T15:00:34Z"), message_type: "question", response_time_seconds: 2658 },
            { id: 53, swipe_id: 16, sender_id: 154, receiver_id: 199, content: "An operator confirmed the details and the appointment was refunded.", timestamp: new Date("2023-12-02T14:02:07Z"), message_type: "greeting", response_time_seconds: 1294 },
            { id: 54, swipe_id: 406, sender_id: 8, receiver_id: 173, content: "The account owner confirmed the details and the refund was rescheduled.", timestamp: new Date("2023-08-07T13:32:22Z"), message_type: "compliment", response_time_seconds: 1397 },
            { id: 55, swipe_id: 167, sender_id: 37, receiver_id: 182, content: "The session was rejected following a routine review.", timestamp: new Date("2023-05-16T21:41:05Z"), message_type: "greeting", response_time_seconds: 1899 },
            { id: 56, swipe_id: 618, sender_id: 43, receiver_id: 247, content: "The document was replaced — repeat case, no further action.", timestamp: new Date("2023-11-21T06:51:50Z"), message_type: "greeting", response_time_seconds: 1661 },
            { id: 57, swipe_id: 401, sender_id: 96, receiver_id: 205, content: null, timestamp: new Date("2023-06-28T07:54:05Z"), message_type: "greeting", response_time_seconds: 756 },
            { id: 58, swipe_id: 518, sender_id: 191, receiver_id: 253, content: "An operator reported a repeat issue; the item was confirmed.", timestamp: new Date("2023-09-28T17:49:57Z"), message_type: "question", response_time_seconds: 2221 },
            { id: 59, swipe_id: 529, sender_id: 109, receiver_id: 120, content: "The session was rescheduled following an automatic review.", timestamp: new Date("2023-09-30T02:26:15Z"), message_type: "greeting", response_time_seconds: 1848 },
            { id: 60, swipe_id: 536, sender_id: 5, receiver_id: 248, content: "The customer confirmed the details and the document was resolved.", timestamp: new Date("2023-07-17T17:52:20Z"), message_type: "greeting", response_time_seconds: 1954 },
            { id: 61, swipe_id: 363, sender_id: 230, receiver_id: 161, content: "Support confirmed the details and the claim was confirmed.", timestamp: new Date("2023-12-12T15:59:57Z"), message_type: "question", response_time_seconds: 508 },
            { id: 62, swipe_id: 543, sender_id: 289, receiver_id: 148, content: "The session was closed following an unusual review.", timestamp: new Date("2023-05-11T16:01:10Z"), message_type: "greeting", response_time_seconds: 912 },
            { id: 63, swipe_id: 523, sender_id: 225, receiver_id: 176, content: "No response from the account owner, so the booking was replaced.", timestamp: new Date("2023-01-26T23:39:03Z"), message_type: "greeting", response_time_seconds: 1565 },
            { id: 64, swipe_id: 157, sender_id: 237, receiver_id: 19, content: "The refund was replaced following an automatic review.", timestamp: new Date("2023-08-10T14:27:11Z"), message_type: "question", response_time_seconds: 1824 },
            { id: 65, swipe_id: 198, sender_id: 95, receiver_id: 70, content: "A duplicate follow-up: the account was refunded.", timestamp: new Date("2023-07-31T09:04:55Z"), message_type: "question", response_time_seconds: 2414 },
            { id: 66, swipe_id: 275, sender_id: 284, receiver_id: 96, content: "The team asked for a change and the payment was escalated.", timestamp: new Date("2023-12-21T17:01:44Z"), message_type: "question", response_time_seconds: 1793 },
            { id: 67, swipe_id: 670, sender_id: 234, receiver_id: 259, content: "The courier asked for a change and the transfer was cancelled.", timestamp: new Date("2023-10-11T17:20:52Z"), message_type: "question", response_time_seconds: 2035 },
            { id: 68, swipe_id: 217, sender_id: 65, receiver_id: 92, content: "The shipment was escalated — incomplete case, no further action.", timestamp: new Date("2023-08-25T19:03:58Z"), message_type: "greeting", response_time_seconds: 817 },
            { id: 69, swipe_id: 363, sender_id: 144, receiver_id: 111, content: "A partial follow-up: the appointment was refunded.", timestamp: new Date("2023-11-21T20:12:34Z"), message_type: "greeting", response_time_seconds: 1857 },
            { id: 70, swipe_id: 367, sender_id: 24, receiver_id: 2, content: "An urgent follow-up: the session was rejected.", timestamp: new Date("2023-12-26T17:12:15Z"), message_type: "greeting", response_time_seconds: 2469 },
            { id: 71, swipe_id: 232, sender_id: 139, receiver_id: 139, content: "The reviewer confirmed the details and the transfer was escalated.", timestamp: new Date("2023-10-21T12:25:53Z"), message_type: "compliment", response_time_seconds: 1973 },
            { id: 72, swipe_id: 348, sender_id: 74, receiver_id: 47, content: "The order was completed — automatic case, no further action.", timestamp: new Date("2023-01-27T20:40:50Z"), message_type: "compliment", response_time_seconds: 1446 },
            { id: 73, swipe_id: 334, sender_id: 53, receiver_id: 138, content: "Flagged as repeat. The supplier closed the transfer.", timestamp: null, message_type: "compliment", response_time_seconds: 1135 },
            { id: 74, swipe_id: 161, sender_id: 217, receiver_id: 167, content: null, timestamp: new Date("2023-04-15T22:06:06Z"), message_type: "greeting", response_time_seconds: 929 },
            { id: 75, swipe_id: 197, sender_id: 235, receiver_id: 12, content: "The appointment was escalated following a duplicate review.", timestamp: new Date("2023-11-08T19:43:51Z"), message_type: "greeting", response_time_seconds: 2730 },
            { id: 76, swipe_id: 490, sender_id: 217, receiver_id: 28, content: "Flagged as unusual. The courier closed the refund.", timestamp: new Date("2023-05-24T10:41:27Z"), message_type: "compliment", response_time_seconds: 1533 },
            { id: 77, swipe_id: 340, sender_id: 12, receiver_id: 73, content: "An operator confirmed the details and the claim was replaced.", timestamp: new Date("2023-10-03T13:21:17Z"), message_type: "compliment", response_time_seconds: 1361 },
            { id: 78, swipe_id: 580, sender_id: 149, receiver_id: 76, content: null, timestamp: new Date("2023-08-04T11:13:34Z"), message_type: "greeting", response_time_seconds: 2122 },
            { id: 79, swipe_id: 3, sender_id: 2, receiver_id: 21, content: "A late follow-up: the shipment was escalated.", timestamp: new Date("2023-08-26T19:36:06Z"), message_type: "greeting", response_time_seconds: 952 },
            { id: 80, swipe_id: 280, sender_id: 182, receiver_id: 246, content: "The invoice was reviewed following a repeat review.", timestamp: new Date("2023-03-02T12:08:36Z"), message_type: "greeting", response_time_seconds: 2220 },
            { id: 81, swipe_id: 14, sender_id: 146, receiver_id: 32, content: "The team confirmed the details and the ticket was resolved.", timestamp: new Date("2023-09-23T15:36:06Z"), message_type: "greeting", response_time_seconds: 1587 },
            { id: 82, swipe_id: 574, sender_id: 96, receiver_id: 141, content: "The reviewer confirmed the details and the ticket was processed.", timestamp: new Date("2023-04-07T11:45:29Z"), message_type: "greeting", response_time_seconds: 1225 },
            { id: 83, swipe_id: 95, sender_id: 33, receiver_id: 91, content: "Flagged as automatic. The reviewer reviewed the appointment.", timestamp: new Date("2023-12-20T17:04:15Z"), message_type: "compliment", response_time_seconds: 1713 },
            { id: 84, swipe_id: 131, sender_id: 32, receiver_id: 260, content: "The booking was closed after an unusual check.", timestamp: new Date("2023-03-22T20:28:17Z"), message_type: "greeting", response_time_seconds: 1574 },
            { id: 85, swipe_id: 603, sender_id: 290, receiver_id: 32, content: "The account owner confirmed the details and the record was delayed.", timestamp: new Date("2023-08-13T12:47:09Z"), message_type: "greeting", response_time_seconds: 1601 },
            { id: 86, swipe_id: 493, sender_id: 179, receiver_id: 192, content: "The booking was confirmed — incomplete case, no further action.", timestamp: new Date("2023-10-30T16:12:46Z"), message_type: "greeting", response_time_seconds: 1490 },
            { id: 87, swipe_id: 632, sender_id: 177, receiver_id: 225, content: "The claim was rejected after a standard check.", timestamp: null, message_type: "greeting", response_time_seconds: 1962 },
            { id: 88, swipe_id: 652, sender_id: 123, receiver_id: 253, content: null, timestamp: new Date("2023-10-24T18:14:50Z"), message_type: "question", response_time_seconds: 1982 },
            { id: 89, swipe_id: 511, sender_id: 31, receiver_id: 294, content: "The team reported a manual issue; the record was reviewed.", timestamp: new Date("2023-09-07T17:34:28Z"), message_type: "compliment", response_time_seconds: 2273 },
            { id: 90, swipe_id: 44, sender_id: 272, receiver_id: 293, content: "The courier asked for a change and the delivery was updated.", timestamp: new Date("2023-08-28T12:06:57Z"), message_type: "greeting", response_time_seconds: 470 },
            { id: 91, swipe_id: 373, sender_id: 281, receiver_id: 66, content: null, timestamp: new Date("2023-09-10T19:38:36Z"), message_type: "greeting", response_time_seconds: 2075 },
            { id: 92, swipe_id: 115, sender_id: 20, receiver_id: 3, content: "Flagged as automatic. An operator delayed the ticket.", timestamp: null, message_type: "greeting", response_time_seconds: 1398 },
            { id: 93, swipe_id: 44, sender_id: 95, receiver_id: 217, content: "Flagged as partial. The supplier escalated the refund.", timestamp: new Date("2023-12-18T13:29:22Z"), message_type: "question", response_time_seconds: 693 },
            { id: 94, swipe_id: 136, sender_id: 8, receiver_id: 110, content: "A partial claim was refunded the same day.", timestamp: new Date("2023-07-03T18:53:03Z"), message_type: "question", response_time_seconds: 1660 },
            { id: 95, swipe_id: 374, sender_id: 108, receiver_id: 110, content: "The account was resolved following a late review.", timestamp: new Date("2023-04-29T11:57:04Z"), message_type: "greeting", response_time_seconds: 2120 },
            { id: 96, swipe_id: 307, sender_id: 138, receiver_id: 124, content: "Flagged as standard. The supplier resolved the appointment.", timestamp: new Date("2023-11-30T20:28:56Z"), message_type: "greeting", response_time_seconds: 1996 },
            { id: 97, swipe_id: 15, sender_id: 178, receiver_id: 90, content: "The ticket was delayed after a minor check.", timestamp: new Date("2023-01-15T17:13:28Z"), message_type: "question", response_time_seconds: 1636 },
            { id: 98, swipe_id: 501, sender_id: 262, receiver_id: 128, content: "Flagged as incomplete. The account owner replaced the ticket.", timestamp: new Date("2023-10-06T21:08:34Z"), message_type: "greeting", response_time_seconds: 2551 },
            { id: 99, swipe_id: 468, sender_id: 102, receiver_id: 20, content: "Flagged as unusual. The courier completed the claim.", timestamp: new Date("2023-10-22T14:18:54Z"), message_type: "greeting", response_time_seconds: 1110 },
            { id: 100, swipe_id: 160, sender_id: 41, receiver_id: 230, content: "A minor follow-up: the shipment was replaced.", timestamp: new Date("2023-12-31T00:20:15Z"), message_type: "compliment", response_time_seconds: 581 },
            { id: 101, swipe_id: 157, sender_id: 181, receiver_id: 84, content: "The report was replaced following an automatic review.", timestamp: new Date("2023-04-12T16:06:34Z"), message_type: "greeting", response_time_seconds: 1443 },
            { id: 102, swipe_id: 419, sender_id: 186, receiver_id: 88, content: "A manual follow-up: the claim was resolved.", timestamp: new Date("2023-03-12T23:00:36Z"), message_type: "question", response_time_seconds: 1363 },
            { id: 103, swipe_id: 488, sender_id: 190, receiver_id: 263, content: "The account owner reported a partial issue; the ticket was refunded.", timestamp: new Date("2023-07-24T22:07:04Z"), message_type: "greeting", response_time_seconds: 2627 },
            { id: 104, swipe_id: 615, sender_id: 150, receiver_id: 36, content: "The session was delayed — repeat case, no further action.", timestamp: new Date("2023-06-01T12:15:22Z"), message_type: "question", response_time_seconds: 2045 },
            { id: 105, swipe_id: 559, sender_id: 231, receiver_id: 245, content: "Flagged as incomplete. The account owner processed the item.", timestamp: new Date("2023-12-19T23:00:46Z"), message_type: "greeting", response_time_seconds: 1351 },
            { id: 106, swipe_id: 353, sender_id: 184, receiver_id: 129, content: "A repeat order was completed the same day.", timestamp: null, message_type: "greeting", response_time_seconds: 2312 },
            { id: 107, swipe_id: 556, sender_id: 208, receiver_id: 190, content: "The customer asked for a change and the record was approved.", timestamp: new Date("2023-09-04T10:58:36Z"), message_type: "greeting", response_time_seconds: 2119 },
            { id: 108, swipe_id: 292, sender_id: 208, receiver_id: 286, content: "Support reported a repeat issue; the claim was closed.", timestamp: new Date("2023-07-24T21:17:58Z"), message_type: "greeting", response_time_seconds: 1041 },
            { id: 109, swipe_id: 93, sender_id: 174, receiver_id: 35, content: "A routine follow-up: the shipment was cancelled.", timestamp: new Date("2023-10-01T18:08:33Z"), message_type: "question", response_time_seconds: 1595 },
            { id: 110, swipe_id: 667, sender_id: 178, receiver_id: 208, content: "Flagged as incomplete. Support updated the appointment.", timestamp: new Date("2023-12-16T14:19:40Z"), message_type: "greeting", response_time_seconds: 1471 },
            { id: 111, swipe_id: 292, sender_id: 48, receiver_id: 265, content: "The delivery was rescheduled after a duplicate check.", timestamp: new Date("2023-08-29T17:24:10Z"), message_type: "question", response_time_seconds: 2043 },
            { id: 112, swipe_id: 176, sender_id: 290, receiver_id: 235, content: "No response from the supplier, so the claim was replaced.", timestamp: new Date("2023-08-14T11:55:39Z"), message_type: "question", response_time_seconds: 1555 },
            { id: 113, swipe_id: 463, sender_id: 199, receiver_id: 18, content: "The account was delayed following an incomplete review.", timestamp: new Date("2023-06-01T20:51:54Z"), message_type: "greeting", response_time_seconds: 1028 },
            { id: 114, swipe_id: 126, sender_id: 247, receiver_id: 174, content: "The team asked for a change and the payment was cancelled.", timestamp: new Date("2023-11-09T09:34:22Z"), message_type: "question", response_time_seconds: 2322 },
            { id: 115, swipe_id: 137, sender_id: 225, receiver_id: 264, content: "The team confirmed the details and the delivery was approved.", timestamp: new Date("2023-08-21T16:35:53Z"), message_type: "compliment", response_time_seconds: 1777 },
            { id: 116, swipe_id: 16, sender_id: 55, receiver_id: 174, content: null, timestamp: new Date("2023-08-17T21:48:12Z"), message_type: "greeting", response_time_seconds: 1350 },
            { id: 117, swipe_id: 498, sender_id: 112, receiver_id: 148, content: "The team asked for a change and the invoice was delayed.", timestamp: new Date("2023-04-23T01:32:47Z"), message_type: "greeting", response_time_seconds: 1825 },
            { id: 118, swipe_id: 417, sender_id: 216, receiver_id: 172, content: "The reviewer asked for a change and the report was approved.", timestamp: new Date("2023-01-10T09:54:49Z"), message_type: "greeting", response_time_seconds: 1895 },
            { id: 119, swipe_id: 173, sender_id: 113, receiver_id: 123, content: "No response from the courier, so the session was closed.", timestamp: new Date("2023-11-03T13:25:35Z"), message_type: "compliment", response_time_seconds: 2516 },
            { id: 120, swipe_id: 96, sender_id: 148, receiver_id: 129, content: "The report was replaced after a duplicate check.", timestamp: new Date("2023-11-27T20:54:33Z"), message_type: "question", response_time_seconds: 1253 },
            { id: 121, swipe_id: 47, sender_id: 47, receiver_id: 299, content: "The booking was rescheduled — repeat case, no further action.", timestamp: new Date("2023-12-25T13:10:32Z"), message_type: "greeting", response_time_seconds: 1206 },
            { id: 122, swipe_id: 138, sender_id: 211, receiver_id: 102, content: "No response from the reviewer, so the record was rejected.", timestamp: new Date("2023-05-24T16:31:44Z"), message_type: "greeting", response_time_seconds: 1807 },
            { id: 123, swipe_id: 628, sender_id: 259, receiver_id: 87, content: "The supplier asked for a change and the payment was reopened.", timestamp: new Date("2023-09-07T15:18:49Z"), message_type: "question", response_time_seconds: 1376 },
            { id: 124, swipe_id: 4, sender_id: 253, receiver_id: 113, content: "The shipment was replaced following an incomplete review.", timestamp: new Date("2023-07-25T19:55:46Z"), message_type: "greeting", response_time_seconds: 1925 },
            { id: 125, swipe_id: 188, sender_id: 150, receiver_id: 87, content: null, timestamp: new Date("2023-02-03T17:23:35Z"), message_type: "compliment", response_time_seconds: 1647 },
            { id: 126, swipe_id: 338, sender_id: 141, receiver_id: 137, content: null, timestamp: null, message_type: "compliment", response_time_seconds: 2394 },
            { id: 127, swipe_id: 319, sender_id: 179, receiver_id: 127, content: "Support reported a manual issue; the account was resolved.", timestamp: new Date("2023-04-06T09:49:34Z"), message_type: "greeting", response_time_seconds: 1961 },
            { id: 128, swipe_id: 489, sender_id: 71, receiver_id: 40, content: "A manual shipment was rescheduled the same day.", timestamp: new Date("2023-07-03T15:36:44Z"), message_type: "question", response_time_seconds: 2127 },
            { id: 129, swipe_id: 610, sender_id: 185, receiver_id: 107, content: "The account was refunded after a standard check.", timestamp: new Date("2023-08-30T19:52:50Z"), message_type: "greeting", response_time_seconds: 1529 },
            { id: 130, swipe_id: 363, sender_id: 185, receiver_id: 270, content: "The document was escalated — routine case, no further action.", timestamp: new Date("2023-07-11T10:21:40Z"), message_type: "compliment", response_time_seconds: 1707 },
            { id: 131, swipe_id: 323, sender_id: 154, receiver_id: 175, content: "A repeat follow-up: the claim was resolved.", timestamp: new Date("2023-09-29T21:17:32Z"), message_type: "question", response_time_seconds: 1364 },
            { id: 132, swipe_id: 218, sender_id: 126, receiver_id: 203, content: "The session was processed after a late check.", timestamp: new Date("2023-09-17T11:32:48Z"), message_type: "greeting", response_time_seconds: 1485 },
            { id: 133, swipe_id: 668, sender_id: 289, receiver_id: 208, content: null, timestamp: new Date("2023-09-25T17:48:33Z"), message_type: "question", response_time_seconds: 1425 },
            { id: 134, swipe_id: 283, sender_id: 286, receiver_id: 129, content: "The record was closed — urgent case, no further action.", timestamp: new Date("2023-09-09T00:07:50Z"), message_type: "greeting", response_time_seconds: 1598 },
            { id: 135, swipe_id: 377, sender_id: 166, receiver_id: 13, content: "The booking was rescheduled following a standard review.", timestamp: new Date("2023-11-18T13:44:41Z"), message_type: "greeting", response_time_seconds: 1473 },
            { id: 136, swipe_id: 149, sender_id: 16, receiver_id: 249, content: "The session was replaced after a manual check.", timestamp: new Date("2023-09-28T11:07:39Z"), message_type: "greeting", response_time_seconds: 2197 },
            { id: 137, swipe_id: 499, sender_id: 53, receiver_id: 207, content: "The courier asked for a change and the shipment was resolved.", timestamp: null, message_type: "question", response_time_seconds: 1895 },
            { id: 138, swipe_id: 512, sender_id: 231, receiver_id: 44, content: "An unusual session was refunded the same day.", timestamp: new Date("2023-04-16T12:51:26Z"), message_type: "greeting", response_time_seconds: 2163 },
            { id: 139, swipe_id: 512, sender_id: 121, receiver_id: 156, content: "Flagged as partial. The supplier escalated the transfer.", timestamp: new Date("2023-12-22T22:36:13Z"), message_type: "greeting", response_time_seconds: 1597 },
            { id: 140, swipe_id: 156, sender_id: 66, receiver_id: 226, content: "Support reported a minor issue; the payment was approved.", timestamp: new Date("2023-05-16T20:19:13Z"), message_type: "greeting", response_time_seconds: 1870 },
            { id: 141, swipe_id: 179, sender_id: 261, receiver_id: 128, content: "A manual account was completed the same day.", timestamp: new Date("2023-08-23T16:46:30Z"), message_type: "question", response_time_seconds: 2626 },
            { id: 142, swipe_id: 352, sender_id: 222, receiver_id: 298, content: "The ticket was reviewed following a repeat review.", timestamp: new Date("2023-10-25T13:52:48Z"), message_type: "greeting", response_time_seconds: 1329 },
            { id: 143, swipe_id: 143, sender_id: 42, receiver_id: 47, content: "The account owner confirmed the details and the appointment was delayed.", timestamp: new Date("2023-03-24T12:17:08Z"), message_type: "greeting", response_time_seconds: 2126 },
            { id: 144, swipe_id: 474, sender_id: 97, receiver_id: 4, content: "An incomplete follow-up: the transfer was confirmed.", timestamp: new Date("2023-09-29T15:02:53Z"), message_type: "question", response_time_seconds: 1646 },
            { id: 145, swipe_id: 243, sender_id: 94, receiver_id: 147, content: "The courier confirmed the details and the record was refunded.", timestamp: new Date("2023-10-05T15:59:23Z"), message_type: "greeting", response_time_seconds: 1719 },
            { id: 146, swipe_id: 394, sender_id: 68, receiver_id: 8, content: "The request was replaced after an incomplete check.", timestamp: new Date("2023-08-25T08:48:31Z"), message_type: "greeting", response_time_seconds: 2379 },
            { id: 147, swipe_id: 61, sender_id: 69, receiver_id: 212, content: null, timestamp: new Date("2023-12-02T18:24:44Z"), message_type: "greeting", response_time_seconds: 1415 },
            { id: 148, swipe_id: 221, sender_id: 234, receiver_id: 132, content: "The customer reported a routine issue; the refund was resolved.", timestamp: new Date("2023-06-19T08:34:30Z"), message_type: "greeting", response_time_seconds: 719 },
            { id: 149, swipe_id: 506, sender_id: 84, receiver_id: 299, content: "The account owner confirmed the details and the item was reviewed.", timestamp: null, message_type: "greeting", response_time_seconds: 2021 },
            { id: 150, swipe_id: 539, sender_id: 271, receiver_id: 112, content: "The reviewer reported a partial issue; the item was escalated.", timestamp: new Date("2023-07-27T19:40:19Z"), message_type: "greeting", response_time_seconds: 1709 },
            { id: 151, swipe_id: 610, sender_id: 206, receiver_id: 241, content: null, timestamp: new Date("2023-10-23T13:35:35Z"), message_type: "compliment", response_time_seconds: 2911 },
            { id: 152, swipe_id: 317, sender_id: 259, receiver_id: 249, content: "A routine invoice was completed the same day.", timestamp: new Date("2023-07-06T15:33:45Z"), message_type: "greeting", response_time_seconds: 2510 },
            { id: 153, swipe_id: 14, sender_id: 126, receiver_id: 217, content: "The supplier asked for a change and the delivery was reopened.", timestamp: new Date("2023-11-15T11:57:53Z"), message_type: "greeting", response_time_seconds: 1596 },
            { id: 154, swipe_id: 409, sender_id: 95, receiver_id: 267, content: "The reviewer confirmed the details and the report was approved.", timestamp: null, message_type: "greeting", response_time_seconds: 1984 },
            { id: 155, swipe_id: 518, sender_id: 34, receiver_id: 102, content: "Flagged as standard. The courier replaced the booking.", timestamp: new Date("2023-08-16T20:33:02Z"), message_type: "question", response_time_seconds: 1316 },
            { id: 156, swipe_id: 310, sender_id: 151, receiver_id: 280, content: "The account owner reported a duplicate issue; the transfer was processed.", timestamp: new Date("2023-09-02T11:20:11Z"), message_type: "greeting", response_time_seconds: 1796 },
            { id: 157, swipe_id: 286, sender_id: 281, receiver_id: 11, content: "The appointment was replaced following a duplicate review.", timestamp: new Date("2023-02-18T11:26:26Z"), message_type: "greeting", response_time_seconds: 1170 },
            { id: 158, swipe_id: 148, sender_id: 25, receiver_id: 299, content: "Flagged as duplicate. The customer closed the payment.", timestamp: null, message_type: "greeting", response_time_seconds: 1904 },
            { id: 159, swipe_id: 10, sender_id: 86, receiver_id: 89, content: "A late follow-up: the item was delayed.", timestamp: new Date("2023-06-14T08:59:41Z"), message_type: "question", response_time_seconds: 2283 },
            { id: 160, swipe_id: 490, sender_id: 40, receiver_id: 48, content: "The supplier confirmed the details and the item was replaced.", timestamp: new Date("2023-05-14T09:26:51Z"), message_type: "greeting", response_time_seconds: 1963 },
            { id: 161, swipe_id: 216, sender_id: 266, receiver_id: 77, content: "Flagged as urgent. The account owner escalated the report.", timestamp: new Date("2023-11-05T10:13:08Z"), message_type: "greeting", response_time_seconds: 1968 },
            { id: 162, swipe_id: 388, sender_id: 292, receiver_id: 108, content: "The item was reviewed following a manual review.", timestamp: new Date("2023-10-07T15:16:47Z"), message_type: "question", response_time_seconds: 945 },
            { id: 163, swipe_id: 602, sender_id: 108, receiver_id: 113, content: "No response from the customer, so the claim was resolved.", timestamp: new Date("2023-05-27T18:44:39Z"), message_type: "compliment", response_time_seconds: 1839 },
            { id: 164, swipe_id: 86, sender_id: 299, receiver_id: 225, content: "Flagged as duplicate. The customer closed the booking.", timestamp: new Date("2023-03-02T10:15:26Z"), message_type: "question", response_time_seconds: 1170 },
            { id: 165, swipe_id: 599, sender_id: 195, receiver_id: 36, content: "The supplier reported a late issue; the booking was rejected.", timestamp: new Date("2023-11-19T16:00:42Z"), message_type: "greeting", response_time_seconds: 1642 },
            { id: 166, swipe_id: 282, sender_id: 290, receiver_id: 75, content: null, timestamp: new Date("2023-12-13T08:07:33Z"), message_type: "compliment", response_time_seconds: 893 },
            { id: 167, swipe_id: 41, sender_id: 17, receiver_id: 215, content: "Support confirmed the details and the refund was delayed.", timestamp: new Date("2023-08-28T16:06:15Z"), message_type: "greeting", response_time_seconds: 1847 },
            { id: 168, swipe_id: 645, sender_id: 150, receiver_id: 72, content: "The record was approved following a late review.", timestamp: new Date("2023-10-18T12:23:50Z"), message_type: "question", response_time_seconds: 2489 },
            { id: 169, swipe_id: 443, sender_id: 239, receiver_id: 5, content: "A late follow-up: the transfer was rescheduled.", timestamp: new Date("2023-08-09T06:30:10Z"), message_type: "greeting", response_time_seconds: 1882 },
            { id: 170, swipe_id: 148, sender_id: 281, receiver_id: 3, content: "Flagged as automatic. The reviewer resolved the record.", timestamp: new Date("2023-02-07T14:02:54Z"), message_type: "question", response_time_seconds: 1410 },
            { id: 171, swipe_id: 103, sender_id: 203, receiver_id: 291, content: "The item was rescheduled following an incomplete review.", timestamp: new Date("2023-02-02T11:00:44Z"), message_type: "question", response_time_seconds: 1993 },
            { id: 172, swipe_id: 401, sender_id: 248, receiver_id: 196, content: "The courier confirmed the details and the ticket was processed.", timestamp: new Date("2023-10-24T14:24:54Z"), message_type: "question", response_time_seconds: 1713 },
            { id: 173, swipe_id: 457, sender_id: 132, receiver_id: 80, content: "The claim was reopened — manual case, no further action.", timestamp: new Date("2023-06-03T20:13:48Z"), message_type: "greeting", response_time_seconds: 1801 },
            { id: 174, swipe_id: 603, sender_id: 99, receiver_id: 226, content: "The claim was refunded following an unusual review.", timestamp: new Date("2023-12-04T12:06:49Z"), message_type: "question", response_time_seconds: 2111 },
            { id: 175, swipe_id: 506, sender_id: 90, receiver_id: 33, content: null, timestamp: new Date("2023-05-30T20:59:16Z"), message_type: "compliment", response_time_seconds: 1636 },
            { id: 176, swipe_id: 507, sender_id: 22, receiver_id: 221, content: null, timestamp: new Date("2023-07-13T18:56:19Z"), message_type: "greeting", response_time_seconds: 2670 },
            { id: 177, swipe_id: 245, sender_id: 158, receiver_id: 286, content: "The account owner asked for a change and the booking was processed.", timestamp: new Date("2023-11-27T19:23:29Z"), message_type: "greeting", response_time_seconds: 1557 },
            { id: 178, swipe_id: 409, sender_id: 65, receiver_id: 11, content: "The invoice was reviewed — standard case, no further action.", timestamp: new Date("2023-12-26T20:02:36Z"), message_type: "greeting", response_time_seconds: 751 },
            { id: 179, swipe_id: 56, sender_id: 289, receiver_id: 231, content: "The payment was reopened — minor case, no further action.", timestamp: new Date("2023-02-02T18:53:41Z"), message_type: "question", response_time_seconds: 1502 },
            { id: 180, swipe_id: 124, sender_id: 82, receiver_id: 138, content: "A minor appointment was rescheduled the same day.", timestamp: null, message_type: "greeting", response_time_seconds: 1959 },
            { id: 181, swipe_id: 173, sender_id: 248, receiver_id: 159, content: "Flagged as urgent. The supplier reopened the transfer.", timestamp: null, message_type: "greeting", response_time_seconds: 1876 },
            { id: 182, swipe_id: 219, sender_id: 160, receiver_id: 11, content: "A manual record was refunded the same day.", timestamp: new Date("2023-09-15T18:04:55Z"), message_type: "question", response_time_seconds: 1766 },
            { id: 183, swipe_id: 633, sender_id: 131, receiver_id: 57, content: "Flagged as partial. The reviewer reviewed the shipment.", timestamp: new Date("2023-08-02T07:47:55Z"), message_type: "compliment", response_time_seconds: 2130 },
            { id: 184, swipe_id: 365, sender_id: 243, receiver_id: 75, content: "Flagged as incomplete. The supplier confirmed the refund.", timestamp: new Date("2023-06-22T21:24:04Z"), message_type: "compliment", response_time_seconds: 1722 },
            { id: 185, swipe_id: 10, sender_id: 107, receiver_id: 7, content: "The customer confirmed the details and the order was escalated.", timestamp: new Date("2023-06-14T13:40:06Z"), message_type: "question", response_time_seconds: 2004 },
            { id: 186, swipe_id: 379, sender_id: 17, receiver_id: 217, content: "No response from the courier, so the appointment was completed.", timestamp: new Date("2023-10-06T19:47:07Z"), message_type: "compliment", response_time_seconds: 2966 },
            { id: 187, swipe_id: 113, sender_id: 133, receiver_id: 255, content: "A manual transfer was resolved the same day.", timestamp: new Date("2023-01-28T19:30:09Z"), message_type: "greeting", response_time_seconds: 1445 },
            { id: 188, swipe_id: 312, sender_id: 20, receiver_id: 176, content: "An operator confirmed the details and the invoice was confirmed.", timestamp: null, message_type: "greeting", response_time_seconds: 2417 },
            { id: 189, swipe_id: 172, sender_id: 187, receiver_id: 195, content: "A routine transfer was completed the same day.", timestamp: new Date("2023-10-28T10:43:57Z"), message_type: "compliment", response_time_seconds: 1278 },
            { id: 190, swipe_id: 41, sender_id: 79, receiver_id: 298, content: "A routine follow-up: the item was cancelled.", timestamp: new Date("2023-08-04T12:31:38Z"), message_type: "question", response_time_seconds: 1458 },
            { id: 191, swipe_id: 247, sender_id: 57, receiver_id: 154, content: "The session was updated — repeat case, no further action.", timestamp: new Date("2023-12-24T23:11:56Z"), message_type: "greeting", response_time_seconds: 1684 },
            { id: 192, swipe_id: 78, sender_id: 91, receiver_id: 71, content: "No response from the account owner, so the document was completed.", timestamp: new Date("2023-11-08T10:21:10Z"), message_type: "greeting", response_time_seconds: 1238 },
            { id: 193, swipe_id: 466, sender_id: 7, receiver_id: 281, content: "Flagged as partial. Support reviewed the order.", timestamp: new Date("2023-10-01T21:07:43Z"), message_type: "greeting", response_time_seconds: 1327 },
            { id: 194, swipe_id: 1, sender_id: 124, receiver_id: 122, content: "Flagged as late. The supplier reviewed the account.", timestamp: new Date("2023-06-30T19:12:02Z"), message_type: "question", response_time_seconds: 2328 },
            { id: 195, swipe_id: 439, sender_id: 233, receiver_id: 209, content: null, timestamp: new Date("2023-12-18T00:20:20Z"), message_type: "greeting", response_time_seconds: 1525 },
            { id: 196, swipe_id: 263, sender_id: 221, receiver_id: 277, content: null, timestamp: new Date("2023-06-05T20:19:30Z"), message_type: "greeting", response_time_seconds: 2297 },
            { id: 197, swipe_id: 185, sender_id: 159, receiver_id: 219, content: null, timestamp: new Date("2023-11-25T16:00:39Z"), message_type: "compliment", response_time_seconds: 1795 },
            { id: 198, swipe_id: 188, sender_id: 20, receiver_id: 26, content: "The account was reopened — partial case, no further action.", timestamp: new Date("2023-09-11T20:17:17Z"), message_type: "greeting", response_time_seconds: 1452 },
            { id: 199, swipe_id: 582, sender_id: 99, receiver_id: 42, content: "The transfer was processed after a routine check.", timestamp: new Date("2023-06-20T21:57:44Z"), message_type: "compliment", response_time_seconds: 710 },
            { id: 200, swipe_id: 32, sender_id: 102, receiver_id: 23, content: "No response from the account owner, so the transfer was cancelled.", timestamp: new Date("2023-09-21T16:17:35Z"), message_type: "greeting", response_time_seconds: 2080 },
            { id: 201, swipe_id: 583, sender_id: 212, receiver_id: 235, content: "The invoice was updated after a duplicate check.", timestamp: new Date("2023-01-22T13:28:13Z"), message_type: "greeting", response_time_seconds: 1379 },
            { id: 202, swipe_id: 249, sender_id: 150, receiver_id: 79, content: "Flagged as partial. The account owner rejected the record.", timestamp: new Date("2023-05-27T21:47:20Z"), message_type: "question", response_time_seconds: 1967 },
            { id: 203, swipe_id: 223, sender_id: 92, receiver_id: 82, content: "A partial follow-up: the document was closed.", timestamp: new Date("2023-10-23T09:35:10Z"), message_type: "greeting", response_time_seconds: 2030 },
            { id: 204, swipe_id: 483, sender_id: 219, receiver_id: 222, content: "An operator reported a duplicate issue; the claim was confirmed.", timestamp: new Date("2023-12-13T21:54:27Z"), message_type: "compliment", response_time_seconds: 954 },
            { id: 205, swipe_id: 115, sender_id: 107, receiver_id: 269, content: "The courier reported a duplicate issue; the shipment was confirmed.", timestamp: new Date("2023-02-13T21:31:40Z"), message_type: "question", response_time_seconds: 1752 },
            { id: 206, swipe_id: 659, sender_id: 138, receiver_id: 81, content: "The report was processed following an incomplete review.", timestamp: new Date("2023-11-24T19:16:54Z"), message_type: "question", response_time_seconds: 1476 },
            { id: 207, swipe_id: 5, sender_id: 286, receiver_id: 168, content: "The supplier confirmed the details and the ticket was updated.", timestamp: new Date("2023-05-20T22:38:40Z"), message_type: "greeting", response_time_seconds: 2266 },
            { id: 208, swipe_id: 170, sender_id: 295, receiver_id: 152, content: "The invoice was replaced following a partial review.", timestamp: null, message_type: "question", response_time_seconds: 1932 },
            { id: 209, swipe_id: 143, sender_id: 103, receiver_id: 113, content: "The courier asked for a change and the booking was reviewed.", timestamp: new Date("2023-04-14T04:29:21Z"), message_type: "compliment", response_time_seconds: 1726 },
            { id: 210, swipe_id: 243, sender_id: 110, receiver_id: 142, content: "The account owner reported an automatic issue; the record was escalated.", timestamp: new Date("2023-12-20T18:41:27Z"), message_type: "question", response_time_seconds: 1286 },
            { id: 211, swipe_id: 69, sender_id: 40, receiver_id: 55, content: "The booking was escalated following a manual review.", timestamp: new Date("2023-02-22T16:24:42Z"), message_type: "question", response_time_seconds: 990 },
            { id: 212, swipe_id: 216, sender_id: 30, receiver_id: 21, content: "The claim was rejected following a minor review.", timestamp: null, message_type: "question", response_time_seconds: 1671 },
            { id: 213, swipe_id: 371, sender_id: 282, receiver_id: 262, content: "An incomplete document was updated the same day.", timestamp: new Date("2023-06-29T21:00:27Z"), message_type: "compliment", response_time_seconds: 2527 },
            { id: 214, swipe_id: 547, sender_id: 264, receiver_id: 47, content: "The document was approved following an urgent review.", timestamp: new Date("2023-01-26T19:35:29Z"), message_type: "compliment", response_time_seconds: 1342 },
            { id: 215, swipe_id: 414, sender_id: 276, receiver_id: 50, content: "The order was completed — automatic case, no further action.", timestamp: new Date("2023-11-12T18:38:26Z"), message_type: "greeting", response_time_seconds: 1196 },
            { id: 216, swipe_id: 312, sender_id: 45, receiver_id: 278, content: "The courier reported an incomplete issue; the request was delayed.", timestamp: new Date("2023-05-04T20:39:07Z"), message_type: "compliment", response_time_seconds: 2264 },
            { id: 217, swipe_id: 658, sender_id: 258, receiver_id: 238, content: "Flagged as manual. The courier updated the transfer.", timestamp: new Date("2023-03-12T12:27:20Z"), message_type: "greeting", response_time_seconds: 2488 },
            { id: 218, swipe_id: 127, sender_id: 259, receiver_id: 275, content: "Flagged as duplicate. Support processed the session.", timestamp: new Date("2023-10-08T16:05:26Z"), message_type: "greeting", response_time_seconds: 2322 },
            { id: 219, swipe_id: 336, sender_id: 102, receiver_id: 11, content: "The request was replaced after a partial check.", timestamp: new Date("2023-10-28T22:38:13Z"), message_type: "greeting", response_time_seconds: 2510 },
            { id: 220, swipe_id: 228, sender_id: 126, receiver_id: 160, content: "Flagged as late. The customer delayed the appointment.", timestamp: new Date("2023-06-20T20:07:47Z"), message_type: "greeting", response_time_seconds: 2158 },
            { id: 221, swipe_id: 646, sender_id: 260, receiver_id: 154, content: null, timestamp: new Date("2023-12-27T10:28:47Z"), message_type: "greeting", response_time_seconds: 2303 },
            { id: 222, swipe_id: 656, sender_id: 124, receiver_id: 133, content: "The invoice was closed following a partial review.", timestamp: new Date("2023-08-18T08:15:37Z"), message_type: "question", response_time_seconds: 2414 },
            { id: 223, swipe_id: 632, sender_id: 252, receiver_id: 112, content: "The courier confirmed the details and the transfer was processed.", timestamp: new Date("2023-02-25T16:34:04Z"), message_type: "greeting", response_time_seconds: 2339 },
            { id: 224, swipe_id: 137, sender_id: 31, receiver_id: 252, content: "The invoice was resolved — incomplete case, no further action.", timestamp: new Date("2023-03-13T15:21:32Z"), message_type: "compliment", response_time_seconds: 1412 },
            { id: 225, swipe_id: 61, sender_id: 64, receiver_id: 122, content: "A late shipment was replaced the same day.", timestamp: new Date("2023-09-28T20:17:44Z"), message_type: "compliment", response_time_seconds: 1070 },
            { id: 226, swipe_id: 581, sender_id: 197, receiver_id: 36, content: "No response from the courier, so the shipment was escalated.", timestamp: new Date("2023-02-11T10:17:31Z"), message_type: "greeting", response_time_seconds: 2032 },
            { id: 227, swipe_id: 73, sender_id: 37, receiver_id: 206, content: "The item was refunded after an automatic check.", timestamp: new Date("2023-05-24T11:25:53Z"), message_type: "question", response_time_seconds: 1434 },
            { id: 228, swipe_id: 60, sender_id: 42, receiver_id: 55, content: "Flagged as unusual. The account owner closed the claim.", timestamp: new Date("2023-11-22T09:19:10Z"), message_type: "compliment", response_time_seconds: 1728 },
            { id: 229, swipe_id: 281, sender_id: 94, receiver_id: 141, content: "The account owner asked for a change and the payment was resolved.", timestamp: new Date("2023-09-27T22:22:15Z"), message_type: "greeting", response_time_seconds: 2487 },
            { id: 230, swipe_id: 268, sender_id: 212, receiver_id: 79, content: "The reviewer confirmed the details and the ticket was completed.", timestamp: new Date("2023-11-21T13:22:05Z"), message_type: "greeting", response_time_seconds: 1593 },
            { id: 231, swipe_id: 125, sender_id: 25, receiver_id: 168, content: "The invoice was rejected — minor case, no further action.", timestamp: new Date("2023-08-03T15:38:58Z"), message_type: "question", response_time_seconds: 1706 },
            { id: 232, swipe_id: 572, sender_id: 126, receiver_id: 224, content: "The item was completed following an urgent review.", timestamp: new Date("2023-09-14T19:43:35Z"), message_type: "compliment", response_time_seconds: 2029 },
            { id: 233, swipe_id: 417, sender_id: 5, receiver_id: 281, content: "A partial follow-up: the appointment was resolved.", timestamp: new Date("2023-06-17T13:34:25Z"), message_type: "greeting", response_time_seconds: 1714 },
            { id: 234, swipe_id: 442, sender_id: 282, receiver_id: 298, content: "A repeat payment was processed the same day.", timestamp: new Date("2023-08-28T01:33:06Z"), message_type: "question", response_time_seconds: 1065 },
            { id: 235, swipe_id: 612, sender_id: 89, receiver_id: 19, content: "Flagged as unusual. The customer processed the session.", timestamp: new Date("2023-11-19T21:55:02Z"), message_type: "compliment", response_time_seconds: 1453 },
            { id: 236, swipe_id: 599, sender_id: 106, receiver_id: 84, content: "The account was delayed — late case, no further action.", timestamp: new Date("2023-11-12T12:23:06Z"), message_type: "question", response_time_seconds: 2168 },
            { id: 237, swipe_id: 240, sender_id: 272, receiver_id: 180, content: "The record was escalated after a partial check.", timestamp: new Date("2023-01-10T19:00:40Z"), message_type: "greeting", response_time_seconds: 2177 },
            { id: 238, swipe_id: 630, sender_id: 252, receiver_id: 28, content: "The document was escalated following a partial review.", timestamp: new Date("2023-11-25T07:17:58Z"), message_type: "question", response_time_seconds: 1369 },
            { id: 239, swipe_id: 404, sender_id: 51, receiver_id: 30, content: "A late follow-up: the invoice was reopened.", timestamp: new Date("2023-03-23T19:59:27Z"), message_type: "greeting", response_time_seconds: 2446 },
            { id: 240, swipe_id: 223, sender_id: 172, receiver_id: 177, content: "The supplier reported a late issue; the payment was refunded.", timestamp: new Date("2023-01-09T18:46:22Z"), message_type: "greeting", response_time_seconds: 2530 },
            { id: 241, swipe_id: 178, sender_id: 95, receiver_id: 223, content: "An urgent shipment was rejected the same day.", timestamp: new Date("2023-09-30T14:07:51Z"), message_type: "greeting", response_time_seconds: 2558 },
            { id: 242, swipe_id: 373, sender_id: 274, receiver_id: 253, content: "No response from the team, so the request was resolved.", timestamp: new Date("2023-01-23T16:35:04Z"), message_type: "question", response_time_seconds: 2050 },
            { id: 243, swipe_id: 274, sender_id: 245, receiver_id: 47, content: "No response from the courier, so the booking was replaced.", timestamp: new Date("2023-12-12T13:35:38Z"), message_type: "question", response_time_seconds: 1083 },
            { id: 244, swipe_id: 129, sender_id: 231, receiver_id: 193, content: "An automatic follow-up: the request was escalated.", timestamp: null, message_type: "compliment", response_time_seconds: 1034 },
            { id: 245, swipe_id: 91, sender_id: 85, receiver_id: 30, content: "The supplier confirmed the details and the transfer was reviewed.", timestamp: new Date("2023-10-21T17:19:27Z"), message_type: "question", response_time_seconds: 1605 },
            { id: 246, swipe_id: 612, sender_id: 279, receiver_id: 85, content: "The courier reported a duplicate issue; the session was resolved.", timestamp: new Date("2023-08-23T18:20:20Z"), message_type: "question", response_time_seconds: 1838 },
            { id: 247, swipe_id: 592, sender_id: 298, receiver_id: 110, content: "The booking was cancelled — routine case, no further action.", timestamp: new Date("2023-08-06T18:50:10Z"), message_type: "greeting", response_time_seconds: 1626 },
            { id: 248, swipe_id: 398, sender_id: 169, receiver_id: 51, content: "The customer confirmed the details and the payment was approved.", timestamp: new Date("2023-05-28T11:08:19Z"), message_type: "greeting", response_time_seconds: 808 },
            { id: 249, swipe_id: 415, sender_id: 232, receiver_id: 261, content: "The appointment was reopened — partial case, no further action.", timestamp: new Date("2023-12-21T17:52:48Z"), message_type: "greeting", response_time_seconds: 969 },
            { id: 250, swipe_id: 352, sender_id: 299, receiver_id: 181, content: "The courier asked for a change and the transfer was processed.", timestamp: new Date("2023-07-28T19:46:37Z"), message_type: "question", response_time_seconds: 1372 },
            { id: 251, swipe_id: 289, sender_id: 65, receiver_id: 91, content: "The record was closed after a manual check.", timestamp: new Date("2023-02-23T09:29:35Z"), message_type: "greeting", response_time_seconds: 1803 },
            { id: 252, swipe_id: 182, sender_id: 150, receiver_id: 149, content: "The reviewer confirmed the details and the record was approved.", timestamp: new Date("2023-08-24T16:12:32Z"), message_type: "question", response_time_seconds: 1899 },
            { id: 253, swipe_id: 156, sender_id: 119, receiver_id: 112, content: "The booking was resolved — partial case, no further action.", timestamp: new Date("2023-03-25T16:44:38Z"), message_type: "greeting", response_time_seconds: 1612 },
            { id: 254, swipe_id: 324, sender_id: 141, receiver_id: 297, content: "An operator asked for a change and the item was completed.", timestamp: new Date("2023-12-12T15:46:23Z"), message_type: "compliment", response_time_seconds: 1751 },
            { id: 255, swipe_id: 425, sender_id: 84, receiver_id: 166, content: "The claim was refunded — standard case, no further action.", timestamp: new Date("2023-06-30T11:21:19Z"), message_type: "greeting", response_time_seconds: 1837 },
            { id: 256, swipe_id: 149, sender_id: 285, receiver_id: 160, content: null, timestamp: new Date("2023-12-19T08:51:00Z"), message_type: "compliment", response_time_seconds: 1710 },
            { id: 257, swipe_id: 622, sender_id: 170, receiver_id: 81, content: "Support asked for a change and the payment was replaced.", timestamp: new Date("2023-12-06T11:17:28Z"), message_type: "greeting", response_time_seconds: 2157 },
            { id: 258, swipe_id: 545, sender_id: 3, receiver_id: 172, content: "The account owner asked for a change and the record was completed.", timestamp: null, message_type: "question", response_time_seconds: 1968 },
            { id: 259, swipe_id: 638, sender_id: 185, receiver_id: 68, content: "The invoice was confirmed after a repeat check.", timestamp: new Date("2023-08-22T17:53:36Z"), message_type: "greeting", response_time_seconds: 1586 },
            { id: 260, swipe_id: 138, sender_id: 122, receiver_id: 149, content: "An automatic follow-up: the claim was replaced.", timestamp: new Date("2023-04-13T19:30:42Z"), message_type: "compliment", response_time_seconds: 1039 },
            { id: 261, swipe_id: 163, sender_id: 18, receiver_id: 32, content: "The document was refunded — routine case, no further action.", timestamp: new Date("2023-11-12T09:47:58Z"), message_type: "question", response_time_seconds: 1788 },
            { id: 262, swipe_id: 3, sender_id: 206, receiver_id: 205, content: "The team asked for a change and the refund was approved.", timestamp: new Date("2023-01-16T18:01:56Z"), message_type: "greeting", response_time_seconds: 2031 },
            { id: 263, swipe_id: 651, sender_id: 93, receiver_id: 253, content: "The refund was rejected — standard case, no further action.", timestamp: new Date("2023-04-10T14:41:49Z"), message_type: "compliment", response_time_seconds: 2383 },
            { id: 264, swipe_id: 155, sender_id: 100, receiver_id: 267, content: "A standard follow-up: the claim was cancelled.", timestamp: new Date("2023-02-19T23:15:17Z"), message_type: "question", response_time_seconds: 1458 },
            { id: 265, swipe_id: 536, sender_id: 80, receiver_id: 57, content: "The refund was replaced following a standard review.", timestamp: null, message_type: "greeting", response_time_seconds: 1511 },
            { id: 266, swipe_id: 402, sender_id: 32, receiver_id: 171, content: "The account owner asked for a change and the order was replaced.", timestamp: new Date("2023-11-23T18:12:50Z"), message_type: "question", response_time_seconds: 1895 },
            { id: 267, swipe_id: 204, sender_id: 288, receiver_id: 248, content: "A routine follow-up: the claim was escalated.", timestamp: new Date("2023-08-27T10:30:03Z"), message_type: "greeting", response_time_seconds: 758 },
            { id: 268, swipe_id: 361, sender_id: 78, receiver_id: 63, content: "The reviewer reported a repeat issue; the ticket was rejected.", timestamp: new Date("2023-12-02T10:32:17Z"), message_type: "compliment", response_time_seconds: 1002 },
            { id: 269, swipe_id: 481, sender_id: 31, receiver_id: 65, content: "The payment was rescheduled after a standard check.", timestamp: new Date("2023-10-30T01:18:10Z"), message_type: "question", response_time_seconds: 1490 },
            { id: 270, swipe_id: 653, sender_id: 157, receiver_id: 257, content: "The booking was completed after a routine check.", timestamp: new Date("2023-12-26T14:35:47Z"), message_type: "greeting", response_time_seconds: 1435 },
            { id: 271, swipe_id: 572, sender_id: 271, receiver_id: 113, content: "The account owner reported a partial issue; the shipment was delayed.", timestamp: new Date("2023-09-10T15:24:11Z"), message_type: "greeting", response_time_seconds: 1475 },
            { id: 272, swipe_id: 309, sender_id: 223, receiver_id: 240, content: "The request was escalated — unusual case, no further action.", timestamp: new Date("2023-05-07T16:51:47Z"), message_type: "greeting", response_time_seconds: 2185 },
            { id: 273, swipe_id: 51, sender_id: 136, receiver_id: 53, content: "The customer reported an unusual issue; the document was closed.", timestamp: new Date("2023-09-20T19:47:26Z"), message_type: "compliment", response_time_seconds: 1736 },
            { id: 274, swipe_id: 483, sender_id: 59, receiver_id: 1, content: "The document was resolved after a manual check.", timestamp: new Date("2023-06-28T18:25:40Z"), message_type: "question", response_time_seconds: 1740 },
            { id: 275, swipe_id: 330, sender_id: 280, receiver_id: 41, content: "Support confirmed the details and the transfer was refunded.", timestamp: new Date("2023-05-22T21:14:39Z"), message_type: "greeting", response_time_seconds: 3192 },
            { id: 276, swipe_id: 267, sender_id: 265, receiver_id: 167, content: "The ticket was rejected — repeat case, no further action.", timestamp: new Date("2023-03-27T11:12:24Z"), message_type: "question", response_time_seconds: 2261 },
            { id: 277, swipe_id: 603, sender_id: 125, receiver_id: 107, content: "No response from the team, so the transfer was refunded.", timestamp: new Date("2023-06-19T19:14:23Z"), message_type: "greeting", response_time_seconds: 1043 },
            { id: 278, swipe_id: 139, sender_id: 65, receiver_id: 142, content: "The team reported a repeat issue; the account was confirmed.", timestamp: new Date("2023-10-04T20:22:45Z"), message_type: "greeting", response_time_seconds: 1428 },
            { id: 279, swipe_id: 429, sender_id: 225, receiver_id: 277, content: "The reviewer reported a repeat issue; the appointment was processed.", timestamp: new Date("2023-02-04T10:54:57Z"), message_type: "question", response_time_seconds: 2190 },
            { id: 280, swipe_id: 117, sender_id: 269, receiver_id: 255, content: "Flagged as minor. The customer escalated the request.", timestamp: new Date("2023-09-20T08:32:01Z"), message_type: "compliment", response_time_seconds: 2467 },
            { id: 281, swipe_id: 190, sender_id: 241, receiver_id: 87, content: "The ticket was escalated — urgent case, no further action.", timestamp: new Date("2023-12-08T19:11:22Z"), message_type: "question", response_time_seconds: 1987 },
            { id: 282, swipe_id: 129, sender_id: 179, receiver_id: 183, content: "The courier reported a partial issue; the booking was escalated.", timestamp: new Date("2023-04-20T08:36:06Z"), message_type: "compliment", response_time_seconds: 1783 },
            { id: 283, swipe_id: 379, sender_id: 243, receiver_id: 72, content: "The courier asked for a change and the request was reviewed.", timestamp: new Date("2023-12-14T06:09:29Z"), message_type: "greeting", response_time_seconds: 2258 },
            { id: 284, swipe_id: 149, sender_id: 133, receiver_id: 173, content: "An unusual claim was resolved the same day.", timestamp: new Date("2023-04-10T16:56:02Z"), message_type: "question", response_time_seconds: 2362 },
            { id: 285, swipe_id: 74, sender_id: 205, receiver_id: 273, content: "The appointment was processed after an urgent check.", timestamp: new Date("2023-02-03T18:23:45Z"), message_type: "greeting", response_time_seconds: 2137 },
            { id: 286, swipe_id: 441, sender_id: 246, receiver_id: 162, content: "The booking was approved after a standard check.", timestamp: new Date("2023-08-25T20:18:28Z"), message_type: "question", response_time_seconds: 1679 },
            { id: 287, swipe_id: 312, sender_id: 162, receiver_id: 198, content: null, timestamp: new Date("2023-04-23T11:44:23Z"), message_type: "question", response_time_seconds: 2703 },
            { id: 288, swipe_id: 199, sender_id: 221, receiver_id: 13, content: "Flagged as routine. The courier resolved the document.", timestamp: new Date("2023-01-12T20:44:05Z"), message_type: "greeting", response_time_seconds: 1974 },
            { id: 289, swipe_id: 514, sender_id: 79, receiver_id: 177, content: "The delivery was approved after a duplicate check.", timestamp: new Date("2023-01-10T23:50:30Z"), message_type: "greeting", response_time_seconds: 2423 },
            { id: 290, swipe_id: 245, sender_id: 161, receiver_id: 178, content: "No response from support, so the ticket was resolved.", timestamp: new Date("2023-12-17T15:43:20Z"), message_type: "greeting", response_time_seconds: 2184 },
            { id: 291, swipe_id: 349, sender_id: 292, receiver_id: 5, content: "A minor appointment was resolved the same day.", timestamp: new Date("2023-03-01T17:06:46Z"), message_type: "question", response_time_seconds: 2122 },
            { id: 292, swipe_id: 179, sender_id: 18, receiver_id: 178, content: "A late follow-up: the booking was rescheduled.", timestamp: new Date("2023-11-05T11:12:55Z"), message_type: "greeting", response_time_seconds: 2338 },
            { id: 293, swipe_id: 417, sender_id: 114, receiver_id: 6, content: "The team confirmed the details and the payment was closed.", timestamp: new Date("2023-09-30T17:59:39Z"), message_type: "greeting", response_time_seconds: 1878 },
            { id: 294, swipe_id: 97, sender_id: 283, receiver_id: 214, content: "The item was closed following an incomplete review.", timestamp: null, message_type: "question", response_time_seconds: 2498 },
            { id: 295, swipe_id: 324, sender_id: 272, receiver_id: 168, content: "The transfer was refunded — late case, no further action.", timestamp: new Date("2023-04-18T15:14:02Z"), message_type: "greeting", response_time_seconds: 1761 },
            { id: 296, swipe_id: 357, sender_id: 22, receiver_id: 100, content: "Support asked for a change and the shipment was closed.", timestamp: new Date("2023-11-09T18:33:38Z"), message_type: "greeting", response_time_seconds: 1513 },
            { id: 297, swipe_id: 142, sender_id: 7, receiver_id: 20, content: "No response from the team, so the request was reviewed.", timestamp: new Date("2023-10-06T04:05:23Z"), message_type: "greeting", response_time_seconds: 1534 },
            { id: 298, swipe_id: 658, sender_id: 298, receiver_id: 296, content: "The transfer was delayed following a routine review.", timestamp: new Date("2023-04-30T11:12:29Z"), message_type: "question", response_time_seconds: 1870 },
            { id: 299, swipe_id: 321, sender_id: 164, receiver_id: 237, content: null, timestamp: new Date("2023-10-21T20:55:13Z"), message_type: "question", response_time_seconds: 1925 },
            { id: 300, swipe_id: 46, sender_id: 78, receiver_id: 184, content: "A standard appointment was completed the same day.", timestamp: new Date("2023-07-08T18:13:13Z"), message_type: "compliment", response_time_seconds: 1482 },
            { id: 301, swipe_id: 208, sender_id: 76, receiver_id: 175, content: "Flagged as duplicate. The reviewer processed the shipment.", timestamp: new Date("2023-12-20T10:14:08Z"), message_type: "compliment", response_time_seconds: 1605 },
            { id: 302, swipe_id: 273, sender_id: 25, receiver_id: 292, content: "The request was reopened after a late check.", timestamp: new Date("2023-05-21T11:08:15Z"), message_type: "greeting", response_time_seconds: 1632 },
            { id: 303, swipe_id: 459, sender_id: 243, receiver_id: 144, content: "The shipment was closed after a repeat check.", timestamp: new Date("2023-05-09T08:14:41Z"), message_type: "question", response_time_seconds: 1414 },
            { id: 304, swipe_id: 45, sender_id: 203, receiver_id: 75, content: "The team reported a standard issue; the appointment was completed.", timestamp: new Date("2023-02-11T12:38:26Z"), message_type: "compliment", response_time_seconds: 589 },
            { id: 305, swipe_id: 195, sender_id: 120, receiver_id: 181, content: "An operator reported a minor issue; the shipment was delayed.", timestamp: new Date("2023-05-13T14:27:52Z"), message_type: "question", response_time_seconds: 2597 },
            { id: 306, swipe_id: 455, sender_id: 240, receiver_id: 158, content: "Flagged as repeat. The supplier processed the item.", timestamp: new Date("2023-10-06T20:53:38Z"), message_type: "question", response_time_seconds: 1814 },
            { id: 307, swipe_id: 406, sender_id: 138, receiver_id: 80, content: "The document was cancelled following a partial review.", timestamp: new Date("2023-03-09T07:05:00Z"), message_type: "compliment", response_time_seconds: 1188 },
            { id: 308, swipe_id: 336, sender_id: 130, receiver_id: 85, content: "An unusual appointment was delayed the same day.", timestamp: new Date("2023-08-23T20:59:07Z"), message_type: "question", response_time_seconds: 680 },
            { id: 309, swipe_id: 386, sender_id: 171, receiver_id: 182, content: "A routine follow-up: the record was rejected.", timestamp: new Date("2023-02-09T10:24:58Z"), message_type: "compliment", response_time_seconds: 1251 },
            { id: 310, swipe_id: 481, sender_id: 278, receiver_id: 158, content: "An automatic request was refunded the same day.", timestamp: new Date("2023-08-07T14:01:01Z"), message_type: "greeting", response_time_seconds: 1285 },
            { id: 311, swipe_id: 131, sender_id: 211, receiver_id: 112, content: "An operator asked for a change and the invoice was rejected.", timestamp: new Date("2023-05-22T11:39:07Z"), message_type: "question", response_time_seconds: 1375 },
            { id: 312, swipe_id: 600, sender_id: 154, receiver_id: 182, content: "Flagged as automatic. The supplier rescheduled the shipment.", timestamp: new Date("2023-12-25T20:29:48Z"), message_type: "greeting", response_time_seconds: 798 },
            { id: 313, swipe_id: 415, sender_id: 76, receiver_id: 97, content: "The claim was refunded after a standard check.", timestamp: new Date("2023-12-26T08:05:28Z"), message_type: "question", response_time_seconds: 919 },
            { id: 314, swipe_id: 657, sender_id: 204, receiver_id: 281, content: null, timestamp: new Date("2023-08-11T14:35:10Z"), message_type: "greeting", response_time_seconds: 2043 },
            { id: 315, swipe_id: 118, sender_id: 230, receiver_id: 50, content: "The ticket was updated — automatic case, no further action.", timestamp: new Date("2023-10-29T17:19:29Z"), message_type: "compliment", response_time_seconds: 2400 },
            { id: 316, swipe_id: 447, sender_id: 225, receiver_id: 245, content: null, timestamp: new Date("2023-04-06T10:03:54Z"), message_type: "greeting", response_time_seconds: 2042 },
            { id: 317, swipe_id: 177, sender_id: 236, receiver_id: 178, content: "The claim was rejected following an incomplete review.", timestamp: new Date("2023-11-20T18:53:46Z"), message_type: "greeting", response_time_seconds: 3010 },
            { id: 318, swipe_id: 592, sender_id: 204, receiver_id: 172, content: "The order was completed — incomplete case, no further action.", timestamp: null, message_type: "question", response_time_seconds: 2180 },
            { id: 319, swipe_id: 286, sender_id: 164, receiver_id: 31, content: "Flagged as partial. The courier processed the document.", timestamp: new Date("2023-05-20T12:10:05Z"), message_type: "question", response_time_seconds: 2353 },
            { id: 320, swipe_id: 95, sender_id: 102, receiver_id: 228, content: null, timestamp: new Date("2023-04-15T14:47:38Z"), message_type: "compliment", response_time_seconds: 1321 },
            { id: 321, swipe_id: 261, sender_id: 284, receiver_id: 258, content: "An operator confirmed the details and the session was escalated.", timestamp: new Date("2023-10-26T14:18:40Z"), message_type: "greeting", response_time_seconds: 1126 },
            { id: 322, swipe_id: 305, sender_id: 238, receiver_id: 223, content: "The refund was rescheduled — urgent case, no further action.", timestamp: new Date("2023-11-06T17:52:46Z"), message_type: "greeting", response_time_seconds: 1703 },
            { id: 323, swipe_id: 348, sender_id: 38, receiver_id: 75, content: null, timestamp: new Date("2023-10-28T20:20:17Z"), message_type: "question", response_time_seconds: 1623 },
            { id: 324, swipe_id: 182, sender_id: 136, receiver_id: 140, content: "Support confirmed the details and the session was updated.", timestamp: new Date("2023-06-17T18:37:42Z"), message_type: "question", response_time_seconds: 2328 },
            { id: 325, swipe_id: 124, sender_id: 88, receiver_id: 120, content: null, timestamp: new Date("2023-12-18T15:42:22Z"), message_type: "greeting", response_time_seconds: 3001 },
            { id: 326, swipe_id: 551, sender_id: 184, receiver_id: 267, content: "The transfer was reopened following a partial review.", timestamp: new Date("2023-10-15T11:04:14Z"), message_type: "question", response_time_seconds: 2889 },
            { id: 327, swipe_id: 394, sender_id: 179, receiver_id: 106, content: null, timestamp: new Date("2023-02-07T16:33:49Z"), message_type: "greeting", response_time_seconds: 2061 },
            { id: 328, swipe_id: 333, sender_id: 170, receiver_id: 159, content: "A duplicate follow-up: the transfer was processed.", timestamp: new Date("2023-04-01T15:34:31Z"), message_type: "compliment", response_time_seconds: 559 },
            { id: 329, swipe_id: 398, sender_id: 158, receiver_id: 78, content: "The account owner confirmed the details and the report was reviewed.", timestamp: new Date("2023-11-26T16:47:21Z"), message_type: "greeting", response_time_seconds: 1558 },
            { id: 330, swipe_id: 518, sender_id: 123, receiver_id: 228, content: "The supplier asked for a change and the order was reopened.", timestamp: new Date("2023-11-15T02:49:37Z"), message_type: "greeting", response_time_seconds: 1186 },
            { id: 331, swipe_id: 474, sender_id: 97, receiver_id: 297, content: "The account was rejected after a late check.", timestamp: new Date("2023-04-26T15:03:53Z"), message_type: "greeting", response_time_seconds: 1249 },
            { id: 332, swipe_id: 36, sender_id: 219, receiver_id: 119, content: "A partial follow-up: the document was replaced.", timestamp: new Date("2023-11-30T13:27:27Z"), message_type: "question", response_time_seconds: 888 },
            { id: 333, swipe_id: 362, sender_id: 61, receiver_id: 227, content: "The courier confirmed the details and the record was delayed.", timestamp: new Date("2023-08-21T10:54:07Z"), message_type: "question", response_time_seconds: 1221 },
            { id: 334, swipe_id: 198, sender_id: 13, receiver_id: 63, content: "The team asked for a change and the invoice was refunded.", timestamp: new Date("2023-11-11T20:59:03Z"), message_type: "compliment", response_time_seconds: 1290 },
            { id: 335, swipe_id: 209, sender_id: 218, receiver_id: 129, content: "An incomplete follow-up: the request was delayed.", timestamp: new Date("2023-05-13T09:45:59Z"), message_type: "question", response_time_seconds: 2926 },
            { id: 336, swipe_id: 22, sender_id: 91, receiver_id: 147, content: "No response from the customer, so the transfer was closed.", timestamp: null, message_type: "greeting", response_time_seconds: 2134 },
            { id: 337, swipe_id: 118, sender_id: 139, receiver_id: 219, content: "The ticket was rejected — minor case, no further action.", timestamp: new Date("2023-06-27T12:25:25Z"), message_type: "compliment", response_time_seconds: 3024 },
            { id: 338, swipe_id: 397, sender_id: 150, receiver_id: 167, content: "The transfer was escalated following a routine review.", timestamp: new Date("2023-10-22T03:33:07Z"), message_type: "greeting", response_time_seconds: 1582 },
            { id: 339, swipe_id: 32, sender_id: 142, receiver_id: 1, content: "The booking was completed following a manual review.", timestamp: new Date("2023-10-07T15:22:47Z"), message_type: "greeting", response_time_seconds: 2111 },
            { id: 340, swipe_id: 498, sender_id: 294, receiver_id: 207, content: "A manual follow-up: the report was reviewed.", timestamp: new Date("2023-08-18T14:11:11Z"), message_type: "greeting", response_time_seconds: 1301 },
            { id: 341, swipe_id: 499, sender_id: 199, receiver_id: 203, content: "The transfer was completed after an incomplete check.", timestamp: new Date("2023-02-13T03:42:54Z"), message_type: "greeting", response_time_seconds: 907 },
            { id: 342, swipe_id: 440, sender_id: 189, receiver_id: 151, content: "The supplier reported a repeat issue; the report was reopened.", timestamp: null, message_type: "greeting", response_time_seconds: 2197 },
            { id: 343, swipe_id: 550, sender_id: 136, receiver_id: 295, content: "A routine order was confirmed the same day.", timestamp: new Date("2023-08-22T17:20:32Z"), message_type: "question", response_time_seconds: 2176 },
            { id: 344, swipe_id: 406, sender_id: 122, receiver_id: 68, content: "The customer confirmed the details and the invoice was cancelled.", timestamp: null, message_type: "greeting", response_time_seconds: 1054 },
            { id: 345, swipe_id: 263, sender_id: 212, receiver_id: 119, content: "No response from the reviewer, so the ticket was resolved.", timestamp: null, message_type: "question", response_time_seconds: 1734 },
            { id: 346, swipe_id: 159, sender_id: 217, receiver_id: 242, content: "Support reported a standard issue; the session was closed.", timestamp: new Date("2023-10-01T20:32:41Z"), message_type: "question", response_time_seconds: 1353 },
            { id: 347, swipe_id: 519, sender_id: 40, receiver_id: 269, content: "The team asked for a change and the transfer was approved.", timestamp: new Date("2023-09-24T09:50:34Z"), message_type: "question", response_time_seconds: 2645 },
            { id: 348, swipe_id: 413, sender_id: 58, receiver_id: 218, content: "The supplier asked for a change and the shipment was completed.", timestamp: new Date("2023-05-09T18:00:27Z"), message_type: "question", response_time_seconds: 926 },
            { id: 349, swipe_id: 431, sender_id: 213, receiver_id: 12, content: "The item was cancelled following a minor review.", timestamp: new Date("2023-06-06T13:56:56Z"), message_type: "greeting", response_time_seconds: 1264 },
            { id: 350, swipe_id: 274, sender_id: 134, receiver_id: 189, content: "An urgent follow-up: the record was rejected.", timestamp: new Date("2023-06-11T14:21:29Z"), message_type: "greeting", response_time_seconds: 1644 },
            { id: 351, swipe_id: 240, sender_id: 210, receiver_id: 87, content: "Flagged as automatic. The supplier escalated the claim.", timestamp: new Date("2023-03-23T11:13:38Z"), message_type: "question", response_time_seconds: 1599 },
            { id: 352, swipe_id: 436, sender_id: 94, receiver_id: 172, content: "Support confirmed the details and the report was cancelled.", timestamp: new Date("2023-03-05T21:12:17Z"), message_type: "greeting", response_time_seconds: 1659 },
            { id: 353, swipe_id: 144, sender_id: 39, receiver_id: 154, content: "Flagged as minor. Support updated the invoice.", timestamp: new Date("2023-11-27T20:36:17Z"), message_type: "greeting", response_time_seconds: 2597 },
            { id: 354, swipe_id: 27, sender_id: 46, receiver_id: 10, content: "The reviewer asked for a change and the delivery was resolved.", timestamp: new Date("2023-08-05T14:18:53Z"), message_type: "question", response_time_seconds: 3120 },
            { id: 355, swipe_id: 463, sender_id: 30, receiver_id: 72, content: "The account owner asked for a change and the document was confirmed.", timestamp: new Date("2023-07-20T10:25:05Z"), message_type: "greeting", response_time_seconds: 590 },
            { id: 356, swipe_id: 333, sender_id: 69, receiver_id: 48, content: "The supplier asked for a change and the shipment was resolved.", timestamp: new Date("2023-11-15T09:33:12Z"), message_type: "question", response_time_seconds: 1581 },
            { id: 357, swipe_id: 657, sender_id: 119, receiver_id: 70, content: "An urgent follow-up: the transfer was confirmed.", timestamp: new Date("2023-05-29T13:28:01Z"), message_type: "question", response_time_seconds: 2078 },
            { id: 358, swipe_id: 482, sender_id: 273, receiver_id: 170, content: "The request was rescheduled following a partial review.", timestamp: new Date("2023-11-20T14:51:55Z"), message_type: "greeting", response_time_seconds: 1816 },
            { id: 359, swipe_id: 645, sender_id: 52, receiver_id: 125, content: "The session was updated following a minor review.", timestamp: new Date("2023-12-21T05:05:07Z"), message_type: "greeting", response_time_seconds: 1838 },
            { id: 360, swipe_id: 217, sender_id: 128, receiver_id: 171, content: "The account was reviewed after a duplicate check.", timestamp: new Date("2023-02-18T14:26:27Z"), message_type: "greeting", response_time_seconds: 1004 },
            { id: 361, swipe_id: 172, sender_id: 288, receiver_id: 199, content: "The account was delayed after a repeat check.", timestamp: new Date("2023-09-24T13:59:33Z"), message_type: "greeting", response_time_seconds: 1583 },
            { id: 362, swipe_id: 371, sender_id: 277, receiver_id: 16, content: "The account owner reported a duplicate issue; the request was refunded.", timestamp: null, message_type: "greeting", response_time_seconds: 1381 },
            { id: 363, swipe_id: 92, sender_id: 255, receiver_id: 63, content: "A routine follow-up: the refund was approved.", timestamp: new Date("2023-02-26T09:15:18Z"), message_type: "compliment", response_time_seconds: 2200 },
            { id: 364, swipe_id: 174, sender_id: 254, receiver_id: 240, content: null, timestamp: new Date("2023-09-13T16:31:50Z"), message_type: "question", response_time_seconds: 1538 },
            { id: 365, swipe_id: 543, sender_id: 15, receiver_id: 190, content: "The invoice was confirmed — late case, no further action.", timestamp: new Date("2023-05-01T12:24:13Z"), message_type: "greeting", response_time_seconds: 1892 },
            { id: 366, swipe_id: 523, sender_id: 266, receiver_id: 139, content: "The customer reported a routine issue; the claim was reviewed.", timestamp: new Date("2023-03-21T23:43:08Z"), message_type: "greeting", response_time_seconds: 1806 },
            { id: 367, swipe_id: 126, sender_id: 227, receiver_id: 150, content: "An operator reported a partial issue; the refund was refunded.", timestamp: new Date("2023-12-26T18:39:23Z"), message_type: "greeting", response_time_seconds: 1362 },
            { id: 368, swipe_id: 283, sender_id: 264, receiver_id: 145, content: "The customer asked for a change and the session was reopened.", timestamp: new Date("2023-06-08T12:29:38Z"), message_type: "greeting", response_time_seconds: 1749 },
            { id: 369, swipe_id: 490, sender_id: 147, receiver_id: 106, content: "The customer confirmed the details and the account was confirmed.", timestamp: new Date("2023-03-25T18:06:50Z"), message_type: "greeting", response_time_seconds: 2070 },
            { id: 370, swipe_id: 192, sender_id: 5, receiver_id: 233, content: "The record was reviewed following an incomplete review.", timestamp: new Date("2023-12-12T13:32:21Z"), message_type: "compliment", response_time_seconds: 2123 },
            { id: 371, swipe_id: 53, sender_id: 88, receiver_id: 186, content: "Flagged as late. The account owner delayed the refund.", timestamp: null, message_type: "greeting", response_time_seconds: 1790 },
            { id: 372, swipe_id: 16, sender_id: 104, receiver_id: 80, content: "The account was delayed after a minor check.", timestamp: new Date("2023-10-12T08:06:58Z"), message_type: "question", response_time_seconds: 2179 },
            { id: 373, swipe_id: 340, sender_id: 287, receiver_id: 102, content: "No response from the account owner, so the claim was completed.", timestamp: new Date("2023-08-15T14:25:54Z"), message_type: "compliment", response_time_seconds: 1830 },
            { id: 374, swipe_id: 327, sender_id: 145, receiver_id: 45, content: "The account owner confirmed the details and the session was closed.", timestamp: new Date("2023-11-11T17:41:57Z"), message_type: "question", response_time_seconds: 863 },
            { id: 375, swipe_id: 505, sender_id: 284, receiver_id: 274, content: null, timestamp: new Date("2023-04-16T11:23:59Z"), message_type: "greeting", response_time_seconds: 2375 },
            { id: 376, swipe_id: 571, sender_id: 146, receiver_id: 267, content: "Flagged as late. The courier completed the order.", timestamp: new Date("2023-04-17T14:59:32Z"), message_type: "greeting", response_time_seconds: 1276 },
            { id: 377, swipe_id: 486, sender_id: 221, receiver_id: 90, content: "The team confirmed the details and the claim was confirmed.", timestamp: new Date("2023-04-15T08:35:28Z"), message_type: "greeting", response_time_seconds: 761 },
            { id: 378, swipe_id: 161, sender_id: 231, receiver_id: 141, content: "No response from the team, so the order was resolved.", timestamp: new Date("2023-12-09T07:00:24Z"), message_type: "greeting", response_time_seconds: 913 },
            { id: 379, swipe_id: 551, sender_id: 271, receiver_id: 34, content: "The order was resolved after a routine check.", timestamp: new Date("2023-10-21T16:00:59Z"), message_type: "greeting", response_time_seconds: 2148 },
            { id: 380, swipe_id: 336, sender_id: 164, receiver_id: 22, content: "The team asked for a change and the record was approved.", timestamp: new Date("2023-09-19T12:29:29Z"), message_type: "question", response_time_seconds: 1823 },
            { id: 381, swipe_id: 655, sender_id: 220, receiver_id: 294, content: "Flagged as manual. The team reviewed the record.", timestamp: new Date("2023-08-06T11:02:59Z"), message_type: "greeting", response_time_seconds: 1160 },
            { id: 382, swipe_id: 95, sender_id: 147, receiver_id: 276, content: "Support reported a standard issue; the item was approved.", timestamp: new Date("2023-09-10T13:51:31Z"), message_type: "greeting", response_time_seconds: 1621 },
            { id: 383, swipe_id: 414, sender_id: 51, receiver_id: 221, content: "The order was approved following a manual review.", timestamp: new Date("2023-04-07T19:39:52Z"), message_type: "greeting", response_time_seconds: 1633 },
            { id: 384, swipe_id: 61, sender_id: 171, receiver_id: 51, content: "A manual request was resolved the same day.", timestamp: new Date("2023-07-19T18:59:21Z"), message_type: "greeting", response_time_seconds: 2339 },
            { id: 385, swipe_id: 148, sender_id: 257, receiver_id: 99, content: "The account owner confirmed the details and the report was completed.", timestamp: new Date("2023-02-11T20:17:00Z"), message_type: "greeting", response_time_seconds: 1897 },
            { id: 386, swipe_id: 599, sender_id: 213, receiver_id: 111, content: "The report was rescheduled after an incomplete check.", timestamp: new Date("2023-10-01T18:36:34Z"), message_type: "greeting", response_time_seconds: 953 },
            { id: 387, swipe_id: 445, sender_id: 247, receiver_id: 8, content: "The appointment was resolved after a minor check.", timestamp: new Date("2023-02-22T22:18:00Z"), message_type: "greeting", response_time_seconds: 2468 },
            { id: 388, swipe_id: 310, sender_id: 172, receiver_id: 115, content: "Flagged as duplicate. The account owner escalated the shipment.", timestamp: null, message_type: "greeting", response_time_seconds: 1271 },
            { id: 389, swipe_id: 249, sender_id: 110, receiver_id: 89, content: "A duplicate follow-up: the booking was cancelled.", timestamp: null, message_type: "question", response_time_seconds: 2327 },
            { id: 390, swipe_id: 251, sender_id: 261, receiver_id: 297, content: "Flagged as routine. The team closed the booking.", timestamp: new Date("2023-05-26T18:35:41Z"), message_type: "question", response_time_seconds: 2785 },
            { id: 391, swipe_id: 191, sender_id: 142, receiver_id: 155, content: "Flagged as repeat. The courier rescheduled the request.", timestamp: new Date("2023-09-28T19:36:42Z"), message_type: "greeting", response_time_seconds: 1498 },
            { id: 392, swipe_id: 529, sender_id: 275, receiver_id: 288, content: "An incomplete follow-up: the invoice was rejected.", timestamp: new Date("2023-07-17T05:31:11Z"), message_type: "greeting", response_time_seconds: 2284 },
            { id: 393, swipe_id: 435, sender_id: 213, receiver_id: 216, content: "Flagged as automatic. The team delayed the report.", timestamp: new Date("2023-08-03T11:40:16Z"), message_type: "greeting", response_time_seconds: 2482 },
            { id: 394, swipe_id: 615, sender_id: 91, receiver_id: 51, content: "The customer reported a minor issue; the report was replaced.", timestamp: new Date("2023-10-16T14:20:39Z"), message_type: "greeting", response_time_seconds: 1470 },
            { id: 395, swipe_id: 437, sender_id: 41, receiver_id: 98, content: "The shipment was closed after an incomplete check.", timestamp: new Date("2023-10-14T18:50:27Z"), message_type: "question", response_time_seconds: 2204 },
            { id: 396, swipe_id: 662, sender_id: 231, receiver_id: 39, content: "Flagged as minor. The supplier approved the request.", timestamp: null, message_type: "question", response_time_seconds: 1724 },
            { id: 397, swipe_id: 667, sender_id: 293, receiver_id: 41, content: "Flagged as duplicate. The account owner updated the account.", timestamp: new Date("2023-04-26T15:24:41Z"), message_type: "compliment", response_time_seconds: 1292 },
            { id: 398, swipe_id: 311, sender_id: 260, receiver_id: 279, content: "The account owner reported an automatic issue; the report was rescheduled.", timestamp: new Date("2023-09-06T12:03:00Z"), message_type: "greeting", response_time_seconds: 1454 },
            { id: 399, swipe_id: 228, sender_id: 246, receiver_id: 68, content: "A routine follow-up: the claim was closed.", timestamp: new Date("2023-09-05T16:00:53Z"), message_type: "greeting", response_time_seconds: 1724 },
            { id: 400, swipe_id: 412, sender_id: 201, receiver_id: 74, content: "The supplier asked for a change and the booking was reviewed.", timestamp: new Date("2023-09-22T09:49:45Z"), message_type: "question", response_time_seconds: 1594 },
            { id: 401, swipe_id: 501, sender_id: 263, receiver_id: 159, content: null, timestamp: new Date("2023-10-04T21:34:46Z"), message_type: "question", response_time_seconds: 1467 },
            { id: 402, swipe_id: 247, sender_id: 80, receiver_id: 283, content: "The appointment was updated — standard case, no further action.", timestamp: null, message_type: "question", response_time_seconds: 2590 },
            { id: 403, swipe_id: 143, sender_id: 232, receiver_id: 272, content: "The team confirmed the details and the item was reopened.", timestamp: new Date("2023-12-17T19:36:39Z"), message_type: "question", response_time_seconds: 2211 },
            { id: 404, swipe_id: 346, sender_id: 133, receiver_id: 216, content: "The invoice was processed after a standard check.", timestamp: new Date("2023-05-10T19:53:32Z"), message_type: "greeting", response_time_seconds: 2339 },
            { id: 405, swipe_id: 520, sender_id: 107, receiver_id: 293, content: "A duplicate invoice was rescheduled the same day.", timestamp: new Date("2023-07-21T10:27:56Z"), message_type: "greeting", response_time_seconds: 1320 },
            { id: 406, swipe_id: 328, sender_id: 251, receiver_id: 294, content: "Flagged as routine. The customer completed the session.", timestamp: new Date("2023-11-14T22:09:40Z"), message_type: "compliment", response_time_seconds: 2246 },
            { id: 407, swipe_id: 399, sender_id: 48, receiver_id: 60, content: "The account owner confirmed the details and the delivery was refunded.", timestamp: new Date("2023-11-16T13:48:53Z"), message_type: "greeting", response_time_seconds: 1438 },
            { id: 408, swipe_id: 511, sender_id: 225, receiver_id: 28, content: "An operator asked for a change and the refund was delayed.", timestamp: new Date("2023-05-03T07:52:03Z"), message_type: "greeting", response_time_seconds: 1760 },
            { id: 409, swipe_id: 5, sender_id: 112, receiver_id: 210, content: "The customer confirmed the details and the shipment was completed.", timestamp: null, message_type: "greeting", response_time_seconds: 870 },
            { id: 410, swipe_id: 506, sender_id: 176, receiver_id: 265, content: "The transfer was rejected — minor case, no further action.", timestamp: new Date("2023-07-24T17:21:42Z"), message_type: "question", response_time_seconds: 2130 },
            { id: 411, swipe_id: 286, sender_id: 298, receiver_id: 187, content: null, timestamp: new Date("2023-12-03T20:44:08Z"), message_type: "greeting", response_time_seconds: 1644 },
            { id: 412, swipe_id: 329, sender_id: 265, receiver_id: 75, content: "An urgent follow-up: the ticket was rejected.", timestamp: new Date("2023-07-08T20:14:51Z"), message_type: "question", response_time_seconds: 2266 },
            { id: 413, swipe_id: 366, sender_id: 168, receiver_id: 168, content: "No response from the supplier, so the request was escalated.", timestamp: new Date("2023-05-21T13:46:06Z"), message_type: "greeting", response_time_seconds: 1672 },
            { id: 414, swipe_id: 388, sender_id: 114, receiver_id: 245, content: "The courier asked for a change and the document was replaced.", timestamp: null, message_type: "greeting", response_time_seconds: 1393 },
            { id: 415, swipe_id: 96, sender_id: 246, receiver_id: 281, content: "The delivery was cancelled — unusual case, no further action.", timestamp: new Date("2023-11-13T11:53:26Z"), message_type: "compliment", response_time_seconds: 1399 },
            { id: 416, swipe_id: 330, sender_id: 175, receiver_id: 124, content: "A standard follow-up: the document was escalated.", timestamp: new Date("2023-11-03T02:40:56Z"), message_type: "greeting", response_time_seconds: 2000 },
            { id: 417, swipe_id: 240, sender_id: 22, receiver_id: 219, content: "The order was replaced after an unusual check.", timestamp: new Date("2023-09-06T21:18:07Z"), message_type: "greeting", response_time_seconds: 1746 },
            { id: 418, swipe_id: 25, sender_id: 107, receiver_id: 198, content: "Flagged as automatic. The supplier delayed the account.", timestamp: new Date("2023-11-16T10:33:55Z"), message_type: "greeting", response_time_seconds: 2069 },
            { id: 419, swipe_id: 290, sender_id: 2, receiver_id: 77, content: "A manual follow-up: the session was refunded.", timestamp: new Date("2023-11-14T08:04:00Z"), message_type: "compliment", response_time_seconds: 2488 },
            { id: 420, swipe_id: 377, sender_id: 147, receiver_id: 211, content: null, timestamp: new Date("2023-07-30T14:24:01Z"), message_type: "question", response_time_seconds: 1870 },
            { id: 421, swipe_id: 633, sender_id: 259, receiver_id: 24, content: "The supplier reported a partial issue; the request was delayed.", timestamp: new Date("2023-04-16T19:17:38Z"), message_type: "question", response_time_seconds: 1947 },
            { id: 422, swipe_id: 547, sender_id: 91, receiver_id: 76, content: "The order was rejected after an automatic check.", timestamp: new Date("2023-12-19T05:39:59Z"), message_type: "greeting", response_time_seconds: 2078 },
            { id: 423, swipe_id: 283, sender_id: 164, receiver_id: 300, content: "The account owner confirmed the details and the ticket was refunded.", timestamp: new Date("2023-09-15T20:53:52Z"), message_type: "greeting", response_time_seconds: 1799 },
            { id: 424, swipe_id: 592, sender_id: 300, receiver_id: 103, content: "The team reported an urgent issue; the delivery was updated.", timestamp: new Date("2023-04-19T13:47:28Z"), message_type: "question", response_time_seconds: 616 },
            { id: 425, swipe_id: 205, sender_id: 279, receiver_id: 116, content: "The shipment was approved following a manual review.", timestamp: null, message_type: "compliment", response_time_seconds: 2863 },
            { id: 426, swipe_id: 130, sender_id: 18, receiver_id: 221, content: "The record was approved following a partial review.", timestamp: new Date("2023-02-04T14:46:04Z"), message_type: "greeting", response_time_seconds: 1197 },
            { id: 427, swipe_id: 361, sender_id: 165, receiver_id: 18, content: "The item was processed following a repeat review.", timestamp: new Date("2023-07-21T12:03:25Z"), message_type: "greeting", response_time_seconds: 2104 },
            { id: 428, swipe_id: 503, sender_id: 107, receiver_id: 192, content: "The booking was cancelled after a manual check.", timestamp: new Date("2023-08-07T21:21:38Z"), message_type: "greeting", response_time_seconds: 1452 },
            { id: 429, swipe_id: 305, sender_id: 22, receiver_id: 194, content: "The claim was rejected — partial case, no further action.", timestamp: new Date("2023-08-24T15:32:12Z"), message_type: "compliment", response_time_seconds: 2172 },
            { id: 430, swipe_id: 192, sender_id: 181, receiver_id: 128, content: null, timestamp: new Date("2023-11-03T11:31:40Z"), message_type: "question", response_time_seconds: 1494 },
            { id: 431, swipe_id: 30, sender_id: 244, receiver_id: 293, content: "An operator confirmed the details and the order was processed.", timestamp: new Date("2023-07-21T13:32:56Z"), message_type: "greeting", response_time_seconds: 1570 },
            { id: 432, swipe_id: 205, sender_id: 136, receiver_id: 28, content: "The reviewer confirmed the details and the transfer was replaced.", timestamp: new Date("2023-11-14T01:03:32Z"), message_type: "compliment", response_time_seconds: 1526 },
            { id: 433, swipe_id: 366, sender_id: 72, receiver_id: 51, content: "A partial follow-up: the booking was rescheduled.", timestamp: new Date("2023-03-16T12:28:01Z"), message_type: "greeting", response_time_seconds: 1188 },
            { id: 434, swipe_id: 199, sender_id: 168, receiver_id: 179, content: "The account owner confirmed the details and the appointment was replaced.", timestamp: null, message_type: "greeting", response_time_seconds: 2254 },
            { id: 435, swipe_id: 460, sender_id: 267, receiver_id: 188, content: "The invoice was approved following a partial review.", timestamp: new Date("2023-10-26T19:58:39Z"), message_type: "greeting", response_time_seconds: 2561 },
            { id: 436, swipe_id: 93, sender_id: 22, receiver_id: 175, content: "The delivery was confirmed — unusual case, no further action.", timestamp: new Date("2023-07-16T19:44:43Z"), message_type: "compliment", response_time_seconds: 1693 },
            { id: 437, swipe_id: 626, sender_id: 36, receiver_id: 42, content: "The session was closed — duplicate case, no further action.", timestamp: new Date("2023-10-04T18:04:34Z"), message_type: "greeting", response_time_seconds: 2167 },
            { id: 438, swipe_id: 517, sender_id: 147, receiver_id: 216, content: "The reviewer confirmed the details and the document was updated.", timestamp: new Date("2023-12-03T10:26:31Z"), message_type: "question", response_time_seconds: 2010 },
            { id: 439, swipe_id: 342, sender_id: 53, receiver_id: 28, content: "The invoice was reopened — routine case, no further action.", timestamp: new Date("2023-04-02T17:43:11Z"), message_type: "greeting", response_time_seconds: 2408 },
            { id: 440, swipe_id: 435, sender_id: 86, receiver_id: 139, content: "No response from support, so the shipment was completed.", timestamp: new Date("2023-05-25T22:07:38Z"), message_type: "greeting", response_time_seconds: 2653 },
            { id: 441, swipe_id: 586, sender_id: 47, receiver_id: 114, content: "A partial appointment was reviewed the same day.", timestamp: new Date("2023-03-14T16:28:04Z"), message_type: "greeting", response_time_seconds: 1164 },
            { id: 442, swipe_id: 621, sender_id: 270, receiver_id: 136, content: "The supplier asked for a change and the booking was rescheduled.", timestamp: new Date("2023-02-01T15:53:27Z"), message_type: "question", response_time_seconds: 1989 },
            { id: 443, swipe_id: 550, sender_id: 193, receiver_id: 287, content: "No response from the supplier, so the session was closed.", timestamp: new Date("2023-09-03T17:37:10Z"), message_type: "greeting", response_time_seconds: 1388 },
            { id: 444, swipe_id: 571, sender_id: 184, receiver_id: 36, content: "The claim was replaced after an automatic check.", timestamp: new Date("2023-10-14T17:31:49Z"), message_type: "compliment", response_time_seconds: 2998 },
            { id: 445, swipe_id: 517, sender_id: 256, receiver_id: 208, content: "A duplicate delivery was updated the same day.", timestamp: new Date("2023-11-12T09:45:35Z"), message_type: "greeting", response_time_seconds: 951 },
            { id: 446, swipe_id: 469, sender_id: 73, receiver_id: 299, content: "The item was reopened after a minor check.", timestamp: new Date("2023-11-13T18:29:56Z"), message_type: "greeting", response_time_seconds: 1044 },
            { id: 447, swipe_id: 415, sender_id: 100, receiver_id: 203, content: "An operator reported a duplicate issue; the booking was updated.", timestamp: new Date("2023-01-09T14:49:31Z"), message_type: "question", response_time_seconds: 2759 },
            { id: 448, swipe_id: 171, sender_id: 65, receiver_id: 277, content: "The document was updated — manual case, no further action.", timestamp: new Date("2023-10-13T12:26:03Z"), message_type: "compliment", response_time_seconds: 1723 },
            { id: 449, swipe_id: 209, sender_id: 67, receiver_id: 97, content: "An operator asked for a change and the item was updated.", timestamp: new Date("2023-04-22T18:21:00Z"), message_type: "greeting", response_time_seconds: 1874 },
            { id: 450, swipe_id: 447, sender_id: 171, receiver_id: 90, content: "A partial follow-up: the booking was updated.", timestamp: new Date("2023-12-14T17:57:25Z"), message_type: "greeting", response_time_seconds: 1817 },
            { id: 451, swipe_id: 60, sender_id: 230, receiver_id: 150, content: "The ticket was replaced after a minor check.", timestamp: new Date("2023-11-22T21:04:48Z"), message_type: "question", response_time_seconds: 2051 },
            { id: 452, swipe_id: 321, sender_id: 1, receiver_id: 247, content: null, timestamp: new Date("2023-11-20T13:50:20Z"), message_type: "question", response_time_seconds: 1312 },
            { id: 453, swipe_id: 436, sender_id: 289, receiver_id: 299, content: "An incomplete follow-up: the transfer was confirmed.", timestamp: null, message_type: "question", response_time_seconds: 1861 },
            { id: 454, swipe_id: 25, sender_id: 65, receiver_id: 268, content: "The session was replaced — routine case, no further action.", timestamp: new Date("2023-10-24T13:58:41Z"), message_type: "greeting", response_time_seconds: 2238 },
            { id: 455, swipe_id: 634, sender_id: 274, receiver_id: 161, content: "The appointment was reopened — manual case, no further action.", timestamp: null, message_type: "greeting", response_time_seconds: 2241 },
            { id: 456, swipe_id: 412, sender_id: 206, receiver_id: 125, content: "Flagged as late. The team rescheduled the payment.", timestamp: new Date("2023-04-10T20:11:03Z"), message_type: "question", response_time_seconds: 1355 },
            { id: 457, swipe_id: 300, sender_id: 283, receiver_id: 109, content: "Support confirmed the details and the shipment was refunded.", timestamp: null, message_type: "greeting", response_time_seconds: 1942 },
            { id: 458, swipe_id: 420, sender_id: 95, receiver_id: 136, content: "A late request was closed the same day.", timestamp: new Date("2023-11-09T14:03:23Z"), message_type: "question", response_time_seconds: 1310 },
            { id: 459, swipe_id: 653, sender_id: 68, receiver_id: 218, content: "The document was cancelled after a late check.", timestamp: new Date("2023-11-20T13:31:14Z"), message_type: "greeting", response_time_seconds: 1302 },
            { id: 460, swipe_id: 537, sender_id: 33, receiver_id: 212, content: "An urgent follow-up: the ticket was refunded.", timestamp: new Date("2023-06-09T00:10:34Z"), message_type: "compliment", response_time_seconds: 2608 },
            { id: 461, swipe_id: 564, sender_id: 95, receiver_id: 274, content: "A minor follow-up: the record was approved.", timestamp: new Date("2023-11-23T12:39:21Z"), message_type: "greeting", response_time_seconds: 1846 },
            { id: 462, swipe_id: 223, sender_id: 69, receiver_id: 101, content: "Flagged as manual. The supplier escalated the invoice.", timestamp: new Date("2023-01-09T15:38:56Z"), message_type: "question", response_time_seconds: 1058 },
            { id: 463, swipe_id: 157, sender_id: 226, receiver_id: 252, content: null, timestamp: new Date("2023-12-16T06:11:25Z"), message_type: "question", response_time_seconds: 2447 },
            { id: 464, swipe_id: 292, sender_id: 126, receiver_id: 200, content: "A late document was processed the same day.", timestamp: new Date("2023-07-20T08:04:20Z"), message_type: "question", response_time_seconds: 1850 },
            { id: 465, swipe_id: 357, sender_id: 150, receiver_id: 287, content: "The record was processed following a standard review.", timestamp: new Date("2023-12-07T00:53:29Z"), message_type: "greeting", response_time_seconds: 2825 },
            { id: 466, swipe_id: 389, sender_id: 118, receiver_id: 172, content: "A manual follow-up: the order was reopened.", timestamp: new Date("2023-11-19T19:50:44Z"), message_type: "compliment", response_time_seconds: 2210 },
            { id: 467, swipe_id: 422, sender_id: 291, receiver_id: 94, content: "A partial request was confirmed the same day.", timestamp: new Date("2023-04-26T21:36:47Z"), message_type: "compliment", response_time_seconds: 1567 },
            { id: 468, swipe_id: 505, sender_id: 300, receiver_id: 242, content: null, timestamp: new Date("2023-08-08T12:06:11Z"), message_type: "greeting", response_time_seconds: 2968 },
            { id: 469, swipe_id: 447, sender_id: 197, receiver_id: 49, content: "The courier asked for a change and the ticket was escalated.", timestamp: new Date("2023-08-24T08:58:06Z"), message_type: "question", response_time_seconds: 1585 },
            { id: 470, swipe_id: 427, sender_id: 298, receiver_id: 111, content: "The team asked for a change and the document was rejected.", timestamp: null, message_type: "greeting", response_time_seconds: 1588 },
            { id: 471, swipe_id: 28, sender_id: 214, receiver_id: 100, content: "The customer asked for a change and the item was closed.", timestamp: new Date("2023-03-01T16:42:47Z"), message_type: "greeting", response_time_seconds: 2273 },
            { id: 472, swipe_id: 273, sender_id: 170, receiver_id: 99, content: "The reviewer asked for a change and the payment was confirmed.", timestamp: new Date("2023-09-24T22:11:59Z"), message_type: "question", response_time_seconds: 2599 },
            { id: 473, swipe_id: 307, sender_id: 201, receiver_id: 87, content: "An operator asked for a change and the delivery was refunded.", timestamp: new Date("2023-05-14T11:48:05Z"), message_type: "question", response_time_seconds: 1181 },
            { id: 474, swipe_id: 346, sender_id: 2, receiver_id: 268, content: "A duplicate follow-up: the request was confirmed.", timestamp: new Date("2023-07-10T09:18:04Z"), message_type: "question", response_time_seconds: 780 },
            { id: 475, swipe_id: 409, sender_id: 181, receiver_id: 252, content: null, timestamp: new Date("2023-12-05T15:29:14Z"), message_type: "compliment", response_time_seconds: 1686 },
            { id: 476, swipe_id: 145, sender_id: 182, receiver_id: 271, content: "The team asked for a change and the report was resolved.", timestamp: null, message_type: "compliment", response_time_seconds: 1281 },
            { id: 477, swipe_id: 364, sender_id: 31, receiver_id: 108, content: "The customer reported an urgent issue; the booking was reopened.", timestamp: new Date("2023-09-04T18:07:55Z"), message_type: "question", response_time_seconds: 1334 },
            { id: 478, swipe_id: 390, sender_id: 8, receiver_id: 297, content: "The reviewer confirmed the details and the appointment was resolved.", timestamp: new Date("2023-04-10T12:01:13Z"), message_type: "compliment", response_time_seconds: 2381 },
            { id: 479, swipe_id: 152, sender_id: 221, receiver_id: 84, content: "The team confirmed the details and the booking was closed.", timestamp: new Date("2023-11-08T17:49:41Z"), message_type: "question", response_time_seconds: 1598 },
            { id: 480, swipe_id: 556, sender_id: 14, receiver_id: 253, content: "Flagged as urgent. An operator reopened the account.", timestamp: new Date("2023-02-06T17:47:12Z"), message_type: "question", response_time_seconds: 2524 },
            { id: 481, swipe_id: 176, sender_id: 52, receiver_id: 211, content: "No response from the supplier, so the record was cancelled.", timestamp: null, message_type: "greeting", response_time_seconds: 1808 },
            { id: 482, swipe_id: 147, sender_id: 76, receiver_id: 160, content: "Flagged as routine. The customer cancelled the request.", timestamp: new Date("2023-11-27T11:12:41Z"), message_type: "question", response_time_seconds: 2374 },
            { id: 483, swipe_id: 563, sender_id: 184, receiver_id: 139, content: "The refund was rescheduled after a partial check.", timestamp: null, message_type: "compliment", response_time_seconds: 1501 },
            { id: 484, swipe_id: 156, sender_id: 83, receiver_id: 288, content: "Flagged as incomplete. The account owner updated the claim.", timestamp: new Date("2023-11-16T15:30:26Z"), message_type: "greeting", response_time_seconds: 1372 },
            { id: 485, swipe_id: 502, sender_id: 127, receiver_id: 41, content: "Flagged as minor. The supplier delayed the shipment.", timestamp: new Date("2023-10-06T12:05:53Z"), message_type: "question", response_time_seconds: 1663 },
            { id: 486, swipe_id: 254, sender_id: 271, receiver_id: 80, content: "Flagged as minor. An operator completed the refund.", timestamp: new Date("2023-10-11T06:29:19Z"), message_type: "compliment", response_time_seconds: 1896 },
            { id: 487, swipe_id: 511, sender_id: 55, receiver_id: 91, content: "No response from the courier, so the order was rescheduled.", timestamp: new Date("2023-07-30T13:21:25Z"), message_type: "compliment", response_time_seconds: 1470 },
            { id: 488, swipe_id: 172, sender_id: 71, receiver_id: 238, content: "The claim was processed following an unusual review.", timestamp: new Date("2023-09-12T16:13:20Z"), message_type: "question", response_time_seconds: 1923 },
            { id: 489, swipe_id: 290, sender_id: 196, receiver_id: 153, content: "The team reported an incomplete issue; the order was processed.", timestamp: new Date("2023-12-06T12:53:59Z"), message_type: "compliment", response_time_seconds: 2259 },
            { id: 490, swipe_id: 581, sender_id: 3, receiver_id: 21, content: "The account owner asked for a change and the item was rescheduled.", timestamp: null, message_type: "greeting", response_time_seconds: 1895 },
            { id: 491, swipe_id: 349, sender_id: 180, receiver_id: 225, content: "The appointment was refunded following a manual review.", timestamp: new Date("2023-09-15T21:17:16Z"), message_type: "compliment", response_time_seconds: 1551 },
            { id: 492, swipe_id: 127, sender_id: 120, receiver_id: 228, content: null, timestamp: new Date("2023-09-05T13:11:40Z"), message_type: "greeting", response_time_seconds: 2395 },
            { id: 493, swipe_id: 528, sender_id: 266, receiver_id: 273, content: "No response from the courier, so the shipment was cancelled.", timestamp: new Date("2023-07-19T20:55:11Z"), message_type: "question", response_time_seconds: 1489 },
            { id: 494, swipe_id: 645, sender_id: 33, receiver_id: 258, content: "The invoice was delayed following an incomplete review.", timestamp: new Date("2023-07-06T14:09:11Z"), message_type: "question", response_time_seconds: 2068 },
            { id: 495, swipe_id: 536, sender_id: 18, receiver_id: 168, content: "No response from the account owner, so the shipment was updated.", timestamp: new Date("2023-11-22T08:12:47Z"), message_type: "question", response_time_seconds: 1812 },
            { id: 496, swipe_id: 597, sender_id: 240, receiver_id: 11, content: null, timestamp: new Date("2023-11-08T17:32:36Z"), message_type: "greeting", response_time_seconds: 2391 },
            { id: 497, swipe_id: 386, sender_id: 46, receiver_id: 212, content: "No response from support, so the booking was refunded.", timestamp: new Date("2023-08-01T09:02:54Z"), message_type: "compliment", response_time_seconds: 1886 },
            { id: 498, swipe_id: 179, sender_id: 172, receiver_id: 255, content: null, timestamp: new Date("2023-07-28T16:21:45Z"), message_type: "greeting", response_time_seconds: 1869 },
            { id: 499, swipe_id: 125, sender_id: 19, receiver_id: 135, content: "No response from the customer, so the order was rejected.", timestamp: null, message_type: "greeting", response_time_seconds: 1783 },
            { id: 500, swipe_id: 580, sender_id: 119, receiver_id: 23, content: "The item was processed following a standard review.", timestamp: null, message_type: "question", response_time_seconds: 1287 },
        ],
    });
    await prisma.messages.createMany({
        data: [
            { id: 501, swipe_id: 373, sender_id: 189, receiver_id: 16, content: "The supplier confirmed the details and the request was resolved.", timestamp: new Date("2023-10-10T10:52:44Z"), message_type: "greeting", response_time_seconds: 815 },
            { id: 502, swipe_id: 638, sender_id: 249, receiver_id: 186, content: "The reviewer reported a duplicate issue; the transfer was processed.", timestamp: new Date("2023-04-30T11:03:37Z"), message_type: "question", response_time_seconds: 2177 },
            { id: 503, swipe_id: 228, sender_id: 45, receiver_id: 169, content: "The report was replaced following a late review.", timestamp: new Date("2023-07-15T19:37:41Z"), message_type: "greeting", response_time_seconds: 1462 },
            { id: 504, swipe_id: 351, sender_id: 2, receiver_id: 92, content: null, timestamp: new Date("2023-06-01T13:07:10Z"), message_type: "greeting", response_time_seconds: 1892 },
            { id: 505, swipe_id: 90, sender_id: 110, receiver_id: 44, content: "The ticket was escalated following a routine review.", timestamp: new Date("2023-11-01T02:54:55Z"), message_type: "greeting", response_time_seconds: 2315 },
            { id: 506, swipe_id: 486, sender_id: 282, receiver_id: 57, content: "Flagged as unusual. The courier confirmed the session.", timestamp: null, message_type: "question", response_time_seconds: 2078 },
            { id: 507, swipe_id: 267, sender_id: 10, receiver_id: 150, content: "Flagged as urgent. The supplier refunded the shipment.", timestamp: new Date("2023-11-10T10:11:08Z"), message_type: "greeting", response_time_seconds: 1009 },
            { id: 508, swipe_id: 559, sender_id: 42, receiver_id: 95, content: "The supplier confirmed the details and the report was cancelled.", timestamp: null, message_type: "greeting", response_time_seconds: 1356 },
            { id: 509, swipe_id: 160, sender_id: 215, receiver_id: 134, content: "Flagged as unusual. The customer escalated the shipment.", timestamp: new Date("2023-07-02T22:56:26Z"), message_type: "greeting", response_time_seconds: 1712 },
            { id: 510, swipe_id: 91, sender_id: 54, receiver_id: 80, content: "The courier asked for a change and the claim was resolved.", timestamp: new Date("2023-07-03T09:35:53Z"), message_type: "greeting", response_time_seconds: 2389 },
            { id: 511, swipe_id: 386, sender_id: 100, receiver_id: 258, content: "A manual follow-up: the transfer was resolved.", timestamp: new Date("2023-06-15T22:19:10Z"), message_type: "question", response_time_seconds: 1920 },
            { id: 512, swipe_id: 344, sender_id: 124, receiver_id: 59, content: "The team asked for a change and the invoice was resolved.", timestamp: null, message_type: "greeting", response_time_seconds: 1238 },
            { id: 513, swipe_id: 359, sender_id: 204, receiver_id: 6, content: "The claim was reopened after an automatic check.", timestamp: new Date("2023-01-19T18:52:43Z"), message_type: "greeting", response_time_seconds: 1740 },
            { id: 514, swipe_id: 254, sender_id: 254, receiver_id: 106, content: null, timestamp: new Date("2023-11-09T10:15:27Z"), message_type: "question", response_time_seconds: 1914 },
            { id: 515, swipe_id: 19, sender_id: 141, receiver_id: 93, content: "The team asked for a change and the order was confirmed.", timestamp: new Date("2023-01-29T18:21:35Z"), message_type: "greeting", response_time_seconds: 1414 },
            { id: 516, swipe_id: 361, sender_id: 65, receiver_id: 229, content: "Flagged as standard. The reviewer replaced the delivery.", timestamp: new Date("2023-06-08T18:41:23Z"), message_type: "question", response_time_seconds: 1436 },
            { id: 517, swipe_id: 648, sender_id: 61, receiver_id: 15, content: "An automatic follow-up: the record was processed.", timestamp: new Date("2023-04-17T17:52:57Z"), message_type: "question", response_time_seconds: 2449 },
            { id: 518, swipe_id: 375, sender_id: 67, receiver_id: 286, content: "The supplier asked for a change and the request was replaced.", timestamp: new Date("2023-07-07T12:33:55Z"), message_type: "question", response_time_seconds: 1929 },
            { id: 519, swipe_id: 468, sender_id: 59, receiver_id: 37, content: "Flagged as urgent. Support closed the shipment.", timestamp: new Date("2023-12-05T20:16:54Z"), message_type: "greeting", response_time_seconds: 1902 },
            { id: 520, swipe_id: 598, sender_id: 236, receiver_id: 236, content: "No response from the reviewer, so the delivery was reviewed.", timestamp: new Date("2023-09-02T14:41:15Z"), message_type: "compliment", response_time_seconds: 2362 },
            { id: 521, swipe_id: 672, sender_id: 109, receiver_id: 15, content: "An operator asked for a change and the session was replaced.", timestamp: new Date("2023-12-29T19:55:55Z"), message_type: "compliment", response_time_seconds: 2134 },
            { id: 522, swipe_id: 40, sender_id: 5, receiver_id: 36, content: "Flagged as manual. Support rejected the document.", timestamp: new Date("2023-10-26T16:00:04Z"), message_type: "greeting", response_time_seconds: 2092 },
            { id: 523, swipe_id: 459, sender_id: 45, receiver_id: 216, content: "Flagged as partial. The supplier completed the session.", timestamp: new Date("2023-01-15T13:32:43Z"), message_type: "greeting", response_time_seconds: 2347 },
            { id: 524, swipe_id: 237, sender_id: 57, receiver_id: 221, content: "No response from the team, so the item was escalated.", timestamp: null, message_type: "greeting", response_time_seconds: 2157 },
            { id: 525, swipe_id: 421, sender_id: 96, receiver_id: 29, content: "A routine follow-up: the report was resolved.", timestamp: new Date("2023-01-07T19:14:17Z"), message_type: "greeting", response_time_seconds: 2782 },
            { id: 526, swipe_id: 96, sender_id: 14, receiver_id: 207, content: "A standard invoice was updated the same day.", timestamp: new Date("2023-07-16T22:38:23Z"), message_type: "compliment", response_time_seconds: 1505 },
            { id: 527, swipe_id: 662, sender_id: 35, receiver_id: 194, content: "The reviewer reported an incomplete issue; the report was refunded.", timestamp: new Date("2023-11-21T16:28:12Z"), message_type: "greeting", response_time_seconds: 1589 },
            { id: 528, swipe_id: 467, sender_id: 145, receiver_id: 243, content: "The customer reported a late issue; the booking was rejected.", timestamp: new Date("2023-01-07T17:23:26Z"), message_type: "greeting", response_time_seconds: 1654 },
            { id: 529, swipe_id: 22, sender_id: 10, receiver_id: 272, content: "A late report was replaced the same day.", timestamp: new Date("2023-08-02T20:32:44Z"), message_type: "greeting", response_time_seconds: 1700 },
            { id: 530, swipe_id: 377, sender_id: 126, receiver_id: 291, content: "The reviewer confirmed the details and the item was rejected.", timestamp: new Date("2023-03-03T20:53:00Z"), message_type: "question", response_time_seconds: 1873 },
            { id: 531, swipe_id: 594, sender_id: 43, receiver_id: 239, content: "The session was resolved after a duplicate check.", timestamp: new Date("2023-08-02T17:18:00Z"), message_type: "compliment", response_time_seconds: 918 },
            { id: 532, swipe_id: 622, sender_id: 72, receiver_id: 206, content: "No response from the account owner, so the booking was approved.", timestamp: new Date("2023-11-17T20:42:27Z"), message_type: "greeting", response_time_seconds: 1644 },
            { id: 533, swipe_id: 142, sender_id: 298, receiver_id: 287, content: "An unusual follow-up: the refund was reviewed.", timestamp: new Date("2023-06-15T18:21:50Z"), message_type: "question", response_time_seconds: 2483 },
            { id: 534, swipe_id: 614, sender_id: 241, receiver_id: 213, content: "The courier confirmed the details and the appointment was updated.", timestamp: new Date("2023-07-21T08:34:15Z"), message_type: "compliment", response_time_seconds: 1874 },
            { id: 535, swipe_id: 591, sender_id: 249, receiver_id: 81, content: "A repeat report was rejected the same day.", timestamp: new Date("2023-09-22T19:08:12Z"), message_type: "greeting", response_time_seconds: 1938 },
            { id: 536, swipe_id: 178, sender_id: 107, receiver_id: 184, content: "Support asked for a change and the appointment was rescheduled.", timestamp: new Date("2023-08-02T18:11:26Z"), message_type: "question", response_time_seconds: 2124 },
            { id: 537, swipe_id: 451, sender_id: 113, receiver_id: 281, content: "An automatic follow-up: the report was resolved.", timestamp: new Date("2023-06-20T09:05:33Z"), message_type: "question", response_time_seconds: 1866 },
            { id: 538, swipe_id: 528, sender_id: 263, receiver_id: 226, content: "A minor follow-up: the booking was rejected.", timestamp: new Date("2023-12-04T09:07:52Z"), message_type: "greeting", response_time_seconds: 1857 },
            { id: 539, swipe_id: 353, sender_id: 220, receiver_id: 245, content: "The payment was cancelled after a partial check.", timestamp: new Date("2023-01-27T21:58:03Z"), message_type: "greeting", response_time_seconds: 2304 },
            { id: 540, swipe_id: 127, sender_id: 186, receiver_id: 127, content: "The item was rescheduled — incomplete case, no further action.", timestamp: null, message_type: "greeting", response_time_seconds: 2654 },
            { id: 541, swipe_id: 436, sender_id: 123, receiver_id: 49, content: "A repeat request was completed the same day.", timestamp: new Date("2023-12-26T10:15:01Z"), message_type: "compliment", response_time_seconds: 1640 },
            { id: 542, swipe_id: 43, sender_id: 23, receiver_id: 60, content: null, timestamp: new Date("2023-08-29T14:24:34Z"), message_type: "greeting", response_time_seconds: 1651 },
            { id: 543, swipe_id: 239, sender_id: 180, receiver_id: 176, content: "The payment was replaced — unusual case, no further action.", timestamp: new Date("2023-02-04T09:07:22Z"), message_type: "question", response_time_seconds: 3119 },
            { id: 544, swipe_id: 522, sender_id: 234, receiver_id: 21, content: "The account was processed following a late review.", timestamp: new Date("2023-09-01T12:09:19Z"), message_type: "greeting", response_time_seconds: 2614 },
            { id: 545, swipe_id: 251, sender_id: 25, receiver_id: 263, content: "The courier confirmed the details and the order was closed.", timestamp: new Date("2023-08-28T16:18:33Z"), message_type: "question", response_time_seconds: 575 },
            { id: 546, swipe_id: 40, sender_id: 208, receiver_id: 194, content: "No response from the account owner, so the shipment was updated.", timestamp: new Date("2023-06-04T13:50:56Z"), message_type: "greeting", response_time_seconds: 2535 },
            { id: 547, swipe_id: 314, sender_id: 72, receiver_id: 25, content: "A repeat follow-up: the transfer was cancelled.", timestamp: new Date("2023-10-01T07:49:17Z"), message_type: "greeting", response_time_seconds: 688 },
            { id: 548, swipe_id: 639, sender_id: 197, receiver_id: 208, content: null, timestamp: new Date("2023-09-19T20:15:57Z"), message_type: "greeting", response_time_seconds: 1808 },
            { id: 549, swipe_id: 582, sender_id: 272, receiver_id: 98, content: "Flagged as partial. The team escalated the ticket.", timestamp: new Date("2023-07-23T22:42:58Z"), message_type: "compliment", response_time_seconds: 1636 },
            { id: 550, swipe_id: 192, sender_id: 199, receiver_id: 116, content: "The courier reported an unusual issue; the transfer was confirmed.", timestamp: null, message_type: "greeting", response_time_seconds: 1637 },
            { id: 551, swipe_id: 92, sender_id: 280, receiver_id: 29, content: "The payment was closed — routine case, no further action.", timestamp: new Date("2023-05-08T21:36:13Z"), message_type: "greeting", response_time_seconds: 2039 },
            { id: 552, swipe_id: 163, sender_id: 225, receiver_id: 224, content: "The order was rejected after a manual check.", timestamp: new Date("2023-05-31T20:49:24Z"), message_type: "question", response_time_seconds: 1691 },
            { id: 553, swipe_id: 196, sender_id: 152, receiver_id: 44, content: "Flagged as unusual. Support reopened the report.", timestamp: new Date("2023-02-19T23:27:50Z"), message_type: "question", response_time_seconds: 1192 },
            { id: 554, swipe_id: 551, sender_id: 157, receiver_id: 96, content: "The shipment was refunded after an automatic check.", timestamp: null, message_type: "compliment", response_time_seconds: 1912 },
            { id: 555, swipe_id: 580, sender_id: 32, receiver_id: 73, content: "The ticket was reviewed after a partial check.", timestamp: null, message_type: "compliment", response_time_seconds: 1752 },
            { id: 556, swipe_id: 263, sender_id: 58, receiver_id: 47, content: "Flagged as duplicate. Support updated the claim.", timestamp: null, message_type: "greeting", response_time_seconds: 1329 },
            { id: 557, swipe_id: 139, sender_id: 163, receiver_id: 290, content: "A late follow-up: the appointment was reviewed.", timestamp: new Date("2023-06-22T15:36:59Z"), message_type: "question", response_time_seconds: 2273 },
            { id: 558, swipe_id: 610, sender_id: 135, receiver_id: 199, content: "Flagged as partial. The reviewer closed the booking.", timestamp: new Date("2023-07-22T18:17:21Z"), message_type: "question", response_time_seconds: 1353 },
            { id: 559, swipe_id: 310, sender_id: 159, receiver_id: 93, content: "No response from the team, so the request was delayed.", timestamp: new Date("2023-11-27T13:03:19Z"), message_type: "greeting", response_time_seconds: 2037 },
            { id: 560, swipe_id: 598, sender_id: 6, receiver_id: 94, content: null, timestamp: null, message_type: "greeting", response_time_seconds: 2316 },
            { id: 561, swipe_id: 435, sender_id: 69, receiver_id: 188, content: "Flagged as standard. The reviewer delayed the appointment.", timestamp: new Date("2023-05-01T16:14:51Z"), message_type: "compliment", response_time_seconds: 1841 },
            { id: 562, swipe_id: 338, sender_id: 55, receiver_id: 143, content: "The transfer was rejected following an incomplete review.", timestamp: new Date("2023-09-03T12:14:55Z"), message_type: "compliment", response_time_seconds: 1474 },
            { id: 563, swipe_id: 274, sender_id: 194, receiver_id: 116, content: "The team reported a manual issue; the payment was rejected.", timestamp: null, message_type: "question", response_time_seconds: 1603 },
            { id: 564, swipe_id: 269, sender_id: 89, receiver_id: 222, content: "The report was refunded after an automatic check.", timestamp: new Date("2023-10-05T22:40:48Z"), message_type: "compliment", response_time_seconds: 1701 },
            { id: 565, swipe_id: 253, sender_id: 293, receiver_id: 45, content: null, timestamp: new Date("2023-12-03T07:54:53Z"), message_type: "greeting", response_time_seconds: 1855 },
            { id: 566, swipe_id: 662, sender_id: 118, receiver_id: 174, content: "The reviewer asked for a change and the record was escalated.", timestamp: new Date("2023-08-05T15:59:23Z"), message_type: "question", response_time_seconds: 2122 },
            { id: 567, swipe_id: 572, sender_id: 278, receiver_id: 175, content: "The supplier confirmed the details and the item was processed.", timestamp: new Date("2023-09-07T23:42:35Z"), message_type: "greeting", response_time_seconds: 1627 },
            { id: 568, swipe_id: 126, sender_id: 102, receiver_id: 54, content: "A standard claim was resolved the same day.", timestamp: new Date("2023-03-01T11:40:40Z"), message_type: "question", response_time_seconds: 850 },
            { id: 569, swipe_id: 547, sender_id: 52, receiver_id: 189, content: "The reviewer asked for a change and the session was confirmed.", timestamp: new Date("2023-12-20T21:35:26Z"), message_type: "compliment", response_time_seconds: 1439 },
            { id: 570, swipe_id: 560, sender_id: 71, receiver_id: 48, content: "Flagged as automatic. An operator reviewed the report.", timestamp: new Date("2023-04-09T16:38:24Z"), message_type: "greeting", response_time_seconds: 2487 },
            { id: 571, swipe_id: 20, sender_id: 184, receiver_id: 146, content: null, timestamp: new Date("2023-10-21T18:15:39Z"), message_type: "question", response_time_seconds: 1744 },
            { id: 572, swipe_id: 45, sender_id: 241, receiver_id: 100, content: "The team asked for a change and the document was resolved.", timestamp: new Date("2023-04-02T18:08:48Z"), message_type: "greeting", response_time_seconds: 855 },
            { id: 573, swipe_id: 185, sender_id: 246, receiver_id: 33, content: "The team reported an incomplete issue; the item was rejected.", timestamp: new Date("2023-11-08T16:43:54Z"), message_type: "compliment", response_time_seconds: 1738 },
            { id: 574, swipe_id: 672, sender_id: 148, receiver_id: 136, content: "The reviewer confirmed the details and the refund was reopened.", timestamp: new Date("2023-12-27T19:30:44Z"), message_type: "greeting", response_time_seconds: 2151 },
            { id: 575, swipe_id: 349, sender_id: 245, receiver_id: 46, content: "The ticket was approved after a minor check.", timestamp: new Date("2023-07-03T09:33:29Z"), message_type: "question", response_time_seconds: 2168 },
            { id: 576, swipe_id: 553, sender_id: 221, receiver_id: 284, content: null, timestamp: new Date("2023-02-16T11:12:05Z"), message_type: "question", response_time_seconds: 1813 },
            { id: 577, swipe_id: 412, sender_id: 289, receiver_id: 245, content: "The delivery was delayed following a duplicate review.", timestamp: new Date("2023-05-16T22:00:21Z"), message_type: "greeting", response_time_seconds: 2907 },
            { id: 578, swipe_id: 621, sender_id: 119, receiver_id: 299, content: "An urgent claim was escalated the same day.", timestamp: new Date("2023-12-25T14:28:47Z"), message_type: "greeting", response_time_seconds: 1486 },
            { id: 579, swipe_id: 167, sender_id: 20, receiver_id: 210, content: "The ticket was updated following an urgent review.", timestamp: new Date("2023-09-17T02:40:14Z"), message_type: "greeting", response_time_seconds: 2152 },
            { id: 580, swipe_id: 657, sender_id: 182, receiver_id: 10, content: "The request was updated after a repeat check.", timestamp: new Date("2023-12-25T20:19:09Z"), message_type: "question", response_time_seconds: 918 },
            { id: 581, swipe_id: 658, sender_id: 149, receiver_id: 217, content: "Flagged as routine. The reviewer replaced the claim.", timestamp: new Date("2023-06-19T18:40:14Z"), message_type: "compliment", response_time_seconds: 2382 },
            { id: 582, swipe_id: 633, sender_id: 19, receiver_id: 159, content: "No response from support, so the booking was processed.", timestamp: new Date("2023-07-14T11:47:17Z"), message_type: "greeting", response_time_seconds: 1855 },
            { id: 583, swipe_id: 266, sender_id: 210, receiver_id: 191, content: "An automatic ticket was reopened the same day.", timestamp: null, message_type: "question", response_time_seconds: 1275 },
            { id: 584, swipe_id: 419, sender_id: 140, receiver_id: 178, content: "The payment was closed — manual case, no further action.", timestamp: new Date("2023-12-23T09:28:47Z"), message_type: "question", response_time_seconds: 2139 },
            { id: 585, swipe_id: 625, sender_id: 77, receiver_id: 239, content: "The account owner reported a routine issue; the account was cancelled.", timestamp: null, message_type: "greeting", response_time_seconds: 1604 },
            { id: 586, swipe_id: 672, sender_id: 72, receiver_id: 227, content: "The courier confirmed the details and the claim was completed.", timestamp: new Date("2023-01-02T13:03:40Z"), message_type: "question", response_time_seconds: 1973 },
            { id: 587, swipe_id: 397, sender_id: 280, receiver_id: 81, content: "The supplier confirmed the details and the session was approved.", timestamp: new Date("2023-02-15T11:58:32Z"), message_type: "greeting", response_time_seconds: 2353 },
            { id: 588, swipe_id: 545, sender_id: 298, receiver_id: 221, content: "Flagged as urgent. The supplier updated the invoice.", timestamp: null, message_type: "compliment", response_time_seconds: 1387 },
            { id: 589, swipe_id: 439, sender_id: 163, receiver_id: 288, content: "The courier reported an automatic issue; the appointment was resolved.", timestamp: new Date("2023-07-26T16:18:40Z"), message_type: "greeting", response_time_seconds: 2410 },
            { id: 590, swipe_id: 379, sender_id: 161, receiver_id: 61, content: "Flagged as repeat. The customer delayed the report.", timestamp: new Date("2023-04-02T17:29:55Z"), message_type: "question", response_time_seconds: 1592 },
            { id: 591, swipe_id: 481, sender_id: 195, receiver_id: 66, content: "The claim was escalated after an urgent check.", timestamp: new Date("2023-04-14T10:23:10Z"), message_type: "greeting", response_time_seconds: 2470 },
            { id: 592, swipe_id: 570, sender_id: 278, receiver_id: 266, content: "An incomplete report was reopened the same day.", timestamp: new Date("2023-10-01T17:48:16Z"), message_type: "compliment", response_time_seconds: 1895 },
            { id: 593, swipe_id: 586, sender_id: 243, receiver_id: 252, content: null, timestamp: new Date("2023-04-19T18:49:58Z"), message_type: "question", response_time_seconds: 1849 },
            { id: 594, swipe_id: 284, sender_id: 248, receiver_id: 179, content: "The claim was confirmed after a manual check.", timestamp: new Date("2023-08-22T21:46:58Z"), message_type: "greeting", response_time_seconds: 2012 },
            { id: 595, swipe_id: 4, sender_id: 122, receiver_id: 136, content: null, timestamp: new Date("2023-03-25T12:40:31Z"), message_type: "question", response_time_seconds: 2772 },
            { id: 596, swipe_id: 439, sender_id: 182, receiver_id: 43, content: "The refund was replaced — automatic case, no further action.", timestamp: new Date("2023-03-11T11:11:17Z"), message_type: "greeting", response_time_seconds: 1627 },
            { id: 597, swipe_id: 617, sender_id: 275, receiver_id: 241, content: "The shipment was delayed — repeat case, no further action.", timestamp: new Date("2023-08-23T17:22:23Z"), message_type: "greeting", response_time_seconds: 2883 },
            { id: 598, swipe_id: 366, sender_id: 108, receiver_id: 103, content: "Flagged as incomplete. The courier cancelled the claim.", timestamp: new Date("2023-07-17T12:05:03Z"), message_type: "compliment", response_time_seconds: 2166 },
            { id: 599, swipe_id: 36, sender_id: 86, receiver_id: 160, content: "No response from the customer, so the transfer was reviewed.", timestamp: new Date("2023-11-02T19:31:56Z"), message_type: "greeting", response_time_seconds: 1664 },
            { id: 600, swipe_id: 574, sender_id: 54, receiver_id: 155, content: "An incomplete follow-up: the request was delayed.", timestamp: new Date("2023-09-25T15:19:11Z"), message_type: "greeting", response_time_seconds: 1466 },
            { id: 601, swipe_id: 553, sender_id: 164, receiver_id: 211, content: "The refund was reviewed following an unusual review.", timestamp: new Date("2023-04-22T18:14:08Z"), message_type: "compliment", response_time_seconds: 1864 },
            { id: 602, swipe_id: 63, sender_id: 202, receiver_id: 70, content: null, timestamp: new Date("2023-12-03T11:09:56Z"), message_type: "greeting", response_time_seconds: 1785 },
            { id: 603, swipe_id: 190, sender_id: 284, receiver_id: 273, content: "No response from support, so the appointment was reviewed.", timestamp: new Date("2023-08-28T13:46:23Z"), message_type: "greeting", response_time_seconds: 803 },
            { id: 604, swipe_id: 499, sender_id: 26, receiver_id: 253, content: "Support asked for a change and the account was confirmed.", timestamp: new Date("2023-08-26T21:14:25Z"), message_type: "compliment", response_time_seconds: 1887 },
            { id: 605, swipe_id: 68, sender_id: 25, receiver_id: 106, content: "A repeat delivery was resolved the same day.", timestamp: new Date("2023-12-12T18:09:15Z"), message_type: "greeting", response_time_seconds: 2947 },
            { id: 606, swipe_id: 449, sender_id: 137, receiver_id: 140, content: "An unusual payment was closed the same day.", timestamp: new Date("2023-11-03T21:56:53Z"), message_type: "greeting", response_time_seconds: 2703 },
            { id: 607, swipe_id: 520, sender_id: 195, receiver_id: 193, content: "A partial invoice was replaced the same day.", timestamp: new Date("2023-03-21T22:03:19Z"), message_type: "question", response_time_seconds: 1490 },
            { id: 608, swipe_id: 153, sender_id: 63, receiver_id: 93, content: "The team reported an unusual issue; the appointment was approved.", timestamp: new Date("2023-10-15T11:11:58Z"), message_type: "compliment", response_time_seconds: 990 },
            { id: 609, swipe_id: 421, sender_id: 89, receiver_id: 169, content: "The payment was cancelled — urgent case, no further action.", timestamp: new Date("2023-08-13T18:58:49Z"), message_type: "greeting", response_time_seconds: 2476 },
            { id: 610, swipe_id: 526, sender_id: 209, receiver_id: 120, content: "Flagged as incomplete. The team processed the transfer.", timestamp: new Date("2023-03-24T01:45:57Z"), message_type: "question", response_time_seconds: 1753 },
            { id: 611, swipe_id: 142, sender_id: 175, receiver_id: 111, content: "The claim was rejected — partial case, no further action.", timestamp: new Date("2023-03-31T16:26:03Z"), message_type: "question", response_time_seconds: 1855 },
            { id: 612, swipe_id: 371, sender_id: 185, receiver_id: 177, content: null, timestamp: new Date("2023-10-27T20:54:13Z"), message_type: "greeting", response_time_seconds: 1284 },
            { id: 613, swipe_id: 56, sender_id: 232, receiver_id: 111, content: "The team reported a repeat issue; the delivery was resolved.", timestamp: new Date("2023-12-28T16:07:58Z"), message_type: "compliment", response_time_seconds: 694 },
            { id: 614, swipe_id: 323, sender_id: 245, receiver_id: 204, content: "The appointment was completed after a minor check.", timestamp: new Date("2023-10-02T18:20:09Z"), message_type: "greeting", response_time_seconds: 1509 },
            { id: 615, swipe_id: 466, sender_id: 112, receiver_id: 32, content: "The record was rescheduled following an incomplete review.", timestamp: new Date("2023-10-23T19:02:36Z"), message_type: "compliment", response_time_seconds: 1460 },
            { id: 616, swipe_id: 14, sender_id: 72, receiver_id: 236, content: "The ticket was confirmed following a duplicate review.", timestamp: new Date("2023-11-15T22:13:37Z"), message_type: "question", response_time_seconds: 2241 },
            { id: 617, swipe_id: 556, sender_id: 49, receiver_id: 22, content: null, timestamp: null, message_type: "question", response_time_seconds: 1200 },
            { id: 618, swipe_id: 327, sender_id: 249, receiver_id: 237, content: "The reviewer reported a late issue; the payment was escalated.", timestamp: new Date("2023-02-15T14:33:04Z"), message_type: "greeting", response_time_seconds: 2500 },
            { id: 619, swipe_id: 46, sender_id: 25, receiver_id: 182, content: "An unusual invoice was processed the same day.", timestamp: null, message_type: "question", response_time_seconds: 1616 },
            { id: 620, swipe_id: 43, sender_id: 272, receiver_id: 235, content: "The customer confirmed the details and the booking was confirmed.", timestamp: new Date("2023-04-09T06:32:59Z"), message_type: "greeting", response_time_seconds: 1284 },
            { id: 621, swipe_id: 74, sender_id: 106, receiver_id: 210, content: "The courier confirmed the details and the request was rejected.", timestamp: null, message_type: "question", response_time_seconds: 1835 },
            { id: 622, swipe_id: 150, sender_id: 269, receiver_id: 287, content: "The reviewer asked for a change and the report was confirmed.", timestamp: new Date("2023-02-27T18:04:41Z"), message_type: "question", response_time_seconds: 2239 },
            { id: 623, swipe_id: 56, sender_id: 83, receiver_id: 45, content: "A duplicate record was replaced the same day.", timestamp: null, message_type: "question", response_time_seconds: 2257 },
            { id: 624, swipe_id: 474, sender_id: 40, receiver_id: 90, content: "The courier confirmed the details and the booking was cancelled.", timestamp: new Date("2023-11-16T03:41:10Z"), message_type: "greeting", response_time_seconds: 634 },
            { id: 625, swipe_id: 496, sender_id: 113, receiver_id: 75, content: "A manual item was cancelled the same day.", timestamp: new Date("2023-07-19T19:43:57Z"), message_type: "compliment", response_time_seconds: 2777 },
            { id: 626, swipe_id: 344, sender_id: 228, receiver_id: 190, content: "The document was delayed — duplicate case, no further action.", timestamp: new Date("2023-09-29T19:53:05Z"), message_type: "greeting", response_time_seconds: 2268 },
            { id: 627, swipe_id: 177, sender_id: 298, receiver_id: 128, content: "Support confirmed the details and the record was cancelled.", timestamp: new Date("2023-02-07T00:11:08Z"), message_type: "compliment", response_time_seconds: 1097 },
            { id: 628, swipe_id: 54, sender_id: 295, receiver_id: 230, content: "Flagged as standard. The supplier closed the request.", timestamp: new Date("2023-09-30T22:22:31Z"), message_type: "compliment", response_time_seconds: 906 },
            { id: 629, swipe_id: 19, sender_id: 113, receiver_id: 13, content: "The appointment was confirmed after a standard check.", timestamp: new Date("2023-08-13T01:19:04Z"), message_type: "compliment", response_time_seconds: 2842 },
            { id: 630, swipe_id: 205, sender_id: 137, receiver_id: 297, content: null, timestamp: new Date("2023-08-13T14:18:37Z"), message_type: "greeting", response_time_seconds: 2252 },
            { id: 631, swipe_id: 89, sender_id: 86, receiver_id: 241, content: "The reviewer reported a duplicate issue; the appointment was closed.", timestamp: null, message_type: "greeting", response_time_seconds: 1440 },
            { id: 632, swipe_id: 30, sender_id: 183, receiver_id: 88, content: "Flagged as late. The account owner approved the document.", timestamp: new Date("2023-10-09T07:26:00Z"), message_type: "greeting", response_time_seconds: 1274 },
            { id: 633, swipe_id: 289, sender_id: 220, receiver_id: 104, content: "The team asked for a change and the order was refunded.", timestamp: new Date("2023-10-04T08:08:09Z"), message_type: "greeting", response_time_seconds: 1609 },
            { id: 634, swipe_id: 632, sender_id: 61, receiver_id: 128, content: "Flagged as duplicate. The reviewer updated the payment.", timestamp: new Date("2023-12-02T17:12:50Z"), message_type: "question", response_time_seconds: 2496 },
            { id: 635, swipe_id: 282, sender_id: 194, receiver_id: 86, content: "The account was cancelled following a partial review.", timestamp: new Date("2023-06-08T00:48:38Z"), message_type: "question", response_time_seconds: 1977 },
            { id: 636, swipe_id: 466, sender_id: 18, receiver_id: 84, content: null, timestamp: new Date("2023-08-07T23:15:57Z"), message_type: "question", response_time_seconds: 3009 },
            { id: 637, swipe_id: 497, sender_id: 201, receiver_id: 137, content: "A late transfer was completed the same day.", timestamp: new Date("2023-08-14T13:17:39Z"), message_type: "greeting", response_time_seconds: 1856 },
            { id: 638, swipe_id: 199, sender_id: 51, receiver_id: 254, content: null, timestamp: new Date("2023-04-25T17:57:34Z"), message_type: "greeting", response_time_seconds: 2423 },
            { id: 639, swipe_id: 370, sender_id: 111, receiver_id: 105, content: "The transfer was replaced — manual case, no further action.", timestamp: new Date("2023-10-18T13:08:28Z"), message_type: "greeting", response_time_seconds: 1138 },
            { id: 640, swipe_id: 478, sender_id: 184, receiver_id: 173, content: "Flagged as manual. The reviewer resolved the payment.", timestamp: new Date("2023-10-28T17:53:19Z"), message_type: "question", response_time_seconds: 2506 },
            { id: 641, swipe_id: 115, sender_id: 80, receiver_id: 15, content: null, timestamp: new Date("2023-09-22T10:31:18Z"), message_type: "greeting", response_time_seconds: 1009 },
            { id: 642, swipe_id: 47, sender_id: 261, receiver_id: 203, content: "The reviewer reported an incomplete issue; the item was updated.", timestamp: new Date("2023-11-25T02:23:42Z"), message_type: "greeting", response_time_seconds: 715 },
            { id: 643, swipe_id: 624, sender_id: 133, receiver_id: 98, content: "Flagged as minor. Support refunded the request.", timestamp: new Date("2023-06-07T20:29:30Z"), message_type: "greeting", response_time_seconds: 1149 },
            { id: 644, swipe_id: 317, sender_id: 54, receiver_id: 50, content: "No response from the courier, so the invoice was delayed.", timestamp: new Date("2023-04-26T18:35:53Z"), message_type: "greeting", response_time_seconds: 1075 },
            { id: 645, swipe_id: 128, sender_id: 89, receiver_id: 124, content: "The transfer was replaced — late case, no further action.", timestamp: new Date("2023-12-30T12:19:28Z"), message_type: "greeting", response_time_seconds: 2417 },
        ],
    });
}

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