// Hostel Operations Insight (hostel-management-system) 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.hostel_operations), 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.hostel_operations.createMany({
        data: [
            { id: 1, guest_name: "Maria Johnson", room_type: "private", check_in_date: "2023-04-22", check_out_date: "2023-05-17", meal_subscription: "none", complaint_status: "none", length_of_stay: 19 },
            { id: 2, guest_name: "Julia Sousa", room_type: "shared", check_in_date: "2023-11-19", check_out_date: "2023-12-14", meal_subscription: null, complaint_status: "none", length_of_stay: 26 },
            { id: 3, guest_name: null, room_type: "private", check_in_date: "2023-12-11", check_out_date: "2024-01-21", meal_subscription: "full board", complaint_status: "none", length_of_stay: 25 },
            { id: 4, guest_name: "Mohamed Adams", room_type: "private", check_in_date: "2023-12-04", check_out_date: "2024-01-31", meal_subscription: "none", complaint_status: "resolved", length_of_stay: 25 },
            { id: 5, guest_name: "Ines Hughes", room_type: "private", check_in_date: "2023-02-01", check_out_date: "2023-02-20", meal_subscription: "none", complaint_status: "none", length_of_stay: 19 },
            { id: 6, guest_name: null, room_type: "shared", check_in_date: "2023-02-19", check_out_date: "2023-03-30", meal_subscription: null, complaint_status: "resolved", length_of_stay: 9 },
            { id: 7, guest_name: "Ethan Young", room_type: "dormitory", check_in_date: "2023-05-22", check_out_date: "2023-06-19", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 15 },
            { id: 8, guest_name: "Omar Wright", room_type: "shared", check_in_date: "2023-03-18", check_out_date: "2023-04-30", meal_subscription: null, complaint_status: "resolved", length_of_stay: 16 },
            { id: 9, guest_name: "Ruby Tanaka", room_type: "dormitory", check_in_date: "2023-12-15", check_out_date: "2024-01-26", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 7 },
            { id: 10, guest_name: null, room_type: "shared", check_in_date: "2023-05-27", check_out_date: "2023-07-02", meal_subscription: null, complaint_status: "none", length_of_stay: 5 },
            { id: 11, guest_name: "Mia Ali", room_type: "shared", check_in_date: "2023-10-20", check_out_date: "2023-12-06", meal_subscription: null, complaint_status: "none", length_of_stay: 22 },
            { id: 12, guest_name: null, room_type: "shared", check_in_date: "2023-08-14", check_out_date: "2023-08-24", meal_subscription: null, complaint_status: "none", length_of_stay: 16 },
            { id: 13, guest_name: "Rosa Chen", room_type: "private", check_in_date: "2023-01-14", check_out_date: "2023-02-16", meal_subscription: "none", complaint_status: "none", length_of_stay: 29 },
            { id: 14, guest_name: "Julia Gupta", room_type: "private", check_in_date: "2023-05-16", check_out_date: "2023-06-20", meal_subscription: "none", complaint_status: "pending", length_of_stay: 26 },
            { id: 15, guest_name: "Carlos Singh", room_type: "shared", check_in_date: "2023-08-12", check_out_date: "2023-09-01", meal_subscription: null, complaint_status: "none", length_of_stay: 19 },
            { id: 16, guest_name: "Pedro Martin", room_type: "shared", check_in_date: "2023-05-09", check_out_date: "2023-06-19", meal_subscription: null, complaint_status: "none", length_of_stay: 8 },
            { id: 17, guest_name: "Selin Shah", room_type: "shared", check_in_date: "2023-04-22", check_out_date: "2023-05-24", meal_subscription: null, complaint_status: "resolved", length_of_stay: 19 },
            { id: 18, guest_name: "Hana Johnson", room_type: "dormitory", check_in_date: "2023-07-24", check_out_date: "2023-08-13", meal_subscription: "none", complaint_status: "none", length_of_stay: 2 },
            { id: 19, guest_name: "Sven Novak", room_type: "shared", check_in_date: "2023-12-04", check_out_date: "2023-12-10", meal_subscription: null, complaint_status: "resolved", length_of_stay: 13 },
            { id: 20, guest_name: "Liam Becker", room_type: "private", check_in_date: "2023-05-07", check_out_date: "2023-05-07", meal_subscription: "none", complaint_status: "none", length_of_stay: null },
            { id: 21, guest_name: "Mohamed Patel", room_type: "shared", check_in_date: "2023-02-18", check_out_date: "2023-03-15", meal_subscription: null, complaint_status: "none", length_of_stay: 20 },
            { id: 22, guest_name: "Noah Weber", room_type: "shared", check_in_date: "2023-05-22", check_out_date: "2023-05-28", meal_subscription: null, complaint_status: "pending", length_of_stay: 24 },
            { id: 23, guest_name: "Maya Lee", room_type: "shared", check_in_date: "2023-09-26", check_out_date: "2023-09-30", meal_subscription: null, complaint_status: "none", length_of_stay: 6 },
            { id: 24, guest_name: "Carla Kaya", room_type: "dormitory", check_in_date: "2023-07-13", check_out_date: "2023-07-23", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 26 },
            { id: 25, guest_name: null, room_type: "shared", check_in_date: "2023-08-27", check_out_date: "2023-10-08", meal_subscription: null, complaint_status: "resolved", length_of_stay: 24 },
            { id: 26, guest_name: "Leo Johnson", room_type: "private", check_in_date: "2023-11-15", check_out_date: "2023-12-31", meal_subscription: "breakfast", complaint_status: "pending", length_of_stay: 16 },
            { id: 27, guest_name: null, room_type: "private", check_in_date: "2023-02-07", check_out_date: "2023-03-17", meal_subscription: "full board", complaint_status: "none", length_of_stay: 2 },
            { id: 28, guest_name: "Chen Almeida", room_type: "private", check_in_date: "2023-06-14", check_out_date: "2023-07-24", meal_subscription: "none", complaint_status: "none", length_of_stay: 23 },
            { id: 29, guest_name: "Priya Andersen", room_type: "shared", check_in_date: "2023-08-16", check_out_date: "2023-09-04", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 30, guest_name: "Isaac Wang", room_type: "shared", check_in_date: "2023-05-19", check_out_date: "2023-06-25", meal_subscription: null, complaint_status: "none", length_of_stay: 30 },
            { id: 31, guest_name: null, room_type: "shared", check_in_date: "2023-03-19", check_out_date: "2023-04-24", meal_subscription: null, complaint_status: "resolved", length_of_stay: 11 },
            { id: 32, guest_name: "Sofia Nguyen", room_type: "dormitory", check_in_date: "2023-07-09", check_out_date: "2023-08-31", meal_subscription: "full board", complaint_status: "none", length_of_stay: 4 },
            { id: 33, guest_name: "Arjun Diaz", room_type: "shared", check_in_date: "2023-08-03", check_out_date: "2023-08-16", meal_subscription: null, complaint_status: "resolved", length_of_stay: 18 },
            { id: 34, guest_name: "Elif Schmidt", room_type: "private", check_in_date: "2023-07-30", check_out_date: "2023-08-09", meal_subscription: "none", complaint_status: "none", length_of_stay: 19 },
            { id: 35, guest_name: "Victor Ali", room_type: "shared", check_in_date: "2023-07-05", check_out_date: "2023-07-18", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 36, guest_name: "Hannah Walker", room_type: "private", check_in_date: "2023-11-02", check_out_date: "2023-11-17", meal_subscription: "full board", complaint_status: "none", length_of_stay: 9 },
            { id: 37, guest_name: "Ivan Park", room_type: "shared", check_in_date: "2023-03-30", check_out_date: "2023-05-12", meal_subscription: null, complaint_status: "none", length_of_stay: 1 },
            { id: 38, guest_name: "Chen Hansen", room_type: "private", check_in_date: "2023-06-22", check_out_date: "2023-07-14", meal_subscription: "none", complaint_status: "resolved", length_of_stay: 27 },
            { id: 39, guest_name: "Laura Ruiz", room_type: "shared", check_in_date: "2023-10-31", check_out_date: "2023-11-16", meal_subscription: null, complaint_status: "pending", length_of_stay: 10 },
            { id: 40, guest_name: "Olivia Wang", room_type: "shared", check_in_date: "2023-08-09", check_out_date: "2023-09-15", meal_subscription: null, complaint_status: "none", length_of_stay: 18 },
            { id: 41, guest_name: "Diego Sousa", room_type: "shared", check_in_date: "2023-01-25", check_out_date: "2023-03-26", meal_subscription: null, complaint_status: "none", length_of_stay: 20 },
            { id: 42, guest_name: "Ines Novak", room_type: "shared", check_in_date: "2023-12-14", check_out_date: "2024-01-27", meal_subscription: null, complaint_status: "none", length_of_stay: 27 },
            { id: 43, guest_name: "James Kim", room_type: "shared", check_in_date: "2023-01-07", check_out_date: "2023-02-03", meal_subscription: null, complaint_status: "none", length_of_stay: 19 },
            { id: 44, guest_name: "Julia Hansen", room_type: "shared", check_in_date: "2023-07-24", check_out_date: "2023-07-30", meal_subscription: null, complaint_status: "none", length_of_stay: 22 },
            { id: 45, guest_name: "Karim Meyer", room_type: "private", check_in_date: "2023-06-11", check_out_date: "2023-07-04", meal_subscription: "none", complaint_status: "none", length_of_stay: 3 },
            { id: 46, guest_name: "Yusuf Nakamura", room_type: "dormitory", check_in_date: "2023-08-22", check_out_date: "2023-10-09", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 29 },
            { id: 47, guest_name: "Arjun Singh", room_type: "shared", check_in_date: "2023-10-18", check_out_date: "2023-11-06", meal_subscription: null, complaint_status: "none", length_of_stay: 5 },
            { id: 48, guest_name: "Nour Brown", room_type: "dormitory", check_in_date: "2023-02-24", check_out_date: "2023-03-23", meal_subscription: "none", complaint_status: "resolved", length_of_stay: 24 },
            { id: 49, guest_name: "Nina Young", room_type: "private", check_in_date: "2023-12-15", check_out_date: "2024-01-17", meal_subscription: "full board", complaint_status: "none", length_of_stay: 17 },
            { id: 50, guest_name: "Ravi Becker", room_type: "dormitory", check_in_date: "2023-02-07", check_out_date: "2023-02-23", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 20 },
            { id: 51, guest_name: "Jack Evans", room_type: "private", check_in_date: "2023-08-26", check_out_date: "2023-09-21", meal_subscription: "breakfast", complaint_status: "resolved", length_of_stay: 28 },
            { id: 52, guest_name: "Mila Walker", room_type: "private", check_in_date: "2023-01-01", check_out_date: "2023-02-13", meal_subscription: "none", complaint_status: "pending", length_of_stay: 19 },
            { id: 53, guest_name: "Pedro Kaya", room_type: "shared", check_in_date: "2023-08-06", check_out_date: "2023-08-10", meal_subscription: null, complaint_status: "resolved", length_of_stay: 13 },
            { id: 54, guest_name: null, room_type: "shared", check_in_date: "2023-01-05", check_out_date: "2023-02-06", meal_subscription: null, complaint_status: "none", length_of_stay: 16 },
            { id: 55, guest_name: "Emma Ahmed", room_type: "dormitory", check_in_date: "2023-03-19", check_out_date: "2023-04-02", meal_subscription: "none", complaint_status: "pending", length_of_stay: 9 },
            { id: 56, guest_name: "Julia Ruiz", room_type: "private", check_in_date: "2023-07-28", check_out_date: "2023-09-14", meal_subscription: "none", complaint_status: "none", length_of_stay: 23 },
            { id: 57, guest_name: "Yusuf Ahmed", room_type: "private", check_in_date: "2023-05-27", check_out_date: "2023-05-28", meal_subscription: "none", complaint_status: "none", length_of_stay: 11 },
            { id: 58, guest_name: "Emma Hoffmann", room_type: "shared", check_in_date: "2023-03-25", check_out_date: "2023-05-03", meal_subscription: null, complaint_status: "none", length_of_stay: 20 },
            { id: 59, guest_name: "Mia Chen", room_type: "dormitory", check_in_date: "2023-10-08", check_out_date: "2023-12-06", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 5 },
            { id: 60, guest_name: "Hannah Jensen", room_type: "shared", check_in_date: "2023-07-30", check_out_date: "2023-09-21", meal_subscription: null, complaint_status: "none", length_of_stay: 25 },
            { id: 61, guest_name: "Emma Park", room_type: "shared", check_in_date: "2023-08-18", check_out_date: "2023-08-22", meal_subscription: null, complaint_status: "none", length_of_stay: 7 },
            { id: 62, guest_name: "Karim Adams", room_type: "private", check_in_date: "2023-07-31", check_out_date: "2023-09-28", meal_subscription: "breakfast", complaint_status: "pending", length_of_stay: 8 },
            { id: 63, guest_name: "Tomas Evans", room_type: "shared", check_in_date: "2023-05-24", check_out_date: "2023-07-17", meal_subscription: null, complaint_status: "none", length_of_stay: 15 },
            { id: 64, guest_name: "Lina Castro", room_type: "shared", check_in_date: "2023-12-01", check_out_date: "2024-01-27", meal_subscription: null, complaint_status: "none", length_of_stay: 15 },
            { id: 65, guest_name: "Julia Yilmaz", room_type: "shared", check_in_date: "2023-07-29", check_out_date: "2023-07-29", meal_subscription: null, complaint_status: "none", length_of_stay: 28 },
            { id: 66, guest_name: "Hugo Shah", room_type: "private", check_in_date: "2023-10-31", check_out_date: "2023-12-10", meal_subscription: "breakfast", complaint_status: "resolved", length_of_stay: 30 },
            { id: 67, guest_name: "Ana Bauer", room_type: "shared", check_in_date: "2023-11-04", check_out_date: "2023-11-10", meal_subscription: null, complaint_status: "resolved", length_of_stay: 30 },
            { id: 68, guest_name: "Uma Mendes", room_type: "shared", check_in_date: "2023-01-20", check_out_date: "2023-03-20", meal_subscription: null, complaint_status: "none", length_of_stay: 10 },
            { id: 69, guest_name: "Maja Weber", room_type: "private", check_in_date: "2023-02-09", check_out_date: "2023-04-06", meal_subscription: "none", complaint_status: "none", length_of_stay: 13 },
            { id: 70, guest_name: "Yara Ahmed", room_type: "shared", check_in_date: "2023-06-04", check_out_date: "2023-07-02", meal_subscription: null, complaint_status: "none", length_of_stay: 7 },
            { id: 71, guest_name: "Deniz Zhang", room_type: "private", check_in_date: "2023-06-07", check_out_date: "2023-07-15", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 13 },
            { id: 72, guest_name: "Hana Hoffmann", room_type: "shared", check_in_date: "2023-09-15", check_out_date: "2023-10-24", meal_subscription: null, complaint_status: "resolved", length_of_stay: 2 },
            { id: 73, guest_name: "Nour Davis", room_type: "shared", check_in_date: "2023-10-15", check_out_date: "2023-11-02", meal_subscription: null, complaint_status: "none", length_of_stay: 18 },
            { id: 74, guest_name: "Jonas Wagner", room_type: "private", check_in_date: "2023-09-09", check_out_date: "2023-10-07", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 1 },
            { id: 75, guest_name: "Jonas Davis", room_type: "shared", check_in_date: "2023-09-26", check_out_date: "2023-11-17", meal_subscription: null, complaint_status: "none", length_of_stay: 2 },
            { id: 76, guest_name: "Karim Patel", room_type: "shared", check_in_date: "2023-05-09", check_out_date: "2023-05-09", meal_subscription: null, complaint_status: "none", length_of_stay: 25 },
            { id: 77, guest_name: "Andre Hansen", room_type: "shared", check_in_date: "2023-10-05", check_out_date: "2023-10-09", meal_subscription: null, complaint_status: "resolved", length_of_stay: 6 },
            { id: 78, guest_name: "Noah Fischer", room_type: "shared", check_in_date: "2023-06-21", check_out_date: "2023-08-14", meal_subscription: null, complaint_status: "pending", length_of_stay: null },
            { id: 79, guest_name: "Carla Nguyen", room_type: "dormitory", check_in_date: "2023-07-22", check_out_date: "2023-07-29", meal_subscription: "full board", complaint_status: "resolved", length_of_stay: 27 },
            { id: 80, guest_name: "Victor Brown", room_type: "shared", check_in_date: "2023-05-05", check_out_date: "2023-05-31", meal_subscription: null, complaint_status: "resolved", length_of_stay: 2 },
            { id: 81, guest_name: "James Wright", room_type: "shared", check_in_date: "2023-06-13", check_out_date: "2023-08-11", meal_subscription: null, complaint_status: "none", length_of_stay: 25 },
            { id: 82, guest_name: "Mei Shah", room_type: "shared", check_in_date: "2023-07-22", check_out_date: "2023-08-16", meal_subscription: null, complaint_status: "resolved", length_of_stay: 29 },
            { id: 83, guest_name: "Yara Park", room_type: "shared", check_in_date: "2023-06-10", check_out_date: "2023-07-25", meal_subscription: null, complaint_status: "resolved", length_of_stay: 8 },
            { id: 84, guest_name: null, room_type: "shared", check_in_date: "2023-07-10", check_out_date: "2023-07-10", meal_subscription: null, complaint_status: "none", length_of_stay: 1 },
            { id: 85, guest_name: "Fatima Klein", room_type: "private", check_in_date: "2023-05-08", check_out_date: "2023-06-17", meal_subscription: "none", complaint_status: "none", length_of_stay: 1 },
            { id: 86, guest_name: "Chen Kumar", room_type: "shared", check_in_date: "2023-06-16", check_out_date: "2023-07-03", meal_subscription: null, complaint_status: "none", length_of_stay: 28 },
            { id: 87, guest_name: "Jack Ahmed", room_type: "shared", check_in_date: "2023-01-27", check_out_date: "2023-03-24", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 88, guest_name: "Nadia Larsen", room_type: "private", check_in_date: "2023-08-20", check_out_date: "2023-08-28", meal_subscription: "full board", complaint_status: "none", length_of_stay: 28 },
            { id: 89, guest_name: "Laura Wright", room_type: "dormitory", check_in_date: "2023-11-14", check_out_date: "2023-12-11", meal_subscription: "none", complaint_status: "none", length_of_stay: 2 },
            { id: 90, guest_name: null, room_type: "shared", check_in_date: "2023-06-03", check_out_date: "2023-06-14", meal_subscription: null, complaint_status: "none", length_of_stay: 19 },
            { id: 91, guest_name: "Carlos Silva", room_type: "shared", check_in_date: "2023-08-11", check_out_date: "2023-08-28", meal_subscription: null, complaint_status: "resolved", length_of_stay: 17 },
            { id: 92, guest_name: "Pedro Smith", room_type: "shared", check_in_date: "2023-12-27", check_out_date: "2024-02-09", meal_subscription: null, complaint_status: "none", length_of_stay: 14 },
            { id: 93, guest_name: "Tariq Silva", room_type: "shared", check_in_date: "2023-03-21", check_out_date: "2023-04-16", meal_subscription: null, complaint_status: "pending", length_of_stay: 18 },
            { id: 94, guest_name: "Ethan Oliveira", room_type: "shared", check_in_date: "2023-06-12", check_out_date: "2023-06-20", meal_subscription: null, complaint_status: "none", length_of_stay: 8 },
            { id: 95, guest_name: "Fatima Tanaka", room_type: "private", check_in_date: "2023-01-05", check_out_date: "2023-01-21", meal_subscription: "none", complaint_status: "none", length_of_stay: null },
            { id: 96, guest_name: "Theo Pereira", room_type: "shared", check_in_date: "2023-03-26", check_out_date: "2023-04-17", meal_subscription: null, complaint_status: "resolved", length_of_stay: 30 },
            { id: 97, guest_name: "Chen Lee", room_type: "shared", check_in_date: "2023-06-28", check_out_date: "2023-07-19", meal_subscription: null, complaint_status: "none", length_of_stay: 9 },
            { id: 98, guest_name: "Kai Hughes", room_type: "shared", check_in_date: "2023-04-25", check_out_date: "2023-06-05", meal_subscription: null, complaint_status: "none", length_of_stay: 9 },
            { id: 99, guest_name: "Selin Walker", room_type: "shared", check_in_date: "2023-03-16", check_out_date: "2023-04-20", meal_subscription: null, complaint_status: "pending", length_of_stay: 21 },
            { id: 100, guest_name: "Rosa Yilmaz", room_type: "shared", check_in_date: "2023-11-27", check_out_date: "2024-01-20", meal_subscription: null, complaint_status: "resolved", length_of_stay: 14 },
            { id: 101, guest_name: "Leo Hansen", room_type: "shared", check_in_date: "2023-03-14", check_out_date: "2023-03-28", meal_subscription: null, complaint_status: "none", length_of_stay: 12 },
            { id: 102, guest_name: "Mila Johnson", room_type: "private", check_in_date: "2023-11-17", check_out_date: "2024-01-11", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 26 },
            { id: 103, guest_name: "Tariq Wang", room_type: "shared", check_in_date: "2023-03-08", check_out_date: "2023-04-27", meal_subscription: null, complaint_status: "resolved", length_of_stay: 10 },
            { id: 104, guest_name: "Alice Nakamura", room_type: "shared", check_in_date: "2023-12-08", check_out_date: "2024-01-04", meal_subscription: null, complaint_status: "none", length_of_stay: 18 },
            { id: 105, guest_name: "James Murphy", room_type: "shared", check_in_date: "2023-10-07", check_out_date: "2023-11-16", meal_subscription: null, complaint_status: "none", length_of_stay: 4 },
            { id: 106, guest_name: "Elif Yilmaz", room_type: "private", check_in_date: "2023-02-11", check_out_date: "2023-03-02", meal_subscription: "none", complaint_status: "none", length_of_stay: 21 },
            { id: 107, guest_name: "Mateo Martin", room_type: "shared", check_in_date: "2023-01-10", check_out_date: "2023-03-02", meal_subscription: null, complaint_status: "none", length_of_stay: 6 },
            { id: 108, guest_name: "Marco Dubois", room_type: "shared", check_in_date: "2023-06-20", check_out_date: "2023-07-20", meal_subscription: null, complaint_status: "resolved", length_of_stay: 15 },
            { id: 109, guest_name: "Omar Schmidt", room_type: "shared", check_in_date: "2023-05-10", check_out_date: "2023-06-16", meal_subscription: null, complaint_status: "none", length_of_stay: 21 },
            { id: 110, guest_name: "Arjun Almeida", room_type: "shared", check_in_date: "2023-09-18", check_out_date: "2023-10-10", meal_subscription: null, complaint_status: "none", length_of_stay: 1 },
            { id: 111, guest_name: "Daniel Flores", room_type: "shared", check_in_date: "2023-04-15", check_out_date: "2023-06-02", meal_subscription: null, complaint_status: "resolved", length_of_stay: 16 },
            { id: 112, guest_name: "Kai Brown", room_type: "shared", check_in_date: "2023-11-18", check_out_date: "2023-11-26", meal_subscription: null, complaint_status: "none", length_of_stay: 26 },
            { id: 113, guest_name: "Wei Ruiz", room_type: "shared", check_in_date: "2023-02-15", check_out_date: "2023-02-21", meal_subscription: null, complaint_status: "none", length_of_stay: 2 },
            { id: 114, guest_name: "Wei Murphy", room_type: "shared", check_in_date: "2023-04-26", check_out_date: "2023-05-21", meal_subscription: null, complaint_status: "none", length_of_stay: 29 },
            { id: 115, guest_name: "Chen Baker", room_type: "dormitory", check_in_date: "2023-12-12", check_out_date: "2024-01-11", meal_subscription: "full board", complaint_status: "resolved", length_of_stay: 24 },
            { id: 116, guest_name: "Rafael Cruz", room_type: "shared", check_in_date: "2023-04-07", check_out_date: "2023-05-23", meal_subscription: null, complaint_status: "none", length_of_stay: 13 },
            { id: 117, guest_name: "Maja Schmidt", room_type: "private", check_in_date: "2023-06-20", check_out_date: "2023-07-21", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: null },
            { id: 118, guest_name: "Tariq Zhang", room_type: "private", check_in_date: "2023-08-01", check_out_date: "2023-08-07", meal_subscription: "none", complaint_status: "none", length_of_stay: 5 },
            { id: 119, guest_name: "Emma Bauer", room_type: "shared", check_in_date: "2023-04-26", check_out_date: "2023-05-10", meal_subscription: null, complaint_status: "none", length_of_stay: 28 },
            { id: 120, guest_name: "Maria Zhang", room_type: "private", check_in_date: "2023-01-10", check_out_date: "2023-02-03", meal_subscription: "breakfast", complaint_status: "pending", length_of_stay: 20 },
            { id: 121, guest_name: "Mateo Carter", room_type: "shared", check_in_date: "2023-12-11", check_out_date: "2023-12-22", meal_subscription: null, complaint_status: "none", length_of_stay: 28 },
            { id: 122, guest_name: "Sofia Martin", room_type: "shared", check_in_date: "2023-06-21", check_out_date: "2023-06-23", meal_subscription: null, complaint_status: "none", length_of_stay: 17 },
            { id: 123, guest_name: "Priya Schneider", room_type: "shared", check_in_date: "2023-08-31", check_out_date: "2023-10-26", meal_subscription: null, complaint_status: "none", length_of_stay: 22 },
            { id: 124, guest_name: "Marco Kaya", room_type: "shared", check_in_date: "2023-06-13", check_out_date: "2023-08-03", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 125, guest_name: null, room_type: "shared", check_in_date: "2023-08-26", check_out_date: "2023-09-07", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 126, guest_name: "Sara Lee", room_type: "shared", check_in_date: "2023-11-04", check_out_date: "2023-11-20", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 127, guest_name: "Isaac Dubois", room_type: "private", check_in_date: "2023-10-18", check_out_date: "2023-11-20", meal_subscription: "none", complaint_status: "none", length_of_stay: 20 },
            { id: 128, guest_name: "Sofia Wilson", room_type: "shared", check_in_date: "2023-06-27", check_out_date: "2023-07-14", meal_subscription: null, complaint_status: "resolved", length_of_stay: 23 },
            { id: 129, guest_name: "Karim Taylor", room_type: "shared", check_in_date: "2023-07-25", check_out_date: "2023-08-18", meal_subscription: null, complaint_status: "resolved", length_of_stay: 2 },
            { id: 130, guest_name: "Kai Murphy", room_type: "shared", check_in_date: "2023-09-20", check_out_date: "2023-11-17", meal_subscription: null, complaint_status: "resolved", length_of_stay: 21 },
            { id: 131, guest_name: "Sara Young", room_type: "shared", check_in_date: "2023-08-25", check_out_date: "2023-09-02", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 132, guest_name: "Grace Evans", room_type: "dormitory", check_in_date: "2023-07-03", check_out_date: "2023-07-15", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 2 },
            { id: 133, guest_name: null, room_type: "shared", check_in_date: "2023-07-23", check_out_date: "2023-08-13", meal_subscription: null, complaint_status: "none", length_of_stay: 13 },
            { id: 134, guest_name: "Fatima Shah", room_type: "dormitory", check_in_date: "2023-10-26", check_out_date: "2023-12-02", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 1 },
            { id: 135, guest_name: "Rafael Cruz", room_type: "dormitory", check_in_date: "2023-06-01", check_out_date: "2023-07-19", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 8 },
            { id: 136, guest_name: "Elif Young", room_type: "private", check_in_date: "2023-10-15", check_out_date: "2023-12-08", meal_subscription: "none", complaint_status: "none", length_of_stay: 16 },
            { id: 137, guest_name: "Mila Kowalski", room_type: "private", check_in_date: "2023-08-07", check_out_date: "2023-09-24", meal_subscription: "none", complaint_status: "none", length_of_stay: 8 },
            { id: 138, guest_name: "Rosa Davis", room_type: "dormitory", check_in_date: "2023-09-10", check_out_date: "2023-10-28", meal_subscription: "none", complaint_status: "none", length_of_stay: 2 },
            { id: 139, guest_name: null, room_type: "shared", check_in_date: "2023-09-17", check_out_date: "2023-10-23", meal_subscription: null, complaint_status: "resolved", length_of_stay: 18 },
            { id: 140, guest_name: "Ethan Klein", room_type: "shared", check_in_date: "2023-03-07", check_out_date: "2023-04-02", meal_subscription: null, complaint_status: "none", length_of_stay: 11 },
            { id: 141, guest_name: "Yara Becker", room_type: "shared", check_in_date: "2023-05-02", check_out_date: "2023-06-30", meal_subscription: null, complaint_status: "resolved", length_of_stay: 19 },
            { id: 142, guest_name: "Nour Flores", room_type: "shared", check_in_date: "2023-04-11", check_out_date: "2023-05-16", meal_subscription: null, complaint_status: "none", length_of_stay: 17 },
            { id: 143, guest_name: "Victor Davis", room_type: "shared", check_in_date: "2023-10-23", check_out_date: "2023-10-26", meal_subscription: null, complaint_status: "resolved", length_of_stay: 9 },
            { id: 144, guest_name: "Julia Castro", room_type: "shared", check_in_date: "2023-09-12", check_out_date: "2023-09-22", meal_subscription: null, complaint_status: "pending", length_of_stay: 15 },
            { id: 145, guest_name: "Pedro Johnson", room_type: "shared", check_in_date: "2023-09-25", check_out_date: "2023-11-12", meal_subscription: null, complaint_status: "resolved", length_of_stay: 23 },
            { id: 146, guest_name: "Maria Wright", room_type: "private", check_in_date: "2023-11-02", check_out_date: "2023-12-20", meal_subscription: "full board", complaint_status: "resolved", length_of_stay: 6 },
            { id: 147, guest_name: "Olivia Young", room_type: "shared", check_in_date: "2023-07-06", check_out_date: "2023-07-13", meal_subscription: null, complaint_status: "resolved", length_of_stay: 7 },
            { id: 148, guest_name: "Fatima Larsen", room_type: "private", check_in_date: "2023-12-15", check_out_date: "2024-01-03", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: null },
            { id: 149, guest_name: "Mateo Diaz", room_type: "shared", check_in_date: "2023-04-21", check_out_date: "2023-05-30", meal_subscription: null, complaint_status: "none", length_of_stay: 15 },
            { id: 150, guest_name: "Elif Murphy", room_type: "shared", check_in_date: "2023-05-24", check_out_date: "2023-06-19", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 151, guest_name: "Carlos Novak", room_type: "shared", check_in_date: "2023-02-07", check_out_date: "2023-03-24", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 152, guest_name: null, room_type: "shared", check_in_date: "2023-02-28", check_out_date: "2023-03-28", meal_subscription: null, complaint_status: "none", length_of_stay: 29 },
            { id: 153, guest_name: "Mateo Jensen", room_type: "private", check_in_date: "2023-08-03", check_out_date: "2023-09-25", meal_subscription: "none", complaint_status: "none", length_of_stay: null },
            { id: 154, guest_name: "Priya Khan", room_type: "shared", check_in_date: "2023-02-02", check_out_date: "2023-03-16", meal_subscription: null, complaint_status: "pending", length_of_stay: 19 },
            { id: 155, guest_name: "Theo Wilson", room_type: "shared", check_in_date: "2023-03-10", check_out_date: "2023-03-16", meal_subscription: null, complaint_status: "none", length_of_stay: 9 },
            { id: 156, guest_name: "Oscar Oliveira", room_type: "shared", check_in_date: "2023-11-06", check_out_date: "2023-12-02", meal_subscription: null, complaint_status: "none", length_of_stay: 6 },
            { id: 157, guest_name: "Hannah Klein", room_type: "shared", check_in_date: "2023-10-15", check_out_date: "2023-11-07", meal_subscription: null, complaint_status: "resolved", length_of_stay: 27 },
            { id: 158, guest_name: "Elena Sousa", room_type: "private", check_in_date: "2023-07-29", check_out_date: "2023-09-20", meal_subscription: "breakfast", complaint_status: "resolved", length_of_stay: 10 },
            { id: 159, guest_name: null, room_type: "shared", check_in_date: "2023-09-28", check_out_date: "2023-10-23", meal_subscription: null, complaint_status: "none", length_of_stay: 9 },
            { id: 160, guest_name: null, room_type: "shared", check_in_date: "2023-06-15", check_out_date: "2023-08-01", meal_subscription: null, complaint_status: "none", length_of_stay: 25 },
            { id: 161, guest_name: "Kai Martin", room_type: "shared", check_in_date: "2023-06-25", check_out_date: "2023-08-17", meal_subscription: null, complaint_status: "none", length_of_stay: 22 },
            { id: 162, guest_name: "Rafael Young", room_type: "shared", check_in_date: "2023-02-12", check_out_date: "2023-02-19", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 163, guest_name: "Carlos Ibrahim", room_type: "dormitory", check_in_date: "2023-11-29", check_out_date: "2023-12-30", meal_subscription: "none", complaint_status: "none", length_of_stay: 5 },
            { id: 164, guest_name: "Ivan Lee", room_type: "shared", check_in_date: "2023-10-20", check_out_date: "2023-11-20", meal_subscription: null, complaint_status: "pending", length_of_stay: null },
            { id: 165, guest_name: "James Walker", room_type: "private", check_in_date: "2023-08-11", check_out_date: "2023-10-09", meal_subscription: "none", complaint_status: "resolved", length_of_stay: 27 },
            { id: 166, guest_name: "Victor Cruz", room_type: "dormitory", check_in_date: "2023-08-04", check_out_date: "2023-09-14", meal_subscription: "none", complaint_status: "resolved", length_of_stay: null },
            { id: 167, guest_name: "Diego Garcia", room_type: "shared", check_in_date: "2023-09-16", check_out_date: "2023-11-03", meal_subscription: null, complaint_status: "pending", length_of_stay: 25 },
            { id: 168, guest_name: "Diego Khan", room_type: "private", check_in_date: "2023-07-07", check_out_date: "2023-08-22", meal_subscription: "none", complaint_status: "none", length_of_stay: 25 },
            { id: 169, guest_name: "Zoe Bennett", room_type: "shared", check_in_date: "2023-06-25", check_out_date: "2023-07-16", meal_subscription: null, complaint_status: "none", length_of_stay: 29 },
            { id: 170, guest_name: "Mohamed Sousa", room_type: "shared", check_in_date: "2023-09-16", check_out_date: "2023-10-29", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 171, guest_name: "Ibrahim Gomez", room_type: "private", check_in_date: "2023-02-17", check_out_date: "2023-03-17", meal_subscription: "none", complaint_status: "none", length_of_stay: null },
            { id: 172, guest_name: "Ravi Tanaka", room_type: "shared", check_in_date: "2023-08-24", check_out_date: "2023-10-19", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 173, guest_name: "Jade Schneider", room_type: "shared", check_in_date: "2023-06-13", check_out_date: "2023-07-02", meal_subscription: null, complaint_status: "resolved", length_of_stay: 18 },
            { id: 174, guest_name: "Diego Demir", room_type: "shared", check_in_date: "2023-10-04", check_out_date: "2023-11-21", meal_subscription: null, complaint_status: "none", length_of_stay: 23 },
            { id: 175, guest_name: "Oscar Chen", room_type: "shared", check_in_date: "2023-09-04", check_out_date: "2023-09-15", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 176, guest_name: "Jonas Nguyen", room_type: "shared", check_in_date: "2023-08-13", check_out_date: "2023-09-29", meal_subscription: null, complaint_status: "none", length_of_stay: 11 },
            { id: 177, guest_name: "Karim Kim", room_type: "private", check_in_date: "2023-07-11", check_out_date: "2023-08-11", meal_subscription: "none", complaint_status: "none", length_of_stay: 21 },
            { id: 178, guest_name: "Chloe Schneider", room_type: "private", check_in_date: "2023-06-19", check_out_date: "2023-07-30", meal_subscription: "none", complaint_status: "pending", length_of_stay: 15 },
            { id: 179, guest_name: "Hana Hughes", room_type: "shared", check_in_date: "2023-11-07", check_out_date: "2023-11-17", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 180, guest_name: "Yusuf Cruz", room_type: "shared", check_in_date: "2023-02-01", check_out_date: "2023-03-04", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 181, guest_name: "Ravi Baker", room_type: "shared", check_in_date: "2023-05-24", check_out_date: "2023-06-17", meal_subscription: null, complaint_status: "none", length_of_stay: 19 },
            { id: 182, guest_name: "Hana Larsen", room_type: "shared", check_in_date: "2023-06-12", check_out_date: "2023-08-02", meal_subscription: null, complaint_status: "resolved", length_of_stay: 25 },
            { id: 183, guest_name: "Zara Schmidt", room_type: "shared", check_in_date: "2023-04-26", check_out_date: "2023-06-05", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 184, guest_name: "Lena Bauer", room_type: "shared", check_in_date: "2023-11-03", check_out_date: "2023-12-23", meal_subscription: null, complaint_status: "resolved", length_of_stay: 23 },
            { id: 185, guest_name: "Rafael Wright", room_type: "shared", check_in_date: "2023-07-17", check_out_date: "2023-08-17", meal_subscription: null, complaint_status: "none", length_of_stay: 16 },
            { id: 186, guest_name: "Sofia Weber", room_type: "private", check_in_date: "2023-01-21", check_out_date: "2023-03-10", meal_subscription: "none", complaint_status: "pending", length_of_stay: 21 },
            { id: 187, guest_name: "Jack Hughes", room_type: "shared", check_in_date: "2023-11-18", check_out_date: "2024-01-10", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 188, guest_name: "Elif Dubois", room_type: "dormitory", check_in_date: "2023-09-15", check_out_date: "2023-11-10", meal_subscription: "none", complaint_status: "none", length_of_stay: null },
            { id: 189, guest_name: "Maria Larsen", room_type: "private", check_in_date: "2023-07-03", check_out_date: "2023-07-14", meal_subscription: "none", complaint_status: "pending", length_of_stay: 27 },
            { id: 190, guest_name: "Yara Demir", room_type: "shared", check_in_date: "2023-03-24", check_out_date: "2023-05-10", meal_subscription: null, complaint_status: "none", length_of_stay: 14 },
            { id: 191, guest_name: "Nina Costa", room_type: "shared", check_in_date: "2023-05-13", check_out_date: "2023-07-04", meal_subscription: null, complaint_status: "none", length_of_stay: 10 },
            { id: 192, guest_name: "Marco Chen", room_type: "shared", check_in_date: "2023-10-13", check_out_date: "2023-11-30", meal_subscription: null, complaint_status: "resolved", length_of_stay: 14 },
            { id: 193, guest_name: "Carlos Hoffmann", room_type: "shared", check_in_date: "2023-03-09", check_out_date: "2023-04-20", meal_subscription: null, complaint_status: "none", length_of_stay: 15 },
            { id: 194, guest_name: "Arjun Walker", room_type: "shared", check_in_date: "2023-03-04", check_out_date: "2023-04-27", meal_subscription: null, complaint_status: "none", length_of_stay: 23 },
            { id: 195, guest_name: "Mia Andersen", room_type: "dormitory", check_in_date: "2023-05-12", check_out_date: "2023-07-10", meal_subscription: "none", complaint_status: "none", length_of_stay: 14 },
            { id: 196, guest_name: "James Garcia", room_type: "shared", check_in_date: "2023-09-02", check_out_date: "2023-10-27", meal_subscription: null, complaint_status: "none", length_of_stay: 3 },
            { id: 197, guest_name: "Mei Silva", room_type: "shared", check_in_date: "2023-10-18", check_out_date: "2023-10-30", meal_subscription: null, complaint_status: "pending", length_of_stay: 29 },
            { id: 198, guest_name: "Hana Singh", room_type: "shared", check_in_date: "2023-03-04", check_out_date: "2023-04-13", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 199, guest_name: "Marco Park", room_type: "shared", check_in_date: "2023-07-06", check_out_date: "2023-09-03", meal_subscription: null, complaint_status: "none", length_of_stay: 6 },
            { id: 200, guest_name: null, room_type: "shared", check_in_date: "2023-02-17", check_out_date: "2023-03-17", meal_subscription: null, complaint_status: "none", length_of_stay: 13 },
            { id: 201, guest_name: "Chen Diaz", room_type: "dormitory", check_in_date: "2023-02-04", check_out_date: "2023-03-18", meal_subscription: "none", complaint_status: "resolved", length_of_stay: 15 },
            { id: 202, guest_name: "Felix Diaz", room_type: "dormitory", check_in_date: "2023-10-13", check_out_date: "2023-12-06", meal_subscription: "none", complaint_status: "none", length_of_stay: 16 },
            { id: 203, guest_name: "Emma Moreau", room_type: "shared", check_in_date: "2023-08-04", check_out_date: "2023-09-07", meal_subscription: null, complaint_status: "none", length_of_stay: 20 },
            { id: 204, guest_name: "Emma Young", room_type: "shared", check_in_date: "2023-07-20", check_out_date: "2023-07-24", meal_subscription: null, complaint_status: "none", length_of_stay: 6 },
            { id: 205, guest_name: "Carla Lopez", room_type: "shared", check_in_date: "2023-03-04", check_out_date: "2023-04-30", meal_subscription: null, complaint_status: "none", length_of_stay: 15 },
            { id: 206, guest_name: "Sara Lopez", room_type: "shared", check_in_date: "2023-04-19", check_out_date: "2023-06-09", meal_subscription: null, complaint_status: "resolved", length_of_stay: 25 },
            { id: 207, guest_name: "Jade Cruz", room_type: "shared", check_in_date: "2023-03-15", check_out_date: "2023-03-17", meal_subscription: null, complaint_status: "none", length_of_stay: 28 },
            { id: 208, guest_name: "Yusuf Costa", room_type: "shared", check_in_date: "2023-08-05", check_out_date: "2023-08-30", meal_subscription: null, complaint_status: "none", length_of_stay: 13 },
            { id: 209, guest_name: "Ivan Larsen", room_type: "shared", check_in_date: "2023-02-13", check_out_date: "2023-03-31", meal_subscription: null, complaint_status: "resolved", length_of_stay: 4 },
            { id: 210, guest_name: "Mila Torres", room_type: "shared", check_in_date: "2023-01-17", check_out_date: "2023-03-03", meal_subscription: null, complaint_status: "none", length_of_stay: 14 },
            { id: 211, guest_name: "David Wright", room_type: "shared", check_in_date: "2023-04-20", check_out_date: "2023-06-19", meal_subscription: null, complaint_status: "resolved", length_of_stay: 18 },
            { id: 212, guest_name: "Ravi Schmidt", room_type: "shared", check_in_date: "2023-09-14", check_out_date: "2023-09-15", meal_subscription: null, complaint_status: "none", length_of_stay: 3 },
            { id: 213, guest_name: "Nour Reyes", room_type: "shared", check_in_date: "2023-04-11", check_out_date: "2023-04-28", meal_subscription: null, complaint_status: "none", length_of_stay: 8 },
            { id: 214, guest_name: "Leo Baker", room_type: "private", check_in_date: "2023-06-14", check_out_date: "2023-08-06", meal_subscription: "breakfast", complaint_status: "resolved", length_of_stay: 15 },
            { id: 215, guest_name: "Ethan Demir", room_type: "shared", check_in_date: "2023-06-02", check_out_date: "2023-07-09", meal_subscription: null, complaint_status: "none", length_of_stay: 3 },
            { id: 216, guest_name: "Maya Oliveira", room_type: "shared", check_in_date: "2023-11-03", check_out_date: "2023-12-31", meal_subscription: null, complaint_status: "none", length_of_stay: 12 },
            { id: 217, guest_name: "Deniz Schmidt", room_type: "shared", check_in_date: "2023-11-22", check_out_date: "2023-12-24", meal_subscription: null, complaint_status: "none", length_of_stay: 13 },
            { id: 218, guest_name: "Chloe Silva", room_type: "shared", check_in_date: "2023-02-05", check_out_date: "2023-04-03", meal_subscription: null, complaint_status: "none", length_of_stay: 13 },
            { id: 219, guest_name: "Mia Nguyen", room_type: "shared", check_in_date: "2023-02-22", check_out_date: "2023-04-22", meal_subscription: null, complaint_status: "resolved", length_of_stay: 18 },
            { id: 220, guest_name: "Hugo Ali", room_type: "shared", check_in_date: "2023-12-31", check_out_date: "2024-02-08", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 221, guest_name: "Mia Mendes", room_type: "dormitory", check_in_date: "2023-11-04", check_out_date: "2023-11-05", meal_subscription: "none", complaint_status: "none", length_of_stay: 26 },
            { id: 222, guest_name: "Anna Lee", room_type: "dormitory", check_in_date: "2023-11-27", check_out_date: "2023-12-20", meal_subscription: "none", complaint_status: "none", length_of_stay: 28 },
            { id: 223, guest_name: "Jack Carter", room_type: "shared", check_in_date: "2023-06-26", check_out_date: "2023-08-12", meal_subscription: null, complaint_status: "resolved", length_of_stay: null },
            { id: 224, guest_name: "Ines Walker", room_type: "private", check_in_date: "2023-04-29", check_out_date: "2023-06-17", meal_subscription: "breakfast", complaint_status: "resolved", length_of_stay: null },
            { id: 225, guest_name: "Maja Gomez", room_type: "shared", check_in_date: "2023-10-14", check_out_date: "2023-11-25", meal_subscription: null, complaint_status: "none", length_of_stay: 15 },
            { id: 226, guest_name: "Ivan Wright", room_type: "shared", check_in_date: "2023-12-18", check_out_date: "2024-02-16", meal_subscription: null, complaint_status: "none", length_of_stay: 24 },
            { id: 227, guest_name: null, room_type: "shared", check_in_date: "2023-10-17", check_out_date: "2023-11-19", meal_subscription: null, complaint_status: "none", length_of_stay: 10 },
            { id: 228, guest_name: "Andre Lopez", room_type: "shared", check_in_date: "2023-12-18", check_out_date: "2024-01-05", meal_subscription: null, complaint_status: "none", length_of_stay: 22 },
            { id: 229, guest_name: "Ben Ruiz", room_type: "dormitory", check_in_date: "2023-05-25", check_out_date: "2023-06-28", meal_subscription: "none", complaint_status: "none", length_of_stay: 7 },
            { id: 230, guest_name: "Sven Gupta", room_type: "shared", check_in_date: "2023-08-22", check_out_date: "2023-08-25", meal_subscription: null, complaint_status: "none", length_of_stay: null },
            { id: 231, guest_name: "Maja Carter", room_type: "private", check_in_date: "2023-02-26", check_out_date: "2023-04-23", meal_subscription: "breakfast", complaint_status: "pending", length_of_stay: 4 },
            { id: 232, guest_name: null, room_type: "shared", check_in_date: "2023-01-01", check_out_date: "2023-02-05", meal_subscription: null, complaint_status: "none", length_of_stay: 30 },
            { id: 233, guest_name: "Nadia Andersen", room_type: "shared", check_in_date: "2023-02-07", check_out_date: "2023-04-08", meal_subscription: null, complaint_status: "none", length_of_stay: 9 },
            { id: 234, guest_name: "Lina Gupta", room_type: "shared", check_in_date: "2023-09-26", check_out_date: "2023-10-18", meal_subscription: null, complaint_status: "none", length_of_stay: 19 },
            { id: 235, guest_name: "Carla Brown", room_type: "shared", check_in_date: "2023-08-16", check_out_date: "2023-10-07", meal_subscription: null, complaint_status: "none", length_of_stay: 28 },
            { id: 236, guest_name: "Jack Hoffmann", room_type: "shared", check_in_date: "2023-09-01", check_out_date: "2023-10-28", meal_subscription: null, complaint_status: "resolved", length_of_stay: 11 },
            { id: 237, guest_name: "Daniel Klein", room_type: "private", check_in_date: "2023-04-24", check_out_date: "2023-06-19", meal_subscription: "breakfast", complaint_status: "none", length_of_stay: 1 },
            { id: 238, guest_name: "Deniz Mendes", room_type: "shared", check_in_date: "2023-11-23", check_out_date: "2023-11-27", meal_subscription: null, complaint_status: "none", length_of_stay: 25 },
            { id: 239, guest_name: "Jack Kim", room_type: "shared", check_in_date: "2023-08-23", check_out_date: "2023-09-09", meal_subscription: null, complaint_status: "resolved", length_of_stay: 6 },
            { id: 240, guest_name: "Sara Taylor", room_type: "shared", check_in_date: "2023-06-27", check_out_date: "2023-08-25", meal_subscription: null, complaint_status: "pending", length_of_stay: 21 },
            { id: 241, guest_name: "Mei Ruiz", room_type: "shared", check_in_date: "2023-07-16", check_out_date: "2023-08-28", meal_subscription: null, complaint_status: "resolved", length_of_stay: 19 },
            { id: 242, guest_name: "Sven Costa", room_type: "dormitory", check_in_date: "2023-06-26", check_out_date: "2023-07-20", meal_subscription: "full board", complaint_status: "none", length_of_stay: 12 },
            { id: 243, guest_name: null, room_type: "shared", check_in_date: "2023-11-18", check_out_date: "2023-11-19", meal_subscription: null, complaint_status: "none", length_of_stay: 27 },
            { id: 244, guest_name: "Grace Vargas", room_type: "shared", check_in_date: "2023-08-18", check_out_date: "2023-09-19", meal_subscription: null, complaint_status: "none", length_of_stay: 8 },
            { id: 245, guest_name: "Theo Ali", room_type: "shared", check_in_date: "2023-01-26", check_out_date: "2023-03-14", meal_subscription: null, complaint_status: "none", length_of_stay: 28 },
            { id: 246, guest_name: "Omar Murphy", room_type: "shared", check_in_date: "2023-05-25", check_out_date: "2023-06-18", meal_subscription: null, complaint_status: "none", length_of_stay: 6 },
            { id: 247, guest_name: "Yusuf Lee", room_type: "shared", check_in_date: "2023-03-20", check_out_date: "2023-04-23", meal_subscription: null, complaint_status: "resolved", length_of_stay: 14 },
            { id: 248, guest_name: null, room_type: "shared", check_in_date: "2023-12-04", check_out_date: "2023-12-22", meal_subscription: null, complaint_status: "none", length_of_stay: 8 },
            { id: 249, guest_name: "Hana Hansen", room_type: "shared", check_in_date: "2023-03-17", check_out_date: "2023-05-02", meal_subscription: null, complaint_status: "none", length_of_stay: 24 },
            { id: 250, guest_name: "Ivan Wang", room_type: "shared", check_in_date: "2023-12-03", check_out_date: "2024-01-31", meal_subscription: null, complaint_status: "resolved", length_of_stay: 3 },
        ],
    });
}

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