// Digital Scrapbook Elements (digital-scrapbooking-app) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.coupons), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.coupons.createMany({
        data: [
            { id: 1, code: "WELCOME15 EXCLUSIVE25 REWARD15", discount_percentage: "23", valid_until: "2023-08-23" },
            { id: 2, code: "SURPRISE20", discount_percentage: "66", valid_until: "2023-01-14" },
            { id: 3, code: "EXTRA15", discount_percentage: "38", valid_until: "2023-08-04" },
            { id: 4, code: "SEASONAL20", discount_percentage: "84", valid_until: "2023-10-21" },
            { id: 5, code: "ENJOY20", discount_percentage: "16", valid_until: "2023-03-09" },
            { id: 6, code: "SAVE15 REWARD15", discount_percentage: "51", valid_until: "2023-07-06" },
            { id: 7, code: "LIMITED20 PROMO20 LIMITEDTIME", discount_percentage: "53", valid_until: "2023-08-14" },
            { id: 8, code: "SPLASH25 SAVE10 SAVEMORE", discount_percentage: "35", valid_until: "2023-08-12" },
            { id: 9, code: "FALL20", discount_percentage: "42", valid_until: "2023-01-18" },
            { id: 10, code: "SAVEMORE", discount_percentage: "46", valid_until: "2023-09-02" },
            { id: 11, code: "REFER15", discount_percentage: "69", valid_until: "2023-04-02" },
            { id: 12, code: "CLEARANCE25", discount_percentage: "40", valid_until: "2023-11-23" },
            { id: 13, code: "SAVE10 EXTRA15", discount_percentage: "42", valid_until: "2023-07-06" },
            { id: 14, code: "EXCLUSIVE25 CELEBRATE15", discount_percentage: "46", valid_until: "2023-11-11" },
            { id: 15, code: "FLASH5", discount_percentage: "45", valid_until: "2023-08-25" },
            { id: 16, code: "SAVE10 LIMITED20", discount_percentage: "24", valid_until: "2023-10-28" },
            { id: 17, code: "PARTY10 ENJOY20 SAVEMORE", discount_percentage: "48", valid_until: "2023-07-07" },
            { id: 18, code: "GIFT10 CLEARANCE25 REFER15", discount_percentage: "63", valid_until: "2023-10-05" },
            { id: 19, code: "SUMMER30 SAVE10 OFFER15", discount_percentage: "50", valid_until: "2023-04-01" },
            { id: 20, code: "FREESHIP NEWUSER10", discount_percentage: "50", valid_until: "2023-02-05" },
            { id: 21, code: "BUNDLE10 DEAL25 SPLASH25", discount_percentage: "33", valid_until: "2023-11-23" },
            { id: 22, code: "LIMITED20", discount_percentage: "48", valid_until: "2023-11-19" },
            { id: 23, code: "BIRTHDAY25 DEAL25", discount_percentage: "32", valid_until: "2023-10-15" },
            { id: 24, code: "WINTER5 FREESHIP LIMITED20", discount_percentage: "63", valid_until: "2023-09-24" },
            { id: 25, code: "CELEBRATE15 EXCLUSIVE25", discount_percentage: "77", valid_until: "2023-01-26" },
            { id: 26, code: "SEASONAL20 PARTY10", discount_percentage: "47", valid_until: "2023-11-16" },
            { id: 27, code: "SPLASH25 VIP30 SPECIAL30", discount_percentage: "47", valid_until: "2023-01-18" },
            { id: 28, code: "PROMO20 CLEARANCE25", discount_percentage: "63", valid_until: "2023-06-04" },
            { id: 29, code: "OFFER15 REFER15", discount_percentage: "34", valid_until: "2023-05-11" },
            { id: 30, code: "SEASONAL20 HAPPYHOUR", discount_percentage: "43", valid_until: "2023-09-24" },
            { id: 31, code: "LIMITED20 LOYALTY5", discount_percentage: "17", valid_until: "2023-09-19" },
            { id: 32, code: "SEASONAL20 BONUS10", discount_percentage: "34", valid_until: "2023-06-12" },
            { id: 33, code: "REWARD15", discount_percentage: "64", valid_until: "2023-12-09" },
            { id: 34, code: "REFER15", discount_percentage: "69", valid_until: "2023-06-25" },
            { id: 35, code: "SEASONAL20 GIFT10", discount_percentage: "28", valid_until: "2023-09-14" },
            { id: 36, code: "BUNDLE10 SUMMER30 LOYALTY5", discount_percentage: "42", valid_until: "2023-10-17" },
            { id: 37, code: "FLASH5 LIMITEDTIME", discount_percentage: "32", valid_until: "2023-11-13" },
            { id: 38, code: "GIFT10 FALL20 SAVE10", discount_percentage: "39", valid_until: "2023-10-12" },
            { id: 39, code: "BONUS10", discount_percentage: "58", valid_until: "2023-07-07" },
            { id: 40, code: "FREESHIP SPLASH25 SUMMER30", discount_percentage: "41", valid_until: "2023-10-18" },
            { id: 41, code: "VIP30 REWARD15", discount_percentage: "55", valid_until: "2023-08-28" },
            { id: 42, code: "SAVEMORE", discount_percentage: "80", valid_until: "2023-08-12" },
            { id: 43, code: "SPECIAL30 FALL20", discount_percentage: "50", valid_until: "2023-04-02" },
            { id: 44, code: "LIMITED20 HAPPYHOUR", discount_percentage: "59", valid_until: "2023-11-15" },
            { id: 45, code: "LIMITED20 THANKYOU15", discount_percentage: "50", valid_until: "2023-08-28" },
            { id: 46, code: "LIMITED20 SAVEMORE SPRING25", discount_percentage: "68", valid_until: "2023-12-31" },
            { id: 47, code: "LIMITEDTIME SURPRISE20", discount_percentage: "42", valid_until: "2023-07-02" },
            { id: 48, code: "FLASHSALE EXTRA15 BIRTHDAY25", discount_percentage: "30", valid_until: "2023-01-24" },
            { id: 49, code: "OFFER15", discount_percentage: "41", valid_until: "2023-01-11" },
            { id: 50, code: "VIP30", discount_percentage: "71", valid_until: "2023-05-15" },
        ],
    });
    await prisma.templates.createMany({
        data: [
            { id: 1, name: "inviting signature retro", popularity_score: 96, category: "birthday", creation_date: "2021-05-05" },
            { id: 2, name: "bohemian fresh", popularity_score: 49, category: "wedding", creation_date: "2021-03-30" },
            { id: 3, name: "serene celebration", popularity_score: 99, category: "wedding", creation_date: "2022-01-29" },
            { id: 4, name: "minimal exploration", popularity_score: 90, category: "birthday", creation_date: "2021-02-10" },
            { id: 5, name: "creative colorful inviting", popularity_score: 41, category: "wedding", creation_date: "2020-05-18" },
            { id: 6, name: "whimsical vibrant", popularity_score: 58, category: "wedding", creation_date: "2023-11-05" },
            { id: 7, name: "harmony vibrant", popularity_score: 95, category: "wedding", creation_date: "2023-12-28" },
            { id: 8, name: "togetherness serene minimal", popularity_score: 99, category: "birthday", creation_date: "2020-06-12" },
            { id: 9, name: "classic cozy artsy", popularity_score: 93, category: "wedding", creation_date: "2023-12-15" },
            { id: 10, name: "unique colorful", popularity_score: 82, category: "birthday", creation_date: "2023-07-30" },
            { id: 11, name: "urban classic personalized", popularity_score: 40, category: "wedding", creation_date: "2023-06-28" },
            { id: 12, name: "luxurious", popularity_score: 49, category: "holiday", creation_date: "2021-10-02" },
            { id: 13, name: "modern togetherness celebration", popularity_score: 38, category: "wedding", creation_date: "2022-05-02" },
            { id: 14, name: "artsy bright", popularity_score: 14, category: "birthday", creation_date: "2022-12-31" },
            { id: 15, name: "classic", popularity_score: 80, category: "holiday", creation_date: "2021-01-11" },
            { id: 16, name: "serene", popularity_score: 88, category: "holiday", creation_date: "2022-06-08" },
            { id: 17, name: "trendy", popularity_score: 83, category: "wedding", creation_date: "2022-01-12" },
            { id: 18, name: "dynamic", popularity_score: 4, category: "wedding", creation_date: "2021-04-10" },
            { id: 19, name: "dynamic vibrant", popularity_score: 71, category: "birthday", creation_date: "2022-11-26" },
            { id: 20, name: "joy abstract", popularity_score: 60, category: "holiday", creation_date: "2022-05-27" },
            { id: 21, name: "dynamic", popularity_score: 50, category: "birthday", creation_date: "2023-07-13" },
            { id: 22, name: "serene bold abstract", popularity_score: 75, category: "wedding", creation_date: "2022-07-04" },
            { id: 23, name: "unique adventure", popularity_score: 87, category: "holiday", creation_date: "2023-11-24" },
            { id: 24, name: "bold elegance", popularity_score: 70, category: "wedding", creation_date: "2021-01-12" },
            { id: 25, name: "inviting delicate dynamic", popularity_score: 2, category: "holiday", creation_date: "2020-03-17" },
            { id: 26, name: "elegant", popularity_score: 60, category: "birthday", creation_date: "2020-02-19" },
            { id: 27, name: "modern togetherness artsy", popularity_score: 97, category: "holiday", creation_date: "2023-04-17" },
            { id: 28, name: "cozy togetherness artsy", popularity_score: 77, category: "birthday", creation_date: "2020-08-05" },
            { id: 29, name: "modern", popularity_score: 100, category: "wedding", creation_date: "2023-08-11" },
            { id: 30, name: "modern", popularity_score: 95, category: "birthday", creation_date: "2021-07-23" },
            { id: 31, name: "unique love", popularity_score: 99, category: "birthday", creation_date: "2020-01-17" },
            { id: 32, name: "charming", popularity_score: 4, category: "wedding", creation_date: "2022-01-20" },
            { id: 33, name: "joy togetherness elegant", popularity_score: 11, category: "wedding", creation_date: "2021-12-06" },
            { id: 34, name: "artsy harmony exploration", popularity_score: 84, category: "wedding", creation_date: "2022-03-27" },
            { id: 35, name: "elegant vibrant", popularity_score: 94, category: "holiday", creation_date: "2022-04-17" },
            { id: 36, name: "festive", popularity_score: 99, category: "birthday", creation_date: "2021-11-08" },
            { id: 37, name: "unique friends", popularity_score: 9, category: "birthday", creation_date: "2022-07-24" },
            { id: 38, name: "bright charming personalized", popularity_score: 77, category: "wedding", creation_date: "2023-04-18" },
            { id: 39, name: "experience fresh artsy", popularity_score: 86, category: "wedding", creation_date: "2020-07-22" },
            { id: 40, name: "whimsical family", popularity_score: 93, category: "wedding", creation_date: "2020-03-06" },
            { id: 41, name: "trendy", popularity_score: 10, category: "birthday", creation_date: "2022-04-24" },
            { id: 42, name: "stylish", popularity_score: 97, category: "wedding", creation_date: "2021-06-27" },
            { id: 43, name: "delicate", popularity_score: 76, category: "wedding", creation_date: "2021-06-16" },
            { id: 44, name: "luxurious trendy dynamic", popularity_score: 98, category: "wedding", creation_date: "2021-09-29" },
            { id: 45, name: "rustic themed", popularity_score: 77, category: "wedding", creation_date: "2022-08-19" },
            { id: 46, name: "creative retro", popularity_score: 55, category: "birthday", creation_date: "2020-08-04" },
            { id: 47, name: "charming journey stylish", popularity_score: 8, category: "wedding", creation_date: "2020-05-02" },
            { id: 48, name: "modern", popularity_score: 74, category: "wedding", creation_date: "2021-04-07" },
            { id: 49, name: "whimsical", popularity_score: 100, category: "wedding", creation_date: "2021-01-30" },
            { id: 50, name: "retro simple", popularity_score: 97, category: "holiday", creation_date: "2022-07-14" },
            { id: 51, name: "bold cozy", popularity_score: 99, category: "wedding", creation_date: "2022-10-10" },
            { id: 52, name: "seasonal playful", popularity_score: 94, category: "holiday", creation_date: "2023-01-06" },
            { id: 53, name: "colorful togetherness", popularity_score: 36, category: "wedding", creation_date: "2021-09-23" },
            { id: 54, name: "whimsical", popularity_score: 29, category: "holiday", creation_date: "2020-05-18" },
            { id: 55, name: "adventure custom personalized", popularity_score: 99, category: "wedding", creation_date: "2020-06-02" },
            { id: 56, name: "delicate", popularity_score: 16, category: "wedding", creation_date: "2023-08-26" },
            { id: 57, name: "colorful", popularity_score: 49, category: "birthday", creation_date: "2020-01-14" },
            { id: 58, name: "sophisticated love", popularity_score: 95, category: "holiday", creation_date: "2021-10-29" },
            { id: 59, name: "modern retro bright", popularity_score: 7, category: "wedding", creation_date: "2020-10-14" },
            { id: 60, name: "themed modern", popularity_score: 76, category: "wedding", creation_date: "2020-07-12" },
            { id: 61, name: "whimsical", popularity_score: 97, category: "wedding", creation_date: "2021-08-27" },
            { id: 62, name: "abstract signature", popularity_score: 100, category: "wedding", creation_date: "2023-04-30" },
            { id: 63, name: "delicate", popularity_score: 68, category: "holiday", creation_date: "2022-11-21" },
            { id: 64, name: "custom charming", popularity_score: 75, category: "birthday", creation_date: "2022-03-16" },
            { id: 65, name: "nature", popularity_score: 21, category: "wedding", creation_date: "2022-09-21" },
            { id: 66, name: "custom", popularity_score: 6, category: "holiday", creation_date: "2021-07-04" },
            { id: 67, name: "bold seasonal", popularity_score: 85, category: "birthday", creation_date: "2022-05-01" },
            { id: 68, name: "retro stylish", popularity_score: 77, category: "holiday", creation_date: "2023-05-18" },
            { id: 69, name: "modern delicate", popularity_score: 100, category: "birthday", creation_date: "2021-04-12" },
            { id: 70, name: "elegance", popularity_score: 78, category: "wedding", creation_date: "2020-05-07" },
            { id: 71, name: "simple", popularity_score: 96, category: "birthday", creation_date: "2021-06-07" },
            { id: 72, name: "bold", popularity_score: 31, category: "wedding", creation_date: "2023-03-25" },
            { id: 73, name: "rustic", popularity_score: 79, category: "birthday", creation_date: "2023-07-06" },
            { id: 74, name: "retro artsy", popularity_score: 97, category: "holiday", creation_date: "2021-12-20" },
            { id: 75, name: "journey charming minimal", popularity_score: 46, category: "holiday", creation_date: "2020-08-09" },
            { id: 76, name: "bohemian celebration luxurious", popularity_score: 44, category: "wedding", creation_date: "2022-09-10" },
            { id: 77, name: "nature love", popularity_score: 45, category: "birthday", creation_date: "2020-07-06" },
            { id: 78, name: "celebration dynamic simple", popularity_score: 83, category: "birthday", creation_date: "2021-11-09" },
            { id: 79, name: "themed charming personalized", popularity_score: 100, category: "birthday", creation_date: "2022-09-04" },
            { id: 80, name: "bright retro", popularity_score: 95, category: "birthday", creation_date: "2020-06-20" },
            { id: 81, name: "whimsical experience", popularity_score: 100, category: "wedding", creation_date: "2022-04-26" },
            { id: 82, name: "love serene", popularity_score: 62, category: "holiday", creation_date: "2020-12-13" },
            { id: 83, name: "love memories bright", popularity_score: 97, category: "wedding", creation_date: "2021-10-26" },
            { id: 84, name: "colorful joy", popularity_score: 100, category: "holiday", creation_date: "2022-04-14" },
            { id: 85, name: "rustic modern", popularity_score: 91, category: "wedding", creation_date: "2022-10-25" },
            { id: 86, name: "family custom", popularity_score: 3, category: "wedding", creation_date: "2023-02-16" },
            { id: 87, name: "inviting", popularity_score: 55, category: "wedding", creation_date: "2021-09-15" },
            { id: 88, name: "fresh trendy bohemian", popularity_score: 71, category: "birthday", creation_date: "2022-05-16" },
            { id: 89, name: "bold", popularity_score: 48, category: "wedding", creation_date: "2021-10-02" },
            { id: 90, name: "bohemian", popularity_score: 31, category: "wedding", creation_date: "2020-09-22" },
            { id: 91, name: "serene modern elegant", popularity_score: 40, category: "wedding", creation_date: "2020-07-24" },
            { id: 92, name: "friends elegant", popularity_score: 56, category: "birthday", creation_date: "2022-03-18" },
            { id: 93, name: "abstract chic", popularity_score: 49, category: "holiday", creation_date: "2021-07-15" },
            { id: 94, name: "cozy", popularity_score: 98, category: "wedding", creation_date: "2023-05-13" },
            { id: 95, name: "retro journey bold", popularity_score: 82, category: "birthday", creation_date: "2021-01-24" },
            { id: 96, name: "themed bohemian bold", popularity_score: 47, category: "holiday", creation_date: "2020-11-19" },
            { id: 97, name: "abstract bright", popularity_score: 99, category: "birthday", creation_date: "2020-05-05" },
            { id: 98, name: "charming", popularity_score: 40, category: "wedding", creation_date: "2023-06-06" },
            { id: 99, name: "dynamic colorful stylish", popularity_score: 69, category: "wedding", creation_date: "2021-05-21" },
            { id: 100, name: "serene journey", popularity_score: 21, category: "birthday", creation_date: "2022-08-10" },
        ],
    });
    await prisma.text_elements.createMany({
        data: [
            { id: 1, content: "Flagged as duplicate. The reviewer cancelled the shipment.", usage_count: 5, font_style: "bold", length: 331 },
            { id: 2, content: "The transfer was resolved — incomplete case, no further action.", usage_count: 24, font_style: "italic", length: 332 },
            { id: 3, content: "The account owner confirmed the details and the record was reopened.", usage_count: 212, font_style: "underline", length: 209 },
            { id: 4, content: "No response from the courier, so the record was updated.", usage_count: 78, font_style: "italic", length: 355 },
            { id: 5, content: "The transfer was approved — routine case, no further action.", usage_count: 120, font_style: "bold", length: 321 },
            { id: 6, content: "The document was closed after an urgent check.", usage_count: 208, font_style: "bold", length: 322 },
            { id: 7, content: "The payment was reviewed — unusual case, no further action.", usage_count: 67, font_style: "italic", length: 89 },
            { id: 8, content: "The supplier confirmed the details and the shipment was rejected.", usage_count: 304, font_style: "italic", length: 289 },
            { id: 9, content: "The session was updated following a standard review.", usage_count: 36, font_style: "bold", length: 354 },
            { id: 10, content: "The delivery was confirmed following a routine review.", usage_count: 398, font_style: "underline", length: 182 },
            { id: 11, content: "The session was escalated following an automatic review.", usage_count: 152, font_style: "italic", length: 219 },
            { id: 12, content: "The record was rescheduled after a minor check.", usage_count: 46, font_style: "italic", length: 241 },
            { id: 13, content: "The appointment was resolved after a repeat check.", usage_count: 85, font_style: "italic", length: 265 },
            { id: 14, content: "The appointment was resolved following a standard review.", usage_count: 187, font_style: "underline", length: 292 },
            { id: 15, content: "Flagged as urgent. Support escalated the ticket.", usage_count: 40, font_style: "italic", length: 320 },
            { id: 16, content: "Flagged as unusual. An operator cancelled the appointment.", usage_count: 216, font_style: "bold", length: 214 },
            { id: 17, content: "The report was rescheduled following an incomplete review.", usage_count: 241, font_style: "bold", length: 284 },
            { id: 18, content: "A minor transfer was escalated the same day.", usage_count: 58, font_style: "italic", length: 164 },
            { id: 19, content: "The transfer was resolved following a repeat review.", usage_count: 413, font_style: "italic", length: 332 },
            { id: 20, content: "The supplier confirmed the details and the document was cancelled.", usage_count: 381, font_style: "bold", length: 380 },
            { id: 21, content: "The account owner reported a late issue; the item was escalated.", usage_count: 76, font_style: "italic", length: 301 },
            { id: 22, content: "No response from the courier, so the document was closed.", usage_count: 97, font_style: "bold", length: 327 },
            { id: 23, content: "The session was approved following a late review.", usage_count: 136, font_style: "italic", length: 272 },
            { id: 24, content: "The document was refunded following a standard review.", usage_count: 85, font_style: "italic", length: 154 },
            { id: 25, content: "The reviewer confirmed the details and the order was replaced.", usage_count: 22, font_style: "bold", length: 143 },
            { id: 26, content: "No response from the team, so the invoice was completed.", usage_count: 457, font_style: "italic", length: 161 },
            { id: 27, content: "The reviewer reported a late issue; the session was escalated.", usage_count: 0, font_style: "bold", length: 216 },
            { id: 28, content: "Flagged as partial. The team rejected the item.", usage_count: 108, font_style: "italic", length: 352 },
            { id: 29, content: "The courier reported an urgent issue; the ticket was delayed.", usage_count: 244, font_style: "underline", length: 447 },
            { id: 30, content: "Support confirmed the details and the transfer was resolved.", usage_count: 421, font_style: "bold", length: 347 },
            { id: 31, content: "The account was processed after an urgent check.", usage_count: 52, font_style: "bold", length: 247 },
            { id: 32, content: "The invoice was replaced — duplicate case, no further action.", usage_count: 165, font_style: "bold", length: 377 },
            { id: 33, content: "Support asked for a change and the delivery was reopened.", usage_count: 216, font_style: "italic", length: 353 },
            { id: 34, content: "The payment was confirmed — incomplete case, no further action.", usage_count: 93, font_style: "italic", length: 282 },
            { id: 35, content: "An operator confirmed the details and the document was escalated.", usage_count: 17, font_style: "bold", length: 342 },
            { id: 36, content: "A standard shipment was delayed the same day.", usage_count: 122, font_style: "bold", length: 223 },
            { id: 37, content: "The customer confirmed the details and the ticket was refunded.", usage_count: 55, font_style: "bold", length: 245 },
            { id: 38, content: "Flagged as standard. The customer reopened the invoice.", usage_count: 117, font_style: "bold", length: 251 },
            { id: 39, content: "The customer reported a minor issue; the document was reopened.", usage_count: 47, font_style: "underline", length: 289 },
            { id: 40, content: "The delivery was completed following an incomplete review.", usage_count: 52, font_style: "bold", length: 309 },
            { id: 41, content: "No response from the reviewer, so the order was processed.", usage_count: 261, font_style: "italic", length: 251 },
            { id: 42, content: "The report was confirmed after a partial check.", usage_count: 383, font_style: "italic", length: 203 },
            { id: 43, content: "The team reported an unusual issue; the report was delayed.", usage_count: 252, font_style: "italic", length: 192 },
            { id: 44, content: "An incomplete payment was escalated the same day.", usage_count: 75, font_style: "bold", length: 224 },
            { id: 45, content: "Flagged as minor. The team resolved the shipment.", usage_count: 4, font_style: "underline", length: 182 },
            { id: 46, content: "No response from the courier, so the invoice was refunded.", usage_count: 322, font_style: "italic", length: 323 },
            { id: 47, content: "The transfer was rejected — manual case, no further action.", usage_count: 112, font_style: "underline", length: 271 },
            { id: 48, content: "The reviewer confirmed the details and the session was replaced.", usage_count: 111, font_style: "bold", length: 147 },
            { id: 49, content: "The document was reopened after a duplicate check.", usage_count: 192, font_style: "bold", length: 240 },
            { id: 50, content: "The claim was reopened following an urgent review.", usage_count: 153, font_style: "bold", length: 145 },
            { id: 51, content: "The record was escalated — automatic case, no further action.", usage_count: 32, font_style: "bold", length: 297 },
            { id: 52, content: "The ticket was completed — partial case, no further action.", usage_count: 94, font_style: "bold", length: 255 },
            { id: 53, content: "The courier reported a repeat issue; the invoice was reopened.", usage_count: 401, font_style: "underline", length: 207 },
            { id: 54, content: "The delivery was delayed following a repeat review.", usage_count: 0, font_style: "bold", length: 151 },
            { id: 55, content: "The refund was reopened — routine case, no further action.", usage_count: 65, font_style: "underline", length: 253 },
            { id: 56, content: "Support reported a late issue; the ticket was rescheduled.", usage_count: 441, font_style: "bold", length: 258 },
            { id: 57, content: "A standard follow-up: the item was replaced.", usage_count: 50, font_style: "italic", length: 61 },
            { id: 58, content: "The document was completed — standard case, no further action.", usage_count: 483, font_style: "italic", length: 353 },
            { id: 59, content: "No response from support, so the session was delayed.", usage_count: 30, font_style: "underline", length: 147 },
            { id: 60, content: "No response from the supplier, so the ticket was approved.", usage_count: 173, font_style: "bold", length: 122 },
            { id: 61, content: "The team asked for a change and the payment was resolved.", usage_count: 218, font_style: "underline", length: 298 },
            { id: 62, content: "The item was approved after a partial check.", usage_count: 202, font_style: "bold", length: 276 },
            { id: 63, content: "The reviewer asked for a change and the item was approved.", usage_count: 295, font_style: "bold", length: 150 },
            { id: 64, content: "The courier confirmed the details and the item was approved.", usage_count: 0, font_style: "bold", length: 286 },
            { id: 65, content: "The session was completed following an unusual review.", usage_count: 122, font_style: "bold", length: 233 },
            { id: 66, content: "The customer confirmed the details and the claim was refunded.", usage_count: 129, font_style: "italic", length: 157 },
            { id: 67, content: "The item was refunded following a late review.", usage_count: 225, font_style: "bold", length: 157 },
            { id: 68, content: "The reviewer reported an automatic issue; the refund was completed.", usage_count: 270, font_style: "bold", length: 234 },
            { id: 69, content: "The booking was updated following an incomplete review.", usage_count: 320, font_style: "bold", length: 220 },
            { id: 70, content: "A repeat follow-up: the ticket was reopened.", usage_count: 43, font_style: "bold", length: 209 },
            { id: 71, content: "No response from the courier, so the invoice was closed.", usage_count: 31, font_style: "bold", length: 378 },
            { id: 72, content: "An urgent follow-up: the ticket was escalated.", usage_count: 0, font_style: "bold", length: 213 },
            { id: 73, content: "The appointment was completed following a minor review.", usage_count: 6, font_style: "bold", length: 282 },
            { id: 74, content: "The supplier confirmed the details and the appointment was approved.", usage_count: 163, font_style: "bold", length: 350 },
            { id: 75, content: "The refund was cancelled after an incomplete check.", usage_count: 19, font_style: "bold", length: 267 },
            { id: 76, content: "Flagged as late. The courier replaced the document.", usage_count: 313, font_style: "italic", length: 226 },
            { id: 77, content: "The appointment was rejected after an unusual check.", usage_count: 77, font_style: "underline", length: 202 },
            { id: 78, content: "No response from support, so the ticket was refunded.", usage_count: 116, font_style: "bold", length: 292 },
            { id: 79, content: "Support confirmed the details and the record was replaced.", usage_count: 154, font_style: "italic", length: 183 },
            { id: 80, content: "No response from the supplier, so the request was replaced.", usage_count: 97, font_style: "italic", length: 281 },
            { id: 81, content: "The claim was resolved — duplicate case, no further action.", usage_count: 319, font_style: "underline", length: 171 },
            { id: 82, content: "The booking was closed — manual case, no further action.", usage_count: 402, font_style: "italic", length: 172 },
            { id: 83, content: "The account owner reported an unusual issue; the request was refunded.", usage_count: 2, font_style: "bold", length: 160 },
            { id: 84, content: "Flagged as minor. The team completed the shipment.", usage_count: 174, font_style: "italic", length: 186 },
            { id: 85, content: "The account was refunded after a manual check.", usage_count: 99, font_style: "italic", length: 212 },
            { id: 86, content: "The courier asked for a change and the report was refunded.", usage_count: 340, font_style: "italic", length: 373 },
            { id: 87, content: "The document was rescheduled — unusual case, no further action.", usage_count: 461, font_style: "bold", length: 273 },
            { id: 88, content: "A manual record was escalated the same day.", usage_count: 1, font_style: "italic", length: 219 },
            { id: 89, content: "The customer reported an unusual issue; the booking was rescheduled.", usage_count: 4, font_style: "underline", length: 279 },
            { id: 90, content: "Flagged as routine. The customer processed the item.", usage_count: 127, font_style: "italic", length: 85 },
            { id: 91, content: "An automatic follow-up: the invoice was confirmed.", usage_count: 0, font_style: "bold", length: 162 },
            { id: 92, content: "Flagged as late. The courier processed the item.", usage_count: 145, font_style: "bold", length: 225 },
            { id: 93, content: "The account owner reported a minor issue; the booking was approved.", usage_count: 85, font_style: "bold", length: 426 },
            { id: 94, content: "No response from an operator, so the report was processed.", usage_count: 190, font_style: "italic", length: 330 },
            { id: 95, content: "The payment was cancelled — partial case, no further action.", usage_count: 356, font_style: "bold", length: 240 },
            { id: 96, content: "The claim was refunded — routine case, no further action.", usage_count: 199, font_style: "italic", length: 196 },
            { id: 97, content: "Flagged as repeat. The reviewer rejected the shipment.", usage_count: 32, font_style: "bold", length: 210 },
            { id: 98, content: "No response from the reviewer, so the session was completed.", usage_count: 299, font_style: "bold", length: 135 },
            { id: 99, content: "The shipment was rescheduled — repeat case, no further action.", usage_count: 451, font_style: "italic", length: 256 },
            { id: 100, content: "The request was completed following a duplicate review.", usage_count: 97, font_style: "underline", length: 180 },
            { id: 101, content: "The account was cancelled after a partial check.", usage_count: 332, font_style: "italic", length: 187 },
            { id: 102, content: "The transfer was rejected following a minor review.", usage_count: 9, font_style: "italic", length: 274 },
            { id: 103, content: "A partial claim was updated the same day.", usage_count: 60, font_style: "italic", length: 213 },
            { id: 104, content: "The courier confirmed the details and the invoice was processed.", usage_count: 413, font_style: "italic", length: 291 },
            { id: 105, content: "The supplier confirmed the details and the transfer was escalated.", usage_count: 248, font_style: "italic", length: 274 },
            { id: 106, content: "The refund was updated following an urgent review.", usage_count: 208, font_style: "underline", length: 369 },
            { id: 107, content: "The transfer was delayed after an unusual check.", usage_count: 450, font_style: "italic", length: 150 },
            { id: 108, content: "The team confirmed the details and the item was refunded.", usage_count: 337, font_style: "bold", length: 144 },
            { id: 109, content: "Flagged as unusual. The courier processed the invoice.", usage_count: 299, font_style: "bold", length: 231 },
            { id: 110, content: "The reviewer reported a late issue; the refund was updated.", usage_count: 385, font_style: "underline", length: 276 },
            { id: 111, content: "The account was refunded — manual case, no further action.", usage_count: 109, font_style: "underline", length: 330 },
            { id: 112, content: "The shipment was confirmed following a repeat review.", usage_count: 476, font_style: "bold", length: 286 },
            { id: 113, content: "No response from the team, so the account was approved.", usage_count: 442, font_style: "italic", length: 382 },
            { id: 114, content: "No response from an operator, so the record was delayed.", usage_count: 22, font_style: "bold", length: 347 },
            { id: 115, content: "The invoice was processed — late case, no further action.", usage_count: 208, font_style: "italic", length: 325 },
            { id: 116, content: "The team confirmed the details and the record was processed.", usage_count: 326, font_style: "italic", length: 98 },
            { id: 117, content: "The invoice was completed after a minor check.", usage_count: 18, font_style: "italic", length: 339 },
            { id: 118, content: "The account was cancelled following a routine review.", usage_count: 46, font_style: "italic", length: 207 },
            { id: 119, content: "The customer reported a standard issue; the invoice was processed.", usage_count: 99, font_style: "italic", length: 232 },
            { id: 120, content: "The team confirmed the details and the session was processed.", usage_count: 472, font_style: "bold", length: 438 },
            { id: 121, content: "An urgent refund was closed the same day.", usage_count: 458, font_style: "bold", length: 248 },
            { id: 122, content: "The supplier asked for a change and the item was rejected.", usage_count: 128, font_style: "bold", length: 336 },
            { id: 123, content: "The request was confirmed after a manual check.", usage_count: 11, font_style: "bold", length: 367 },
            { id: 124, content: "A late follow-up: the document was delayed.", usage_count: 154, font_style: "bold", length: 368 },
            { id: 125, content: "The payment was delayed following a routine review.", usage_count: 250, font_style: "underline", length: 274 },
            { id: 126, content: "Flagged as routine. The supplier rescheduled the invoice.", usage_count: 106, font_style: "italic", length: 278 },
            { id: 127, content: "No response from the reviewer, so the document was closed.", usage_count: 255, font_style: "italic", length: 273 },
            { id: 128, content: "The reviewer confirmed the details and the report was resolved.", usage_count: 364, font_style: "italic", length: 339 },
            { id: 129, content: "The record was processed — standard case, no further action.", usage_count: 112, font_style: "italic", length: 215 },
            { id: 130, content: "The appointment was rescheduled after an automatic check.", usage_count: 217, font_style: "underline", length: 287 },
            { id: 131, content: "The account was reviewed — unusual case, no further action.", usage_count: 8, font_style: "italic", length: 197 },
            { id: 132, content: "The booking was reviewed after a minor check.", usage_count: 437, font_style: "italic", length: 291 },
            { id: 133, content: "The account owner reported a standard issue; the shipment was approved.", usage_count: 112, font_style: "underline", length: 310 },
            { id: 134, content: "Support confirmed the details and the session was delayed.", usage_count: 29, font_style: "underline", length: 320 },
            { id: 135, content: "Support asked for a change and the record was rejected.", usage_count: 267, font_style: "italic", length: 288 },
            { id: 136, content: "The courier reported an unusual issue; the request was reopened.", usage_count: 68, font_style: "italic", length: 189 },
            { id: 137, content: "Flagged as automatic. The customer rejected the document.", usage_count: 2, font_style: "bold", length: 358 },
            { id: 138, content: "Flagged as incomplete. The courier reviewed the record.", usage_count: 458, font_style: "bold", length: 335 },
            { id: 139, content: "Flagged as duplicate. Support cancelled the delivery.", usage_count: 417, font_style: "bold", length: 257 },
            { id: 140, content: "A repeat shipment was processed the same day.", usage_count: 430, font_style: "underline", length: 133 },
            { id: 141, content: "A repeat follow-up: the ticket was rescheduled.", usage_count: 29, font_style: "italic", length: 347 },
            { id: 142, content: "An automatic follow-up: the booking was closed.", usage_count: 37, font_style: "underline", length: 281 },
            { id: 143, content: "No response from the courier, so the order was completed.", usage_count: 170, font_style: "italic", length: 144 },
            { id: 144, content: "The booking was cancelled following an urgent review.", usage_count: 219, font_style: "bold", length: 184 },
            { id: 145, content: "The supplier reported a partial issue; the transfer was resolved.", usage_count: 232, font_style: "bold", length: 145 },
            { id: 146, content: "The reviewer asked for a change and the payment was replaced.", usage_count: 92, font_style: "bold", length: 253 },
            { id: 147, content: "The account owner asked for a change and the report was approved.", usage_count: 434, font_style: "italic", length: 350 },
            { id: 148, content: "The booking was rescheduled after an urgent check.", usage_count: 295, font_style: "bold", length: 226 },
            { id: 149, content: "No response from the courier, so the invoice was confirmed.", usage_count: 352, font_style: "bold", length: 266 },
            { id: 150, content: "The team confirmed the details and the record was rejected.", usage_count: 11, font_style: "bold", length: 263 },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Hugo Hansen", email: "hugo.hansen@example.net", subscription_plan: "premium", join_date: "2021-02-01" },
            { id: 2, full_name: "Sofia Demir", email: "sofia.demir@example.net", subscription_plan: "free", join_date: null },
            { id: 3, full_name: "Jack Schmidt", email: null, subscription_plan: "basic", join_date: "2021-04-26" },
            { id: 4, full_name: "Emma Davis", email: "emma.davis@example.com", subscription_plan: "free", join_date: null },
            { id: 5, full_name: "Felix Weber", email: "felix.weber@example.com", subscription_plan: "free", join_date: null },
            { id: 6, full_name: "Arjun Walker", email: "arjun.walker@example.net", subscription_plan: "premium", join_date: "2021-12-28" },
            { id: 7, full_name: "Lena Oliveira", email: null, subscription_plan: "free", join_date: null },
            { id: 8, full_name: "Uma Weber", email: "uma.weber@example.net", subscription_plan: "free", join_date: null },
            { id: 9, full_name: "Jade Kowalski", email: "jade.kowalski@example.com", subscription_plan: "free", join_date: null },
            { id: 10, full_name: "Uma Pereira", email: "uma.pereira@example.org", subscription_plan: "free", join_date: null },
            { id: 11, full_name: "Deniz Gomez", email: "deniz.gomez@example.com", subscription_plan: "free", join_date: null },
            { id: 12, full_name: "Nour Nakamura", email: "nour.nakamura@example.org", subscription_plan: "premium", join_date: "2023-07-10" },
            { id: 13, full_name: "Noah Cruz", email: "noah.cruz@example.com", subscription_plan: "free", join_date: null },
            { id: 14, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 15, full_name: "Maja Bauer", email: "maja.bauer@example.org", subscription_plan: "free", join_date: null },
            { id: 16, full_name: "Sara Torres", email: "sara.torres@example.org", subscription_plan: "free", join_date: null },
            { id: 17, full_name: "Wei Smith", email: "wei.smith@example.org", subscription_plan: "free", join_date: null },
            { id: 18, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 19, full_name: "Amir Taylor", email: "amir.taylor@example.com", subscription_plan: "free", join_date: null },
            { id: 20, full_name: "Andre Gomez", email: "andre.gomez@example.org", subscription_plan: "free", join_date: null },
            { id: 21, full_name: "Hana Moreau", email: "hana.moreau@example.com", subscription_plan: "premium", join_date: "2023-06-05" },
            { id: 22, full_name: "Sven Pereira", email: null, subscription_plan: "free", join_date: null },
            { id: 23, full_name: "Julia Kaya", email: "julia.kaya@example.net", subscription_plan: "free", join_date: null },
            { id: 24, full_name: "Theo Wright", email: "theo.wright@example.org", subscription_plan: "basic", join_date: "2020-05-28" },
            { id: 25, full_name: "Wei Zhang", email: "wei.zhang@example.com", subscription_plan: "free", join_date: null },
            { id: 26, full_name: "Nour Meyer", email: "nour.meyer@example.com", subscription_plan: "free", join_date: null },
            { id: 27, full_name: "Arjun Wright", email: "arjun.wright@example.org", subscription_plan: "basic", join_date: "2022-09-30" },
            { id: 28, full_name: "Lucas Carter", email: "lucas.carter@example.org", subscription_plan: "premium", join_date: "2023-03-13" },
            { id: 29, full_name: "Mohamed Bennett", email: "mohamed.bennett@example.com", subscription_plan: "basic", join_date: "2021-08-26" },
            { id: 30, full_name: "Laura Davis", email: null, subscription_plan: "basic", join_date: "2021-03-14" },
            { id: 31, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 32, full_name: "Noah Becker", email: "noah.becker@example.com", subscription_plan: "basic", join_date: "2023-07-10" },
            { id: 33, full_name: "Chen Wagner", email: null, subscription_plan: "free", join_date: null },
            { id: 34, full_name: "Diego Oliveira", email: "diego.oliveira@example.org", subscription_plan: "premium", join_date: "2021-05-18" },
            { id: 35, full_name: "Omar Meyer", email: "omar.meyer@example.com", subscription_plan: "basic", join_date: "2020-10-11" },
            { id: 36, full_name: "Fatima Kowalski", email: "fatima.kowalski@example.net", subscription_plan: "free", join_date: null },
            { id: 37, full_name: "Noah Nakamura", email: "noah.nakamura@example.org", subscription_plan: "free", join_date: null },
            { id: 38, full_name: "Noah Cruz", email: null, subscription_plan: "free", join_date: null },
            { id: 39, full_name: null, email: null, subscription_plan: "basic", join_date: "2022-05-28" },
            { id: 40, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 41, full_name: "Sara Sato", email: "sara.sato@example.net", subscription_plan: "basic", join_date: "2021-12-20" },
            { id: 42, full_name: "Uma Brown", email: "uma.brown@example.com", subscription_plan: "free", join_date: null },
            { id: 43, full_name: "Carlos Nakamura", email: "carlos.nakamura@example.com", subscription_plan: "free", join_date: null },
            { id: 44, full_name: "Lucas Kim", email: "lucas.kim@example.net", subscription_plan: "basic", join_date: "2021-08-02" },
            { id: 45, full_name: "Hana Carter", email: "hana.carter@example.org", subscription_plan: "free", join_date: null },
            { id: 46, full_name: "Ana Novak", email: null, subscription_plan: "free", join_date: null },
            { id: 47, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 48, full_name: "Daniel Zhang", email: "daniel.zhang@example.org", subscription_plan: "free", join_date: null },
            { id: 49, full_name: "Wei Flores", email: "wei.flores@example.com", subscription_plan: "free", join_date: null },
            { id: 50, full_name: "Nina Wilson", email: "nina.wilson@example.net", subscription_plan: "free", join_date: null },
            { id: 51, full_name: "Victor Brown", email: "victor.brown@example.com", subscription_plan: "free", join_date: null },
            { id: 52, full_name: "Daniel Kowalski", email: "daniel.kowalski@example.com", subscription_plan: "free", join_date: null },
            { id: 53, full_name: "Olivia Miller", email: "olivia.miller@example.com", subscription_plan: "free", join_date: null },
            { id: 54, full_name: "Tomas Davis", email: "tomas.davis@example.org", subscription_plan: "free", join_date: null },
            { id: 55, full_name: "Ravi Weber", email: "ravi.weber@example.org", subscription_plan: "free", join_date: null },
            { id: 56, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 57, full_name: "Oscar Patel", email: "oscar.patel@example.com", subscription_plan: "free", join_date: null },
            { id: 58, full_name: "Alice Zhang", email: "alice.zhang@example.com", subscription_plan: "free", join_date: null },
            { id: 59, full_name: "Hannah Kim", email: "hannah.kim@example.net", subscription_plan: "premium", join_date: "2023-01-30" },
            { id: 60, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 61, full_name: "Mei Sato", email: "mei.sato@example.net", subscription_plan: "premium", join_date: "2022-08-28" },
            { id: 62, full_name: "Sven Ahmed", email: "sven.ahmed@example.com", subscription_plan: "basic", join_date: "2022-09-19" },
            { id: 63, full_name: "Ibrahim Schmidt", email: "ibrahim.schmidt@example.net", subscription_plan: "basic", join_date: "2020-08-30" },
            { id: 64, full_name: "Maja Tanaka", email: "maja.tanaka@example.com", subscription_plan: "free", join_date: null },
            { id: 65, full_name: "Carla Hassan", email: "carla.hassan@example.net", subscription_plan: "basic", join_date: "2023-07-21" },
            { id: 66, full_name: "Jonas Novak", email: "jonas.novak@example.com", subscription_plan: "basic", join_date: "2023-06-12" },
            { id: 67, full_name: "Anna Flores", email: "anna.flores@example.com", subscription_plan: "basic", join_date: "2020-02-08" },
            { id: 68, full_name: "Felix Hughes", email: "felix.hughes@example.com", subscription_plan: "free", join_date: null },
            { id: 69, full_name: "Lina Diaz", email: "lina.diaz@example.org", subscription_plan: "free", join_date: null },
            { id: 70, full_name: "Mohamed Murphy", email: "mohamed.murphy@example.com", subscription_plan: "free", join_date: null },
            { id: 71, full_name: "Omar Miller", email: null, subscription_plan: "premium", join_date: "2022-08-23" },
            { id: 72, full_name: "Marco Andersen", email: "marco.andersen@example.com", subscription_plan: "free", join_date: null },
            { id: 73, full_name: "Paula Demir", email: null, subscription_plan: "free", join_date: null },
            { id: 74, full_name: "Yusuf Wagner", email: "yusuf.wagner@example.com", subscription_plan: "premium", join_date: "2023-08-13" },
            { id: 75, full_name: "Mila Carter", email: "mila.carter@example.com", subscription_plan: "premium", join_date: "2023-03-12" },
            { id: 76, full_name: "Priya Silva", email: "priya.silva@example.com", subscription_plan: "free", join_date: null },
            { id: 77, full_name: "Marco Demir", email: "marco.demir@example.com", subscription_plan: "free", join_date: null },
            { id: 78, full_name: "Carlos Diaz", email: null, subscription_plan: "free", join_date: null },
            { id: 79, full_name: "Arjun Wang", email: "arjun.wang@example.net", subscription_plan: "free", join_date: null },
            { id: 80, full_name: null, email: null, subscription_plan: "basic", join_date: "2022-11-24" },
            { id: 81, full_name: "Isaac Ibrahim", email: "isaac.ibrahim@example.net", subscription_plan: "free", join_date: null },
            { id: 82, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 83, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 84, full_name: "Julia Shah", email: "julia.shah@example.com", subscription_plan: "free", join_date: null },
            { id: 85, full_name: "Anna Wilson", email: "anna.wilson@example.com", subscription_plan: "free", join_date: null },
            { id: 86, full_name: "Mei Kumar", email: "mei.kumar@example.com", subscription_plan: "free", join_date: null },
            { id: 87, full_name: "Carla Adams", email: null, subscription_plan: "basic", join_date: "2023-09-03" },
            { id: 88, full_name: "Ravi Chen", email: "ravi.chen@example.org", subscription_plan: "free", join_date: null },
            { id: 89, full_name: "Olivia Adams", email: "olivia.adams@example.com", subscription_plan: "free", join_date: null },
            { id: 90, full_name: "Mila Evans", email: "mila.evans@example.org", subscription_plan: "basic", join_date: "2023-09-03" },
            { id: 91, full_name: "Sara Rossi", email: "sara.rossi@example.net", subscription_plan: "free", join_date: null },
            { id: 92, full_name: "Marco Wilson", email: "marco.wilson@example.com", subscription_plan: "free", join_date: null },
            { id: 93, full_name: null, email: null, subscription_plan: "basic", join_date: "2023-03-22" },
            { id: 94, full_name: "Paula Demir", email: null, subscription_plan: "free", join_date: null },
            { id: 95, full_name: "Mohamed Jansen", email: null, subscription_plan: "free", join_date: null },
            { id: 96, full_name: "Ivan Jensen", email: "ivan.jensen@example.org", subscription_plan: "free", join_date: null },
            { id: 97, full_name: "Anna Demir", email: null, subscription_plan: "free", join_date: null },
            { id: 98, full_name: "Carlos Nakamura", email: "carlos.nakamura@example.com", subscription_plan: "premium", join_date: "2022-08-03" },
            { id: 99, full_name: "Yara Carter", email: "yara.carter@example.org", subscription_plan: "free", join_date: null },
            { id: 100, full_name: "Noah Sousa", email: "noah.sousa@example.com", subscription_plan: "free", join_date: null },
            { id: 101, full_name: "Olivia Sousa", email: null, subscription_plan: "basic", join_date: "2022-10-28" },
            { id: 102, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 103, full_name: "Ana Wright", email: "ana.wright@example.com", subscription_plan: "free", join_date: null },
            { id: 104, full_name: "Lina Wilson", email: null, subscription_plan: "free", join_date: null },
            { id: 105, full_name: "Ibrahim Davis", email: "ibrahim.davis@example.org", subscription_plan: "free", join_date: null },
            { id: 106, full_name: "Sofia Gomez", email: "sofia.gomez@example.org", subscription_plan: "free", join_date: null },
            { id: 107, full_name: "Ruby Weber", email: "ruby.weber@example.com", subscription_plan: "basic", join_date: "2021-02-24" },
            { id: 108, full_name: "Olivia Baker", email: null, subscription_plan: "free", join_date: null },
            { id: 109, full_name: "Omar Rossi", email: "omar.rossi@example.net", subscription_plan: "premium", join_date: "2023-07-17" },
            { id: 110, full_name: "Felix Ali", email: "felix.ali@example.org", subscription_plan: "basic", join_date: "2022-03-29" },
            { id: 111, full_name: "Karim Martin", email: "karim.martin@example.net", subscription_plan: "free", join_date: null },
            { id: 112, full_name: "Mila Schmidt", email: "mila.schmidt@example.com", subscription_plan: "free", join_date: null },
            { id: 113, full_name: "Nina Brown", email: "nina.brown@example.net", subscription_plan: "free", join_date: null },
            { id: 114, full_name: "Sven Ruiz", email: "sven.ruiz@example.org", subscription_plan: "free", join_date: null },
            { id: 115, full_name: "Deniz Diaz", email: null, subscription_plan: "free", join_date: null },
            { id: 116, full_name: "Andre Kumar", email: "andre.kumar@example.com", subscription_plan: "free", join_date: null },
            { id: 117, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 118, full_name: null, email: null, subscription_plan: "premium", join_date: "2020-09-26" },
            { id: 119, full_name: "Mila Lopez", email: "mila.lopez@example.com", subscription_plan: "free", join_date: null },
            { id: 120, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 121, full_name: "Elena Sato", email: "elena.sato@example.org", subscription_plan: "free", join_date: null },
            { id: 122, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 123, full_name: "Anna Garcia", email: "anna.garcia@example.net", subscription_plan: "free", join_date: null },
            { id: 124, full_name: "Nina Oliveira", email: "nina.oliveira@example.org", subscription_plan: "free", join_date: null },
            { id: 125, full_name: null, email: null, subscription_plan: "basic", join_date: "2022-12-15" },
            { id: 126, full_name: "Ruby Lee", email: "ruby.lee@example.net", subscription_plan: "free", join_date: null },
            { id: 127, full_name: "Chen Kaya", email: "chen.kaya@example.net", subscription_plan: "free", join_date: null },
            { id: 128, full_name: "Sara Wang", email: "sara.wang@example.com", subscription_plan: "free", join_date: null },
            { id: 129, full_name: "Andre Schneider", email: "andre.schneider@example.net", subscription_plan: "free", join_date: null },
            { id: 130, full_name: "Zoe Ahmed", email: "zoe.ahmed@example.org", subscription_plan: "free", join_date: null },
            { id: 131, full_name: "Tariq Martin", email: "tariq.martin@example.com", subscription_plan: "free", join_date: null },
            { id: 132, full_name: "Rafael Vargas", email: "rafael.vargas@example.net", subscription_plan: "free", join_date: null },
            { id: 133, full_name: "Zoe Wright", email: "zoe.wright@example.org", subscription_plan: "free", join_date: null },
            { id: 134, full_name: "Ruby Park", email: "ruby.park@example.com", subscription_plan: "basic", join_date: "2020-02-09" },
            { id: 135, full_name: "Zara Hassan", email: "zara.hassan@example.org", subscription_plan: "premium", join_date: "2021-02-12" },
            { id: 136, full_name: "David Carter", email: "david.carter@example.net", subscription_plan: "basic", join_date: "2021-12-25" },
            { id: 137, full_name: "Daniel Hassan", email: "daniel.hassan@example.net", subscription_plan: "free", join_date: null },
            { id: 138, full_name: "Kai Park", email: "kai.park@example.com", subscription_plan: "basic", join_date: "2022-05-26" },
            { id: 139, full_name: "Felix Wright", email: "felix.wright@example.net", subscription_plan: "free", join_date: null },
            { id: 140, full_name: "Ines Demir", email: "ines.demir@example.com", subscription_plan: "free", join_date: null },
            { id: 141, full_name: "Sven Andersen", email: "sven.andersen@example.net", subscription_plan: "free", join_date: null },
            { id: 142, full_name: "Kai Singh", email: "kai.singh@example.net", subscription_plan: "basic", join_date: "2020-05-16" },
            { id: 143, full_name: "Liam Khan", email: "liam.khan@example.com", subscription_plan: "free", join_date: null },
            { id: 144, full_name: "Lina Diaz", email: "lina.diaz@example.net", subscription_plan: "free", join_date: null },
            { id: 145, full_name: "Maya Kaya", email: "maya.kaya@example.org", subscription_plan: "free", join_date: null },
            { id: 146, full_name: "Deniz Bauer", email: "deniz.bauer@example.com", subscription_plan: "free", join_date: null },
            { id: 147, full_name: "Arjun Torres", email: "arjun.torres@example.org", subscription_plan: "basic", join_date: "2023-01-25" },
            { id: 148, full_name: "Olivia Schmidt", email: "olivia.schmidt@example.org", subscription_plan: "free", join_date: null },
            { id: 149, full_name: "Arjun Lee", email: "arjun.lee@example.org", subscription_plan: "free", join_date: null },
            { id: 150, full_name: "Mila Murphy", email: "mila.murphy@example.org", subscription_plan: "free", join_date: null },
            { id: 151, full_name: "James Adams", email: "james.adams@example.org", subscription_plan: "free", join_date: null },
            { id: 152, full_name: "Selin Carter", email: "selin.carter@example.com", subscription_plan: "free", join_date: null },
            { id: 153, full_name: "Hugo Mendes", email: null, subscription_plan: "free", join_date: null },
            { id: 154, full_name: "Hugo Garcia", email: "hugo.garcia@example.net", subscription_plan: "premium", join_date: "2021-04-30" },
            { id: 155, full_name: "Maya Nakamura", email: "maya.nakamura@example.net", subscription_plan: "free", join_date: null },
            { id: 156, full_name: "Mila Walker", email: "mila.walker@example.net", subscription_plan: "premium", join_date: "2021-12-17" },
            { id: 157, full_name: "Jack Yilmaz", email: "jack.yilmaz@example.net", subscription_plan: "basic", join_date: "2022-11-16" },
            { id: 158, full_name: "Mila Mendes", email: "mila.mendes@example.org", subscription_plan: "basic", join_date: "2023-07-30" },
            { id: 159, full_name: "Zara Clark", email: "zara.clark@example.org", subscription_plan: "free", join_date: null },
            { id: 160, full_name: "Tomas Ibrahim", email: null, subscription_plan: "free", join_date: null },
            { id: 161, full_name: "Jade Kowalski", email: null, subscription_plan: "free", join_date: null },
            { id: 162, full_name: "Rosa Almeida", email: "rosa.almeida@example.com", subscription_plan: "free", join_date: null },
            { id: 163, full_name: "Jade Torres", email: "jade.torres@example.net", subscription_plan: "free", join_date: null },
            { id: 164, full_name: "Kai Hoffmann", email: "kai.hoffmann@example.com", subscription_plan: "free", join_date: null },
            { id: 165, full_name: "Ben Demir", email: "ben.demir@example.org", subscription_plan: "free", join_date: null },
            { id: 166, full_name: null, email: null, subscription_plan: "basic", join_date: "2023-02-26" },
            { id: 167, full_name: "Diego Chen", email: "diego.chen@example.com", subscription_plan: "free", join_date: null },
            { id: 168, full_name: "Tomas Smith", email: "tomas.smith@example.net", subscription_plan: "free", join_date: null },
            { id: 169, full_name: null, email: null, subscription_plan: "premium", join_date: "2023-09-04" },
            { id: 170, full_name: "Victor Andersen", email: "victor.andersen@example.org", subscription_plan: "free", join_date: null },
            { id: 171, full_name: "James Meyer", email: "james.meyer@example.com", subscription_plan: "free", join_date: null },
            { id: 172, full_name: "Julia Evans", email: "julia.evans@example.com", subscription_plan: "basic", join_date: "2023-12-25" },
            { id: 173, full_name: "Uma Almeida", email: "uma.almeida@example.org", subscription_plan: "free", join_date: null },
            { id: 174, full_name: "James Schneider", email: "james.schneider@example.org", subscription_plan: "premium", join_date: "2021-05-30" },
            { id: 175, full_name: "Yara Novak", email: "yara.novak@example.com", subscription_plan: "free", join_date: null },
            { id: 176, full_name: "Jade Shah", email: "jade.shah@example.net", subscription_plan: "free", join_date: null },
            { id: 177, full_name: "Maja Wang", email: "maja.wang@example.org", subscription_plan: "free", join_date: null },
            { id: 178, full_name: "Uma Demir", email: "uma.demir@example.org", subscription_plan: "free", join_date: null },
            { id: 179, full_name: "Chloe Adams", email: "chloe.adams@example.net", subscription_plan: "free", join_date: null },
            { id: 180, full_name: "Jade Wang", email: null, subscription_plan: "premium", join_date: "2023-03-02" },
            { id: 181, full_name: "Jonas Costa", email: null, subscription_plan: "basic", join_date: "2022-02-08" },
            { id: 182, full_name: "Maja Miller", email: "maja.miller@example.com", subscription_plan: "basic", join_date: "2022-02-21" },
            { id: 183, full_name: "Laura Jansen", email: "laura.jansen@example.com", subscription_plan: "free", join_date: null },
            { id: 184, full_name: "Oscar Sousa", email: "oscar.sousa@example.org", subscription_plan: "free", join_date: null },
            { id: 185, full_name: "Leo Jansen", email: "leo.jansen@example.net", subscription_plan: "free", join_date: null },
            { id: 186, full_name: null, email: null, subscription_plan: "premium", join_date: "2022-09-19" },
            { id: 187, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 188, full_name: null, email: null, subscription_plan: "free", join_date: null },
            { id: 189, full_name: "Zara Almeida", email: "zara.almeida@example.org", subscription_plan: "free", join_date: null },
            { id: 190, full_name: "Chen Kowalski", email: "chen.kowalski@example.org", subscription_plan: "basic", join_date: "2022-12-20" },
            { id: 191, full_name: "Emma Becker", email: "emma.becker@example.org", subscription_plan: "basic", join_date: "2023-08-11" },
            { id: 192, full_name: "Daniel Kowalski", email: "daniel.kowalski@example.net", subscription_plan: "free", join_date: null },
            { id: 193, full_name: "Lucas Wang", email: "lucas.wang@example.com", subscription_plan: "basic", join_date: "2021-08-11" },
            { id: 194, full_name: "Ben Klein", email: null, subscription_plan: "free", join_date: null },
            { id: 195, full_name: "Laura Tanaka", email: "laura.tanaka@example.com", subscription_plan: "basic", join_date: "2021-09-17" },
            { id: 196, full_name: "Theo Novak", email: "theo.novak@example.net", subscription_plan: "free", join_date: null },
            { id: 197, full_name: "Ivan Tanaka", email: null, subscription_plan: "free", join_date: null },
            { id: 198, full_name: "Leo Ruiz", email: "leo.ruiz@example.com", subscription_plan: "free", join_date: null },
            { id: 199, full_name: "Daniel Diaz", email: "daniel.diaz@example.org", subscription_plan: "free", join_date: null },
            { id: 200, full_name: "Paula Kim", email: "paula.kim@example.org", subscription_plan: "free", join_date: null },
        ],
    });
    await prisma.print_items.createMany({
        data: [
            { id: 1, user_id: 14, template_id: 6, quantity: 7, print_type: "photo book", total_price: "7.95" },
            { id: 2, user_id: 138, template_id: 11, quantity: 1, print_type: "photo book", total_price: "17.62" },
            { id: 3, user_id: 58, template_id: 70, quantity: 1, print_type: "photo book", total_price: "76.16" },
            { id: 4, user_id: 74, template_id: 12, quantity: 6, print_type: "photo book", total_price: "5.01" },
            { id: 5, user_id: 99, template_id: 30, quantity: 5, print_type: "photo book", total_price: "8.89" },
            { id: 6, user_id: 97, template_id: 59, quantity: 7, print_type: "poster", total_price: "30.31" },
            { id: 7, user_id: 34, template_id: 15, quantity: 8, print_type: "photo book", total_price: "33.72" },
            { id: 8, user_id: 158, template_id: 50, quantity: 1, print_type: "card", total_price: "14.30" },
            { id: 9, user_id: 97, template_id: 6, quantity: 9, print_type: "photo book", total_price: "78.84" },
            { id: 10, user_id: 82, template_id: 83, quantity: 9, print_type: "poster", total_price: "27.65" },
            { id: 11, user_id: 70, template_id: 29, quantity: 1, print_type: "photo book", total_price: "23.33" },
            { id: 12, user_id: 47, template_id: 54, quantity: 2, print_type: "photo book", total_price: "52.93" },
            { id: 13, user_id: 34, template_id: 82, quantity: 1, print_type: "photo book", total_price: "8.54" },
            { id: 14, user_id: 142, template_id: 5, quantity: 5, print_type: "photo book", total_price: "20.92" },
            { id: 15, user_id: 190, template_id: 65, quantity: 1, print_type: "photo book", total_price: "79.11" },
            { id: 16, user_id: 150, template_id: 40, quantity: 2, print_type: "photo book", total_price: "26.98" },
            { id: 17, user_id: 163, template_id: 71, quantity: 4, print_type: "card", total_price: "16.75" },
            { id: 18, user_id: 96, template_id: 36, quantity: 7, print_type: "card", total_price: "7.40" },
            { id: 19, user_id: 40, template_id: 5, quantity: 6, print_type: "poster", total_price: "5.27" },
            { id: 20, user_id: 140, template_id: 65, quantity: 1, print_type: "photo book", total_price: "39.13" },
            { id: 21, user_id: 118, template_id: 25, quantity: 6, print_type: "poster", total_price: "97.04" },
            { id: 22, user_id: 195, template_id: 75, quantity: 2, print_type: "photo book", total_price: "84.56" },
            { id: 23, user_id: 142, template_id: 10, quantity: 8, print_type: "poster", total_price: "67.86" },
            { id: 24, user_id: 156, template_id: 61, quantity: 7, print_type: "poster", total_price: "10.58" },
            { id: 25, user_id: 45, template_id: 50, quantity: 2, print_type: "poster", total_price: "87.21" },
            { id: 26, user_id: 110, template_id: 72, quantity: 9, print_type: "poster", total_price: "5.76" },
            { id: 27, user_id: 123, template_id: 42, quantity: 5, print_type: "poster", total_price: "73.09" },
            { id: 28, user_id: 194, template_id: 79, quantity: 10, print_type: "photo book", total_price: "38.97" },
            { id: 29, user_id: 110, template_id: 76, quantity: 2, print_type: "photo book", total_price: "13.74" },
            { id: 30, user_id: 130, template_id: 8, quantity: 1, print_type: "photo book", total_price: "32.78" },
            { id: 31, user_id: 172, template_id: 90, quantity: 9, print_type: "photo book", total_price: "48.97" },
            { id: 32, user_id: 155, template_id: 8, quantity: 8, print_type: "photo book", total_price: "24.69" },
            { id: 33, user_id: 173, template_id: 42, quantity: 8, print_type: "photo book", total_price: "15.81" },
            { id: 34, user_id: 199, template_id: 99, quantity: 8, print_type: "poster", total_price: "39.64" },
            { id: 35, user_id: 61, template_id: 40, quantity: 8, print_type: "photo book", total_price: "21.53" },
            { id: 36, user_id: 2, template_id: 64, quantity: 4, print_type: "card", total_price: "66.93" },
            { id: 37, user_id: 151, template_id: 69, quantity: 1, print_type: "card", total_price: "99.70" },
            { id: 38, user_id: 181, template_id: 54, quantity: 2, print_type: "photo book", total_price: "38.90" },
            { id: 39, user_id: 69, template_id: 63, quantity: 1, print_type: "poster", total_price: "84.66" },
            { id: 40, user_id: 30, template_id: 67, quantity: 3, print_type: "card", total_price: "14.94" },
            { id: 41, user_id: 21, template_id: 59, quantity: 3, print_type: "card", total_price: "26.44" },
            { id: 42, user_id: 162, template_id: 7, quantity: 1, print_type: "card", total_price: "58.18" },
            { id: 43, user_id: 49, template_id: 26, quantity: 5, print_type: "card", total_price: "88.34" },
            { id: 44, user_id: 126, template_id: 16, quantity: 2, print_type: "poster", total_price: "13.02" },
            { id: 45, user_id: 2, template_id: 93, quantity: 1, print_type: "photo book", total_price: "16.79" },
            { id: 46, user_id: 143, template_id: 8, quantity: 7, print_type: "photo book", total_price: "25.64" },
            { id: 47, user_id: 151, template_id: 6, quantity: 1, print_type: "photo book", total_price: "89.58" },
            { id: 48, user_id: 114, template_id: 73, quantity: 2, print_type: "poster", total_price: "99.79" },
            { id: 49, user_id: 32, template_id: 46, quantity: 6, print_type: "poster", total_price: "23.71" },
            { id: 50, user_id: 156, template_id: 77, quantity: 8, print_type: "photo book", total_price: "5.00" },
            { id: 51, user_id: 113, template_id: 52, quantity: 1, print_type: "photo book", total_price: "80.80" },
            { id: 52, user_id: 74, template_id: 100, quantity: 7, print_type: "photo book", total_price: "9.21" },
            { id: 53, user_id: 35, template_id: 61, quantity: 4, print_type: "card", total_price: "13.41" },
            { id: 54, user_id: 21, template_id: 71, quantity: 2, print_type: "photo book", total_price: "5.16" },
            { id: 55, user_id: 169, template_id: 48, quantity: 1, print_type: "card", total_price: "57.52" },
            { id: 56, user_id: 48, template_id: 43, quantity: 1, print_type: "photo book", total_price: "9.47" },
            { id: 57, user_id: 143, template_id: 88, quantity: 2, print_type: "photo book", total_price: "11.14" },
            { id: 58, user_id: 121, template_id: 39, quantity: 7, print_type: "photo book", total_price: "37.43" },
            { id: 59, user_id: 19, template_id: 56, quantity: 8, print_type: "poster", total_price: "25.73" },
            { id: 60, user_id: 95, template_id: 7, quantity: 9, print_type: "card", total_price: "99.96" },
            { id: 61, user_id: 125, template_id: 73, quantity: 2, print_type: "photo book", total_price: "77.34" },
            { id: 62, user_id: 94, template_id: 61, quantity: 3, print_type: "poster", total_price: "99.68" },
            { id: 63, user_id: 112, template_id: 100, quantity: 3, print_type: "photo book", total_price: "59.65" },
            { id: 64, user_id: 144, template_id: 57, quantity: 5, print_type: "photo book", total_price: "77.13" },
            { id: 65, user_id: 29, template_id: 35, quantity: 2, print_type: "card", total_price: "17.72" },
            { id: 66, user_id: 19, template_id: 8, quantity: 10, print_type: "card", total_price: "5.95" },
            { id: 67, user_id: 51, template_id: 23, quantity: 8, print_type: "poster", total_price: "28.64" },
            { id: 68, user_id: 170, template_id: 23, quantity: 10, print_type: "poster", total_price: "48.14" },
            { id: 69, user_id: 71, template_id: 58, quantity: 4, print_type: "photo book", total_price: "44.37" },
            { id: 70, user_id: 66, template_id: 93, quantity: 3, print_type: "photo book", total_price: "61.77" },
            { id: 71, user_id: 22, template_id: 53, quantity: 2, print_type: "photo book", total_price: "11.41" },
            { id: 72, user_id: 59, template_id: 31, quantity: 8, print_type: "photo book", total_price: "15.28" },
            { id: 73, user_id: 116, template_id: 55, quantity: 5, print_type: "poster", total_price: "45.56" },
            { id: 74, user_id: 91, template_id: 47, quantity: 3, print_type: "poster", total_price: "5.13" },
            { id: 75, user_id: 137, template_id: 13, quantity: 3, print_type: "photo book", total_price: "36.30" },
        ],
    });
    await prisma.user_templates.createMany({
        data: [
            { id: 1, user_id: 195, template_id: 68, customization_level: "basic", creation_date: "2023-08-24", template_rating: 2 },
            { id: 2, user_id: 135, template_id: 38, customization_level: "advanced", creation_date: "2022-09-04", template_rating: 5 },
            { id: 3, user_id: 58, template_id: 57, customization_level: "none", creation_date: "2021-03-18", template_rating: 5 },
            { id: 4, user_id: 157, template_id: 98, customization_level: "none", creation_date: "2021-04-27", template_rating: 5 },
            { id: 5, user_id: 26, template_id: 22, customization_level: "basic", creation_date: "2020-04-06", template_rating: 2 },
            { id: 6, user_id: 81, template_id: 1, customization_level: "none", creation_date: "2022-07-08", template_rating: 2 },
            { id: 7, user_id: 99, template_id: 56, customization_level: "none", creation_date: "2021-05-13", template_rating: 5 },
            { id: 8, user_id: 11, template_id: 31, customization_level: "basic", creation_date: "2021-03-27", template_rating: null },
            { id: 9, user_id: 177, template_id: 65, customization_level: "basic", creation_date: "2023-04-29", template_rating: 5 },
            { id: 10, user_id: 9, template_id: 90, customization_level: "none", creation_date: "2020-04-29", template_rating: 5 },
            { id: 11, user_id: 171, template_id: 65, customization_level: "none", creation_date: "2020-09-30", template_rating: 5 },
            { id: 12, user_id: 189, template_id: 47, customization_level: "none", creation_date: "2022-11-10", template_rating: 5 },
            { id: 13, user_id: 93, template_id: 49, customization_level: "none", creation_date: "2021-01-15", template_rating: 4 },
            { id: 14, user_id: 152, template_id: 57, customization_level: "none", creation_date: "2022-11-11", template_rating: 4 },
            { id: 15, user_id: 188, template_id: 60, customization_level: "none", creation_date: "2022-03-06", template_rating: 5 },
            { id: 16, user_id: 154, template_id: 58, customization_level: "none", creation_date: "2022-10-21", template_rating: 2 },
            { id: 17, user_id: 172, template_id: 41, customization_level: "basic", creation_date: "2023-04-24", template_rating: 5 },
            { id: 18, user_id: 115, template_id: 7, customization_level: "advanced", creation_date: "2022-04-10", template_rating: 4 },
            { id: 19, user_id: 160, template_id: 23, customization_level: "none", creation_date: "2022-04-07", template_rating: null },
            { id: 20, user_id: 188, template_id: 35, customization_level: "basic", creation_date: "2021-04-04", template_rating: 2 },
            { id: 21, user_id: 51, template_id: 98, customization_level: "none", creation_date: "2020-05-14", template_rating: 5 },
            { id: 22, user_id: 193, template_id: 86, customization_level: "basic", creation_date: "2020-03-05", template_rating: 5 },
            { id: 23, user_id: 155, template_id: 3, customization_level: "none", creation_date: "2021-12-31", template_rating: 2 },
            { id: 24, user_id: 32, template_id: 88, customization_level: "basic", creation_date: "2021-06-23", template_rating: 3 },
            { id: 25, user_id: 172, template_id: 42, customization_level: "none", creation_date: "2021-06-14", template_rating: null },
            { id: 26, user_id: 78, template_id: 13, customization_level: "advanced", creation_date: "2022-01-02", template_rating: 4 },
            { id: 27, user_id: 165, template_id: 86, customization_level: "advanced", creation_date: "2023-04-10", template_rating: null },
            { id: 28, user_id: 79, template_id: 5, customization_level: "none", creation_date: "2020-03-03", template_rating: 5 },
            { id: 29, user_id: 14, template_id: 96, customization_level: "none", creation_date: "2021-06-06", template_rating: null },
            { id: 30, user_id: 168, template_id: 65, customization_level: "basic", creation_date: "2020-11-30", template_rating: 5 },
            { id: 31, user_id: 165, template_id: 66, customization_level: "none", creation_date: "2021-05-15", template_rating: 4 },
            { id: 32, user_id: 97, template_id: 52, customization_level: "advanced", creation_date: "2023-09-21", template_rating: 2 },
            { id: 33, user_id: 27, template_id: 20, customization_level: "basic", creation_date: "2023-04-18", template_rating: 4 },
            { id: 34, user_id: 188, template_id: 62, customization_level: "advanced", creation_date: "2023-07-25", template_rating: 5 },
            { id: 35, user_id: 86, template_id: 94, customization_level: "none", creation_date: "2020-01-26", template_rating: 5 },
            { id: 36, user_id: 47, template_id: 20, customization_level: "advanced", creation_date: "2022-12-03", template_rating: 1 },
            { id: 37, user_id: 156, template_id: 41, customization_level: "basic", creation_date: "2023-04-22", template_rating: 5 },
            { id: 38, user_id: 73, template_id: 3, customization_level: "none", creation_date: "2020-04-05", template_rating: 5 },
            { id: 39, user_id: 23, template_id: 89, customization_level: "basic", creation_date: "2021-11-27", template_rating: 3 },
            { id: 40, user_id: 66, template_id: 84, customization_level: "basic", creation_date: "2021-04-11", template_rating: 4 },
            { id: 41, user_id: 1, template_id: 11, customization_level: "basic", creation_date: "2021-04-24", template_rating: 3 },
            { id: 42, user_id: 102, template_id: 38, customization_level: "none", creation_date: "2020-11-05", template_rating: null },
            { id: 43, user_id: 128, template_id: 58, customization_level: "advanced", creation_date: "2022-03-19", template_rating: 5 },
            { id: 44, user_id: 55, template_id: 100, customization_level: "none", creation_date: "2023-01-06", template_rating: 5 },
            { id: 45, user_id: 176, template_id: 80, customization_level: "none", creation_date: "2022-03-26", template_rating: null },
            { id: 46, user_id: 67, template_id: 30, customization_level: "basic", creation_date: "2023-09-25", template_rating: null },
            { id: 47, user_id: 144, template_id: 94, customization_level: "none", creation_date: "2023-11-27", template_rating: 2 },
            { id: 48, user_id: 191, template_id: 23, customization_level: "basic", creation_date: "2023-12-16", template_rating: 5 },
            { id: 49, user_id: 94, template_id: 47, customization_level: "none", creation_date: "2022-12-21", template_rating: 5 },
            { id: 50, user_id: 151, template_id: 96, customization_level: "basic", creation_date: "2023-11-26", template_rating: 1 },
            { id: 51, user_id: 16, template_id: 19, customization_level: "basic", creation_date: "2020-05-19", template_rating: 5 },
            { id: 52, user_id: 99, template_id: 55, customization_level: "basic", creation_date: "2023-05-16", template_rating: 4 },
            { id: 53, user_id: 5, template_id: 69, customization_level: "basic", creation_date: "2021-08-07", template_rating: 1 },
            { id: 54, user_id: 6, template_id: 31, customization_level: "advanced", creation_date: "2021-11-12", template_rating: 2 },
            { id: 55, user_id: 54, template_id: 34, customization_level: "none", creation_date: "2021-07-03", template_rating: 1 },
            { id: 56, user_id: 25, template_id: 23, customization_level: "basic", creation_date: "2020-07-27", template_rating: 4 },
            { id: 57, user_id: 100, template_id: 6, customization_level: "advanced", creation_date: "2022-12-24", template_rating: 5 },
            { id: 58, user_id: 169, template_id: 79, customization_level: "none", creation_date: "2023-02-24", template_rating: 5 },
            { id: 59, user_id: 163, template_id: 78, customization_level: "advanced", creation_date: "2022-01-03", template_rating: 3 },
            { id: 60, user_id: 184, template_id: 5, customization_level: "advanced", creation_date: "2021-02-23", template_rating: 5 },
            { id: 61, user_id: 43, template_id: 9, customization_level: "advanced", creation_date: "2020-12-25", template_rating: 5 },
            { id: 62, user_id: 138, template_id: 75, customization_level: "none", creation_date: "2021-11-16", template_rating: 2 },
            { id: 63, user_id: 133, template_id: 29, customization_level: "none", creation_date: "2020-08-02", template_rating: 5 },
            { id: 64, user_id: 142, template_id: 89, customization_level: "none", creation_date: "2020-03-09", template_rating: 3 },
            { id: 65, user_id: 92, template_id: 10, customization_level: "none", creation_date: "2022-04-12", template_rating: 4 },
            { id: 66, user_id: 24, template_id: 68, customization_level: "none", creation_date: "2020-08-13", template_rating: null },
            { id: 67, user_id: 101, template_id: 65, customization_level: "none", creation_date: "2020-11-24", template_rating: 5 },
            { id: 68, user_id: 144, template_id: 10, customization_level: "basic", creation_date: "2022-02-01", template_rating: 5 },
            { id: 69, user_id: 143, template_id: 83, customization_level: "advanced", creation_date: "2021-01-13", template_rating: 5 },
            { id: 70, user_id: 175, template_id: 22, customization_level: "none", creation_date: "2021-11-18", template_rating: 4 },
            { id: 71, user_id: 87, template_id: 61, customization_level: "advanced", creation_date: "2021-01-07", template_rating: 2 },
            { id: 72, user_id: 13, template_id: 86, customization_level: "basic", creation_date: "2023-12-14", template_rating: 5 },
            { id: 73, user_id: 19, template_id: 23, customization_level: "none", creation_date: "2021-10-23", template_rating: 3 },
            { id: 74, user_id: 176, template_id: 65, customization_level: "advanced", creation_date: "2020-05-31", template_rating: 3 },
            { id: 75, user_id: 163, template_id: 13, customization_level: "advanced", creation_date: "2023-08-28", template_rating: 4 },
            { id: 76, user_id: 76, template_id: 99, customization_level: "basic", creation_date: "2020-09-30", template_rating: 4 },
            { id: 77, user_id: 103, template_id: 53, customization_level: "basic", creation_date: "2023-08-07", template_rating: 4 },
            { id: 78, user_id: 141, template_id: 90, customization_level: "advanced", creation_date: "2021-07-05", template_rating: 5 },
            { id: 79, user_id: 113, template_id: 4, customization_level: "basic", creation_date: "2022-08-10", template_rating: 4 },
            { id: 80, user_id: 130, template_id: 96, customization_level: "none", creation_date: "2022-03-10", template_rating: 5 },
            { id: 81, user_id: 30, template_id: 42, customization_level: "basic", creation_date: "2023-10-01", template_rating: 4 },
            { id: 82, user_id: 65, template_id: 25, customization_level: "none", creation_date: "2023-01-03", template_rating: 4 },
            { id: 83, user_id: 157, template_id: 93, customization_level: "none", creation_date: "2022-07-10", template_rating: 2 },
            { id: 84, user_id: 46, template_id: 50, customization_level: "basic", creation_date: "2020-03-09", template_rating: 2 },
            { id: 85, user_id: 68, template_id: 48, customization_level: "basic", creation_date: "2021-10-11", template_rating: 3 },
            { id: 86, user_id: 57, template_id: 99, customization_level: "basic", creation_date: "2020-10-07", template_rating: 4 },
            { id: 87, user_id: 53, template_id: 48, customization_level: "basic", creation_date: "2021-01-22", template_rating: 4 },
            { id: 88, user_id: 69, template_id: 56, customization_level: "basic", creation_date: "2022-06-23", template_rating: 3 },
            { id: 89, user_id: 74, template_id: 12, customization_level: "basic", creation_date: "2020-01-21", template_rating: 1 },
            { id: 90, user_id: 184, template_id: 83, customization_level: "basic", creation_date: "2020-12-11", template_rating: 5 },
            { id: 91, user_id: 125, template_id: 75, customization_level: "none", creation_date: "2022-06-01", template_rating: null },
            { id: 92, user_id: 126, template_id: 34, customization_level: "none", creation_date: "2023-02-28", template_rating: 5 },
            { id: 93, user_id: 19, template_id: 6, customization_level: "basic", creation_date: "2023-06-21", template_rating: 2 },
            { id: 94, user_id: 47, template_id: 87, customization_level: "none", creation_date: "2023-10-09", template_rating: 1 },
            { id: 95, user_id: 107, template_id: 93, customization_level: "none", creation_date: "2023-12-08", template_rating: 4 },
            { id: 96, user_id: 64, template_id: 30, customization_level: "none", creation_date: "2023-06-25", template_rating: 3 },
            { id: 97, user_id: 63, template_id: 74, customization_level: "none", creation_date: "2023-11-04", template_rating: 5 },
            { id: 98, user_id: 24, template_id: 76, customization_level: "basic", creation_date: "2020-11-30", template_rating: null },
            { id: 99, user_id: 65, template_id: 89, customization_level: "none", creation_date: "2023-11-12", template_rating: 5 },
            { id: 100, user_id: 191, template_id: 98, customization_level: "none", creation_date: "2022-01-11", template_rating: 4 },
            { id: 101, user_id: 34, template_id: 90, customization_level: "basic", creation_date: "2023-12-27", template_rating: 2 },
            { id: 102, user_id: 126, template_id: 66, customization_level: "none", creation_date: "2020-02-13", template_rating: 4 },
            { id: 103, user_id: 183, template_id: 47, customization_level: "basic", creation_date: "2021-01-27", template_rating: 3 },
            { id: 104, user_id: 136, template_id: 2, customization_level: "advanced", creation_date: "2022-09-08", template_rating: 4 },
            { id: 105, user_id: 15, template_id: 33, customization_level: "none", creation_date: "2023-12-29", template_rating: 1 },
            { id: 106, user_id: 136, template_id: 45, customization_level: "advanced", creation_date: "2023-03-31", template_rating: null },
            { id: 107, user_id: 49, template_id: 49, customization_level: "none", creation_date: "2021-09-09", template_rating: null },
            { id: 108, user_id: 131, template_id: 48, customization_level: "none", creation_date: "2021-03-14", template_rating: 5 },
            { id: 109, user_id: 95, template_id: 68, customization_level: "advanced", creation_date: "2022-04-10", template_rating: 4 },
            { id: 110, user_id: 12, template_id: 61, customization_level: "none", creation_date: "2023-12-15", template_rating: 5 },
            { id: 111, user_id: 148, template_id: 83, customization_level: "none", creation_date: "2020-06-20", template_rating: 4 },
            { id: 112, user_id: 134, template_id: 22, customization_level: "basic", creation_date: "2020-09-26", template_rating: 5 },
            { id: 113, user_id: 164, template_id: 4, customization_level: "advanced", creation_date: "2020-12-26", template_rating: 5 },
            { id: 114, user_id: 78, template_id: 72, customization_level: "basic", creation_date: "2020-08-29", template_rating: 4 },
            { id: 115, user_id: 187, template_id: 90, customization_level: "none", creation_date: "2022-08-30", template_rating: 5 },
            { id: 116, user_id: 50, template_id: 12, customization_level: "basic", creation_date: "2023-10-08", template_rating: 4 },
            { id: 117, user_id: 168, template_id: 31, customization_level: "basic", creation_date: "2020-08-15", template_rating: 5 },
            { id: 118, user_id: 172, template_id: 68, customization_level: "advanced", creation_date: "2020-12-12", template_rating: 5 },
            { id: 119, user_id: 5, template_id: 53, customization_level: "basic", creation_date: "2021-10-20", template_rating: 3 },
            { id: 120, user_id: 1, template_id: 20, customization_level: "none", creation_date: "2022-03-16", template_rating: 5 },
            { id: 121, user_id: 162, template_id: 91, customization_level: "none", creation_date: "2020-02-06", template_rating: null },
            { id: 122, user_id: 160, template_id: 75, customization_level: "basic", creation_date: "2022-09-12", template_rating: 5 },
            { id: 123, user_id: 122, template_id: 4, customization_level: "none", creation_date: "2023-10-19", template_rating: 5 },
            { id: 124, user_id: 36, template_id: 50, customization_level: "basic", creation_date: "2023-12-10", template_rating: 3 },
            { id: 125, user_id: 44, template_id: 65, customization_level: "advanced", creation_date: "2021-11-02", template_rating: 4 },
            { id: 126, user_id: 149, template_id: 28, customization_level: "none", creation_date: "2022-06-02", template_rating: null },
            { id: 127, user_id: 115, template_id: 48, customization_level: "none", creation_date: "2022-12-04", template_rating: 4 },
            { id: 128, user_id: 60, template_id: 31, customization_level: "none", creation_date: "2022-05-19", template_rating: 2 },
            { id: 129, user_id: 89, template_id: 30, customization_level: "advanced", creation_date: "2022-01-17", template_rating: null },
            { id: 130, user_id: 52, template_id: 77, customization_level: "none", creation_date: "2022-12-11", template_rating: 4 },
            { id: 131, user_id: 199, template_id: 57, customization_level: "advanced", creation_date: "2023-10-07", template_rating: 2 },
            { id: 132, user_id: 161, template_id: 99, customization_level: "advanced", creation_date: "2022-01-18", template_rating: 5 },
            { id: 133, user_id: 29, template_id: 90, customization_level: "none", creation_date: "2021-04-04", template_rating: 5 },
            { id: 134, user_id: 153, template_id: 61, customization_level: "none", creation_date: "2023-04-06", template_rating: 2 },
            { id: 135, user_id: 3, template_id: 52, customization_level: "basic", creation_date: "2021-08-09", template_rating: 5 },
            { id: 136, user_id: 132, template_id: 64, customization_level: "basic", creation_date: "2020-09-28", template_rating: null },
            { id: 137, user_id: 2, template_id: 45, customization_level: "advanced", creation_date: "2022-07-03", template_rating: 5 },
            { id: 138, user_id: 65, template_id: 37, customization_level: "none", creation_date: "2020-05-20", template_rating: 4 },
            { id: 139, user_id: 95, template_id: 56, customization_level: "basic", creation_date: "2023-07-20", template_rating: 2 },
            { id: 140, user_id: 154, template_id: 51, customization_level: "basic", creation_date: "2023-01-21", template_rating: null },
            { id: 141, user_id: 106, template_id: 16, customization_level: "basic", creation_date: "2021-03-24", template_rating: 1 },
            { id: 142, user_id: 98, template_id: 33, customization_level: "none", creation_date: "2020-07-19", template_rating: 3 },
            { id: 143, user_id: 54, template_id: 20, customization_level: "none", creation_date: "2023-05-22", template_rating: null },
            { id: 144, user_id: 25, template_id: 10, customization_level: "advanced", creation_date: "2022-05-17", template_rating: 2 },
            { id: 145, user_id: 150, template_id: 43, customization_level: "none", creation_date: "2020-07-21", template_rating: 4 },
            { id: 146, user_id: 1, template_id: 31, customization_level: "advanced", creation_date: "2021-06-29", template_rating: 5 },
            { id: 147, user_id: 83, template_id: 75, customization_level: "advanced", creation_date: "2021-05-03", template_rating: 5 },
            { id: 148, user_id: 134, template_id: 64, customization_level: "advanced", creation_date: "2022-02-03", template_rating: 4 },
            { id: 149, user_id: 197, template_id: 43, customization_level: "basic", creation_date: "2022-04-15", template_rating: 5 },
            { id: 150, user_id: 50, template_id: 61, customization_level: "none", creation_date: "2021-03-08", template_rating: 5 },
            { id: 151, user_id: 38, template_id: 64, customization_level: "none", creation_date: "2020-09-21", template_rating: 3 },
            { id: 152, user_id: 34, template_id: 52, customization_level: "basic", creation_date: "2022-03-29", template_rating: null },
            { id: 153, user_id: 166, template_id: 33, customization_level: "none", creation_date: "2022-06-26", template_rating: 3 },
            { id: 154, user_id: 55, template_id: 59, customization_level: "none", creation_date: "2020-03-21", template_rating: 3 },
            { id: 155, user_id: 194, template_id: 30, customization_level: "advanced", creation_date: "2021-06-12", template_rating: 5 },
            { id: 156, user_id: 142, template_id: 56, customization_level: "basic", creation_date: "2020-05-04", template_rating: 5 },
            { id: 157, user_id: 119, template_id: 56, customization_level: "none", creation_date: "2021-04-23", template_rating: 4 },
            { id: 158, user_id: 185, template_id: 97, customization_level: "basic", creation_date: "2023-03-14", template_rating: 5 },
            { id: 159, user_id: 28, template_id: 83, customization_level: "basic", creation_date: "2021-09-16", template_rating: 2 },
            { id: 160, user_id: 158, template_id: 54, customization_level: "none", creation_date: "2021-01-23", template_rating: 5 },
            { id: 161, user_id: 119, template_id: 51, customization_level: "basic", creation_date: "2022-06-29", template_rating: 2 },
            { id: 162, user_id: 61, template_id: 4, customization_level: "none", creation_date: "2023-02-25", template_rating: 3 },
            { id: 163, user_id: 194, template_id: 98, customization_level: "basic", creation_date: "2023-02-28", template_rating: 2 },
            { id: 164, user_id: 164, template_id: 37, customization_level: "basic", creation_date: "2020-01-17", template_rating: null },
            { id: 165, user_id: 120, template_id: 52, customization_level: "advanced", creation_date: "2021-09-30", template_rating: null },
            { id: 166, user_id: 73, template_id: 89, customization_level: "basic", creation_date: "2020-06-30", template_rating: 4 },
            { id: 167, user_id: 139, template_id: 55, customization_level: "none", creation_date: "2021-11-19", template_rating: null },
            { id: 168, user_id: 75, template_id: 25, customization_level: "basic", creation_date: "2023-11-09", template_rating: 5 },
            { id: 169, user_id: 167, template_id: 30, customization_level: "basic", creation_date: "2021-01-04", template_rating: 3 },
            { id: 170, user_id: 121, template_id: 78, customization_level: "advanced", creation_date: "2023-06-19", template_rating: 5 },
            { id: 171, user_id: 47, template_id: 56, customization_level: "basic", creation_date: "2020-06-25", template_rating: null },
            { id: 172, user_id: 83, template_id: 31, customization_level: "advanced", creation_date: "2020-01-19", template_rating: 5 },
            { id: 173, user_id: 105, template_id: 56, customization_level: "none", creation_date: "2020-01-16", template_rating: 5 },
            { id: 174, user_id: 18, template_id: 46, customization_level: "basic", creation_date: "2021-07-13", template_rating: 5 },
            { id: 175, user_id: 50, template_id: 40, customization_level: "basic", creation_date: "2023-07-08", template_rating: 5 },
            { id: 176, user_id: 108, template_id: 33, customization_level: "none", creation_date: "2021-05-21", template_rating: 5 },
            { id: 177, user_id: 62, template_id: 42, customization_level: "none", creation_date: "2022-03-17", template_rating: 1 },
            { id: 178, user_id: 133, template_id: 91, customization_level: "none", creation_date: "2023-07-14", template_rating: 2 },
            { id: 179, user_id: 80, template_id: 35, customization_level: "none", creation_date: "2021-12-08", template_rating: 5 },
            { id: 180, user_id: 63, template_id: 81, customization_level: "advanced", creation_date: "2022-11-08", template_rating: 2 },
            { id: 181, user_id: 61, template_id: 31, customization_level: "basic", creation_date: "2022-06-29", template_rating: 3 },
            { id: 182, user_id: 178, template_id: 76, customization_level: "none", creation_date: "2022-12-07", template_rating: 5 },
            { id: 183, user_id: 189, template_id: 32, customization_level: "none", creation_date: "2023-06-14", template_rating: null },
            { id: 184, user_id: 95, template_id: 2, customization_level: "none", creation_date: "2020-11-07", template_rating: 5 },
            { id: 185, user_id: 154, template_id: 61, customization_level: "none", creation_date: "2021-10-14", template_rating: 2 },
            { id: 186, user_id: 156, template_id: 60, customization_level: "advanced", creation_date: "2023-05-26", template_rating: 5 },
            { id: 187, user_id: 56, template_id: 1, customization_level: "none", creation_date: "2021-06-23", template_rating: 4 },
            { id: 188, user_id: 133, template_id: 18, customization_level: "none", creation_date: "2021-12-24", template_rating: 5 },
            { id: 189, user_id: 33, template_id: 87, customization_level: "advanced", creation_date: "2020-11-15", template_rating: 4 },
            { id: 190, user_id: 16, template_id: 44, customization_level: "basic", creation_date: "2023-03-06", template_rating: 4 },
            { id: 191, user_id: 64, template_id: 83, customization_level: "advanced", creation_date: "2023-08-10", template_rating: 5 },
            { id: 192, user_id: 200, template_id: 14, customization_level: "basic", creation_date: "2023-05-22", template_rating: null },
            { id: 193, user_id: 174, template_id: 16, customization_level: "basic", creation_date: "2021-07-01", template_rating: 5 },
            { id: 194, user_id: 83, template_id: 81, customization_level: "advanced", creation_date: "2021-04-15", template_rating: null },
            { id: 195, user_id: 127, template_id: 75, customization_level: "basic", creation_date: "2022-02-23", template_rating: null },
            { id: 196, user_id: 195, template_id: 43, customization_level: "advanced", creation_date: "2020-08-16", template_rating: 4 },
            { id: 197, user_id: 71, template_id: 46, customization_level: "basic", creation_date: "2020-03-29", template_rating: 1 },
            { id: 198, user_id: 70, template_id: 39, customization_level: "advanced", creation_date: "2022-03-24", template_rating: null },
            { id: 199, user_id: 85, template_id: 86, customization_level: "none", creation_date: "2022-10-31", template_rating: 2 },
            { id: 200, user_id: 106, template_id: 28, customization_level: "none", creation_date: "2023-04-19", template_rating: 3 },
            { id: 201, user_id: 48, template_id: 21, customization_level: "basic", creation_date: "2021-05-13", template_rating: 2 },
            { id: 202, user_id: 118, template_id: 75, customization_level: "advanced", creation_date: "2020-09-14", template_rating: null },
            { id: 203, user_id: 26, template_id: 28, customization_level: "basic", creation_date: "2020-11-23", template_rating: 3 },
            { id: 204, user_id: 197, template_id: 66, customization_level: "none", creation_date: "2021-10-30", template_rating: 2 },
            { id: 205, user_id: 48, template_id: 3, customization_level: "none", creation_date: "2023-02-21", template_rating: null },
            { id: 206, user_id: 10, template_id: 21, customization_level: "none", creation_date: "2023-02-19", template_rating: 5 },
            { id: 207, user_id: 89, template_id: 84, customization_level: "advanced", creation_date: "2023-04-22", template_rating: 3 },
            { id: 208, user_id: 114, template_id: 99, customization_level: "advanced", creation_date: "2023-09-06", template_rating: 4 },
            { id: 209, user_id: 117, template_id: 64, customization_level: "none", creation_date: "2021-07-01", template_rating: 5 },
            { id: 210, user_id: 159, template_id: 88, customization_level: "none", creation_date: "2020-03-14", template_rating: 2 },
            { id: 211, user_id: 29, template_id: 94, customization_level: "basic", creation_date: "2021-02-06", template_rating: 4 },
            { id: 212, user_id: 157, template_id: 72, customization_level: "basic", creation_date: "2021-04-23", template_rating: 4 },
            { id: 213, user_id: 117, template_id: 63, customization_level: "basic", creation_date: "2022-09-25", template_rating: 3 },
            { id: 214, user_id: 161, template_id: 20, customization_level: "none", creation_date: "2021-01-23", template_rating: 5 },
            { id: 215, user_id: 182, template_id: 45, customization_level: "basic", creation_date: "2023-12-17", template_rating: 4 },
            { id: 216, user_id: 137, template_id: 9, customization_level: "none", creation_date: "2021-06-21", template_rating: null },
            { id: 217, user_id: 134, template_id: 70, customization_level: "none", creation_date: "2022-06-06", template_rating: 3 },
            { id: 218, user_id: 195, template_id: 12, customization_level: "basic", creation_date: "2023-03-29", template_rating: 4 },
            { id: 219, user_id: 140, template_id: 62, customization_level: "basic", creation_date: "2020-10-22", template_rating: 5 },
            { id: 220, user_id: 119, template_id: 97, customization_level: "advanced", creation_date: "2021-05-22", template_rating: 4 },
            { id: 221, user_id: 37, template_id: 31, customization_level: "basic", creation_date: "2023-12-02", template_rating: 5 },
            { id: 222, user_id: 132, template_id: 62, customization_level: "none", creation_date: "2021-07-22", template_rating: 3 },
            { id: 223, user_id: 20, template_id: 6, customization_level: "basic", creation_date: "2023-05-29", template_rating: 3 },
            { id: 224, user_id: 170, template_id: 85, customization_level: "basic", creation_date: "2020-01-12", template_rating: 2 },
            { id: 225, user_id: 103, template_id: 47, customization_level: "advanced", creation_date: "2022-07-13", template_rating: 5 },
            { id: 226, user_id: 123, template_id: 56, customization_level: "basic", creation_date: "2022-06-10", template_rating: 3 },
            { id: 227, user_id: 141, template_id: 2, customization_level: "basic", creation_date: "2020-10-15", template_rating: null },
            { id: 228, user_id: 90, template_id: 99, customization_level: "none", creation_date: "2023-11-24", template_rating: 2 },
            { id: 229, user_id: 17, template_id: 5, customization_level: "advanced", creation_date: "2023-08-10", template_rating: 1 },
            { id: 230, user_id: 53, template_id: 7, customization_level: "advanced", creation_date: "2023-12-05", template_rating: 2 },
            { id: 231, user_id: 102, template_id: 6, customization_level: "none", creation_date: "2021-07-20", template_rating: 4 },
            { id: 232, user_id: 72, template_id: 65, customization_level: "none", creation_date: "2020-03-29", template_rating: 5 },
            { id: 233, user_id: 147, template_id: 31, customization_level: "advanced", creation_date: "2020-07-05", template_rating: 4 },
            { id: 234, user_id: 39, template_id: 2, customization_level: "advanced", creation_date: "2023-11-26", template_rating: 5 },
            { id: 235, user_id: 139, template_id: 71, customization_level: "none", creation_date: "2022-08-06", template_rating: 1 },
            { id: 236, user_id: 4, template_id: 66, customization_level: "none", creation_date: "2023-04-29", template_rating: 5 },
            { id: 237, user_id: 34, template_id: 89, customization_level: "none", creation_date: "2021-11-05", template_rating: 5 },
            { id: 238, user_id: 110, template_id: 80, customization_level: "advanced", creation_date: "2023-11-13", template_rating: 4 },
            { id: 239, user_id: 165, template_id: 16, customization_level: "none", creation_date: "2022-09-26", template_rating: 5 },
            { id: 240, user_id: 57, template_id: 31, customization_level: "none", creation_date: "2020-07-11", template_rating: 1 },
            { id: 241, user_id: 35, template_id: 91, customization_level: "advanced", creation_date: "2020-10-28", template_rating: 1 },
            { id: 242, user_id: 179, template_id: 95, customization_level: "none", creation_date: "2023-10-04", template_rating: 3 },
            { id: 243, user_id: 8, template_id: 63, customization_level: "none", creation_date: "2023-06-29", template_rating: 3 },
            { id: 244, user_id: 187, template_id: 95, customization_level: "basic", creation_date: "2021-12-08", template_rating: 5 },
            { id: 245, user_id: 77, template_id: 52, customization_level: "advanced", creation_date: "2022-12-15", template_rating: 3 },
            { id: 246, user_id: 174, template_id: 94, customization_level: "basic", creation_date: "2021-06-09", template_rating: 5 },
            { id: 247, user_id: 33, template_id: 29, customization_level: "none", creation_date: "2020-05-29", template_rating: 3 },
            { id: 248, user_id: 180, template_id: 42, customization_level: "advanced", creation_date: "2021-07-30", template_rating: 4 },
            { id: 249, user_id: 7, template_id: 63, customization_level: "advanced", creation_date: "2023-07-12", template_rating: 5 },
            { id: 250, user_id: 31, template_id: 42, customization_level: "advanced", creation_date: "2022-04-14", template_rating: 2 },
            { id: 251, user_id: 111, template_id: 15, customization_level: "none", creation_date: "2023-02-18", template_rating: 2 },
            { id: 252, user_id: 3, template_id: 50, customization_level: "basic", creation_date: "2022-05-01", template_rating: 3 },
            { id: 253, user_id: 192, template_id: 75, customization_level: "none", creation_date: "2023-05-15", template_rating: 4 },
            { id: 254, user_id: 57, template_id: 48, customization_level: "basic", creation_date: "2020-09-26", template_rating: 4 },
            { id: 255, user_id: 186, template_id: 4, customization_level: "basic", creation_date: "2021-06-12", template_rating: 4 },
            { id: 256, user_id: 41, template_id: 73, customization_level: "basic", creation_date: "2023-06-26", template_rating: 3 },
            { id: 257, user_id: 45, template_id: 47, customization_level: "none", creation_date: "2021-09-07", template_rating: 5 },
            { id: 258, user_id: 181, template_id: 51, customization_level: "basic", creation_date: "2023-11-14", template_rating: 3 },
            { id: 259, user_id: 142, template_id: 49, customization_level: "basic", creation_date: "2020-08-23", template_rating: 4 },
            { id: 260, user_id: 45, template_id: 62, customization_level: "advanced", creation_date: "2021-07-14", template_rating: 1 },
            { id: 261, user_id: 74, template_id: 25, customization_level: "advanced", creation_date: "2022-11-25", template_rating: 2 },
            { id: 262, user_id: 127, template_id: 22, customization_level: "none", creation_date: "2021-06-17", template_rating: 4 },
            { id: 263, user_id: 124, template_id: 23, customization_level: "basic", creation_date: "2021-11-22", template_rating: 4 },
            { id: 264, user_id: 59, template_id: 68, customization_level: "none", creation_date: "2023-08-18", template_rating: 1 },
            { id: 265, user_id: 77, template_id: 75, customization_level: "advanced", creation_date: "2023-08-28", template_rating: 2 },
            { id: 266, user_id: 161, template_id: 33, customization_level: "advanced", creation_date: "2021-05-10", template_rating: 2 },
            { id: 267, user_id: 193, template_id: 44, customization_level: "none", creation_date: "2023-09-06", template_rating: 5 },
            { id: 268, user_id: 149, template_id: 24, customization_level: "none", creation_date: "2021-08-24", template_rating: 5 },
            { id: 269, user_id: 173, template_id: 79, customization_level: "none", creation_date: "2022-09-08", template_rating: 4 },
            { id: 270, user_id: 145, template_id: 80, customization_level: "advanced", creation_date: "2022-04-28", template_rating: 1 },
            { id: 271, user_id: 144, template_id: 60, customization_level: "advanced", creation_date: "2023-10-25", template_rating: 5 },
            { id: 272, user_id: 113, template_id: 89, customization_level: "none", creation_date: "2023-07-01", template_rating: null },
            { id: 273, user_id: 196, template_id: 4, customization_level: "none", creation_date: "2021-07-06", template_rating: null },
            { id: 274, user_id: 88, template_id: 92, customization_level: "basic", creation_date: "2023-03-27", template_rating: 4 },
            { id: 275, user_id: 102, template_id: 61, customization_level: "none", creation_date: "2023-12-18", template_rating: 4 },
            { id: 276, user_id: 96, template_id: 30, customization_level: "basic", creation_date: "2023-06-23", template_rating: 3 },
            { id: 277, user_id: 85, template_id: 62, customization_level: "none", creation_date: "2022-04-04", template_rating: 4 },
            { id: 278, user_id: 61, template_id: 100, customization_level: "basic", creation_date: "2022-12-22", template_rating: 5 },
            { id: 279, user_id: 179, template_id: 44, customization_level: "basic", creation_date: "2020-06-30", template_rating: null },
            { id: 280, user_id: 59, template_id: 67, customization_level: "none", creation_date: "2022-01-03", template_rating: 4 },
            { id: 281, user_id: 40, template_id: 23, customization_level: "advanced", creation_date: "2022-02-09", template_rating: 3 },
            { id: 282, user_id: 146, template_id: 44, customization_level: "none", creation_date: "2023-07-29", template_rating: 5 },
            { id: 283, user_id: 22, template_id: 63, customization_level: "basic", creation_date: "2021-05-17", template_rating: null },
            { id: 284, user_id: 84, template_id: 57, customization_level: "none", creation_date: "2023-11-07", template_rating: 4 },
            { id: 285, user_id: 71, template_id: 11, customization_level: "basic", creation_date: "2022-01-27", template_rating: 3 },
            { id: 286, user_id: 101, template_id: 65, customization_level: "basic", creation_date: "2020-03-19", template_rating: 2 },
            { id: 287, user_id: 198, template_id: 98, customization_level: "none", creation_date: "2023-05-27", template_rating: 4 },
            { id: 288, user_id: 44, template_id: 7, customization_level: "basic", creation_date: "2023-10-17", template_rating: 5 },
            { id: 289, user_id: 153, template_id: 88, customization_level: "basic", creation_date: "2020-04-17", template_rating: null },
            { id: 290, user_id: 21, template_id: 65, customization_level: "basic", creation_date: "2020-01-14", template_rating: 1 },
            { id: 291, user_id: 82, template_id: 74, customization_level: "advanced", creation_date: "2021-08-17", template_rating: 5 },
            { id: 292, user_id: 101, template_id: 38, customization_level: "advanced", creation_date: "2021-03-29", template_rating: null },
            { id: 293, user_id: 69, template_id: 4, customization_level: "none", creation_date: "2023-02-04", template_rating: 5 },
            { id: 294, user_id: 66, template_id: 98, customization_level: "none", creation_date: "2022-08-23", template_rating: 4 },
            { id: 295, user_id: 109, template_id: 16, customization_level: "none", creation_date: "2022-03-20", template_rating: null },
            { id: 296, user_id: 174, template_id: 90, customization_level: "none", creation_date: "2021-11-08", template_rating: 4 },
            { id: 297, user_id: 89, template_id: 21, customization_level: "advanced", creation_date: "2020-03-22", template_rating: 1 },
            { id: 298, user_id: 98, template_id: 48, customization_level: "basic", creation_date: "2023-07-11", template_rating: 5 },
            { id: 299, user_id: 116, template_id: 66, customization_level: "none", creation_date: "2023-11-17", template_rating: 3 },
            { id: 300, user_id: 129, template_id: 34, customization_level: "none", creation_date: "2020-08-27", template_rating: 2 },
            { id: 301, user_id: 182, template_id: 8, customization_level: "none", creation_date: "2022-01-18", template_rating: 4 },
            { id: 302, user_id: 86, template_id: 96, customization_level: "none", creation_date: "2022-02-28", template_rating: 5 },
            { id: 303, user_id: 104, template_id: 64, customization_level: "advanced", creation_date: "2020-10-12", template_rating: 3 },
            { id: 304, user_id: 86, template_id: 12, customization_level: "advanced", creation_date: "2023-03-29", template_rating: 3 },
            { id: 305, user_id: 176, template_id: 35, customization_level: "none", creation_date: "2020-02-04", template_rating: 1 },
            { id: 306, user_id: 169, template_id: 85, customization_level: "basic", creation_date: "2021-01-16", template_rating: 5 },
            { id: 307, user_id: 196, template_id: 76, customization_level: "none", creation_date: "2022-12-19", template_rating: null },
            { id: 308, user_id: 194, template_id: 44, customization_level: "basic", creation_date: "2021-06-17", template_rating: 4 },
            { id: 309, user_id: 103, template_id: 58, customization_level: "none", creation_date: "2022-05-03", template_rating: 4 },
            { id: 310, user_id: 146, template_id: 93, customization_level: "none", creation_date: "2021-02-16", template_rating: 4 },
            { id: 311, user_id: 152, template_id: 46, customization_level: "basic", creation_date: "2022-02-10", template_rating: 4 },
            { id: 312, user_id: 91, template_id: 35, customization_level: "basic", creation_date: "2020-01-04", template_rating: 1 },
            { id: 313, user_id: 53, template_id: 20, customization_level: "none", creation_date: "2022-11-27", template_rating: 3 },
            { id: 314, user_id: 197, template_id: 48, customization_level: "none", creation_date: "2022-05-18", template_rating: 2 },
            { id: 315, user_id: 112, template_id: 22, customization_level: "basic", creation_date: "2022-07-20", template_rating: 5 },
            { id: 316, user_id: 19, template_id: 3, customization_level: "advanced", creation_date: "2023-08-30", template_rating: 3 },
            { id: 317, user_id: 117, template_id: 77, customization_level: "none", creation_date: "2023-07-28", template_rating: 3 },
            { id: 318, user_id: 42, template_id: 51, customization_level: "basic", creation_date: "2022-09-26", template_rating: 4 },
            { id: 319, user_id: 141, template_id: 23, customization_level: "none", creation_date: "2023-09-03", template_rating: 3 },
            { id: 320, user_id: 190, template_id: 87, customization_level: "none", creation_date: "2023-08-04", template_rating: 4 },
        ],
    });
}

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