// Coffee Crafting Data (coffee-recipe-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.coffee_recipes), 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.coffee_recipes.createMany({
        data: [
            { id: 1, recipe_name: "cafécrema espresso", brewing_method: "Espresso", bean_type: "colombian sumatra", equipment_used: "coffee_scale", user_interactions: 35, average_rating: "4.8", review_count: 65, created_at: new Date("2020-07-01T09:11:50Z") },
            { id: 2, recipe_name: "cafécon vanilla hazelnut", brewing_method: "Pour Over", bean_type: "ethiopian", equipment_used: "cold_brew", user_interactions: 94, average_rating: "4.0", review_count: 58, created_at: new Date("2022-09-03T14:49:09Z") },
            { id: 3, recipe_name: "caramel", brewing_method: "French Press", bean_type: "sumatran", equipment_used: "french_press", user_interactions: 985, average_rating: "4.9", review_count: 1, created_at: new Date("2021-08-07T14:51:01Z") },
            { id: 4, recipe_name: "hazelnut café", brewing_method: "Pour Over", bean_type: "indonesian kenyan", equipment_used: "syphon percolator french_press", user_interactions: 1, average_rating: "5.0", review_count: 198, created_at: new Date("2022-03-06T11:04:43Z") },
            { id: 5, recipe_name: "espresso", brewing_method: "Pour Over", bean_type: "indonesian", equipment_used: "syphon coffee_filter espresso_cup", user_interactions: 154, average_rating: "4.8", review_count: 38, created_at: new Date("2023-11-18T12:07:22Z") },
            { id: 6, recipe_name: "caramel espresso", brewing_method: "French Press", bean_type: "ethiopian peruvian brazilian", equipment_used: "drip_coffee coffee_siphon", user_interactions: 615, average_rating: "1.8", review_count: 58, created_at: new Date("2022-01-17T10:00:56Z") },
            { id: 7, recipe_name: "espresso caramel", brewing_method: "French Press", bean_type: "liberica kenyan colombian", equipment_used: "stovetop", user_interactions: 278, average_rating: "2.1", review_count: 16, created_at: new Date("2023-04-28T11:14:03Z") },
            { id: 8, recipe_name: "café", brewing_method: "French Press", bean_type: "arabica vietnamese robusta", equipment_used: "moka_pot cold_brew", user_interactions: 14, average_rating: "4.3", review_count: 241, created_at: new Date("2021-03-14T17:14:40Z") },
            { id: 9, recipe_name: "hazelnut cappuccino", brewing_method: "French Press", bean_type: "kenyan", equipment_used: "espresso_machine syphon", user_interactions: 5, average_rating: "2.2", review_count: 9, created_at: new Date("2022-03-31T13:34:01Z") },
            { id: 10, recipe_name: "caramel", brewing_method: "French Press", bean_type: "arabica liberica", equipment_used: "stovetop nitro_cold_brew espresso_machine", user_interactions: 632, average_rating: "2.3", review_count: 376, created_at: new Date("2023-01-16T09:13:53Z") },
            { id: 11, recipe_name: "turmeric cafécrema caramel", brewing_method: "French Press", bean_type: "guatemalan nicaraguan arabica", equipment_used: "pour_over", user_interactions: 83, average_rating: "4.5", review_count: 349, created_at: new Date("2023-02-24T14:04:25Z") },
            { id: 12, recipe_name: "vanilla", brewing_method: "French Press", bean_type: "jamaican nicaraguan", equipment_used: "pour_over", user_interactions: 11, average_rating: "5.0", review_count: 3, created_at: new Date("2021-02-27T14:34:20Z") },
            { id: 13, recipe_name: "vanilla", brewing_method: "Espresso", bean_type: "vietnamese ethiopian", equipment_used: "syphon espresso_cup nitro_cold_brew", user_interactions: 419, average_rating: "3.6", review_count: 66, created_at: new Date("2020-11-19T14:42:49Z") },
            { id: 14, recipe_name: "breve hazelnut caféau", brewing_method: "Espresso", bean_type: "kenyan", equipment_used: "percolator nitro_cold_brew stovetop", user_interactions: 120, average_rating: "0.5", review_count: 17, created_at: new Date("2021-08-30T06:35:08Z") },
            { id: 15, recipe_name: "vanilla hazelnut", brewing_method: "French Press", bean_type: "nicaraguan jamaican", equipment_used: "coffee_siphon nitro_cold_brew coffee_carafe", user_interactions: 122, average_rating: "4.1", review_count: 369, created_at: new Date("2022-09-13T09:13:29Z") },
            { id: 16, recipe_name: "americano flatwhite espresso", brewing_method: "Cold Brew", bean_type: "robusta guatemalan arabica", equipment_used: "pour_over syphon", user_interactions: 84, average_rating: "4.3", review_count: 1, created_at: new Date("2020-05-09T14:15:41Z") },
            { id: 17, recipe_name: "iced macchiato caramel", brewing_method: "Cold Brew", bean_type: "guatemalan", equipment_used: "drip_coffee coffee_filter", user_interactions: 927, average_rating: "0.0", review_count: 319, created_at: new Date("2021-05-27T11:27:58Z") },
            { id: 18, recipe_name: "café affogato iced", brewing_method: "French Press", bean_type: "nicaraguan kenyan liberica", equipment_used: "coffee_scale espresso_cup", user_interactions: 138, average_rating: "5.0", review_count: 416, created_at: new Date("2021-12-18T14:06:38Z") },
            { id: 19, recipe_name: "iced hazelnut espresso", brewing_method: "Pour Over", bean_type: "arabica", equipment_used: "drip_coffee stovetop", user_interactions: 645, average_rating: "4.9", review_count: 12, created_at: new Date("2020-05-19T15:36:17Z") },
            { id: 20, recipe_name: "cafélatte", brewing_method: "Espresso", bean_type: "indonesian kona", equipment_used: "aeropress moka_pot", user_interactions: 538, average_rating: "2.9", review_count: 214, created_at: new Date("2023-11-23T14:56:41Z") },
            { id: 21, recipe_name: "americano hazelnut cafécrema", brewing_method: "Espresso", bean_type: "liberica brazilian", equipment_used: "aeropress cold_brew", user_interactions: 6, average_rating: "4.1", review_count: 83, created_at: new Date("2023-03-15T16:57:13Z") },
            { id: 22, recipe_name: "flatwhite café americano", brewing_method: "Espresso", bean_type: "kenyan", equipment_used: "coffee_grinder", user_interactions: 530, average_rating: "3.2", review_count: 367, created_at: new Date("2022-11-21T12:44:32Z") },
            { id: 23, recipe_name: "iced", brewing_method: "Cold Brew", bean_type: "guatemalan", equipment_used: "stovetop drip_coffee", user_interactions: 45, average_rating: "4.6", review_count: 307, created_at: new Date("2020-06-08T19:04:52Z") },
            { id: 24, recipe_name: "turmeric americano", brewing_method: "French Press", bean_type: "panama liberica", equipment_used: "pour_over syphon coffee_siphon", user_interactions: 32, average_rating: "2.7", review_count: 38, created_at: new Date("2023-08-24T11:26:46Z") },
            { id: 25, recipe_name: "turmeric affogato", brewing_method: "Espresso", bean_type: "liberica", equipment_used: "cold_brew moka_pot", user_interactions: 217, average_rating: "2.6", review_count: 305, created_at: new Date("2023-12-17T13:36:59Z") },
            { id: 26, recipe_name: "iced vanilla hazelnut", brewing_method: "Pour Over", bean_type: "colombian", equipment_used: "espresso_cup coffee_filter pour_over", user_interactions: 355, average_rating: "4.2", review_count: 172, created_at: new Date("2022-01-12T16:02:11Z") },
            { id: 27, recipe_name: "hazelnut", brewing_method: "Espresso", bean_type: "colombian", equipment_used: "french_press espresso_cup", user_interactions: 17, average_rating: "2.8", review_count: 413, created_at: new Date("2021-03-28T15:33:27Z") },
            { id: 28, recipe_name: "iced affogato cafécon", brewing_method: "Pour Over", bean_type: "mexican nicaraguan robusta", equipment_used: "coffee_grinder", user_interactions: 725, average_rating: "3.9", review_count: 134, created_at: new Date("2021-10-16T13:37:20Z") },
            { id: 29, recipe_name: "café cafélatte ristretto", brewing_method: "French Press", bean_type: "ethiopian guatemalan brazilian", equipment_used: "percolator drip_coffee", user_interactions: 121, average_rating: "2.9", review_count: 39, created_at: new Date("2022-02-16T09:21:24Z") },
            { id: 30, recipe_name: "hazelnut", brewing_method: "French Press", bean_type: "ethiopian", equipment_used: "drip_coffee espresso_cup stovetop", user_interactions: 227, average_rating: "3.9", review_count: 368, created_at: new Date("2020-12-12T19:47:29Z") },
            { id: 31, recipe_name: "cafélatte iced", brewing_method: "Pour Over", bean_type: "ethiopian vietnamese sumatra", equipment_used: "coffee_grinder stovetop nitro_cold_brew", user_interactions: 398, average_rating: "4.2", review_count: 40, created_at: new Date("2023-08-30T10:07:51Z") },
            { id: 32, recipe_name: "americano", brewing_method: "French Press", bean_type: "peruvian", equipment_used: "french_press", user_interactions: 60, average_rating: "4.2", review_count: 135, created_at: new Date("2021-11-08T10:59:53Z") },
            { id: 33, recipe_name: "caramel vanilla", brewing_method: "French Press", bean_type: "guatemalan jamaican arabica", equipment_used: "coffee_carafe moka_pot vacuum_pot", user_interactions: 605, average_rating: "3.4", review_count: 262, created_at: new Date("2022-11-07T16:41:47Z") },
            { id: 34, recipe_name: "ristretto cappuccino cafélatte", brewing_method: "Espresso", bean_type: "nicaraguan liberica", equipment_used: "espresso_cup thermometer aeropress", user_interactions: 493, average_rating: "0.6", review_count: 28, created_at: new Date("2021-11-14T10:49:51Z") },
            { id: 35, recipe_name: "americano caféau ristretto", brewing_method: "AeroPress", bean_type: "indonesian mexican", equipment_used: "espresso_machine", user_interactions: 763, average_rating: "4.4", review_count: 282, created_at: new Date("2020-11-11T12:19:11Z") },
            { id: 36, recipe_name: "americano", brewing_method: "Cold Brew", bean_type: "robusta peruvian jamaican", equipment_used: "coffee_siphon", user_interactions: 2, average_rating: "0.7", review_count: 12, created_at: new Date("2023-05-09T08:25:16Z") },
            { id: 37, recipe_name: "turmeric", brewing_method: "French Press", bean_type: "brazilian kenyan sumatran", equipment_used: "milk_frother moka_pot", user_interactions: 794, average_rating: "4.1", review_count: 445, created_at: new Date("2023-09-26T12:48:19Z") },
            { id: 38, recipe_name: "cafélatte", brewing_method: "Espresso", bean_type: "kenyan honduran vietnamese", equipment_used: "espresso_machine stovetop drip_coffee", user_interactions: 900, average_rating: "4.9", review_count: 292, created_at: new Date("2021-08-09T10:16:20Z") },
            { id: 39, recipe_name: "affogato", brewing_method: "Espresso", bean_type: "ethiopian colombian", equipment_used: "milk_frother drip_coffee", user_interactions: 666, average_rating: "2.9", review_count: 196, created_at: new Date("2021-12-03T09:15:18Z") },
            { id: 40, recipe_name: "iced affogato", brewing_method: "Pour Over", bean_type: "sumatra", equipment_used: "vacuum_pot french_press aeropress", user_interactions: 804, average_rating: "4.3", review_count: 63, created_at: new Date("2021-09-30T09:46:01Z") },
            { id: 41, recipe_name: "mocha hazelnut breve", brewing_method: "Espresso", bean_type: "arabica brazilian", equipment_used: "espresso_cup coffee_grinder stovetop", user_interactions: 173, average_rating: "4.5", review_count: 161, created_at: new Date("2023-07-01T14:55:59Z") },
            { id: 42, recipe_name: "ristretto", brewing_method: "AeroPress", bean_type: "colombian peruvian nicaraguan", equipment_used: "vacuum_pot cold_brew", user_interactions: 620, average_rating: "3.9", review_count: 0, created_at: new Date("2023-11-07T12:54:22Z") },
            { id: 43, recipe_name: "flatwhite", brewing_method: "Espresso", bean_type: "robusta mexican", equipment_used: "thermometer stovetop", user_interactions: 99, average_rating: "4.8", review_count: 110, created_at: new Date("2021-09-01T10:53:05Z") },
            { id: 44, recipe_name: "macchiato iced hazelnut", brewing_method: "Espresso", bean_type: "indonesian mexican", equipment_used: "milk_frother drip_coffee espresso_cup", user_interactions: 258, average_rating: "2.0", review_count: 8, created_at: new Date("2022-04-19T09:05:53Z") },
            { id: 45, recipe_name: "ristretto espresso latte", brewing_method: "Pour Over", bean_type: "liberica", equipment_used: "aeropress", user_interactions: 0, average_rating: "3.6", review_count: 462, created_at: new Date("2023-07-14T12:17:52Z") },
            { id: 46, recipe_name: "caramel", brewing_method: "Pour Over", bean_type: "vietnamese", equipment_used: "milk_frother moka_pot coffee_grinder", user_interactions: 371, average_rating: "4.0", review_count: 47, created_at: new Date("2020-04-08T15:30:07Z") },
            { id: 47, recipe_name: "macchiato", brewing_method: "Espresso", bean_type: "peruvian ethiopian", equipment_used: "espresso_machine vacuum_pot", user_interactions: 807, average_rating: "1.1", review_count: 467, created_at: new Date("2021-02-28T12:50:13Z") },
            { id: 48, recipe_name: "breve macchiato", brewing_method: "Pour Over", bean_type: "sumatran guatemalan kenyan", equipment_used: "thermometer", user_interactions: 97, average_rating: "1.8", review_count: 32, created_at: new Date("2021-11-12T11:34:19Z") },
            { id: 49, recipe_name: "espresso cappuccino cafécon", brewing_method: "French Press", bean_type: "honduran", equipment_used: "syphon", user_interactions: 115, average_rating: "5.0", review_count: 398, created_at: new Date("2021-08-26T10:06:48Z") },
            { id: 50, recipe_name: "café vanilla cappuccino", brewing_method: "French Press", bean_type: "kona", equipment_used: "espresso_machine aeropress vacuum_pot", user_interactions: 195, average_rating: "4.7", review_count: 44, created_at: new Date("2020-10-18T11:28:51Z") },
            { id: 51, recipe_name: "cafécrema", brewing_method: "Espresso", bean_type: "kona", equipment_used: "vacuum_pot french_press nitro_cold_brew", user_interactions: 768, average_rating: "5.0", review_count: 11, created_at: new Date("2020-07-04T11:59:03Z") },
            { id: 52, recipe_name: "breve affogato", brewing_method: "Espresso", bean_type: "excelsa", equipment_used: "vacuum_pot nitro_cold_brew stovetop", user_interactions: 91, average_rating: "3.8", review_count: 14, created_at: new Date("2021-05-24T14:34:52Z") },
            { id: 53, recipe_name: "affogato iced cafécon", brewing_method: "Pour Over", bean_type: "vietnamese", equipment_used: "espresso_machine nitro_cold_brew pour_over", user_interactions: 11, average_rating: "3.5", review_count: 284, created_at: new Date("2023-11-29T16:45:40Z") },
            { id: 54, recipe_name: "cafécrema", brewing_method: "Cold Brew", bean_type: "indonesian arabica liberica", equipment_used: "milk_frother", user_interactions: 797, average_rating: "4.9", review_count: 345, created_at: new Date("2023-11-17T16:03:34Z") },
            { id: 55, recipe_name: "affogato caramel", brewing_method: "Pour Over", bean_type: "peruvian arabica", equipment_used: "thermometer pour_over", user_interactions: 670, average_rating: "4.9", review_count: 353, created_at: new Date("2023-01-28T13:27:00Z") },
            { id: 56, recipe_name: "iced hazelnut latte", brewing_method: "Espresso", bean_type: "liberica robusta kona", equipment_used: "stovetop moka_pot", user_interactions: 167, average_rating: "4.1", review_count: 14, created_at: new Date("2021-06-04T18:41:44Z") },
            { id: 57, recipe_name: "cafécon affogato", brewing_method: "Espresso", bean_type: "mexican", equipment_used: "aeropress cold_brew", user_interactions: 766, average_rating: "4.8", review_count: 100, created_at: new Date("2022-02-15T11:40:51Z") },
            { id: 58, recipe_name: "cafécon", brewing_method: "Cold Brew", bean_type: "peruvian honduran", equipment_used: "nitro_cold_brew coffee_grinder vacuum_pot", user_interactions: 401, average_rating: "4.8", review_count: 497, created_at: new Date("2020-12-09T11:14:51Z") },
            { id: 59, recipe_name: "macchiato turmeric", brewing_method: "Cold Brew", bean_type: "robusta", equipment_used: "coffee_scale nitro_cold_brew", user_interactions: 64, average_rating: "2.6", review_count: 498, created_at: new Date("2022-03-17T18:16:35Z") },
            { id: 60, recipe_name: "americano", brewing_method: "French Press", bean_type: "panama", equipment_used: "pour_over", user_interactions: 379, average_rating: "4.3", review_count: 22, created_at: new Date("2022-02-22T18:51:58Z") },
            { id: 61, recipe_name: "caféau", brewing_method: "French Press", bean_type: "indonesian peruvian robusta", equipment_used: "coffee_scale", user_interactions: 917, average_rating: "3.3", review_count: 456, created_at: new Date("2023-06-08T15:59:49Z") },
            { id: 62, recipe_name: "espresso iced", brewing_method: "Cold Brew", bean_type: "jamaican robusta nicaraguan", equipment_used: "cold_brew", user_interactions: 39, average_rating: "4.6", review_count: 89, created_at: new Date("2021-01-30T14:31:21Z") },
            { id: 63, recipe_name: "cafélatte café caféau", brewing_method: "French Press", bean_type: "jamaican kona indonesian", equipment_used: "coffee_siphon nitro_cold_brew", user_interactions: 838, average_rating: "1.8", review_count: 141, created_at: new Date("2020-05-10T11:38:58Z") },
            { id: 64, recipe_name: "iced", brewing_method: "Cold Brew", bean_type: "peruvian guatemalan excelsa", equipment_used: "coffee_scale moka_pot", user_interactions: 417, average_rating: "2.9", review_count: 411, created_at: new Date("2021-12-10T09:31:01Z") },
            { id: 65, recipe_name: "mocha", brewing_method: "Pour Over", bean_type: "indonesian brazilian", equipment_used: "drip_coffee pour_over", user_interactions: 254, average_rating: "0.4", review_count: 444, created_at: new Date("2021-05-05T12:55:22Z") },
            { id: 66, recipe_name: "latte cafécrema hazelnut", brewing_method: "Cold Brew", bean_type: "colombian", equipment_used: "milk_frother coffee_scale espresso_cup", user_interactions: 866, average_rating: "4.8", review_count: 0, created_at: new Date("2020-11-03T16:33:12Z") },
            { id: 67, recipe_name: "café", brewing_method: "French Press", bean_type: "kenyan excelsa peruvian", equipment_used: "cold_brew pour_over", user_interactions: 291, average_rating: "5.0", review_count: 257, created_at: new Date("2021-07-10T13:27:47Z") },
            { id: 68, recipe_name: "cafécon flatwhite latte", brewing_method: "Espresso", bean_type: "robusta kenyan", equipment_used: "coffee_filter milk_frother", user_interactions: 40, average_rating: "2.4", review_count: 49, created_at: new Date("2022-06-05T11:10:48Z") },
            { id: 69, recipe_name: "ristretto", brewing_method: "Pour Over", bean_type: "kenyan", equipment_used: "syphon cold_brew", user_interactions: 76, average_rating: "4.5", review_count: 1, created_at: new Date("2023-01-28T15:20:33Z") },
            { id: 70, recipe_name: "breve", brewing_method: "Espresso", bean_type: "guatemalan", equipment_used: "espresso_machine", user_interactions: 414, average_rating: "3.9", review_count: 0, created_at: new Date("2020-10-20T11:48:50Z") },
            { id: 71, recipe_name: "affogato cafécrema", brewing_method: "Espresso", bean_type: "ethiopian liberica nicaraguan", equipment_used: "coffee_scale coffee_filter espresso_cup", user_interactions: 368, average_rating: "0.2", review_count: 392, created_at: new Date("2021-05-25T09:20:58Z") },
            { id: 72, recipe_name: "ristretto espresso", brewing_method: "Pour Over", bean_type: "kenyan vietnamese", equipment_used: "coffee_carafe coffee_scale", user_interactions: 249, average_rating: "4.2", review_count: 265, created_at: new Date("2021-06-28T14:52:33Z") },
            { id: 73, recipe_name: "cafécon ristretto", brewing_method: "French Press", bean_type: "honduran jamaican", equipment_used: "thermometer", user_interactions: 163, average_rating: "3.3", review_count: 340, created_at: new Date("2021-10-07T12:01:52Z") },
            { id: 74, recipe_name: "vanilla hazelnut", brewing_method: "AeroPress", bean_type: "nicaraguan panama colombian", equipment_used: "thermometer coffee_scale espresso_cup", user_interactions: 851, average_rating: "2.9", review_count: 470, created_at: new Date("2021-12-31T21:59:45Z") },
            { id: 75, recipe_name: "hazelnut", brewing_method: "Pour Over", bean_type: "jamaican", equipment_used: "espresso_machine drip_coffee", user_interactions: 653, average_rating: "3.6", review_count: 72, created_at: new Date("2023-12-17T09:49:12Z") },
            { id: 76, recipe_name: "cappuccino cafécrema iced", brewing_method: "Espresso", bean_type: "ethiopian mexican sumatran", equipment_used: "nitro_cold_brew drip_coffee coffee_grinder", user_interactions: 874, average_rating: "2.0", review_count: 80, created_at: new Date("2020-07-06T09:10:08Z") },
            { id: 77, recipe_name: "espresso cafécon", brewing_method: "Pour Over", bean_type: "vietnamese panama", equipment_used: "milk_frother moka_pot percolator", user_interactions: 225, average_rating: "3.6", review_count: 471, created_at: new Date("2023-06-09T10:26:50Z") },
            { id: 78, recipe_name: "macchiato flatwhite latte", brewing_method: "French Press", bean_type: "brazilian excelsa nicaraguan", equipment_used: "moka_pot syphon coffee_scale", user_interactions: 10, average_rating: "5.0", review_count: 489, created_at: new Date("2020-02-20T09:29:59Z") },
            { id: 79, recipe_name: "macchiato caféau", brewing_method: "Espresso", bean_type: "guatemalan excelsa", equipment_used: "espresso_machine", user_interactions: 82, average_rating: "3.0", review_count: 113, created_at: new Date("2021-05-07T09:06:37Z") },
            { id: 80, recipe_name: "café cafécrema", brewing_method: "Pour Over", bean_type: "vietnamese", equipment_used: "coffee_grinder thermometer coffee_carafe", user_interactions: 531, average_rating: "5.0", review_count: 126, created_at: new Date("2021-06-07T14:16:02Z") },
            { id: 81, recipe_name: "cappuccino espresso hazelnut", brewing_method: "French Press", bean_type: "panama kenyan honduran", equipment_used: "moka_pot drip_coffee stovetop", user_interactions: 9, average_rating: "2.6", review_count: 55, created_at: new Date("2020-12-24T11:44:02Z") },
            { id: 82, recipe_name: "turmeric flatwhite espresso", brewing_method: "Espresso", bean_type: "peruvian kona", equipment_used: "nitro_cold_brew milk_frother pour_over", user_interactions: 765, average_rating: "4.9", review_count: 498, created_at: new Date("2020-07-21T14:19:34Z") },
            { id: 83, recipe_name: "caramel", brewing_method: "French Press", bean_type: "liberica ethiopian nicaraguan", equipment_used: "drip_coffee syphon", user_interactions: 835, average_rating: "1.3", review_count: 2, created_at: new Date("2021-12-15T13:28:03Z") },
            { id: 84, recipe_name: "turmeric", brewing_method: "Espresso", bean_type: "kenyan", equipment_used: "espresso_cup coffee_siphon", user_interactions: 472, average_rating: "3.6", review_count: 11, created_at: new Date("2022-08-31T12:54:58Z") },
            { id: 85, recipe_name: "cappuccino vanilla", brewing_method: "Espresso", bean_type: "brazilian indonesian robusta", equipment_used: "coffee_grinder coffee_scale coffee_siphon", user_interactions: 2, average_rating: "5.0", review_count: 391, created_at: new Date("2023-07-21T08:42:02Z") },
            { id: 86, recipe_name: "cafécrema", brewing_method: "French Press", bean_type: "liberica", equipment_used: "cold_brew", user_interactions: 59, average_rating: "0.4", review_count: 51, created_at: new Date("2020-12-08T09:48:28Z") },
            { id: 87, recipe_name: "cafécrema café", brewing_method: "Espresso", bean_type: "honduran", equipment_used: "stovetop", user_interactions: 45, average_rating: "0.6", review_count: 52, created_at: new Date("2021-10-28T07:56:33Z") },
            { id: 88, recipe_name: "ristretto", brewing_method: "French Press", bean_type: "robusta sumatran nicaraguan", equipment_used: "syphon coffee_filter", user_interactions: 866, average_rating: "4.7", review_count: 276, created_at: new Date("2020-12-13T18:49:57Z") },
            { id: 89, recipe_name: "mocha vanilla", brewing_method: "Pour Over", bean_type: "peruvian", equipment_used: "vacuum_pot nitro_cold_brew", user_interactions: 140, average_rating: "4.7", review_count: 54, created_at: new Date("2023-11-19T11:20:51Z") },
            { id: 90, recipe_name: "cafélatte café", brewing_method: "Pour Over", bean_type: "peruvian jamaican kona", equipment_used: "moka_pot", user_interactions: 503, average_rating: "2.6", review_count: 164, created_at: new Date("2021-11-28T13:40:44Z") },
            { id: 91, recipe_name: "vanilla caféau cafécon", brewing_method: "Pour Over", bean_type: "kona", equipment_used: "cold_brew coffee_grinder", user_interactions: 325, average_rating: "2.2", review_count: 146, created_at: new Date("2023-02-28T04:14:23Z") },
            { id: 92, recipe_name: "caféau", brewing_method: "Cold Brew", bean_type: "indonesian", equipment_used: "coffee_filter cold_brew coffee_grinder", user_interactions: 587, average_rating: "5.0", review_count: 417, created_at: new Date("2021-11-14T14:16:40Z") },
            { id: 93, recipe_name: "hazelnut caramel americano", brewing_method: "Espresso", bean_type: "kenyan ethiopian sumatran", equipment_used: "coffee_scale coffee_grinder", user_interactions: 719, average_rating: "1.3", review_count: 291, created_at: new Date("2021-08-11T14:02:42Z") },
            { id: 94, recipe_name: "affogato", brewing_method: "Espresso", bean_type: "liberica", equipment_used: "coffee_grinder moka_pot coffee_scale", user_interactions: 417, average_rating: "3.2", review_count: 209, created_at: new Date("2020-06-24T12:21:39Z") },
            { id: 95, recipe_name: "breve hazelnut", brewing_method: "Espresso", bean_type: "kona kenyan", equipment_used: "pour_over vacuum_pot", user_interactions: 31, average_rating: "2.5", review_count: 1, created_at: new Date("2023-02-17T10:55:34Z") },
            { id: 96, recipe_name: "turmeric", brewing_method: "French Press", bean_type: "honduran ethiopian", equipment_used: "thermometer", user_interactions: 170, average_rating: "1.1", review_count: 48, created_at: new Date("2021-09-05T13:33:45Z") },
            { id: 97, recipe_name: "cappuccino caramel macchiato", brewing_method: "Pour Over", bean_type: "jamaican sumatran peruvian", equipment_used: "syphon", user_interactions: 651, average_rating: "5.0", review_count: 213, created_at: new Date("2022-10-10T09:40:59Z") },
            { id: 98, recipe_name: "hazelnut", brewing_method: "French Press", bean_type: "kona sumatran", equipment_used: "nitro_cold_brew thermometer", user_interactions: 308, average_rating: "0.8", review_count: 264, created_at: new Date("2022-10-24T12:47:13Z") },
            { id: 99, recipe_name: "turmeric caféau iced", brewing_method: "Espresso", bean_type: "guatemalan", equipment_used: "drip_coffee stovetop", user_interactions: 0, average_rating: "1.6", review_count: 305, created_at: new Date("2021-03-08T13:30:52Z") },
            { id: 100, recipe_name: "espresso iced", brewing_method: "French Press", bean_type: "robusta", equipment_used: "coffee_carafe", user_interactions: 377, average_rating: "5.0", review_count: 451, created_at: new Date("2021-08-11T08:13:25Z") },
            { id: 101, recipe_name: "affogato ristretto", brewing_method: "Espresso", bean_type: "arabica", equipment_used: "coffee_filter vacuum_pot coffee_grinder", user_interactions: 45, average_rating: "5.0", review_count: 12, created_at: new Date("2021-06-18T12:44:07Z") },
            { id: 102, recipe_name: "flatwhite latte turmeric", brewing_method: "Espresso", bean_type: "kona liberica arabica", equipment_used: "pour_over", user_interactions: 195, average_rating: "1.3", review_count: 382, created_at: new Date("2021-03-07T12:25:47Z") },
            { id: 103, recipe_name: "flatwhite", brewing_method: "French Press", bean_type: "arabica peruvian panama", equipment_used: "nitro_cold_brew espresso_machine aeropress", user_interactions: 459, average_rating: "2.7", review_count: 7, created_at: new Date("2021-04-12T14:57:08Z") },
            { id: 104, recipe_name: "vanilla", brewing_method: "Espresso", bean_type: "ethiopian excelsa", equipment_used: "nitro_cold_brew percolator", user_interactions: 158, average_rating: "4.7", review_count: 42, created_at: new Date("2023-05-20T16:45:53Z") },
            { id: 105, recipe_name: "iced cappuccino macchiato", brewing_method: "Cold Brew", bean_type: "sumatran brazilian", equipment_used: "coffee_grinder", user_interactions: 6, average_rating: "4.8", review_count: 55, created_at: new Date("2020-03-27T08:45:24Z") },
            { id: 106, recipe_name: "ristretto cafélatte mocha", brewing_method: "French Press", bean_type: "brazilian", equipment_used: "coffee_filter pour_over moka_pot", user_interactions: 833, average_rating: "3.1", review_count: 86, created_at: new Date("2023-06-07T16:27:49Z") },
            { id: 107, recipe_name: "ristretto cafécrema turmeric", brewing_method: "Espresso", bean_type: "robusta honduran kenyan", equipment_used: "stovetop coffee_scale espresso_machine", user_interactions: 251, average_rating: "3.0", review_count: 109, created_at: new Date("2020-02-27T10:05:31Z") },
            { id: 108, recipe_name: "hazelnut", brewing_method: "AeroPress", bean_type: "peruvian", equipment_used: "moka_pot coffee_scale coffee_siphon", user_interactions: 15, average_rating: "2.1", review_count: 179, created_at: new Date("2021-11-10T12:54:05Z") },
            { id: 109, recipe_name: "turmeric iced", brewing_method: "French Press", bean_type: "panama", equipment_used: "coffee_scale coffee_carafe stovetop", user_interactions: 0, average_rating: "4.1", review_count: 93, created_at: new Date("2022-04-14T20:09:22Z") },
            { id: 110, recipe_name: "cafécon latte affogato", brewing_method: "Espresso", bean_type: "brazilian", equipment_used: "vacuum_pot nitro_cold_brew percolator", user_interactions: 2, average_rating: "2.3", review_count: 151, created_at: new Date("2021-10-26T16:54:34Z") },
            { id: 111, recipe_name: "iced cafélatte flatwhite", brewing_method: "Espresso", bean_type: "guatemalan", equipment_used: "vacuum_pot coffee_scale espresso_machine", user_interactions: 481, average_rating: "1.1", review_count: 87, created_at: new Date("2021-04-10T15:38:31Z") },
            { id: 112, recipe_name: "vanilla caramel", brewing_method: "Pour Over", bean_type: "liberica colombian sumatran", equipment_used: "thermometer moka_pot", user_interactions: 0, average_rating: "4.9", review_count: 167, created_at: new Date("2021-01-17T11:18:05Z") },
            { id: 113, recipe_name: "macchiato hazelnut", brewing_method: "Cold Brew", bean_type: "mexican liberica", equipment_used: "milk_frother pour_over coffee_carafe", user_interactions: 362, average_rating: "2.3", review_count: 335, created_at: new Date("2021-12-31T10:07:46Z") },
            { id: 114, recipe_name: "cappuccino caramel", brewing_method: "Espresso", bean_type: "robusta brazilian indonesian", equipment_used: "cold_brew aeropress moka_pot", user_interactions: 598, average_rating: "4.5", review_count: 2, created_at: new Date("2021-08-14T10:56:35Z") },
            { id: 115, recipe_name: "affogato", brewing_method: "Pour Over", bean_type: "ethiopian brazilian arabica", equipment_used: "milk_frother coffee_grinder", user_interactions: 674, average_rating: "4.9", review_count: 40, created_at: new Date("2021-08-08T10:31:41Z") },
            { id: 116, recipe_name: "cafécrema", brewing_method: "Espresso", bean_type: "jamaican", equipment_used: "nitro_cold_brew thermometer", user_interactions: 658, average_rating: "2.9", review_count: 44, created_at: new Date("2020-01-17T14:07:20Z") },
            { id: 117, recipe_name: "cafélatte macchiato café", brewing_method: "Pour Over", bean_type: "honduran sumatra", equipment_used: "cold_brew espresso_machine", user_interactions: 77, average_rating: "4.1", review_count: 367, created_at: new Date("2020-03-07T13:10:59Z") },
            { id: 118, recipe_name: "macchiato", brewing_method: "Espresso", bean_type: "jamaican", equipment_used: "aeropress", user_interactions: 3, average_rating: "0.0", review_count: 319, created_at: new Date("2023-09-20T08:53:02Z") },
            { id: 119, recipe_name: "caféau breve cafécrema", brewing_method: "French Press", bean_type: "vietnamese panama", equipment_used: "coffee_siphon french_press coffee_filter", user_interactions: 229, average_rating: "4.6", review_count: 159, created_at: new Date("2022-09-14T09:11:17Z") },
            { id: 120, recipe_name: "cappuccino", brewing_method: "Espresso", bean_type: "brazilian", equipment_used: "moka_pot coffee_carafe cold_brew", user_interactions: 884, average_rating: "1.3", review_count: 6, created_at: new Date("2023-01-24T15:20:30Z") },
            { id: 121, recipe_name: "espresso", brewing_method: "French Press", bean_type: "vietnamese sumatran", equipment_used: "coffee_siphon", user_interactions: 157, average_rating: "4.7", review_count: 474, created_at: new Date("2021-11-18T15:15:59Z") },
            { id: 122, recipe_name: "turmeric", brewing_method: "French Press", bean_type: "colombian sumatra excelsa", equipment_used: "coffee_siphon percolator aeropress", user_interactions: 979, average_rating: "4.3", review_count: 404, created_at: new Date("2021-11-03T15:04:06Z") },
            { id: 123, recipe_name: "caféau espresso", brewing_method: "French Press", bean_type: "robusta sumatra arabica", equipment_used: "thermometer percolator espresso_cup", user_interactions: 253, average_rating: "3.0", review_count: 265, created_at: new Date("2020-09-03T21:08:08Z") },
            { id: 124, recipe_name: "ristretto caféau turmeric", brewing_method: "Espresso", bean_type: "liberica jamaican", equipment_used: "nitro_cold_brew pour_over drip_coffee", user_interactions: 427, average_rating: "3.6", review_count: 172, created_at: new Date("2020-07-14T09:00:43Z") },
            { id: 125, recipe_name: "cappuccino cafélatte", brewing_method: "French Press", bean_type: "sumatra mexican jamaican", equipment_used: "thermometer", user_interactions: 12, average_rating: "1.3", review_count: 3, created_at: new Date("2020-10-05T13:43:10Z") },
            { id: 126, recipe_name: "cafécrema caféau", brewing_method: "Espresso", bean_type: "sumatran peruvian honduran", equipment_used: "nitro_cold_brew", user_interactions: 0, average_rating: "0.5", review_count: 13, created_at: new Date("2020-11-23T16:35:46Z") },
            { id: 127, recipe_name: "breve cafécon", brewing_method: "French Press", bean_type: "kona brazilian guatemalan", equipment_used: "french_press", user_interactions: 16, average_rating: "4.0", review_count: 280, created_at: new Date("2021-04-21T11:40:10Z") },
            { id: 128, recipe_name: "hazelnut cappuccino cafécon", brewing_method: "AeroPress", bean_type: "colombian", equipment_used: "nitro_cold_brew stovetop", user_interactions: 10, average_rating: "4.8", review_count: 174, created_at: new Date("2023-10-19T13:26:15Z") },
            { id: 129, recipe_name: "latte café espresso", brewing_method: "French Press", bean_type: "indonesian mexican", equipment_used: "pour_over coffee_carafe", user_interactions: 991, average_rating: "0.3", review_count: 347, created_at: new Date("2022-08-14T18:56:36Z") },
            { id: 130, recipe_name: "affogato", brewing_method: "Pour Over", bean_type: "robusta mexican ethiopian", equipment_used: "coffee_siphon", user_interactions: 146, average_rating: "4.1", review_count: 143, created_at: new Date("2020-11-21T17:24:33Z") },
            { id: 131, recipe_name: "mocha", brewing_method: "French Press", bean_type: "ethiopian nicaraguan", equipment_used: "syphon coffee_scale", user_interactions: 0, average_rating: "0.2", review_count: 364, created_at: new Date("2022-03-02T10:08:05Z") },
            { id: 132, recipe_name: "hazelnut", brewing_method: "French Press", bean_type: "colombian nicaraguan", equipment_used: "thermometer pour_over", user_interactions: 49, average_rating: "1.1", review_count: 112, created_at: new Date("2023-10-04T10:59:08Z") },
            { id: 133, recipe_name: "iced hazelnut", brewing_method: "Espresso", bean_type: "ethiopian mexican panama", equipment_used: "nitro_cold_brew espresso_cup", user_interactions: 329, average_rating: "0.8", review_count: 445, created_at: new Date("2023-05-29T06:55:00Z") },
            { id: 134, recipe_name: "hazelnut", brewing_method: "Espresso", bean_type: "arabica ethiopian", equipment_used: "coffee_filter thermometer moka_pot", user_interactions: 881, average_rating: "4.4", review_count: 486, created_at: new Date("2021-07-19T10:31:10Z") },
            { id: 135, recipe_name: "mocha affogato", brewing_method: "French Press", bean_type: "sumatra", equipment_used: "vacuum_pot", user_interactions: 6, average_rating: "4.9", review_count: 171, created_at: new Date("2021-10-30T13:31:16Z") },
            { id: 136, recipe_name: "cafécon mocha", brewing_method: "Cold Brew", bean_type: "sumatra", equipment_used: "syphon vacuum_pot milk_frother", user_interactions: 757, average_rating: "0.2", review_count: 453, created_at: new Date("2023-05-16T10:15:57Z") },
            { id: 137, recipe_name: "caramel", brewing_method: "Espresso", bean_type: "sumatra colombian", equipment_used: "cold_brew moka_pot", user_interactions: 289, average_rating: "5.0", review_count: 132, created_at: new Date("2022-02-12T13:16:06Z") },
            { id: 138, recipe_name: "vanilla iced espresso", brewing_method: "Espresso", bean_type: "mexican excelsa kona", equipment_used: "pour_over coffee_siphon", user_interactions: 542, average_rating: "3.1", review_count: 2, created_at: new Date("2023-09-19T08:46:30Z") },
            { id: 139, recipe_name: "cafélatte", brewing_method: "French Press", bean_type: "indonesian panama nicaraguan", equipment_used: "coffee_filter percolator drip_coffee", user_interactions: 406, average_rating: "1.7", review_count: 35, created_at: new Date("2020-05-10T15:33:57Z") },
            { id: 140, recipe_name: "breve americano caféau", brewing_method: "Espresso", bean_type: "colombian peruvian ethiopian", equipment_used: "pour_over nitro_cold_brew", user_interactions: 275, average_rating: "4.9", review_count: 132, created_at: new Date("2023-03-09T07:28:05Z") },
            { id: 141, recipe_name: "flatwhite turmeric", brewing_method: "Cold Brew", bean_type: "robusta", equipment_used: "syphon stovetop", user_interactions: 838, average_rating: "4.6", review_count: 349, created_at: new Date("2023-03-24T14:47:39Z") },
            { id: 142, recipe_name: "flatwhite", brewing_method: "Espresso", bean_type: "kona ethiopian robusta", equipment_used: "coffee_siphon percolator coffee_scale", user_interactions: 428, average_rating: "4.7", review_count: 18, created_at: new Date("2023-10-03T16:03:25Z") },
            { id: 143, recipe_name: "cafécon cappuccino vanilla", brewing_method: "Cold Brew", bean_type: "indonesian sumatran", equipment_used: "cold_brew", user_interactions: 490, average_rating: "1.6", review_count: 49, created_at: new Date("2023-01-20T13:46:47Z") },
            { id: 144, recipe_name: "iced", brewing_method: "Cold Brew", bean_type: "vietnamese indonesian", equipment_used: "stovetop vacuum_pot syphon", user_interactions: 0, average_rating: "4.0", review_count: 171, created_at: new Date("2023-03-22T14:14:55Z") },
            { id: 145, recipe_name: "flatwhite", brewing_method: "Pour Over", bean_type: "vietnamese", equipment_used: "percolator", user_interactions: 59, average_rating: "2.7", review_count: 470, created_at: new Date("2020-09-26T16:31:09Z") },
            { id: 146, recipe_name: "flatwhite", brewing_method: "Cold Brew", bean_type: "indonesian ethiopian", equipment_used: "coffee_carafe coffee_filter pour_over", user_interactions: 765, average_rating: "2.7", review_count: 53, created_at: new Date("2023-11-08T12:10:56Z") },
            { id: 147, recipe_name: "breve", brewing_method: "Pour Over", bean_type: "sumatra vietnamese", equipment_used: "syphon thermometer", user_interactions: 158, average_rating: "3.5", review_count: 494, created_at: new Date("2023-11-27T14:54:20Z") },
            { id: 148, recipe_name: "mocha", brewing_method: "Espresso", bean_type: "indonesian excelsa vietnamese", equipment_used: "coffee_siphon", user_interactions: 0, average_rating: "2.3", review_count: 227, created_at: new Date("2023-09-16T21:22:18Z") },
            { id: 149, recipe_name: "cafécon", brewing_method: "French Press", bean_type: "sumatran", equipment_used: "espresso_machine espresso_cup", user_interactions: 192, average_rating: "3.3", review_count: 173, created_at: new Date("2023-06-16T09:14:04Z") },
            { id: 150, recipe_name: "cafécrema", brewing_method: "Espresso", bean_type: "vietnamese", equipment_used: "nitro_cold_brew espresso_machine", user_interactions: 943, average_rating: "4.5", review_count: 50, created_at: new Date("2023-01-16T00:20:51Z") },
            { id: 151, recipe_name: "cafécon mocha", brewing_method: "French Press", bean_type: "arabica kenyan", equipment_used: "pour_over syphon cold_brew", user_interactions: 1, average_rating: "4.2", review_count: 248, created_at: new Date("2021-10-10T12:00:22Z") },
            { id: 152, recipe_name: "cafécrema caramel cafélatte", brewing_method: "Cold Brew", bean_type: "kona brazilian sumatra", equipment_used: "coffee_scale coffee_grinder cold_brew", user_interactions: 15, average_rating: "2.9", review_count: 83, created_at: new Date("2021-11-17T14:41:15Z") },
            { id: 153, recipe_name: "iced flatwhite", brewing_method: "Pour Over", bean_type: "kona jamaican", equipment_used: "drip_coffee vacuum_pot", user_interactions: 128, average_rating: "4.9", review_count: 76, created_at: new Date("2022-03-18T10:23:50Z") },
            { id: 154, recipe_name: "cafécrema", brewing_method: "Pour Over", bean_type: "jamaican colombian panama", equipment_used: "syphon percolator", user_interactions: 36, average_rating: "1.6", review_count: 120, created_at: new Date("2021-12-16T15:03:39Z") },
            { id: 155, recipe_name: "caramel ristretto", brewing_method: "Pour Over", bean_type: "vietnamese arabica", equipment_used: "syphon", user_interactions: 136, average_rating: "3.9", review_count: 274, created_at: new Date("2020-06-20T12:02:00Z") },
            { id: 156, recipe_name: "iced turmeric cafécon", brewing_method: "Espresso", bean_type: "indonesian guatemalan", equipment_used: "coffee_grinder", user_interactions: 34, average_rating: "1.8", review_count: 155, created_at: new Date("2021-01-21T15:10:58Z") },
            { id: 157, recipe_name: "turmeric", brewing_method: "French Press", bean_type: "nicaraguan", equipment_used: "coffee_filter syphon vacuum_pot", user_interactions: 103, average_rating: "4.2", review_count: 17, created_at: new Date("2021-04-09T10:16:28Z") },
            { id: 158, recipe_name: "vanilla", brewing_method: "Pour Over", bean_type: "sumatran", equipment_used: "thermometer aeropress espresso_cup", user_interactions: 693, average_rating: "5.0", review_count: 196, created_at: new Date("2021-12-21T10:59:48Z") },
            { id: 159, recipe_name: "mocha americano", brewing_method: "Pour Over", bean_type: "sumatra arabica", equipment_used: "espresso_cup espresso_machine vacuum_pot", user_interactions: 144, average_rating: "0.6", review_count: 94, created_at: new Date("2023-04-09T10:33:27Z") },
            { id: 160, recipe_name: "latte breve americano", brewing_method: "French Press", bean_type: "sumatran kenyan excelsa", equipment_used: "aeropress coffee_filter", user_interactions: 920, average_rating: "2.6", review_count: 261, created_at: new Date("2020-10-30T09:21:30Z") },
            { id: 161, recipe_name: "hazelnut", brewing_method: "French Press", bean_type: "guatemalan", equipment_used: "moka_pot vacuum_pot espresso_cup", user_interactions: 11, average_rating: "4.5", review_count: 59, created_at: new Date("2023-10-06T15:48:13Z") },
            { id: 162, recipe_name: "affogato", brewing_method: "Espresso", bean_type: "vietnamese kona", equipment_used: "percolator coffee_grinder", user_interactions: 13, average_rating: "3.7", review_count: 115, created_at: new Date("2022-09-21T13:50:01Z") },
            { id: 163, recipe_name: "flatwhite iced cafécrema", brewing_method: "Espresso", bean_type: "vietnamese", equipment_used: "drip_coffee coffee_grinder", user_interactions: 628, average_rating: "1.4", review_count: 26, created_at: new Date("2021-12-11T17:53:37Z") },
            { id: 164, recipe_name: "mocha", brewing_method: "French Press", bean_type: "nicaraguan", equipment_used: "coffee_carafe", user_interactions: 410, average_rating: "3.2", review_count: 23, created_at: new Date("2021-01-23T15:26:20Z") },
            { id: 165, recipe_name: "espresso macchiato cappuccino", brewing_method: "Espresso", bean_type: "robusta excelsa liberica", equipment_used: "coffee_siphon pour_over", user_interactions: 240, average_rating: "4.8", review_count: 154, created_at: new Date("2023-01-22T07:18:28Z") },
            { id: 166, recipe_name: "cafécrema hazelnut americano", brewing_method: "French Press", bean_type: "panama brazilian", equipment_used: "coffee_siphon thermometer", user_interactions: 934, average_rating: "4.2", review_count: 404, created_at: new Date("2021-07-09T12:17:41Z") },
            { id: 167, recipe_name: "caramel caféau", brewing_method: "Espresso", bean_type: "kenyan guatemalan", equipment_used: "nitro_cold_brew pour_over aeropress", user_interactions: 919, average_rating: "2.0", review_count: 379, created_at: new Date("2021-04-07T10:52:30Z") },
            { id: 168, recipe_name: "café caramel", brewing_method: "Espresso", bean_type: "indonesian kenyan kona", equipment_used: "moka_pot vacuum_pot coffee_scale", user_interactions: 0, average_rating: "3.7", review_count: 51, created_at: new Date("2021-11-01T14:28:42Z") },
            { id: 169, recipe_name: "macchiato", brewing_method: "Espresso", bean_type: "kona kenyan peruvian", equipment_used: "espresso_machine", user_interactions: 823, average_rating: "0.2", review_count: 188, created_at: new Date("2021-02-09T15:50:48Z") },
            { id: 170, recipe_name: "caféau iced espresso", brewing_method: "Pour Over", bean_type: "ethiopian peruvian honduran", equipment_used: "moka_pot pour_over", user_interactions: 569, average_rating: "4.9", review_count: 473, created_at: new Date("2021-11-17T15:04:06Z") },
            { id: 171, recipe_name: "espresso ristretto", brewing_method: "French Press", bean_type: "excelsa", equipment_used: "cold_brew milk_frother moka_pot", user_interactions: 506, average_rating: "4.9", review_count: 204, created_at: new Date("2021-09-30T12:03:42Z") },
            { id: 172, recipe_name: "café", brewing_method: "Espresso", bean_type: "vietnamese jamaican arabica", equipment_used: "coffee_siphon pour_over", user_interactions: 833, average_rating: "3.4", review_count: 14, created_at: new Date("2023-05-26T14:36:05Z") },
            { id: 173, recipe_name: "vanilla cafécon", brewing_method: "Espresso", bean_type: "arabica brazilian sumatran", equipment_used: "milk_frother vacuum_pot coffee_grinder", user_interactions: 71, average_rating: "3.5", review_count: 162, created_at: new Date("2021-01-18T21:59:43Z") },
            { id: 174, recipe_name: "turmeric", brewing_method: "Pour Over", bean_type: "vietnamese sumatra kona", equipment_used: "espresso_cup syphon", user_interactions: 128, average_rating: "0.9", review_count: 56, created_at: new Date("2021-12-29T20:01:27Z") },
            { id: 175, recipe_name: "vanilla ristretto café", brewing_method: "Pour Over", bean_type: "kona", equipment_used: "vacuum_pot espresso_cup syphon", user_interactions: 88, average_rating: "1.1", review_count: 198, created_at: new Date("2020-02-04T08:52:45Z") },
            { id: 176, recipe_name: "espresso cafécrema americano", brewing_method: "Espresso", bean_type: "brazilian vietnamese", equipment_used: "espresso_cup french_press", user_interactions: 228, average_rating: "4.8", review_count: 278, created_at: new Date("2020-01-20T06:42:14Z") },
            { id: 177, recipe_name: "hazelnut", brewing_method: "French Press", bean_type: "liberica", equipment_used: "espresso_machine coffee_carafe moka_pot", user_interactions: 753, average_rating: "4.0", review_count: 114, created_at: new Date("2020-12-21T17:01:47Z") },
            { id: 178, recipe_name: "café iced ristretto", brewing_method: "Espresso", bean_type: "sumatra indonesian", equipment_used: "milk_frother", user_interactions: 842, average_rating: "1.0", review_count: 289, created_at: new Date("2023-12-24T15:04:38Z") },
            { id: 179, recipe_name: "americano turmeric espresso", brewing_method: "Cold Brew", bean_type: "mexican", equipment_used: "thermometer", user_interactions: 17, average_rating: "1.0", review_count: 98, created_at: new Date("2023-04-19T08:33:28Z") },
            { id: 180, recipe_name: "ristretto hazelnut turmeric", brewing_method: "Espresso", bean_type: "sumatra mexican", equipment_used: "thermometer", user_interactions: 525, average_rating: "5.0", review_count: 49, created_at: new Date("2021-12-21T10:31:47Z") },
            { id: 181, recipe_name: "caramel", brewing_method: "AeroPress", bean_type: "kenyan brazilian", equipment_used: "vacuum_pot", user_interactions: 4, average_rating: "2.6", review_count: 0, created_at: new Date("2020-12-09T08:50:48Z") },
            { id: 182, recipe_name: "cappuccino", brewing_method: "Cold Brew", bean_type: "kona robusta", equipment_used: "nitro_cold_brew", user_interactions: 953, average_rating: "4.3", review_count: 392, created_at: new Date("2021-08-09T11:57:21Z") },
            { id: 183, recipe_name: "vanilla flatwhite", brewing_method: "Espresso", bean_type: "guatemalan vietnamese", equipment_used: "coffee_filter cold_brew coffee_grinder", user_interactions: 40, average_rating: "4.9", review_count: 131, created_at: new Date("2022-07-26T14:43:25Z") },
            { id: 184, recipe_name: "turmeric caféau", brewing_method: "Cold Brew", bean_type: "liberica honduran ethiopian", equipment_used: "thermometer", user_interactions: 699, average_rating: "0.8", review_count: 128, created_at: new Date("2021-07-19T09:37:09Z") },
            { id: 185, recipe_name: "hazelnut", brewing_method: "AeroPress", bean_type: "robusta", equipment_used: "espresso_machine", user_interactions: 317, average_rating: "0.2", review_count: 53, created_at: new Date("2023-02-13T12:30:09Z") },
            { id: 186, recipe_name: "cafécon mocha latte", brewing_method: "French Press", bean_type: "indonesian robusta", equipment_used: "vacuum_pot coffee_siphon nitro_cold_brew", user_interactions: 401, average_rating: "2.4", review_count: 411, created_at: new Date("2023-12-15T17:21:12Z") },
            { id: 187, recipe_name: "espresso cafécrema", brewing_method: "Pour Over", bean_type: "sumatra ethiopian", equipment_used: "coffee_carafe", user_interactions: 462, average_rating: "4.4", review_count: 13, created_at: new Date("2021-08-01T08:56:56Z") },
            { id: 188, recipe_name: "caféau macchiato", brewing_method: "Espresso", bean_type: "mexican nicaraguan colombian", equipment_used: "pour_over", user_interactions: 36, average_rating: "4.5", review_count: 53, created_at: new Date("2021-07-12T14:34:04Z") },
            { id: 189, recipe_name: "iced hazelnut flatwhite", brewing_method: "French Press", bean_type: "liberica indonesian", equipment_used: "milk_frother coffee_scale thermometer", user_interactions: 35, average_rating: "4.9", review_count: 109, created_at: new Date("2022-01-01T14:20:32Z") },
            { id: 190, recipe_name: "breve", brewing_method: "Espresso", bean_type: "panama", equipment_used: "nitro_cold_brew coffee_scale", user_interactions: 254, average_rating: "2.9", review_count: 103, created_at: new Date("2023-03-26T09:17:47Z") },
            { id: 191, recipe_name: "iced latte", brewing_method: "Pour Over", bean_type: "sumatran jamaican", equipment_used: "stovetop", user_interactions: 9, average_rating: "4.4", review_count: 177, created_at: new Date("2022-09-18T04:29:26Z") },
            { id: 192, recipe_name: "cafécrema caféau", brewing_method: "French Press", bean_type: "vietnamese jamaican", equipment_used: "vacuum_pot", user_interactions: 412, average_rating: "0.2", review_count: 15, created_at: new Date("2023-12-15T10:57:53Z") },
            { id: 193, recipe_name: "breve vanilla caféau", brewing_method: "Cold Brew", bean_type: "vietnamese sumatra", equipment_used: "percolator stovetop coffee_scale", user_interactions: 583, average_rating: "4.7", review_count: 135, created_at: new Date("2021-09-26T09:58:42Z") },
            { id: 194, recipe_name: "mocha latte iced", brewing_method: "Espresso", bean_type: "brazilian sumatra sumatran", equipment_used: "coffee_scale espresso_cup", user_interactions: 453, average_rating: "4.6", review_count: 257, created_at: new Date("2022-01-14T10:52:37Z") },
            { id: 195, recipe_name: "mocha flatwhite breve", brewing_method: "Pour Over", bean_type: "sumatra", equipment_used: "drip_coffee coffee_grinder", user_interactions: 732, average_rating: "3.5", review_count: 339, created_at: new Date("2020-11-07T09:10:44Z") },
            { id: 196, recipe_name: "turmeric mocha", brewing_method: "French Press", bean_type: "indonesian", equipment_used: "milk_frother moka_pot french_press", user_interactions: 339, average_rating: "0.3", review_count: 450, created_at: new Date("2021-04-24T14:24:00Z") },
            { id: 197, recipe_name: "caféau affogato cafécrema", brewing_method: "Espresso", bean_type: "robusta", equipment_used: "coffee_grinder aeropress milk_frother", user_interactions: 458, average_rating: "2.0", review_count: 359, created_at: new Date("2023-09-15T10:24:07Z") },
            { id: 198, recipe_name: "caramel vanilla", brewing_method: "French Press", bean_type: "sumatran brazilian robusta", equipment_used: "pour_over", user_interactions: 975, average_rating: "2.7", review_count: 77, created_at: new Date("2020-07-02T19:01:17Z") },
            { id: 199, recipe_name: "cafélatte", brewing_method: "French Press", bean_type: "panama indonesian sumatran", equipment_used: "milk_frother vacuum_pot", user_interactions: 406, average_rating: "5.0", review_count: 231, created_at: new Date("2020-07-25T10:38:13Z") },
            { id: 200, recipe_name: "mocha cafécrema americano", brewing_method: "Espresso", bean_type: "panama nicaraguan", equipment_used: "milk_frother", user_interactions: 181, average_rating: "5.0", review_count: 14, created_at: new Date("2023-04-22T18:24:00Z") },
        ],
    });
}

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