{
    "title": "Personal Profiles Dataset",
    "details": "A Holistic And Detailed Database Of Preferences Of Individuals",
    "config": {
        "rows": [
            "name",
            "places_to_visit"
        ],
        "columns": [
            "favorite_season"
        ],
        "values": [
            {
                "field": "date_of_last_visit",
                "method": "max"
            },
            {
                "field": "activity",
                "method": "sum"
            },
            {
                "field": "spent",
                "method": "sum"
            }
        ]
    },
    "fields": [
        {
            "id": "name",
            "label": "Name",
            "type": "text"
        },
        {
            "id": "age",
            "label": "Age",
            "type": "number"
        },
        {
            "id": "height",
            "label": "Height",
            "type": "number"
        },
        {
            "id": "weight",
            "label": "Weight",
            "type": "number"
        },
        {
            "id": "date_of_registration",
            "label": "Date of registration",
            "type": "date"
        },
        {
            "id": "date_of_last_visit",
            "label": "Date of last visit",
            "type": "date"
        },
        {
            "id": "hobbies",
            "label": "Hobbies",
            "type": "text"
        },
        {
            "id": "favorite_color",
            "label": "Favorite color",
            "type": "text"
        },
        {
            "id": "favorite_pet",
            "label": "Favorite pet",
            "type": "text"
        },
        {
            "id": "relationship_status",
            "label": "Relationship status",
            "type": "text"
        },
        {
            "id": "favorite_book",
            "label": "Favorite book",
            "type": "text"
        },
        {
            "id": "music",
            "label": "Music",
            "type": "text"
        },
        {
            "id": "favorite_video_game",
            "label": "Favorite video game",
            "type": "text"
        },
        {
            "id": "education_level",
            "label": "Education level",
            "type": "text"
        },
        {
            "id": "language",
            "label": "Language",
            "type": "text"
        },
        {
            "id": "favorite_dish",
            "label": "Favorite dish",
            "type": "text"
        },
        {
            "id": "favorite_drink",
            "label": "Favorite drink",
            "type": "text"
        },
        {
            "id": "favorite_dessert",
            "label": "Favorite dessert",
            "type": "text"
        },
        {
            "id": "activities",
            "label": "Activities",
            "type": "text"
        },
        {
            "id": "activity_level",
            "label": "Activity level",
            "type": "text"
        },
        {
            "id": "fashion_style",
            "label": "Fashion style",
            "type": "text"
        },
        {
            "id": "places_to_visit",
            "label": "Places to visit",
            "type": "text"
        },
        {
            "id": "movie_preferences",
            "label": "Movie preferences",
            "type": "text"
        },
        {
            "id": "personality_type",
            "label": "Personality type",
            "type": "text"
        },
        {
            "id": "superhero_power",
            "label": "Superhero power",
            "type": "text"
        },
        {
            "id": "favorite_season",
            "label": "Favorite season",
            "type": "text"
        },
        {
            "id": "communication_style",
            "label": "Communication style",
            "type": "text"
        },
        {
            "id": "chronotype",
            "label": "Chronotype",
            "type": "text"
        },
        {
            "id": "preferred_weather",
            "label": "Preferred weather",
            "type": "text"
        },
        {
            "id": "activity",
            "label": "Activity",
            "type": "number"
        },
        {
            "id": "score",
            "label": "Score",
            "type": "number"
        },
        {
            "id": "spent",
            "label": "Spent",
            "type": "number"
        }
    ],
    "data":[
     {
      "name": "Alex",
      "age": 68,
      "height": 187,
      "weight": 108,
      "date_of_registration": "09\/30\/2021",
      "date_of_last_visit": "03\/08\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Great Gatsby",
      "music": "Techno",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 48.3,
      "score": 88.3,
      "spent": 521
     },
     {
      "name": "Robert",
      "age": 31,
      "height": 190,
      "weight": 109,
      "date_of_registration": "08\/15\/2018",
      "date_of_last_visit": "01\/19\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Soul",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Milk",
      "favorite_dessert": "Ice cream",
      "activities": "Fishing",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 30.6,
      "score": 23.6,
      "spent": 227
     },
     {
      "name": "Jackson",
      "age": 78,
      "height": 163,
      "weight": 96,
      "date_of_registration": "02\/13\/2019",
      "date_of_last_visit": "05\/21\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Indie",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Pizza",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cheesecake",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 29.6,
      "score": 23.4,
      "spent": 92
     },
     {
      "name": "Emma",
      "age": 58,
      "height": 197,
      "weight": 90,
      "date_of_registration": "01\/01\/2015",
      "date_of_last_visit": "08\/04\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Little Prince",
      "music": "R&B",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Camping",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 30.9,
      "score": 71.9,
      "spent": 117
     },
     {
      "name": "Madison",
      "age": 56,
      "height": 181,
      "weight": 74,
      "date_of_registration": "12\/17\/2022",
      "date_of_last_visit": "04\/28\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Brown",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Country",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Fruit salad",
      "activities": "Playing musical instruments",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 28.4,
      "score": 13.3,
      "spent": 220
     },
     {
      "name": "Noah",
      "age": 47,
      "height": 191,
      "weight": 72,
      "date_of_registration": "04\/06\/2016",
      "date_of_last_visit": "03\/29\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Black",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Jane Eyre",
      "music": "Metal",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Knitting or crocheting",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 29.3,
      "score": 20.8,
      "spent": 103
     },
     {
      "name": "Ava",
      "age": 58,
      "height": 183,
      "weight": 89,
      "date_of_registration": "11\/10\/2015",
      "date_of_last_visit": "09\/07\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Anne of Green Gables",
      "music": "Classical",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 27.1,
      "score": 69.2,
      "spent": 66
     },
     {
      "name": "Liam",
      "age": 21,
      "height": 162,
      "weight": 67,
      "date_of_registration": "11\/09\/2022",
      "date_of_last_visit": "03\/27\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "A Tale of Two Cities",
      "music": "Blues",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Swimming",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 37,
      "score": 87.5,
      "spent": 437
     },
     {
      "name": "Isabella",
      "age": 81,
      "height": 175,
      "weight": 107,
      "date_of_registration": "03\/22\/2021",
      "date_of_last_visit": "01\/16\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Silence of the Lambs",
      "music": "Rap",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing musical instruments",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 48.5,
      "score": 78.9,
      "spent": 135
     },
     {
      "name": "Aiden",
      "age": 68,
      "height": 181,
      "weight": 87,
      "date_of_registration": "05\/30\/2016",
      "date_of_last_visit": "01\/12\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Blue",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Wuthering Heights",
      "music": "Jazz",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cheesecake",
      "activities": "Rock climbing",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 29.3,
      "score": 15.1,
      "spent": 164
     },
     {
      "name": "Sophia",
      "age": 62,
      "height": 165,
      "weight": 75,
      "date_of_registration": "02\/09\/2022",
      "date_of_last_visit": "11\/01\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Outsiders",
      "music": "Blues",
      "favorite_video_game": "Borderlands 3",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Lemon pie",
      "activities": "Knitting or crocheting",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 25.4,
      "score": 34.3,
      "spent": 506
     },
     {
      "name": "Lucas",
      "age": 64,
      "height": 176,
      "weight": 92,
      "date_of_registration": "04\/21\/2017",
      "date_of_last_visit": "04\/14\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Gospel",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Traveling",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 46.8,
      "score": 18.6,
      "spent": 133
     },
     {
      "name": "Mia",
      "age": 53,
      "height": 159,
      "weight": 109,
      "date_of_registration": "07\/26\/2019",
      "date_of_last_visit": "01\/08\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Classical",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Gardening",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 25.1,
      "score": 67.2,
      "spent": 179
     },
     {
      "name": "Mason",
      "age": 47,
      "height": 200,
      "weight": 90,
      "date_of_registration": "03\/13\/2017",
      "date_of_last_visit": "04\/14\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Classical",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Soda",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Traveling",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 26.2,
      "score": 43.2,
      "spent": 453
     },
     {
      "name": "Charlotte",
      "age": 45,
      "height": 195,
      "weight": 76,
      "date_of_registration": "03\/10\/2019",
      "date_of_last_visit": "04\/21\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Country",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 26.4,
      "score": 53.6,
      "spent": 94
     },
     {
      "name": "Logan",
      "age": 24,
      "height": 165,
      "weight": 99,
      "date_of_registration": "10\/03\/2018",
      "date_of_last_visit": "04\/12\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Soul",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Steak",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Traveling",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 25.3,
      "score": 80.9,
      "spent": 481
     },
     {
      "name": "Amelia",
      "age": 61,
      "height": 172,
      "weight": 111,
      "date_of_registration": "02\/13\/2019",
      "date_of_last_visit": "05\/05\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Ska",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Cycling",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 35.2,
      "score": 78.1,
      "spent": 455
     },
     {
      "name": "James",
      "age": 74,
      "height": 173,
      "weight": 91,
      "date_of_registration": "05\/31\/2020",
      "date_of_last_visit": "05\/14\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Shining",
      "music": "Electronic",
      "favorite_video_game": "Fortnite",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Taco",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 26,
      "score": 89.6,
      "spent": 314
     },
     {
      "name": "Harper",
      "age": 45,
      "height": 178,
      "weight": 101,
      "date_of_registration": "08\/16\/2022",
      "date_of_last_visit": "01\/16\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "R&B",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Ice cream",
      "activities": "Reading",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 38.3,
      "score": 15.1,
      "spent": 235
     },
     {
      "name": "John",
      "age": 70,
      "height": 190,
      "weight": 72,
      "date_of_registration": "04\/09\/2022",
      "date_of_last_visit": "10\/24\/2023",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Electronic",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Painting",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 36,
      "score": 78.4,
      "spent": 108
     },
     {
      "name": "Evelyn",
      "age": 30,
      "height": 167,
      "weight": 111,
      "date_of_registration": "05\/21\/2021",
      "date_of_last_visit": "01\/15\/2023",
      "hobbies": "Camping",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Catch-22",
      "music": "Country",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Photography",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 41.1,
      "score": 44.4,
      "spent": 330
     },
     {
      "name": "Benjamin",
      "age": 38,
      "height": 164,
      "weight": 92,
      "date_of_registration": "12\/26\/2015",
      "date_of_last_visit": "09\/04\/2024",
      "hobbies": "Sports",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hobbit",
      "music": "Funk",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Sushi",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Playing board games",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 36.1,
      "score": 70.6,
      "spent": 89
     },
     {
      "name": "Abigail",
      "age": 84,
      "height": 195,
      "weight": 105,
      "date_of_registration": "04\/09\/2018",
      "date_of_last_visit": "11\/18\/2024",
      "hobbies": "Sports",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Da Vinci Code",
      "music": "Techno",
      "favorite_video_game": "Overwatch",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Fruit salad",
      "activities": "Camping",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 26.8,
      "score": 17.6,
      "spent": 210
     },
     {
      "name": "William",
      "age": 33,
      "height": 169,
      "weight": 86,
      "date_of_registration": "12\/18\/2017",
      "date_of_last_visit": "02\/27\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Blues",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Steak",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 24.7,
      "score": 20.8,
      "spent": 240
     },
     {
      "name": "Emily",
      "age": 82,
      "height": 187,
      "weight": 91,
      "date_of_registration": "09\/14\/2019",
      "date_of_last_visit": "05\/04\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Fault in Our Stars",
      "music": "Punk",
      "favorite_video_game": "FIFA 21",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 40.4,
      "score": 37.6,
      "spent": 301
     },
     {
      "name": "Alexander",
      "age": 81,
      "height": 199,
      "weight": 116,
      "date_of_registration": "07\/17\/2017",
      "date_of_last_visit": "12\/31\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Folk",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cheesecake",
      "activities": "Meditation",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 25,
      "score": 21.9,
      "spent": 246
     },
     {
      "name": "Elizabeth",
      "age": 21,
      "height": 190,
      "weight": 90,
      "date_of_registration": "10\/01\/2015",
      "date_of_last_visit": "08\/29\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Da Vinci Code",
      "music": "Rap",
      "favorite_video_game": "Genshin Impact",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Pizza",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 27.3,
      "score": 67.6,
      "spent": 378
     },
     {
      "name": "Henry",
      "age": 31,
      "height": 193,
      "weight": 94,
      "date_of_registration": "04\/10\/2017",
      "date_of_last_visit": "09\/18\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Blue",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Rap",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Reading",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 25.9,
      "score": 23.7,
      "spent": 444
     },
     {
      "name": "Avery",
      "age": 29,
      "height": 192,
      "weight": 114,
      "date_of_registration": "08\/31\/2015",
      "date_of_last_visit": "02\/10\/2024",
      "hobbies": "Photography",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Classical",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Gardening",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 48.1,
      "score": 64.9,
      "spent": 20
     },
     {
      "name": "Michael",
      "age": 24,
      "height": 179,
      "weight": 97,
      "date_of_registration": "03\/06\/2020",
      "date_of_last_visit": "01\/05\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Indie",
      "favorite_video_game": "Days Gone",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Playing tennis or other sports",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 20.9,
      "score": 53.4,
      "spent": 212
     },
     {
      "name": "Ella",
      "age": 27,
      "height": 182,
      "weight": 89,
      "date_of_registration": "06\/28\/2022",
      "date_of_last_visit": "04\/12\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Yellow",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Punk",
      "favorite_video_game": "Apex Legends",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Taco",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Writing",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 31,
      "score": 48.8,
      "spent": 316
     },
     {
      "name": "Daniel",
      "age": 39,
      "height": 199,
      "weight": 116,
      "date_of_registration": "06\/25\/2015",
      "date_of_last_visit": "06\/23\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Odyssey",
      "music": "Rap",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 31.6,
      "score": 23.9,
      "spent": 296
     },
     {
      "name": "Scarlett",
      "age": 75,
      "height": 159,
      "weight": 98,
      "date_of_registration": "05\/27\/2015",
      "date_of_last_visit": "10\/11\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hobbit",
      "music": "Techno",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Soda",
      "favorite_dessert": "Berry pie",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 28.1,
      "score": 37.3,
      "spent": 170
     },
     {
      "name": "Samuel",
      "age": 82,
      "height": 180,
      "weight": 95,
      "date_of_registration": "04\/26\/2021",
      "date_of_last_visit": "04\/27\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Folk",
      "favorite_video_game": "Fortnite",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Playing board games",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 47.6,
      "score": 86.6,
      "spent": 170
     },
     {
      "name": "Grace",
      "age": 80,
      "height": 178,
      "weight": 118,
      "date_of_registration": "05\/23\/2021",
      "date_of_last_visit": "10\/10\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Anne of Green Gables",
      "music": "Metal",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate cake",
      "activities": "Rock climbing",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 38.2,
      "score": 87.9,
      "spent": 457
     },
     {
      "name": "Matthew",
      "age": 59,
      "height": 161,
      "weight": 71,
      "date_of_registration": "03\/15\/2022",
      "date_of_last_visit": "09\/08\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Electronic",
      "favorite_video_game": "Bloodborne",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Steak",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 31.9,
      "score": 83.9,
      "spent": 107
     },
     {
      "name": "Chloe",
      "age": 62,
      "height": 168,
      "weight": 78,
      "date_of_registration": "07\/24\/2015",
      "date_of_last_visit": "11\/15\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Rock",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Playing board games",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 40.7,
      "score": 25.8,
      "spent": 203
     },
     {
      "name": "Joseph",
      "age": 77,
      "height": 168,
      "weight": 80,
      "date_of_registration": "10\/01\/2019",
      "date_of_last_visit": "01\/08\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Rock",
      "favorite_video_game": "Apex Legends",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Lemon pie",
      "activities": "Sculpting",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 23.6,
      "score": 16.7,
      "spent": 257
     },
     {
      "name": "Victoria",
      "age": 25,
      "height": 182,
      "weight": 71,
      "date_of_registration": "12\/25\/2020",
      "date_of_last_visit": "08\/02\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Pride and Prejudice",
      "music": "Blues",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 20.8,
      "score": 72.1,
      "spent": 63
     },
     {
      "name": "David",
      "age": 49,
      "height": 186,
      "weight": 97,
      "date_of_registration": "03\/01\/2015",
      "date_of_last_visit": "10\/09\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Great Gatsby",
      "music": "Classical",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 22.6,
      "score": 16.5,
      "spent": 60
     },
     {
      "name": "John",
      "age": 65,
      "height": 195,
      "weight": 69,
      "date_of_registration": "07\/25\/2018",
      "date_of_last_visit": "01\/19\/2023",
      "hobbies": "Traveling",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Bell Jar",
      "music": "Techno",
      "favorite_video_game": "Destiny 2",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Cycling",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 46.8,
      "score": 88.2,
      "spent": 313
     },
     {
      "name": "Carter",
      "age": 28,
      "height": 170,
      "weight": 110,
      "date_of_registration": "06\/22\/2022",
      "date_of_last_visit": "04\/06\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "Funk",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Taco",
      "favorite_drink": "Juice",
      "favorite_dessert": "Crème brûlée",
      "activities": "Volunteering",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 39.7,
      "score": 68.1,
      "spent": 117
     },
     {
      "name": "Zoey",
      "age": 60,
      "height": 181,
      "weight": 108,
      "date_of_registration": "03\/21\/2017",
      "date_of_last_visit": "07\/25\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "White",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Wuthering Heights",
      "music": "Gospel",
      "favorite_video_game": "Apex Legends",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Soda",
      "favorite_dessert": "Ice cream",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 38.5,
      "score": 54.9,
      "spent": 221
     },
     {
      "name": "Owen",
      "age": 55,
      "height": 190,
      "weight": 99,
      "date_of_registration": "04\/25\/2017",
      "date_of_last_visit": "04\/11\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Pop",
      "favorite_video_game": "League of Legends",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Steak",
      "favorite_drink": "Water",
      "favorite_dessert": "Panna cotta",
      "activities": "Woodworking",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 30.5,
      "score": 51.5,
      "spent": 44
     },
     {
      "name": "Lily",
      "age": 54,
      "height": 160,
      "weight": 78,
      "date_of_registration": "03\/02\/2017",
      "date_of_last_visit": "08\/06\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Shining",
      "music": "Rap",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Sculpting",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 39.1,
      "score": 20.1,
      "spent": 205
     },
     {
      "name": "Wyatt",
      "age": 41,
      "height": 165,
      "weight": 76,
      "date_of_registration": "01\/02\/2021",
      "date_of_last_visit": "02\/25\/2023",
      "hobbies": "Photography",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Outsiders",
      "music": "Electronic",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Juice",
      "favorite_dessert": "Fruit salad",
      "activities": "Skiing or snowboarding",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 21.4,
      "score": 83.8,
      "spent": 184
     },
     {
      "name": "Lillian",
      "age": 24,
      "height": 187,
      "weight": 75,
      "date_of_registration": "10\/26\/2016",
      "date_of_last_visit": "05\/18\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Folk",
      "favorite_video_game": "Fortnite",
      "education_level": "Master's degree",
      "language": "Russian",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Yoga",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 30.6,
      "score": 12.2,
      "spent": 91
     },
     {
      "name": "Gabriel",
      "age": 21,
      "height": 194,
      "weight": 114,
      "date_of_registration": "04\/19\/2020",
      "date_of_last_visit": "06\/07\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Jazz",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 38.6,
      "score": 41.9,
      "spent": 184
     },
     {
      "name": "Natalie",
      "age": 28,
      "height": 166,
      "weight": 74,
      "date_of_registration": "12\/08\/2020",
      "date_of_last_visit": "08\/23\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Classical",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 37.2,
      "score": 82.7,
      "spent": 471
     },
     {
      "name": "Jack",
      "age": 29,
      "height": 160,
      "weight": 116,
      "date_of_registration": "01\/09\/2021",
      "date_of_last_visit": "12\/07\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Green",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Odyssey",
      "music": "Pop",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Gardening",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 35.7,
      "score": 30.3,
      "spent": 144
     },
     {
      "name": "Hannah",
      "age": 70,
      "height": 181,
      "weight": 87,
      "date_of_registration": "03\/24\/2018",
      "date_of_last_visit": "08\/16\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Harry Potter series",
      "music": "Metal",
      "favorite_video_game": "Genshin Impact",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Ice cream",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 31.2,
      "score": 66.6,
      "spent": 285
     },
     {
      "name": "Luke",
      "age": 73,
      "height": 173,
      "weight": 66,
      "date_of_registration": "06\/03\/2018",
      "date_of_last_visit": "10\/09\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Name of the Wind",
      "music": "Blues",
      "favorite_video_game": "League of Legends",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Water",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 47.9,
      "score": 70.4,
      "spent": 53
     },
     {
      "name": "Layla",
      "age": 43,
      "height": 171,
      "weight": 113,
      "date_of_registration": "11\/28\/2020",
      "date_of_last_visit": "12\/27\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Funk",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Taco",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 44,
      "score": 85.6,
      "spent": 74
     },
     {
      "name": "Jayden",
      "age": 22,
      "height": 164,
      "weight": 114,
      "date_of_registration": "02\/17\/2019",
      "date_of_last_visit": "02\/16\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Red",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Catcher in the Rye",
      "music": "Ska",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Yoga",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 49,
      "score": 62.5,
      "spent": 511
     },
     {
      "name": "Addison",
      "age": 63,
      "height": 197,
      "weight": 109,
      "date_of_registration": "02\/11\/2015",
      "date_of_last_visit": "02\/25\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Secret Garden",
      "music": "Funk",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Steak",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Cooking",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 39.3,
      "score": 36.3,
      "spent": 355
     },
     {
      "name": "Dylan",
      "age": 43,
      "height": 163,
      "weight": 71,
      "date_of_registration": "02\/02\/2015",
      "date_of_last_visit": "03\/18\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Jazz",
      "favorite_video_game": "Fortnite",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 27.6,
      "score": 56.3,
      "spent": 282
     },
     {
      "name": "Aubrey",
      "age": 46,
      "height": 179,
      "weight": 112,
      "date_of_registration": "08\/27\/2021",
      "date_of_last_visit": "12\/20\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Matilda",
      "music": "R&B",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Fruit salad",
      "activities": "Camping",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 20.1,
      "score": 14.5,
      "spent": 197
     },
     {
      "name": "Grayson",
      "age": 23,
      "height": 196,
      "weight": 106,
      "date_of_registration": "12\/26\/2020",
      "date_of_last_visit": "12\/28\/2024",
      "hobbies": "Photography",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "R&B",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Woodworking",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 26.7,
      "score": 83.6,
      "spent": 65
     },
     {
      "name": "Brooklyn",
      "age": 68,
      "height": 199,
      "weight": 82,
      "date_of_registration": "01\/30\/2018",
      "date_of_last_visit": "08\/15\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Gospel",
      "favorite_video_game": "League of Legends",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Crème brûlée",
      "activities": "Painting",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 31,
      "score": 16.8,
      "spent": 507
     },
     {
      "name": "Levi",
      "age": 50,
      "height": 167,
      "weight": 111,
      "date_of_registration": "07\/25\/2022",
      "date_of_last_visit": "05\/05\/2024",
      "hobbies": "Camping",
      "favorite_color": "Black",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "R&B",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Cycling",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 41.8,
      "score": 27.5,
      "spent": 53
     },
     {
      "name": "Zoe",
      "age": 36,
      "height": 174,
      "weight": 66,
      "date_of_registration": "08\/02\/2016",
      "date_of_last_visit": "02\/10\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Gone with the Wind",
      "music": "Funk",
      "favorite_video_game": "Days Gone",
      "education_level": "Master's degree",
      "language": "Bengali",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cheesecake",
      "activities": "Rock climbing",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 33.7,
      "score": 19,
      "spent": 433
     },
     {
      "name": "John",
      "age": 26,
      "height": 169,
      "weight": 77,
      "date_of_registration": "11\/03\/2015",
      "date_of_last_visit": "01\/05\/2024",
      "hobbies": "Camping",
      "favorite_color": "White",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Soul",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Woodworking",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 23.1,
      "score": 20.4,
      "spent": 211
     },
     {
      "name": "Penelope",
      "age": 78,
      "height": 182,
      "weight": 71,
      "date_of_registration": "01\/14\/2019",
      "date_of_last_visit": "11\/29\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Yellow",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Little Prince",
      "music": "Folk",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Soda",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Pottery",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 43.3,
      "score": 19.5,
      "spent": 27
     },
     {
      "name": "Julian",
      "age": 84,
      "height": 181,
      "weight": 97,
      "date_of_registration": "08\/15\/2015",
      "date_of_last_visit": "08\/30\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Catcher in the Rye",
      "music": "Indie",
      "favorite_video_game": "Death Stranding",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Sushi",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Painting",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 44.8,
      "score": 76,
      "spent": 360
     },
     {
      "name": "Madelyn",
      "age": 65,
      "height": 184,
      "weight": 110,
      "date_of_registration": "03\/04\/2016",
      "date_of_last_visit": "07\/27\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Jane Eyre",
      "music": "Jazz",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Milk",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 23.8,
      "score": 12.6,
      "spent": 527
     },
     {
      "name": "Anthony",
      "age": 81,
      "height": 196,
      "weight": 82,
      "date_of_registration": "12\/08\/2016",
      "date_of_last_visit": "12\/03\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "War and Peace",
      "music": "Pop",
      "favorite_video_game": "Days Gone",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Taco",
      "favorite_drink": "Juice",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 20.5,
      "score": 82.8,
      "spent": 190
     },
     {
      "name": "Leah",
      "age": 56,
      "height": 183,
      "weight": 77,
      "date_of_registration": "12\/05\/2022",
      "date_of_last_visit": "04\/24\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Electronic",
      "favorite_video_game": "Days Gone",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 41.5,
      "score": 64.2,
      "spent": 250
     },
     {
      "name": "Samuel",
      "age": 62,
      "height": 162,
      "weight": 111,
      "date_of_registration": "11\/22\/2021",
      "date_of_last_visit": "07\/14\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Da Vinci Code",
      "music": "Hip-hop",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Woodworking",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 24.1,
      "score": 84.2,
      "spent": 276
     },
     {
      "name": "Sadie",
      "age": 65,
      "height": 170,
      "weight": 92,
      "date_of_registration": "12\/16\/2020",
      "date_of_last_visit": "08\/05\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Funk",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Ice cream",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 48.2,
      "score": 85,
      "spent": 36
     },
     {
      "name": "Lincoln",
      "age": 44,
      "height": 188,
      "weight": 105,
      "date_of_registration": "01\/26\/2022",
      "date_of_last_visit": "12\/27\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Lord of the Rings",
      "music": "Rock",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Milk",
      "favorite_dessert": "Lemon pie",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 37.8,
      "score": 45.1,
      "spent": 211
     },
     {
      "name": "Ariana",
      "age": 49,
      "height": 183,
      "weight": 100,
      "date_of_registration": "08\/29\/2016",
      "date_of_last_visit": "08\/14\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Indie",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Cycling",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 39.4,
      "score": 66.8,
      "spent": 274
     },
     {
      "name": "Christopher",
      "age": 59,
      "height": 199,
      "weight": 103,
      "date_of_registration": "08\/02\/2022",
      "date_of_last_visit": "03\/06\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Don Quixote",
      "music": "Ska",
      "favorite_video_game": "Rocket League",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Knitting or crocheting",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 42.6,
      "score": 71.4,
      "spent": 407
     },
     {
      "name": "Savannah",
      "age": 64,
      "height": 193,
      "weight": 103,
      "date_of_registration": "09\/30\/2017",
      "date_of_last_visit": "11\/13\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Fault in Our Stars",
      "music": "Classical",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Sushi",
      "favorite_drink": "Juice",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Dancing",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 40.2,
      "score": 13.7,
      "spent": 221
     },
     {
      "name": "Joshua",
      "age": 82,
      "height": 172,
      "weight": 97,
      "date_of_registration": "01\/25\/2020",
      "date_of_last_visit": "12\/01\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Rock",
      "favorite_video_game": "Genshin Impact",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel pudding",
      "activities": "Hiking",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 44.7,
      "score": 57.4,
      "spent": 271
     },
     {
      "name": "Nora",
      "age": 42,
      "height": 182,
      "weight": 66,
      "date_of_registration": "12\/31\/2015",
      "date_of_last_visit": "08\/16\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Hip-hop",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Knitting or crocheting",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 35.9,
      "score": 33.3,
      "spent": 62
     },
     {
      "name": "Andrew",
      "age": 80,
      "height": 197,
      "weight": 117,
      "date_of_registration": "07\/14\/2016",
      "date_of_last_visit": "11\/09\/2024",
      "hobbies": "Sports",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Odyssey",
      "music": "Rock",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Swimming",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 44.2,
      "score": 74.8,
      "spent": 130
     },
     {
      "name": "Camila",
      "age": 49,
      "height": 168,
      "weight": 112,
      "date_of_registration": "02\/12\/2021",
      "date_of_last_visit": "05\/24\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Great Gatsby",
      "music": "Punk",
      "favorite_video_game": "Among Us",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 30.4,
      "score": 79.9,
      "spent": 195
     },
     {
      "name": "Nathan",
      "age": 25,
      "height": 199,
      "weight": 71,
      "date_of_registration": "12\/09\/2022",
      "date_of_last_visit": "02\/13\/2023",
      "hobbies": "Photography",
      "favorite_color": "Brown",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Jazz",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Birdwatching",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 41.7,
      "score": 51.8,
      "spent": 296
     },
     {
      "name": "Stella",
      "age": 82,
      "height": 175,
      "weight": 115,
      "date_of_registration": "09\/20\/2019",
      "date_of_last_visit": "03\/30\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Les Misérables",
      "music": "Punk",
      "favorite_video_game": "Destiny 2",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Milk",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 34.7,
      "score": 88.1,
      "spent": 314
     },
     {
      "name": "Ryan",
      "age": 60,
      "height": 196,
      "weight": 119,
      "date_of_registration": "03\/09\/2021",
      "date_of_last_visit": "11\/05\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Brown",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Alchemist",
      "music": "Country",
      "favorite_video_game": "Overwatch",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Cycling",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 35.1,
      "score": 51.7,
      "spent": 18
     },
     {
      "name": "Ellie",
      "age": 61,
      "height": 176,
      "weight": 114,
      "date_of_registration": "10\/19\/2017",
      "date_of_last_visit": "11\/25\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Ska",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Lemon pie",
      "activities": "Playing tennis or other sports",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 38.9,
      "score": 35.6,
      "spent": 63
     },
     {
      "name": "Evan",
      "age": 59,
      "height": 191,
      "weight": 66,
      "date_of_registration": "05\/04\/2016",
      "date_of_last_visit": "02\/09\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Jazz",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Taco",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Yoga",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 24.3,
      "score": 31,
      "spent": 429
     },
     {
      "name": "Paisley",
      "age": 74,
      "height": 170,
      "weight": 82,
      "date_of_registration": "03\/22\/2018",
      "date_of_last_visit": "08\/09\/2023",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Reggae",
      "favorite_video_game": "Minecraft",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Steak",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 37.2,
      "score": 37.8,
      "spent": 464
     },
     {
      "name": "John",
      "age": 74,
      "height": 178,
      "weight": 116,
      "date_of_registration": "06\/02\/2018",
      "date_of_last_visit": "06\/23\/2024",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Lord of the Rings",
      "music": "Gospel",
      "favorite_video_game": "Persona 5",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Pottery",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 32.5,
      "score": 42.7,
      "spent": 71
     },
     {
      "name": "Skylar",
      "age": 78,
      "height": 190,
      "weight": 84,
      "date_of_registration": "10\/10\/2022",
      "date_of_last_visit": "06\/24\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Red",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Jazz",
      "favorite_video_game": "League of Legends",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Panna cotta",
      "activities": "Hiking",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 47.4,
      "score": 22.2,
      "spent": 134
     },
     {
      "name": "Hunter",
      "age": 32,
      "height": 169,
      "weight": 105,
      "date_of_registration": "04\/03\/2015",
      "date_of_last_visit": "01\/06\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Country",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Ice cream",
      "activities": "Dancing",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 34.6,
      "score": 52.5,
      "spent": 343
     },
     {
      "name": "Claire",
      "age": 81,
      "height": 186,
      "weight": 111,
      "date_of_registration": "03\/28\/2017",
      "date_of_last_visit": "03\/26\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Metal",
      "favorite_video_game": "Rocket League",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 22.1,
      "score": 25.3,
      "spent": 511
     },
     {
      "name": "Isaiah",
      "age": 53,
      "height": 165,
      "weight": 95,
      "date_of_registration": "01\/20\/2016",
      "date_of_last_visit": "04\/17\/2024",
      "hobbies": "Sports",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Soul",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 22.6,
      "score": 59.9,
      "spent": 375
     },
     {
      "name": "Aurora",
      "age": 77,
      "height": 188,
      "weight": 68,
      "date_of_registration": "04\/22\/2020",
      "date_of_last_visit": "07\/14\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Da Vinci Code",
      "music": "Gospel",
      "favorite_video_game": "World of Warcraft",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Juice",
      "favorite_dessert": "Fruit salad",
      "activities": "Rock climbing",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 31,
      "score": 59.2,
      "spent": 404
     },
     {
      "name": "Cooper",
      "age": 29,
      "height": 168,
      "weight": 108,
      "date_of_registration": "10\/04\/2020",
      "date_of_last_visit": "01\/12\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Rock",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Cycling",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 29.3,
      "score": 25.1,
      "spent": 186
     },
     {
      "name": "Violet",
      "age": 74,
      "height": 176,
      "weight": 87,
      "date_of_registration": "07\/06\/2016",
      "date_of_last_visit": "07\/11\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Electronic",
      "favorite_video_game": "NBA 2K21",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Panna cotta",
      "activities": "Gardening",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 26.2,
      "score": 58.9,
      "spent": 59
     },
     {
      "name": "Adam",
      "age": 76,
      "height": 196,
      "weight": 109,
      "date_of_registration": "06\/23\/2016",
      "date_of_last_visit": "06\/13\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Brown",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Fault in Our Stars",
      "music": "Electronic",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 45.8,
      "score": 82.9,
      "spent": 134
     },
     {
      "name": "Caroline",
      "age": 34,
      "height": 183,
      "weight": 77,
      "date_of_registration": "06\/16\/2015",
      "date_of_last_visit": "06\/03\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Don Quixote",
      "music": "Blues",
      "favorite_video_game": "Destiny 2",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Berry pie",
      "activities": "Playing video games",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 34.3,
      "score": 70.5,
      "spent": 254
     },
     {
      "name": "Jaxon",
      "age": 59,
      "height": 176,
      "weight": 104,
      "date_of_registration": "01\/01\/2018",
      "date_of_last_visit": "10\/30\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "Harry Potter series",
      "music": "Blues",
      "favorite_video_game": "Persona 5",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Milk",
      "favorite_dessert": "Cheesecake",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 28.5,
      "score": 55.4,
      "spent": 207
     },
     {
      "name": "Naomi",
      "age": 52,
      "height": 179,
      "weight": 84,
      "date_of_registration": "09\/19\/2021",
      "date_of_last_visit": "11\/02\/2024",
      "hobbies": "Reading",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Funk",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Water",
      "favorite_dessert": "Apple pie",
      "activities": "Playing board games",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 44.2,
      "score": 81.7,
      "spent": 155
     },
     {
      "name": "Eli",
      "age": 62,
      "height": 167,
      "weight": 105,
      "date_of_registration": "01\/17\/2016",
      "date_of_last_visit": "06\/13\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "White",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Jane Eyre",
      "music": "Soul",
      "favorite_video_game": "Among Us",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Juice",
      "favorite_dessert": "Ice cream",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 39.8,
      "score": 84.5,
      "spent": 530
     },
     {
      "name": "Piper",
      "age": 59,
      "height": 189,
      "weight": 112,
      "date_of_registration": "03\/05\/2016",
      "date_of_last_visit": "05\/13\/2024",
      "hobbies": "Horseback riding",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Electronic",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 37,
      "score": 85.3,
      "spent": 174
     },
     {
      "name": "Sebastian",
      "age": 77,
      "height": 184,
      "weight": 95,
      "date_of_registration": "03\/06\/2019",
      "date_of_last_visit": "01\/31\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Lord of the Rings",
      "music": "Soul",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Taco",
      "favorite_drink": "Water",
      "favorite_dessert": "Apple pie",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 47.8,
      "score": 32.1,
      "spent": 3
     },
     {
      "name": "Ruby",
      "age": 63,
      "height": 184,
      "weight": 98,
      "date_of_registration": "10\/01\/2020",
      "date_of_last_visit": "06\/24\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Reggae",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Water",
      "favorite_dessert": "Ice cream",
      "activities": "Playing board games",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 22.2,
      "score": 88.8,
      "spent": 188
     },
     {
      "name": "John",
      "age": 69,
      "height": 189,
      "weight": 75,
      "date_of_registration": "02\/06\/2021",
      "date_of_last_visit": "12\/25\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "Dracula",
      "music": "Folk",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Milk",
      "favorite_dessert": "Lemon pie",
      "activities": "Gardening",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 21.5,
      "score": 75.8,
      "spent": 389
     },
     {
      "name": "Lucy",
      "age": 77,
      "height": 194,
      "weight": 76,
      "date_of_registration": "03\/10\/2017",
      "date_of_last_visit": "12\/26\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Metal",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Pizza",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Traveling",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 30.3,
      "score": 82.6,
      "spent": 429
     },
     {
      "name": "Brayden",
      "age": 52,
      "height": 160,
      "weight": 118,
      "date_of_registration": "07\/15\/2021",
      "date_of_last_visit": "02\/06\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Techno",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate cake",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 28.2,
      "score": 23.8,
      "spent": 61
     },
     {
      "name": "Anna",
      "age": 22,
      "height": 168,
      "weight": 91,
      "date_of_registration": "04\/30\/2015",
      "date_of_last_visit": "04\/15\/2023",
      "hobbies": "Gardening",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Divine Comedy",
      "music": "Jazz",
      "favorite_video_game": "Overwatch",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Playing tennis or other sports",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 22.9,
      "score": 32.2,
      "spent": 75
     },
     {
      "name": "Julian",
      "age": 69,
      "height": 168,
      "weight": 108,
      "date_of_registration": "02\/17\/2017",
      "date_of_last_visit": "05\/04\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Techno",
      "favorite_video_game": "Among Us",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Sculpting",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 30.5,
      "score": 12.4,
      "spent": 25
     },
     {
      "name": "Kennedy",
      "age": 36,
      "height": 161,
      "weight": 66,
      "date_of_registration": "11\/17\/2016",
      "date_of_last_visit": "01\/28\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Orange",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Hip-hop",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 39.3,
      "score": 43.6,
      "spent": 231
     },
     {
      "name": "Aaron",
      "age": 23,
      "height": 175,
      "weight": 88,
      "date_of_registration": "01\/27\/2016",
      "date_of_last_visit": "01\/06\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Wuthering Heights",
      "music": "Gospel",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Cooking",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 39.8,
      "score": 42.2,
      "spent": 156
     },
     {
      "name": "Hannah",
      "age": 63,
      "height": 188,
      "weight": 110,
      "date_of_registration": "09\/30\/2020",
      "date_of_last_visit": "03\/06\/2023",
      "hobbies": "Reading",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Don Quixote",
      "music": "Country",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Panna cotta",
      "activities": "Writing",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 28.8,
      "score": 80.2,
      "spent": 493
     },
     {
      "name": "Thomas",
      "age": 74,
      "height": 170,
      "weight": 95,
      "date_of_registration": "01\/31\/2016",
      "date_of_last_visit": "10\/30\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Soul",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Lemon pie",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 20.4,
      "score": 48.1,
      "spent": 176
     },
     {
      "name": "Katherine",
      "age": 75,
      "height": 170,
      "weight": 73,
      "date_of_registration": "08\/09\/2016",
      "date_of_last_visit": "07\/20\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Indie",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Volunteering",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 49.4,
      "score": 73.7,
      "spent": 437
     },
     {
      "name": "Charles",
      "age": 46,
      "height": 176,
      "weight": 109,
      "date_of_registration": "04\/03\/2021",
      "date_of_last_visit": "05\/04\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Lord of the Rings",
      "music": "Soul",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 30.7,
      "score": 24.6,
      "spent": 374
     },
     {
      "name": "Jasmine",
      "age": 27,
      "height": 166,
      "weight": 106,
      "date_of_registration": "01\/13\/2022",
      "date_of_last_visit": "03\/24\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Blue",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Blues",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Taco",
      "favorite_drink": "Tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 46,
      "score": 34.5,
      "spent": 245
     },
     {
      "name": "Caleb",
      "age": 66,
      "height": 178,
      "weight": 92,
      "date_of_registration": "04\/14\/2021",
      "date_of_last_visit": "08\/18\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Funk",
      "favorite_video_game": "World of Warcraft",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate cake",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 25.5,
      "score": 71.8,
      "spent": 526
     },
     {
      "name": "Audrey",
      "age": 65,
      "height": 180,
      "weight": 115,
      "date_of_registration": "05\/11\/2021",
      "date_of_last_visit": "10\/12\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Hobbit",
      "music": "Soul",
      "favorite_video_game": "League of Legends",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Watching movies",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 28,
      "score": 14.7,
      "spent": 103
     },
     {
      "name": "Owen",
      "age": 30,
      "height": 177,
      "weight": 71,
      "date_of_registration": "01\/15\/2019",
      "date_of_last_visit": "11\/20\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Black",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Pop",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cheesecake",
      "activities": "Watching movies",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 31.4,
      "score": 64.2,
      "spent": 459
     },
     {
      "name": "Alexa",
      "age": 50,
      "height": 187,
      "weight": 119,
      "date_of_registration": "12\/05\/2019",
      "date_of_last_visit": "09\/23\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Purple",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Crime and Punishment",
      "music": "Jazz",
      "favorite_video_game": "League of Legends",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Cycling",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 21.4,
      "score": 52.8,
      "spent": 404
     },
     {
      "name": "Connor",
      "age": 75,
      "height": 169,
      "weight": 72,
      "date_of_registration": "09\/18\/2021",
      "date_of_last_visit": "05\/28\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "Anne of Green Gables",
      "music": "Metal",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Woodworking",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 42.2,
      "score": 86.2,
      "spent": 313
     },
     {
      "name": "Lauren",
      "age": 75,
      "height": 197,
      "weight": 84,
      "date_of_registration": "10\/15\/2021",
      "date_of_last_visit": "11\/05\/2024",
      "hobbies": "Photography",
      "favorite_color": "Yellow",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Metal",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Fruit salad",
      "activities": "Photography",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 48.8,
      "score": 74.9,
      "spent": 68
     },
     {
      "name": "Josiah",
      "age": 44,
      "height": 189,
      "weight": 111,
      "date_of_registration": "10\/21\/2015",
      "date_of_last_visit": "10\/31\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Frankenstein",
      "music": "Gospel",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Tea",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Yoga",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 39.9,
      "score": 33.9,
      "spent": 469
     },
     {
      "name": "Alice",
      "age": 64,
      "height": 178,
      "weight": 114,
      "date_of_registration": "08\/04\/2018",
      "date_of_last_visit": "04\/07\/2023",
      "hobbies": "Reading",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Blues",
      "favorite_video_game": "Valorant",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel pudding",
      "activities": "Cycling",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 24,
      "score": 67.9,
      "spent": 233
     },
     {
      "name": "Cameron",
      "age": 42,
      "height": 173,
      "weight": 100,
      "date_of_registration": "12\/04\/2021",
      "date_of_last_visit": "11\/11\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Blues",
      "favorite_video_game": "Death Stranding",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 36,
      "score": 60.7,
      "spent": 4
     },
     {
      "name": "Eliana",
      "age": 23,
      "height": 191,
      "weight": 114,
      "date_of_registration": "01\/31\/2018",
      "date_of_last_visit": "12\/01\/2023",
      "hobbies": "Origami",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Wuthering Heights",
      "music": "Pop",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Fishing",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 49.5,
      "score": 29.9,
      "spent": 353
     },
     {
      "name": "John",
      "age": 21,
      "height": 179,
      "weight": 82,
      "date_of_registration": "07\/15\/2016",
      "date_of_last_visit": "05\/03\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": 1984,
      "music": "R&B",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 43.6,
      "score": 79.4,
      "spent": 287
     },
     {
      "name": "Maya",
      "age": 65,
      "height": 161,
      "weight": 72,
      "date_of_registration": "11\/26\/2021",
      "date_of_last_visit": "08\/09\/2023",
      "hobbies": "Sports",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Little Prince",
      "music": "Punk",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Pizza",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Reading",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 27.9,
      "score": 66.6,
      "spent": 61
     },
     {
      "name": "Robert",
      "age": 32,
      "height": 162,
      "weight": 65,
      "date_of_registration": "09\/21\/2018",
      "date_of_last_visit": "10\/01\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Blue",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Pop",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Writing",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 26.6,
      "score": 41.8,
      "spent": 206
     },
     {
      "name": "Aurora",
      "age": 65,
      "height": 171,
      "weight": 83,
      "date_of_registration": "09\/29\/2019",
      "date_of_last_visit": "05\/13\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Da Vinci Code",
      "music": "Punk",
      "favorite_video_game": "Overwatch",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 46.2,
      "score": 45.5,
      "spent": 475
     },
     {
      "name": "Roman",
      "age": 29,
      "height": 174,
      "weight": 105,
      "date_of_registration": "09\/13\/2020",
      "date_of_last_visit": "11\/25\/2024",
      "hobbies": "Sports",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Indie",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Master's degree",
      "language": "Telugu",
      "favorite_dish": "Pizza",
      "favorite_drink": "Tea",
      "favorite_dessert": "Apple pie",
      "activities": "Reading",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 26.1,
      "score": 53.7,
      "spent": 331
     },
     {
      "name": "Clara",
      "age": 57,
      "height": 167,
      "weight": 97,
      "date_of_registration": "09\/11\/2019",
      "date_of_last_visit": "08\/01\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Catch-22",
      "music": "Jazz",
      "favorite_video_game": "Persona 5",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate cake",
      "activities": "Birdwatching",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 38.8,
      "score": 57,
      "spent": 96
     },
     {
      "name": "Nicholas",
      "age": 73,
      "height": 164,
      "weight": 81,
      "date_of_registration": "09\/10\/2019",
      "date_of_last_visit": "10\/19\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Hip-hop",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 45.6,
      "score": 66.6,
      "spent": 364
     },
     {
      "name": "Eliana",
      "age": 33,
      "height": 166,
      "weight": 73,
      "date_of_registration": "07\/30\/2020",
      "date_of_last_visit": "08\/23\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Reggae",
      "favorite_video_game": "Apex Legends",
      "education_level": "Master's degree",
      "language": "Arabic",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 37.1,
      "score": 50.4,
      "spent": 10
     },
     {
      "name": "Easton",
      "age": 44,
      "height": 180,
      "weight": 84,
      "date_of_registration": "01\/29\/2017",
      "date_of_last_visit": "10\/08\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Punk",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Taco",
      "favorite_drink": "Soda",
      "favorite_dessert": "Lemon pie",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 44.2,
      "score": 67.1,
      "spent": 317
     },
     {
      "name": "Harper",
      "age": 73,
      "height": 173,
      "weight": 76,
      "date_of_registration": "07\/29\/2016",
      "date_of_last_visit": "08\/25\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Gospel",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Juice",
      "favorite_dessert": "Crème brûlée",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 20.8,
      "score": 36.6,
      "spent": 3
     },
     {
      "name": "Landon",
      "age": 75,
      "height": 185,
      "weight": 92,
      "date_of_registration": "03\/03\/2017",
      "date_of_last_visit": "10\/17\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Black",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "R&B",
      "favorite_video_game": "World of Warcraft",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Skiing or snowboarding",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 37.4,
      "score": 37.8,
      "spent": 287
     },
     {
      "name": "Hannah",
      "age": 73,
      "height": 171,
      "weight": 113,
      "date_of_registration": "02\/16\/2015",
      "date_of_last_visit": "10\/01\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Reggae",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel pudding",
      "activities": "Hiking",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 23.1,
      "score": 57.2,
      "spent": 393
     },
     {
      "name": "Zachary",
      "age": 24,
      "height": 191,
      "weight": 98,
      "date_of_registration": "06\/19\/2020",
      "date_of_last_visit": "04\/03\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Yellow",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Shining",
      "music": "Soul",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate cake",
      "activities": "Swimming",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 27.1,
      "score": 27.7,
      "spent": 333
     },
     {
      "name": "Taylor",
      "age": 82,
      "height": 159,
      "weight": 93,
      "date_of_registration": "03\/24\/2016",
      "date_of_last_visit": "12\/06\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Outsiders",
      "music": "Pop",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Pizza",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Photography",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 27.4,
      "score": 55.1,
      "spent": 247
     },
     {
      "name": "Cooper",
      "age": 79,
      "height": 188,
      "weight": 115,
      "date_of_registration": "12\/01\/2022",
      "date_of_last_visit": "02\/28\/2024",
      "hobbies": "Origami",
      "favorite_color": "Pink",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Jane Eyre",
      "music": "Punk",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Photography",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 31.8,
      "score": 44.7,
      "spent": 186
     },
     {
      "name": "Reagan",
      "age": 64,
      "height": 170,
      "weight": 87,
      "date_of_registration": "03\/03\/2021",
      "date_of_last_visit": "04\/20\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Brown",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Hip-hop",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Milk",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Watching movies",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 20.3,
      "score": 79.1,
      "spent": 487
     },
     {
      "name": "Xavier",
      "age": 40,
      "height": 183,
      "weight": 106,
      "date_of_registration": "04\/07\/2015",
      "date_of_last_visit": "12\/31\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Red",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lord of the Rings",
      "music": "Blues",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Cycling",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 47.9,
      "score": 80.6,
      "spent": 265
     },
     {
      "name": "Ariana",
      "age": 67,
      "height": 161,
      "weight": 96,
      "date_of_registration": "01\/21\/2016",
      "date_of_last_visit": "10\/14\/2024",
      "hobbies": "Archery",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Hip-hop",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Reading",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 22.5,
      "score": 50.2,
      "spent": 428
     },
     {
      "name": "Jordan",
      "age": 74,
      "height": 163,
      "weight": 96,
      "date_of_registration": "11\/15\/2019",
      "date_of_last_visit": "04\/04\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Catch-22",
      "music": "Ska",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Knitting or crocheting",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 38.7,
      "score": 26.4,
      "spent": 457
     },
     {
      "name": "Peyton",
      "age": 39,
      "height": 167,
      "weight": 97,
      "date_of_registration": "09\/25\/2018",
      "date_of_last_visit": "02\/26\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Pink",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Outsiders",
      "music": "Punk",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Woodworking",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 26.9,
      "score": 25.4,
      "spent": 5
     },
     {
      "name": "Ashton",
      "age": 26,
      "height": 159,
      "weight": 70,
      "date_of_registration": "07\/09\/2021",
      "date_of_last_visit": "03\/26\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Blue",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Classical",
      "favorite_video_game": "Among Us",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 35.7,
      "score": 57.7,
      "spent": 172
     },
     {
      "name": "Aaliyah",
      "age": 83,
      "height": 195,
      "weight": 94,
      "date_of_registration": "01\/26\/2016",
      "date_of_last_visit": "02\/27\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Funk",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 39.2,
      "score": 30.3,
      "spent": 112
     },
     {
      "name": "Kevin",
      "age": 58,
      "height": 165,
      "weight": 117,
      "date_of_registration": "04\/11\/2017",
      "date_of_last_visit": "02\/19\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Country",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Panna cotta",
      "activities": "Camping",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 45.2,
      "score": 14.5,
      "spent": 275
     },
     {
      "name": "London",
      "age": 46,
      "height": 191,
      "weight": 82,
      "date_of_registration": "09\/07\/2016",
      "date_of_last_visit": "10\/31\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Hunger Games",
      "music": "Jazz",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Playing tennis or other sports",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 48,
      "score": 60.7,
      "spent": 175
     },
     {
      "name": "Diego",
      "age": 72,
      "height": 175,
      "weight": 88,
      "date_of_registration": "04\/16\/2018",
      "date_of_last_visit": "03\/02\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": 1984,
      "music": "Pop",
      "favorite_video_game": "Valorant",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Taco",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Cheesecake",
      "activities": "Photography",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 39.3,
      "score": 66.1,
      "spent": 278
     },
     {
      "name": "Brooke",
      "age": 29,
      "height": 163,
      "weight": 91,
      "date_of_registration": "12\/20\/2020",
      "date_of_last_visit": "10\/09\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Brown",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Reggae",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Pizza",
      "favorite_drink": "Juice",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing board games",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 37.5,
      "score": 79.3,
      "spent": 218
     },
     {
      "name": "Blake",
      "age": 70,
      "height": 179,
      "weight": 68,
      "date_of_registration": "11\/19\/2015",
      "date_of_last_visit": "12\/03\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Folk",
      "favorite_video_game": "Among Us",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Gardening",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 44.2,
      "score": 23.6,
      "spent": 158
     },
     {
      "name": "Gabriella",
      "age": 80,
      "height": 167,
      "weight": 99,
      "date_of_registration": "03\/15\/2022",
      "date_of_last_visit": "11\/28\/2024",
      "hobbies": "Sports",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Electronic",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Crème brûlée",
      "activities": "Skiing or snowboarding",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 36.8,
      "score": 36.3,
      "spent": 498
     },
     {
      "name": "Bentley",
      "age": 34,
      "height": 164,
      "weight": 102,
      "date_of_registration": "07\/13\/2015",
      "date_of_last_visit": "04\/24\/2023",
      "hobbies": "Sports",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Wuthering Heights",
      "music": "Folk",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Berry pie",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 29.7,
      "score": 31.9,
      "spent": 135
     },
     {
      "name": "Alexis",
      "age": 59,
      "height": 169,
      "weight": 107,
      "date_of_registration": "03\/28\/2016",
      "date_of_last_visit": "03\/07\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Ska",
      "favorite_video_game": "Minecraft",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 38.2,
      "score": 37.4,
      "spent": 372
     },
     {
      "name": "Wyatt",
      "age": 68,
      "height": 192,
      "weight": 93,
      "date_of_registration": "08\/13\/2019",
      "date_of_last_visit": "07\/22\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Reggae",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 32.1,
      "score": 73.8,
      "spent": 383
     },
     {
      "name": "Jordyn",
      "age": 67,
      "height": 178,
      "weight": 111,
      "date_of_registration": "04\/23\/2022",
      "date_of_last_visit": "05\/19\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Catcher in the Rye",
      "music": "Pop",
      "favorite_video_game": "Fortnite",
      "education_level": "Doctorate",
      "language": "Bengali",
      "favorite_dish": "Steak",
      "favorite_drink": "Juice",
      "favorite_dessert": "Ice cream",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 20.6,
      "score": 61.3,
      "spent": 483
     },
     {
      "name": "Dominic",
      "age": 53,
      "height": 168,
      "weight": 116,
      "date_of_registration": "01\/19\/2020",
      "date_of_last_visit": "07\/16\/2024",
      "hobbies": "Photography",
      "favorite_color": "Brown",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Great Gatsby",
      "music": "Ska",
      "favorite_video_game": "Doom Eternal",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 46.7,
      "score": 36,
      "spent": 412
     },
     {
      "name": "Sydney",
      "age": 60,
      "height": 186,
      "weight": 85,
      "date_of_registration": "09\/16\/2019",
      "date_of_last_visit": "03\/19\/2023",
      "hobbies": "Camping",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Blues",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 26.1,
      "score": 26.1,
      "spent": 283
     },
     {
      "name": "Harrison",
      "age": 50,
      "height": 186,
      "weight": 70,
      "date_of_registration": "03\/08\/2016",
      "date_of_last_visit": "06\/06\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Purple",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Reggae",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Pizza",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Camping",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 37.4,
      "score": 48.3,
      "spent": 292
     },
     {
      "name": "Morgan",
      "age": 77,
      "height": 186,
      "weight": 118,
      "date_of_registration": "01\/02\/2020",
      "date_of_last_visit": "09\/28\/2024",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Catch-22",
      "music": "Hip-hop",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate cake",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 31,
      "score": 17,
      "spent": 337
     },
     {
      "name": "Tristan",
      "age": 53,
      "height": 190,
      "weight": 87,
      "date_of_registration": "06\/04\/2016",
      "date_of_last_visit": "07\/01\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Blues",
      "favorite_video_game": "Doom Eternal",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Birdwatching",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 37,
      "score": 68.8,
      "spent": 200
     },
     {
      "name": "Skye",
      "age": 52,
      "height": 180,
      "weight": 85,
      "date_of_registration": "03\/01\/2017",
      "date_of_last_visit": "06\/14\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Pride and Prejudice",
      "music": "Techno",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Doctorate",
      "language": "Bengali",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cheesecake",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 44,
      "score": 85.5,
      "spent": 286
     },
     {
      "name": "Jason",
      "age": 21,
      "height": 185,
      "weight": 98,
      "date_of_registration": "10\/03\/2018",
      "date_of_last_visit": "06\/25\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Little Prince",
      "music": "Reggae",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Cycling",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 21.3,
      "score": 71.8,
      "spent": 98
     },
     {
      "name": "Autumn",
      "age": 32,
      "height": 180,
      "weight": 96,
      "date_of_registration": "04\/06\/2017",
      "date_of_last_visit": "05\/29\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "Folk",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 36.4,
      "score": 44.9,
      "spent": 135
     },
     {
      "name": "Nolan",
      "age": 69,
      "height": 186,
      "weight": 115,
      "date_of_registration": "08\/29\/2022",
      "date_of_last_visit": "03\/09\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "White",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Catch-22",
      "music": "Soul",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 31.5,
      "score": 84.7,
      "spent": 204
     },
     {
      "name": "Faith",
      "age": 85,
      "height": 176,
      "weight": 85,
      "date_of_registration": "03\/13\/2021",
      "date_of_last_visit": "10\/16\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Metal",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Pizza",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Dancing",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 31.1,
      "score": 69.4,
      "spent": 335
     },
     {
      "name": "Miles",
      "age": 57,
      "height": 183,
      "weight": 95,
      "date_of_registration": "05\/13\/2021",
      "date_of_last_visit": "08\/19\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Metal",
      "favorite_video_game": "FIFA 21",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 24.2,
      "score": 81,
      "spent": 114
     },
     {
      "name": "Genesis",
      "age": 44,
      "height": 186,
      "weight": 107,
      "date_of_registration": "04\/26\/2018",
      "date_of_last_visit": "07\/01\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Reggae",
      "favorite_video_game": "FIFA 21",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Playing video games",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 37.2,
      "score": 24.5,
      "spent": 193
     },
     {
      "name": "Adam",
      "age": 79,
      "height": 184,
      "weight": 112,
      "date_of_registration": "08\/02\/2019",
      "date_of_last_visit": "01\/29\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Les Misérables",
      "music": "Country",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Meditation",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 28.6,
      "score": 68.5,
      "spent": 272
     },
     {
      "name": "Paige",
      "age": 52,
      "height": 192,
      "weight": 111,
      "date_of_registration": "11\/17\/2022",
      "date_of_last_visit": "04\/08\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Rap",
      "favorite_video_game": "Fortnite",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Tiramisu",
      "activities": "Pottery",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 48.1,
      "score": 29.7,
      "spent": 482
     },
     {
      "name": "Theodore",
      "age": 75,
      "height": 159,
      "weight": 119,
      "date_of_registration": "05\/19\/2022",
      "date_of_last_visit": "01\/08\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "Les Misérables",
      "music": "Hip-hop",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Milk",
      "favorite_dessert": "Lemon pie",
      "activities": "Swimming",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 20.5,
      "score": 68.6,
      "spent": 397
     },
     {
      "name": "Serenity",
      "age": 38,
      "height": 178,
      "weight": 83,
      "date_of_registration": "06\/16\/2017",
      "date_of_last_visit": "02\/26\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Rock",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Milk",
      "favorite_dessert": "Tiramisu",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 31.6,
      "score": 57.8,
      "spent": 321
     },
     {
      "name": "Wesley",
      "age": 37,
      "height": 186,
      "weight": 116,
      "date_of_registration": "07\/27\/2021",
      "date_of_last_visit": "10\/16\/2024",
      "hobbies": "Sports",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Hip-hop",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 39.2,
      "score": 45.8,
      "spent": 264
     },
     {
      "name": "Trinity",
      "age": 59,
      "height": 192,
      "weight": 75,
      "date_of_registration": "06\/30\/2019",
      "date_of_last_visit": "10\/22\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Rap",
      "favorite_video_game": "Death Stranding",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 23.9,
      "score": 27.3,
      "spent": 214
     },
     {
      "name": "Blake",
      "age": 48,
      "height": 181,
      "weight": 97,
      "date_of_registration": "05\/11\/2015",
      "date_of_last_visit": "08\/28\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Brown",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Pop",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel pudding",
      "activities": "Cooking",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 28.7,
      "score": 52.8,
      "spent": 251
     },
     {
      "name": "Kylie",
      "age": 76,
      "height": 161,
      "weight": 95,
      "date_of_registration": "02\/22\/2015",
      "date_of_last_visit": "09\/30\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Techno",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate cake",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 24.4,
      "score": 59.7,
      "spent": 486
     },
     {
      "name": "Nathaniel",
      "age": 71,
      "height": 197,
      "weight": 93,
      "date_of_registration": "07\/20\/2016",
      "date_of_last_visit": "07\/20\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Green",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Punk",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Tea",
      "favorite_dessert": "Apple pie",
      "activities": "Cycling",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 28.7,
      "score": 85.4,
      "spent": 58
     },
     {
      "name": "Serenity",
      "age": 76,
      "height": 196,
      "weight": 91,
      "date_of_registration": "08\/31\/2019",
      "date_of_last_visit": "12\/04\/2023",
      "hobbies": "Archery",
      "favorite_color": "Red",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Gospel",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Lemon pie",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 24,
      "score": 59.6,
      "spent": 362
     },
     {
      "name": "Rafael",
      "age": 84,
      "height": 199,
      "weight": 115,
      "date_of_registration": "10\/20\/2022",
      "date_of_last_visit": "05\/09\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Les Misérables",
      "music": "R&B",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Camping",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 34.5,
      "score": 53.3,
      "spent": 115
     },
     {
      "name": "Faith",
      "age": 41,
      "height": 167,
      "weight": 75,
      "date_of_registration": "08\/30\/2022",
      "date_of_last_visit": "10\/03\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Soul",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Skiing or snowboarding",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 47.9,
      "score": 66.6,
      "spent": 406
     },
     {
      "name": "Cole",
      "age": 31,
      "height": 192,
      "weight": 83,
      "date_of_registration": "05\/13\/2016",
      "date_of_last_visit": "06\/09\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Red",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Indie",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Pottery",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 28.9,
      "score": 44,
      "spent": 53
     },
     {
      "name": "Penelope",
      "age": 43,
      "height": 200,
      "weight": 115,
      "date_of_registration": "03\/21\/2017",
      "date_of_last_visit": "10\/08\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Soul",
      "favorite_video_game": "Minecraft",
      "education_level": "Doctorate",
      "language": "Bengali",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Apple pie",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 36.2,
      "score": 42.9,
      "spent": 28
     },
     {
      "name": "Brian",
      "age": 44,
      "height": 169,
      "weight": 66,
      "date_of_registration": "12\/15\/2019",
      "date_of_last_visit": "08\/11\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Pop",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 43.7,
      "score": 75.9,
      "spent": 12
     },
     {
      "name": "Athena",
      "age": 24,
      "height": 191,
      "weight": 97,
      "date_of_registration": "08\/18\/2018",
      "date_of_last_visit": "04\/23\/2023",
      "hobbies": "Reading",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Folk",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Milk",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 46,
      "score": 37.4,
      "spent": 247
     },
     {
      "name": "Vincent",
      "age": 31,
      "height": 173,
      "weight": 99,
      "date_of_registration": "10\/01\/2022",
      "date_of_last_visit": "02\/01\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "Metal",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Surfing",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 29.2,
      "score": 87.8,
      "spent": 398
     },
     {
      "name": "Destiny",
      "age": 41,
      "height": 187,
      "weight": 108,
      "date_of_registration": "11\/16\/2015",
      "date_of_last_visit": "03\/24\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Hip-hop",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Writing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 44.6,
      "score": 53.2,
      "spent": 416
     },
     {
      "name": "Brandon",
      "age": 65,
      "height": 195,
      "weight": 115,
      "date_of_registration": "06\/28\/2021",
      "date_of_last_visit": "04\/13\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Indie",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Pizza",
      "favorite_drink": "Tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 40.9,
      "score": 16.3,
      "spent": 237
     },
     {
      "name": "Delilah",
      "age": 55,
      "height": 178,
      "weight": 92,
      "date_of_registration": "10\/28\/2018",
      "date_of_last_visit": "12\/24\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Little Prince",
      "music": "Soul",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Skiing or snowboarding",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 39.1,
      "score": 62.1,
      "spent": 221
     },
     {
      "name": "Preston",
      "age": 72,
      "height": 179,
      "weight": 85,
      "date_of_registration": "11\/14\/2017",
      "date_of_last_visit": "01\/27\/2024",
      "hobbies": "Photography",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Blues",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Pottery",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 20.9,
      "score": 85.5,
      "spent": 237
     },
     {
      "name": "Gabrielle",
      "age": 77,
      "height": 169,
      "weight": 66,
      "date_of_registration": "09\/06\/2022",
      "date_of_last_visit": "04\/11\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Hip-hop",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 36,
      "score": 84.1,
      "spent": 396
     },
     {
      "name": "Elias",
      "age": 65,
      "height": 189,
      "weight": 97,
      "date_of_registration": "10\/04\/2021",
      "date_of_last_visit": "10\/19\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Fault in Our Stars",
      "music": "Classical",
      "favorite_video_game": "Dark Souls III",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Steak",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Yoga",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 33.8,
      "score": 22.1,
      "spent": 491
     },
     {
      "name": "John",
      "age": 44,
      "height": 187,
      "weight": 115,
      "date_of_registration": "10\/07\/2018",
      "date_of_last_visit": "07\/14\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Frankenstein",
      "music": "Classical",
      "favorite_video_game": "FIFA 21",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Taco",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 21,
      "score": 58.1,
      "spent": 159
     },
     {
      "name": "Colin",
      "age": 25,
      "height": 185,
      "weight": 95,
      "date_of_registration": "04\/17\/2020",
      "date_of_last_visit": "01\/17\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Secret Garden",
      "music": "Rock",
      "favorite_video_game": "Doom Eternal",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Skiing or snowboarding",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 44.4,
      "score": 79.5,
      "spent": 188
     },
     {
      "name": "Ariel",
      "age": 39,
      "height": 186,
      "weight": 96,
      "date_of_registration": "06\/21\/2020",
      "date_of_last_visit": "04\/22\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Indie",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Steak",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 33.5,
      "score": 63.9,
      "spent": 318
     },
     {
      "name": "Sawyer",
      "age": 41,
      "height": 173,
      "weight": 72,
      "date_of_registration": "08\/01\/2022",
      "date_of_last_visit": "03\/23\/2023",
      "hobbies": "Photography",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Classical",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Soda",
      "favorite_dessert": "Lemon pie",
      "activities": "Photography",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 48.7,
      "score": 34.6,
      "spent": 380
     },
     {
      "name": "Preston",
      "age": 67,
      "height": 179,
      "weight": 83,
      "date_of_registration": "03\/29\/2015",
      "date_of_last_visit": "04\/06\/2023",
      "hobbies": "Camping",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Matilda",
      "music": "R&B",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 42.5,
      "score": 53.4,
      "spent": 274
     },
     {
      "name": "Chase",
      "age": 69,
      "height": 172,
      "weight": 116,
      "date_of_registration": "03\/05\/2020",
      "date_of_last_visit": "04\/03\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Crime and Punishment",
      "music": "Ska",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate cake",
      "activities": "Painting",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 29,
      "score": 21.9,
      "spent": 151
     },
     {
      "name": "Vincent",
      "age": 31,
      "height": 187,
      "weight": 110,
      "date_of_registration": "01\/10\/2019",
      "date_of_last_visit": "03\/08\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "White",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Help",
      "music": "Country",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Soda",
      "favorite_dessert": "Crème brûlée",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 40.9,
      "score": 53.9,
      "spent": 100
     },
     {
      "name": "Eduardo",
      "age": 71,
      "height": 198,
      "weight": 79,
      "date_of_registration": "05\/01\/2020",
      "date_of_last_visit": "11\/13\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Alchemist",
      "music": "Electronic",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Camping",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 27.3,
      "score": 17,
      "spent": 160
     },
     {
      "name": "Ariel",
      "age": 64,
      "height": 169,
      "weight": 106,
      "date_of_registration": "01\/31\/2020",
      "date_of_last_visit": "10\/02\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Secret Garden",
      "music": "Soul",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Surfing",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 46.3,
      "score": 53.8,
      "spent": 515
     },
     {
      "name": "Fernando",
      "age": 29,
      "height": 196,
      "weight": 116,
      "date_of_registration": "01\/26\/2022",
      "date_of_last_visit": "10\/14\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Purple",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Reggae",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Berry pie",
      "activities": "Rock climbing",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 44.4,
      "score": 70.1,
      "spent": 62
     },
     {
      "name": "Summer",
      "age": 41,
      "height": 188,
      "weight": 117,
      "date_of_registration": "03\/23\/2015",
      "date_of_last_visit": "12\/20\/2023",
      "hobbies": "Archery",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Hip-hop",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Sushi",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate cake",
      "activities": "Camping",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 24.4,
      "score": 55.1,
      "spent": 191
     },
     {
      "name": "Miguel",
      "age": 76,
      "height": 176,
      "weight": 114,
      "date_of_registration": "07\/12\/2021",
      "date_of_last_visit": "03\/08\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Giver",
      "music": "Folk",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 44.3,
      "score": 47,
      "spent": 417
     },
     {
      "name": "Thomas",
      "age": 71,
      "height": 173,
      "weight": 102,
      "date_of_registration": "04\/01\/2022",
      "date_of_last_visit": "10\/15\/2024",
      "hobbies": "Origami",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Jane Eyre",
      "music": "Techno",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Birdwatching",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 33.6,
      "score": 79.7,
      "spent": 306
     },
     {
      "name": "Katherine",
      "age": 42,
      "height": 178,
      "weight": 79,
      "date_of_registration": "09\/14\/2015",
      "date_of_last_visit": "09\/15\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Rap",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 41.5,
      "score": 19,
      "spent": 133
     },
     {
      "name": "Charles",
      "age": 84,
      "height": 194,
      "weight": 72,
      "date_of_registration": "02\/21\/2021",
      "date_of_last_visit": "07\/14\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Gone with the Wind",
      "music": "Classical",
      "favorite_video_game": "Rocket League",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Birdwatching",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 48,
      "score": 75.8,
      "spent": 21
     },
     {
      "name": "Jasmine",
      "age": 24,
      "height": 198,
      "weight": 101,
      "date_of_registration": "08\/14\/2021",
      "date_of_last_visit": "07\/07\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Secret Garden",
      "music": "Rap",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Master's degree",
      "language": "Russian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 30.8,
      "score": 11.1,
      "spent": 352
     },
     {
      "name": "Alex",
      "age": 25,
      "height": 175,
      "weight": 91,
      "date_of_registration": "11\/10\/2016",
      "date_of_last_visit": "10\/22\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Red",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Gone with the Wind",
      "music": "Indie",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Juice",
      "favorite_dessert": "Lemon pie",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 28.9,
      "score": 30.9,
      "spent": 3
     },
     {
      "name": "Emily",
      "age": 72,
      "height": 184,
      "weight": 101,
      "date_of_registration": "06\/25\/2016",
      "date_of_last_visit": "07\/12\/2023",
      "hobbies": "Camping",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Bell Jar",
      "music": "Folk",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Watching movies",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 33.1,
      "score": 25.1,
      "spent": 156
     },
     {
      "name": "Alexander",
      "age": 51,
      "height": 171,
      "weight": 109,
      "date_of_registration": "12\/29\/2016",
      "date_of_last_visit": "02\/04\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Purple",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Hobbit",
      "music": "Jazz",
      "favorite_video_game": "Overwatch",
      "education_level": "Doctorate",
      "language": "Hindi",
      "favorite_dish": "Taco",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Knitting or crocheting",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 27.6,
      "score": 19.1,
      "spent": 415
     },
     {
      "name": "Charlotte",
      "age": 21,
      "height": 162,
      "weight": 96,
      "date_of_registration": "10\/22\/2018",
      "date_of_last_visit": "11\/30\/2024",
      "hobbies": "Traveling",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "Harry Potter series",
      "music": "Rock",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Doctorate",
      "language": "Korean",
      "favorite_dish": "Taco",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Lemon pie",
      "activities": "Dancing",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 43.5,
      "score": 76.7,
      "spent": 514
     },
     {
      "name": "William",
      "age": 55,
      "height": 164,
      "weight": 73,
      "date_of_registration": "09\/25\/2022",
      "date_of_last_visit": "12\/31\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Kite Runner",
      "music": "Hip-hop",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Milk",
      "favorite_dessert": "Ice cream",
      "activities": "Pottery",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 40.3,
      "score": 18.6,
      "spent": 0
     },
     {
      "name": "Sophia",
      "age": 84,
      "height": 161,
      "weight": 103,
      "date_of_registration": "05\/29\/2018",
      "date_of_last_visit": "03\/08\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Red",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Classical",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 46.7,
      "score": 18.6,
      "spent": 111
     },
     {
      "name": "James",
      "age": 61,
      "height": 179,
      "weight": 94,
      "date_of_registration": "09\/26\/2019",
      "date_of_last_visit": "09\/15\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "A Tale of Two Cities",
      "music": "Blues",
      "favorite_video_game": "Death Stranding",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Milk",
      "favorite_dessert": "Cheesecake",
      "activities": "Photography",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 28.9,
      "score": 57,
      "spent": 66
     },
     {
      "name": "Olivia",
      "age": 48,
      "height": 161,
      "weight": 110,
      "date_of_registration": "11\/22\/2016",
      "date_of_last_visit": "12\/27\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Soul",
      "favorite_video_game": "Minecraft",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cheesecake",
      "activities": "Writing",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 43.3,
      "score": 14.7,
      "spent": 462
     },
     {
      "name": "Benjamin",
      "age": 53,
      "height": 185,
      "weight": 100,
      "date_of_registration": "04\/09\/2022",
      "date_of_last_visit": "06\/14\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "Metal",
      "favorite_video_game": "Rocket League",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Cycling",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 24.4,
      "score": 68.3,
      "spent": 10
     },
     {
      "name": "Emma",
      "age": 77,
      "height": 195,
      "weight": 86,
      "date_of_registration": "01\/13\/2021",
      "date_of_last_visit": "11\/02\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "A Tale of Two Cities",
      "music": "Funk",
      "favorite_video_game": "Minecraft",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Playing board games",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 46.8,
      "score": 59.8,
      "spent": 475
     },
     {
      "name": "Jacob",
      "age": 84,
      "height": 180,
      "weight": 98,
      "date_of_registration": "09\/14\/2016",
      "date_of_last_visit": "12\/29\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Yellow",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Martian",
      "music": "Rock",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 39.2,
      "score": 16.3,
      "spent": 432
     },
     {
      "name": "Isabella",
      "age": 26,
      "height": 176,
      "weight": 80,
      "date_of_registration": "09\/15\/2015",
      "date_of_last_visit": "09\/03\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Gone with the Wind",
      "music": "Gospel",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing board games",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 36.2,
      "score": 79.4,
      "spent": 7
     },
     {
      "name": "Michael",
      "age": 63,
      "height": 180,
      "weight": 116,
      "date_of_registration": "02\/12\/2022",
      "date_of_last_visit": "05\/10\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Metal",
      "favorite_video_game": "Destiny 2",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Fishing",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 42.1,
      "score": 53.5,
      "spent": 86
     },
     {
      "name": "Ava",
      "age": 56,
      "height": 192,
      "weight": 113,
      "date_of_registration": "10\/26\/2020",
      "date_of_last_visit": "04\/02\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "A Tale of Two Cities",
      "music": "Punk",
      "favorite_video_game": "Death Stranding",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Swimming",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 33.7,
      "score": 25.9,
      "spent": 246
     },
     {
      "name": "Ethan",
      "age": 31,
      "height": 193,
      "weight": 78,
      "date_of_registration": "08\/14\/2015",
      "date_of_last_visit": "09\/13\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Gospel",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Playing board games",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 23.4,
      "score": 82,
      "spent": 518
     },
     {
      "name": "Mia",
      "age": 25,
      "height": 180,
      "weight": 85,
      "date_of_registration": "07\/31\/2017",
      "date_of_last_visit": "04\/04\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Outsiders",
      "music": "Classical",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Soda",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Knitting or crocheting",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 36.2,
      "score": 36.8,
      "spent": 253
     },
     {
      "name": "Daniel",
      "age": 82,
      "height": 166,
      "weight": 76,
      "date_of_registration": "07\/26\/2015",
      "date_of_last_visit": "01\/02\/2023",
      "hobbies": "Origami",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Country",
      "favorite_video_game": "Days Gone",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Rock climbing",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 36.9,
      "score": 81.3,
      "spent": 179
     },
     {
      "name": "Amelia",
      "age": 32,
      "height": 195,
      "weight": 108,
      "date_of_registration": "12\/30\/2016",
      "date_of_last_visit": "10\/18\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Hip-hop",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Birdwatching",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 27.6,
      "score": 25,
      "spent": 350
     },
     {
      "name": "Matthew",
      "age": 43,
      "height": 185,
      "weight": 88,
      "date_of_registration": "12\/11\/2022",
      "date_of_last_visit": "04\/15\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "R&B",
      "favorite_video_game": "Among Us",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Swimming",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 36.5,
      "score": 64.2,
      "spent": 106
     },
     {
      "name": "Harper",
      "age": 31,
      "height": 181,
      "weight": 103,
      "date_of_registration": "01\/13\/2021",
      "date_of_last_visit": "10\/25\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "White",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": 1984,
      "music": "Metal",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 25.5,
      "score": 43.4,
      "spent": 41
     },
     {
      "name": "Christopher",
      "age": 49,
      "height": 191,
      "weight": 72,
      "date_of_registration": "11\/15\/2017",
      "date_of_last_visit": "03\/08\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Purple",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Les Misérables",
      "music": "Indie",
      "favorite_video_game": "Death Stranding",
      "education_level": "Master's degree",
      "language": "Bengali",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Pottery",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 27.6,
      "score": 28.6,
      "spent": 320
     },
     {
      "name": "Evelyn",
      "age": 71,
      "height": 198,
      "weight": 108,
      "date_of_registration": "09\/25\/2019",
      "date_of_last_visit": "03\/26\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Blue",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Fault in Our Stars",
      "music": "Blues",
      "favorite_video_game": "Among Us",
      "education_level": "Doctorate",
      "language": "Hindi",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Apple pie",
      "activities": "Painting",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 21.7,
      "score": 88.3,
      "spent": 346
     },
     {
      "name": "Andrew",
      "age": 48,
      "height": 174,
      "weight": 96,
      "date_of_registration": "01\/06\/2015",
      "date_of_last_visit": "11\/12\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Purple",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Alchemist",
      "music": "Pop",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Cooking",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 39.7,
      "score": 81.1,
      "spent": 424
     },
     {
      "name": "Abigail",
      "age": 21,
      "height": 170,
      "weight": 91,
      "date_of_registration": "07\/10\/2020",
      "date_of_last_visit": "10\/02\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Brown",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Rap",
      "favorite_video_game": "Fortnite",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 23.7,
      "score": 86.4,
      "spent": 93
     },
     {
      "name": "Joshua",
      "age": 71,
      "height": 190,
      "weight": 71,
      "date_of_registration": "08\/16\/2016",
      "date_of_last_visit": "10\/20\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Crime and Punishment",
      "music": "Rap",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Master's degree",
      "language": "Telugu",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 44.7,
      "score": 70.2,
      "spent": 503
     },
     {
      "name": "Emily",
      "age": 30,
      "height": 161,
      "weight": 105,
      "date_of_registration": "06\/22\/2017",
      "date_of_last_visit": "03\/03\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Secret Garden",
      "music": "Rock",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Sculpting",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 36.6,
      "score": 30.8,
      "spent": 251
     },
     {
      "name": "Joseph",
      "age": 66,
      "height": 165,
      "weight": 76,
      "date_of_registration": "10\/10\/2022",
      "date_of_last_visit": "02\/06\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "Country",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Ice cream",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 48.1,
      "score": 45.5,
      "spent": 271
     },
     {
      "name": "Madison",
      "age": 50,
      "height": 159,
      "weight": 81,
      "date_of_registration": "03\/14\/2018",
      "date_of_last_visit": "12\/05\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "Pop",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Skiing or snowboarding",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 20.7,
      "score": 61.2,
      "spent": 111
     },
     {
      "name": "David",
      "age": 48,
      "height": 168,
      "weight": 102,
      "date_of_registration": "01\/11\/2017",
      "date_of_last_visit": "01\/14\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Reggae",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Milk",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 39,
      "score": 41.8,
      "spent": 408
     },
     {
      "name": "Elizabeth",
      "age": 60,
      "height": 185,
      "weight": 95,
      "date_of_registration": "12\/12\/2022",
      "date_of_last_visit": "08\/11\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hobbit",
      "music": "Rock",
      "favorite_video_game": "Rocket League",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Pizza",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Painting",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 31.5,
      "score": 65.9,
      "spent": 114
     },
     {
      "name": "Samuel",
      "age": 70,
      "height": 193,
      "weight": 85,
      "date_of_registration": "04\/11\/2016",
      "date_of_last_visit": "11\/17\/2024",
      "hobbies": "Horseback riding",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Funk",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Reading",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 40.4,
      "score": 87.2,
      "spent": 511
     },
     {
      "name": "Sofia",
      "age": 44,
      "height": 174,
      "weight": 93,
      "date_of_registration": "02\/20\/2022",
      "date_of_last_visit": "11\/28\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "Hip-hop",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Soda",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Playing video games",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 43,
      "score": 32.8,
      "spent": 360
     },
     {
      "name": "John",
      "age": 44,
      "height": 200,
      "weight": 105,
      "date_of_registration": "02\/01\/2020",
      "date_of_last_visit": "05\/26\/2023",
      "hobbies": "Sports",
      "favorite_color": "Orange",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Hunger Games",
      "music": "Blues",
      "favorite_video_game": "Valorant",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Cooking",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 23.1,
      "score": 52.3,
      "spent": 460
     },
     {
      "name": "Scarlett",
      "age": 73,
      "height": 193,
      "weight": 78,
      "date_of_registration": "10\/25\/2022",
      "date_of_last_visit": "10\/20\/2024",
      "hobbies": "Horseback riding",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Metal",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Pottery",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 30.1,
      "score": 29.8,
      "spent": 275
     },
     {
      "name": "Noah",
      "age": 34,
      "height": 186,
      "weight": 74,
      "date_of_registration": "11\/25\/2022",
      "date_of_last_visit": "11\/12\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Da Vinci Code",
      "music": "Soul",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Watching movies",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 29.5,
      "score": 33.4,
      "spent": 73
     },
     {
      "name": "Victoria",
      "age": 40,
      "height": 181,
      "weight": 67,
      "date_of_registration": "03\/24\/2015",
      "date_of_last_visit": "06\/12\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Metal",
      "favorite_video_game": "Overwatch",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Ice cream",
      "activities": "Sculpting",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 30.1,
      "score": 42.7,
      "spent": 290
     },
     {
      "name": "Ryan",
      "age": 40,
      "height": 166,
      "weight": 118,
      "date_of_registration": "07\/06\/2021",
      "date_of_last_visit": "05\/28\/2024",
      "hobbies": "Origami",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Great Gatsby",
      "music": "Folk",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Camping",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 40.2,
      "score": 42.1,
      "spent": 166
     },
     {
      "name": "Grace",
      "age": 75,
      "height": 164,
      "weight": 70,
      "date_of_registration": "02\/01\/2020",
      "date_of_last_visit": "01\/19\/2024",
      "hobbies": "Photography",
      "favorite_color": "Orange",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "Wuthering Heights",
      "music": "Jazz",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Cheesecake",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 45.1,
      "score": 56.5,
      "spent": 523
     },
     {
      "name": "Ethan",
      "age": 53,
      "height": 186,
      "weight": 115,
      "date_of_registration": "04\/12\/2015",
      "date_of_last_visit": "01\/31\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Funk",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Taco",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 39.5,
      "score": 53.7,
      "spent": 509
     },
     {
      "name": "Lily",
      "age": 60,
      "height": 161,
      "weight": 107,
      "date_of_registration": "03\/31\/2018",
      "date_of_last_visit": "02\/07\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Blues",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Watching movies",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 46.7,
      "score": 52.7,
      "spent": 195
     },
     {
      "name": "Nicholas",
      "age": 25,
      "height": 159,
      "weight": 77,
      "date_of_registration": "03\/21\/2015",
      "date_of_last_visit": "05\/30\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Kite Runner",
      "music": "Hip-hop",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Volunteering",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 48.1,
      "score": 53.9,
      "spent": 169
     },
     {
      "name": "Aria",
      "age": 56,
      "height": 171,
      "weight": 78,
      "date_of_registration": "07\/05\/2019",
      "date_of_last_visit": "05\/26\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Purple",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Alchemist",
      "music": "Rock",
      "favorite_video_game": "Valorant",
      "education_level": "High school diploma",
      "language": "Javanese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 27,
      "score": 60.9,
      "spent": 528
     },
     {
      "name": "Anthony",
      "age": 83,
      "height": 168,
      "weight": 82,
      "date_of_registration": "04\/17\/2019",
      "date_of_last_visit": "07\/16\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "Soul",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Juice",
      "favorite_dessert": "Apple pie",
      "activities": "Swimming",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 49.8,
      "score": 71.9,
      "spent": 306
     },
     {
      "name": "Chloe",
      "age": 74,
      "height": 163,
      "weight": 115,
      "date_of_registration": "12\/30\/2019",
      "date_of_last_visit": "11\/15\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "R&B",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Doctorate",
      "language": "Korean",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Fruit salad",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 44.8,
      "score": 67.9,
      "spent": 317
     },
     {
      "name": "Benjamin",
      "age": 34,
      "height": 175,
      "weight": 72,
      "date_of_registration": "11\/20\/2015",
      "date_of_last_visit": "01\/30\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Techno",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Berry pie",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 47.3,
      "score": 34.8,
      "spent": 33
     },
     {
      "name": "Penelope",
      "age": 64,
      "height": 163,
      "weight": 110,
      "date_of_registration": "03\/03\/2020",
      "date_of_last_visit": "08\/31\/2024",
      "hobbies": "Photography",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Kite Runner",
      "music": "Electronic",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel pudding",
      "activities": "Surfing",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 28.3,
      "score": 26.7,
      "spent": 337
     },
     {
      "name": "William",
      "age": 56,
      "height": 186,
      "weight": 97,
      "date_of_registration": "08\/29\/2017",
      "date_of_last_visit": "06\/14\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Alchemist",
      "music": "Metal",
      "favorite_video_game": "Destiny 2",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Writing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 30.6,
      "score": 57.1,
      "spent": 353
     },
     {
      "name": "Nora",
      "age": 77,
      "height": 180,
      "weight": 92,
      "date_of_registration": "02\/15\/2019",
      "date_of_last_visit": "12\/10\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Black",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Anne of Green Gables",
      "music": "Folk",
      "favorite_video_game": "Among Us",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Steak",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Ice cream",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 47.8,
      "score": 37.9,
      "spent": 71
     },
     {
      "name": "Alexander",
      "age": 76,
      "height": 171,
      "weight": 114,
      "date_of_registration": "09\/25\/2022",
      "date_of_last_visit": "11\/25\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Reggae",
      "favorite_video_game": "League of Legends",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 36.1,
      "score": 56.3,
      "spent": 292
     },
     {
      "name": "Zoey",
      "age": 29,
      "height": 181,
      "weight": 65,
      "date_of_registration": "12\/27\/2020",
      "date_of_last_visit": "02\/22\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Great Gatsby",
      "music": "R&B",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Taco",
      "favorite_drink": "Juice",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing board games",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 35.1,
      "score": 63.8,
      "spent": 286
     },
     {
      "name": "Elijah",
      "age": 37,
      "height": 170,
      "weight": 81,
      "date_of_registration": "02\/21\/2016",
      "date_of_last_visit": "11\/03\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Purple",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Funk",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate cake",
      "activities": "Sculpting",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 34.7,
      "score": 15,
      "spent": 232
     },
     {
      "name": "Riley",
      "age": 61,
      "height": 169,
      "weight": 85,
      "date_of_registration": "08\/05\/2019",
      "date_of_last_visit": "03\/01\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Techno",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Camping",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 49.7,
      "score": 28.4,
      "spent": 445
     },
     {
      "name": "Luke",
      "age": 63,
      "height": 162,
      "weight": 88,
      "date_of_registration": "07\/15\/2021",
      "date_of_last_visit": "12\/30\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Electronic",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Cheesecake",
      "activities": "Pottery",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 24.4,
      "score": 24.7,
      "spent": 406
     },
     {
      "name": "Aubrey",
      "age": 72,
      "height": 196,
      "weight": 71,
      "date_of_registration": "04\/04\/2022",
      "date_of_last_visit": "05\/02\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Bell Jar",
      "music": "Jazz",
      "favorite_video_game": "Bloodborne",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel pudding",
      "activities": "Traveling",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 47.4,
      "score": 59,
      "spent": 243
     },
     {
      "name": "Matthew",
      "age": 40,
      "height": 189,
      "weight": 114,
      "date_of_registration": "01\/17\/2021",
      "date_of_last_visit": "12\/07\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Punk",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Woodworking",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 35.6,
      "score": 64.7,
      "spent": 214
     },
     {
      "name": "Layla",
      "age": 84,
      "height": 197,
      "weight": 91,
      "date_of_registration": "05\/21\/2022",
      "date_of_last_visit": "07\/03\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Green",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Hobbit",
      "music": "Metal",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Taco",
      "favorite_drink": "Water",
      "favorite_dessert": "Fruit salad",
      "activities": "Meditation",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 42.9,
      "score": 70,
      "spent": 133
     },
     {
      "name": "Dylan",
      "age": 21,
      "height": 189,
      "weight": 85,
      "date_of_registration": "02\/28\/2022",
      "date_of_last_visit": "04\/12\/2024",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Metal",
      "favorite_video_game": "Doom Eternal",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Writing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 34.1,
      "score": 39.2,
      "spent": 161
     },
     {
      "name": "Sadie",
      "age": 53,
      "height": 195,
      "weight": 79,
      "date_of_registration": "04\/27\/2021",
      "date_of_last_visit": "07\/21\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Outsiders",
      "music": "Punk",
      "favorite_video_game": "Overwatch",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Yoga",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 21.2,
      "score": 19.4,
      "spent": 152
     },
     {
      "name": "Christopher",
      "age": 61,
      "height": 179,
      "weight": 69,
      "date_of_registration": "07\/30\/2016",
      "date_of_last_visit": "07\/09\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Little Prince",
      "music": "Electronic",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Cooking",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 47.8,
      "score": 64.7,
      "spent": 244
     },
     {
      "name": "Addison",
      "age": 70,
      "height": 192,
      "weight": 119,
      "date_of_registration": "01\/29\/2015",
      "date_of_last_visit": "11\/17\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Great Gatsby",
      "music": "Metal",
      "favorite_video_game": "Overwatch",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Steak",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 44.8,
      "score": 87.4,
      "spent": 474
     },
     {
      "name": "Jackson",
      "age": 33,
      "height": 192,
      "weight": 76,
      "date_of_registration": "04\/24\/2018",
      "date_of_last_visit": "03\/02\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Outsiders",
      "music": "Classical",
      "favorite_video_game": "Days Gone",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Pizza",
      "favorite_drink": "Water",
      "favorite_dessert": "Apple pie",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 23.6,
      "score": 31.9,
      "spent": 243
     },
     {
      "name": "Brooklyn",
      "age": 21,
      "height": 186,
      "weight": 76,
      "date_of_registration": "07\/24\/2017",
      "date_of_last_visit": "06\/22\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Red",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Fault in Our Stars",
      "music": "Funk",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Gardening",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 46.6,
      "score": 81.5,
      "spent": 249
     },
     {
      "name": "Isaac",
      "age": 43,
      "height": 169,
      "weight": 91,
      "date_of_registration": "01\/29\/2015",
      "date_of_last_visit": "04\/28\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "Blues",
      "favorite_video_game": "Overwatch",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Soda",
      "favorite_dessert": "Lemon pie",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 21.5,
      "score": 86.8,
      "spent": 4
     },
     {
      "name": "Lillian",
      "age": 80,
      "height": 159,
      "weight": 80,
      "date_of_registration": "10\/19\/2018",
      "date_of_last_visit": "07\/12\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Red",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Hunger Games",
      "music": "Indie",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Water",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 22.2,
      "score": 44.3,
      "spent": 24
     },
     {
      "name": "Nathan",
      "age": 84,
      "height": 186,
      "weight": 118,
      "date_of_registration": "03\/28\/2019",
      "date_of_last_visit": "08\/28\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Indie",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Fruit salad",
      "activities": "Writing",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 37.1,
      "score": 17.5,
      "spent": 146
     },
     {
      "name": "Natalie",
      "age": 72,
      "height": 159,
      "weight": 79,
      "date_of_registration": "03\/24\/2018",
      "date_of_last_visit": "03\/31\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "Jazz",
      "favorite_video_game": "Valorant",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 44,
      "score": 14.9,
      "spent": 16
     },
     {
      "name": "Samuel",
      "age": 61,
      "height": 189,
      "weight": 88,
      "date_of_registration": "07\/11\/2016",
      "date_of_last_visit": "04\/23\/2023",
      "hobbies": "Photography",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Classical",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Playing musical instruments",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 37.8,
      "score": 72.8,
      "spent": 179
     },
     {
      "name": "Hannah",
      "age": 75,
      "height": 184,
      "weight": 94,
      "date_of_registration": "04\/04\/2016",
      "date_of_last_visit": "02\/25\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Jazz",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Steak",
      "favorite_drink": "Juice",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 44.5,
      "score": 85.4,
      "spent": 69
     },
     {
      "name": "Joseph",
      "age": 65,
      "height": 183,
      "weight": 113,
      "date_of_registration": "09\/17\/2016",
      "date_of_last_visit": "09\/26\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Les Misérables",
      "music": "Pop",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Camping",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 31.6,
      "score": 89.6,
      "spent": 353
     },
     {
      "name": "Zoey",
      "age": 33,
      "height": 171,
      "weight": 78,
      "date_of_registration": "06\/25\/2016",
      "date_of_last_visit": "09\/20\/2024",
      "hobbies": "Hiking",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Name of the Wind",
      "music": "Metal",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Doctorate",
      "language": "Bengali",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 21.8,
      "score": 64.8,
      "spent": 495
     },
     {
      "name": "Christian",
      "age": 33,
      "height": 176,
      "weight": 99,
      "date_of_registration": "06\/22\/2016",
      "date_of_last_visit": "03\/11\/2024",
      "hobbies": "Hiking",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Indie",
      "favorite_video_game": "League of Legends",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Pottery",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 44.7,
      "score": 26.6,
      "spent": 145
     },
     {
      "name": "Leah",
      "age": 59,
      "height": 170,
      "weight": 76,
      "date_of_registration": "09\/03\/2020",
      "date_of_last_visit": "09\/19\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Indie",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Tea",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Cooking",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 24.3,
      "score": 89.4,
      "spent": 94
     },
     {
      "name": "Caleb",
      "age": 72,
      "height": 188,
      "weight": 102,
      "date_of_registration": "11\/27\/2022",
      "date_of_last_visit": "04\/16\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Rock",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate cake",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 48,
      "score": 79,
      "spent": 270
     },
     {
      "name": "Samantha",
      "age": 83,
      "height": 194,
      "weight": 65,
      "date_of_registration": "01\/03\/2020",
      "date_of_last_visit": "06\/29\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Red",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Blues",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cheesecake",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 32.4,
      "score": 21.4,
      "spent": 382
     },
     {
      "name": "Mason",
      "age": 47,
      "height": 187,
      "weight": 71,
      "date_of_registration": "03\/07\/2016",
      "date_of_last_visit": "04\/14\/2023",
      "hobbies": "Sculpting",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Reggae",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 26.4,
      "score": 31.6,
      "spent": 122
     },
     {
      "name": "Elizabeth",
      "age": 70,
      "height": 185,
      "weight": 119,
      "date_of_registration": "10\/03\/2021",
      "date_of_last_visit": "11\/21\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Pop",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 22.8,
      "score": 49.7,
      "spent": 7
     },
     {
      "name": "Logan",
      "age": 61,
      "height": 182,
      "weight": 114,
      "date_of_registration": "01\/23\/2015",
      "date_of_last_visit": "09\/26\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Jazz",
      "favorite_video_game": "Overwatch",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Playing musical instruments",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 38.9,
      "score": 71.2,
      "spent": 512
     },
     {
      "name": "Sarah",
      "age": 50,
      "height": 189,
      "weight": 71,
      "date_of_registration": "11\/18\/2015",
      "date_of_last_visit": "10\/20\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Les Misérables",
      "music": "Hip-hop",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 37.9,
      "score": 87.7,
      "spent": 81
     },
     {
      "name": "Jack",
      "age": 29,
      "height": 193,
      "weight": 70,
      "date_of_registration": "02\/06\/2015",
      "date_of_last_visit": "02\/18\/2024",
      "hobbies": "Archery",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Pop",
      "favorite_video_game": "Days Gone",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Water",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 29.3,
      "score": 24.7,
      "spent": 177
     },
     {
      "name": "Eliana",
      "age": 85,
      "height": 165,
      "weight": 87,
      "date_of_registration": "05\/19\/2019",
      "date_of_last_visit": "02\/11\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "Jazz",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Steak",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Yoga",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 39.1,
      "score": 21.2,
      "spent": 310
     },
     {
      "name": "Wyatt",
      "age": 33,
      "height": 177,
      "weight": 87,
      "date_of_registration": "03\/26\/2019",
      "date_of_last_visit": "06\/04\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Wuthering Heights",
      "music": "Jazz",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel pudding",
      "activities": "Photography",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 44.3,
      "score": 63.5,
      "spent": 435
     },
     {
      "name": "Hailey",
      "age": 80,
      "height": 178,
      "weight": 116,
      "date_of_registration": "05\/09\/2021",
      "date_of_last_visit": "04\/10\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Wuthering Heights",
      "music": "Funk",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Water",
      "favorite_dessert": "Panna cotta",
      "activities": "Camping",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 35.7,
      "score": 32.2,
      "spent": 152
     },
     {
      "name": "Julian",
      "age": 61,
      "height": 164,
      "weight": 78,
      "date_of_registration": "11\/10\/2022",
      "date_of_last_visit": "06\/01\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "War and Peace",
      "music": "Techno",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Juice",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Playing tennis or other sports",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 30.9,
      "score": 61.3,
      "spent": 335
     },
     {
      "name": "Elena",
      "age": 38,
      "height": 168,
      "weight": 98,
      "date_of_registration": "11\/18\/2019",
      "date_of_last_visit": "05\/17\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": 1984,
      "music": "Reggae",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Tiramisu",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 33.6,
      "score": 56.9,
      "spent": 275
     },
     {
      "name": "Isaiah",
      "age": 30,
      "height": 160,
      "weight": 110,
      "date_of_registration": "01\/01\/2016",
      "date_of_last_visit": "09\/03\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Giver",
      "music": "Reggae",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Steak",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Birdwatching",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 24.6,
      "score": 39.3,
      "spent": 358
     },
     {
      "name": "Anna",
      "age": 68,
      "height": 183,
      "weight": 66,
      "date_of_registration": "11\/01\/2019",
      "date_of_last_visit": "05\/21\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Pink",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Country",
      "favorite_video_game": "Among Us",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Traveling",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 35.8,
      "score": 76.3,
      "spent": 16
     },
     {
      "name": "Oliver",
      "age": 78,
      "height": 167,
      "weight": 99,
      "date_of_registration": "05\/02\/2015",
      "date_of_last_visit": "12\/10\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Harry Potter series",
      "music": "Ska",
      "favorite_video_game": "Persona 5",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Cooking",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 36.7,
      "score": 68.6,
      "spent": 97
     },
     {
      "name": "Clara",
      "age": 82,
      "height": 196,
      "weight": 79,
      "date_of_registration": "08\/08\/2016",
      "date_of_last_visit": "08\/23\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Reggae",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel pudding",
      "activities": "Knitting or crocheting",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 21.6,
      "score": 64.1,
      "spent": 519
     },
     {
      "name": "Henry",
      "age": 54,
      "height": 173,
      "weight": 94,
      "date_of_registration": "04\/20\/2021",
      "date_of_last_visit": "11\/01\/2023",
      "hobbies": "Sports",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Name of the Wind",
      "music": "Indie",
      "favorite_video_game": "Overwatch",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate cake",
      "activities": "Meditation",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 22,
      "score": 80.6,
      "spent": 470
     },
     {
      "name": "Eliana",
      "age": 53,
      "height": 189,
      "weight": 89,
      "date_of_registration": "10\/21\/2015",
      "date_of_last_visit": "05\/14\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Jane Eyre",
      "music": "Electronic",
      "favorite_video_game": "Minecraft",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 35.3,
      "score": 68.6,
      "spent": 371
     },
     {
      "name": "Sebastian",
      "age": 55,
      "height": 164,
      "weight": 71,
      "date_of_registration": "03\/29\/2015",
      "date_of_last_visit": "06\/01\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Orange",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Blues",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Master's degree",
      "language": "Bengali",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Rock climbing",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 43.5,
      "score": 64,
      "spent": 233
     },
     {
      "name": "Gabriella",
      "age": 36,
      "height": 181,
      "weight": 117,
      "date_of_registration": "02\/20\/2022",
      "date_of_last_visit": "01\/26\/2023",
      "hobbies": "Reading",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "R&B",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Cheesecake",
      "activities": "Writing",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 41.4,
      "score": 27.2,
      "spent": 99
     },
     {
      "name": "Owen",
      "age": 50,
      "height": 173,
      "weight": 83,
      "date_of_registration": "12\/26\/2017",
      "date_of_last_visit": "11\/24\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Crime and Punishment",
      "music": "Jazz",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Dancing",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 35,
      "score": 59.3,
      "spent": 483
     },
     {
      "name": "Eva",
      "age": 46,
      "height": 175,
      "weight": 85,
      "date_of_registration": "04\/30\/2020",
      "date_of_last_visit": "10\/10\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Outsiders",
      "music": "Country",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Tiramisu",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 36.1,
      "score": 81.8,
      "spent": 91
     },
     {
      "name": "Cameron",
      "age": 35,
      "height": 162,
      "weight": 82,
      "date_of_registration": "12\/29\/2020",
      "date_of_last_visit": "07\/19\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Rap",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Crème brûlée",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 34.4,
      "score": 47.1,
      "spent": 450
     },
     {
      "name": "Jasmine",
      "age": 29,
      "height": 188,
      "weight": 89,
      "date_of_registration": "03\/27\/2017",
      "date_of_last_visit": "04\/02\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Ska",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Steak",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Birdwatching",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 45.5,
      "score": 72.9,
      "spent": 463
     },
     {
      "name": "Miles",
      "age": 59,
      "height": 185,
      "weight": 114,
      "date_of_registration": "08\/10\/2018",
      "date_of_last_visit": "12\/21\/2023",
      "hobbies": "Reading",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Punk",
      "favorite_video_game": "FIFA 21",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing musical instruments",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 34.7,
      "score": 48.7,
      "spent": 120
     },
     {
      "name": "Maya",
      "age": 82,
      "height": 176,
      "weight": 92,
      "date_of_registration": "04\/22\/2016",
      "date_of_last_visit": "05\/28\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Electronic",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Yoga",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 48.1,
      "score": 46.4,
      "spent": 453
     },
     {
      "name": "Grayson",
      "age": 30,
      "height": 182,
      "weight": 71,
      "date_of_registration": "07\/12\/2022",
      "date_of_last_visit": "11\/12\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Hobbit",
      "music": "Funk",
      "favorite_video_game": "League of Legends",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Woodworking",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 27.2,
      "score": 81.2,
      "spent": 299
     },
     {
      "name": "Lucy",
      "age": 50,
      "height": 181,
      "weight": 75,
      "date_of_registration": "04\/21\/2022",
      "date_of_last_visit": "07\/10\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Techno",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Soda",
      "favorite_dessert": "Apple pie",
      "activities": "Swimming",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 23.5,
      "score": 88.6,
      "spent": 332
     },
     {
      "name": "Leo",
      "age": 76,
      "height": 185,
      "weight": 105,
      "date_of_registration": "05\/16\/2015",
      "date_of_last_visit": "04\/06\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Giver",
      "music": "Gospel",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Soda",
      "favorite_dessert": "Berry pie",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 25.1,
      "score": 87.3,
      "spent": 255
     },
     {
      "name": "Mia",
      "age": 38,
      "height": 186,
      "weight": 94,
      "date_of_registration": "10\/09\/2016",
      "date_of_last_visit": "07\/22\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Blue",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Folk",
      "favorite_video_game": "Days Gone",
      "education_level": "Doctorate",
      "language": "Korean",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 21,
      "score": 45.8,
      "spent": 484
     },
     {
      "name": "Mason",
      "age": 55,
      "height": 189,
      "weight": 102,
      "date_of_registration": "01\/08\/2019",
      "date_of_last_visit": "06\/18\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Yellow",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Metal",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Camping",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 40.7,
      "score": 29.1,
      "spent": 259
     },
     {
      "name": "Charlotte",
      "age": 43,
      "height": 174,
      "weight": 118,
      "date_of_registration": "06\/15\/2019",
      "date_of_last_visit": "10\/10\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Blue",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Alchemist",
      "music": "Funk",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 39.2,
      "score": 50,
      "spent": 6
     },
     {
      "name": "Logan",
      "age": 55,
      "height": 177,
      "weight": 115,
      "date_of_registration": "01\/19\/2017",
      "date_of_last_visit": "05\/21\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Black",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Hip-hop",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Master's degree",
      "language": "Arabic",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Hiking",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 33.2,
      "score": 54,
      "spent": 343
     },
     {
      "name": "Amelia",
      "age": 26,
      "height": 166,
      "weight": 86,
      "date_of_registration": "11\/09\/2020",
      "date_of_last_visit": "10\/01\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Wuthering Heights",
      "music": "Rap",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Rock climbing",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 27.9,
      "score": 44.5,
      "spent": 156
     },
     {
      "name": "James",
      "age": 29,
      "height": 163,
      "weight": 119,
      "date_of_registration": "01\/28\/2015",
      "date_of_last_visit": "02\/04\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "Dracula",
      "music": "Folk",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Running",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 23.4,
      "score": 61.2,
      "spent": 372
     },
     {
      "name": "Harper",
      "age": 48,
      "height": 173,
      "weight": 109,
      "date_of_registration": "08\/17\/2022",
      "date_of_last_visit": "02\/21\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Da Vinci Code",
      "music": "Rap",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Taco",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Traveling",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 43.3,
      "score": 29.5,
      "spent": 145
     },
     {
      "name": "John",
      "age": 79,
      "height": 160,
      "weight": 85,
      "date_of_registration": "01\/18\/2015",
      "date_of_last_visit": "11\/23\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Anne of Green Gables",
      "music": "Classical",
      "favorite_video_game": "NBA 2K21",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Milk",
      "favorite_dessert": "Crème brûlée",
      "activities": "Traveling",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 27.2,
      "score": 28.8,
      "spent": 288
     },
     {
      "name": "Evelyn",
      "age": 35,
      "height": 188,
      "weight": 86,
      "date_of_registration": "08\/26\/2017",
      "date_of_last_visit": "02\/20\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Ska",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Swimming",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 47.6,
      "score": 28,
      "spent": 343
     },
     {
      "name": "Benjamin",
      "age": 40,
      "height": 183,
      "weight": 103,
      "date_of_registration": "11\/04\/2017",
      "date_of_last_visit": "06\/23\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Soul",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Steak",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cheesecake",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 36.5,
      "score": 74,
      "spent": 516
     },
     {
      "name": "Abigail",
      "age": 52,
      "height": 199,
      "weight": 112,
      "date_of_registration": "05\/01\/2020",
      "date_of_last_visit": "09\/03\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Gospel",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Water",
      "favorite_dessert": "Ice cream",
      "activities": "Woodworking",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 43.3,
      "score": 22.3,
      "spent": 245
     },
     {
      "name": "William",
      "age": 56,
      "height": 162,
      "weight": 119,
      "date_of_registration": "10\/07\/2020",
      "date_of_last_visit": "04\/19\/2023",
      "hobbies": "Photography",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lord of the Rings",
      "music": "Blues",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Sushi",
      "favorite_drink": "Milk",
      "favorite_dessert": "Crème brûlée",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 49.8,
      "score": 30.7,
      "spent": 44
     },
     {
      "name": "Emily",
      "age": 29,
      "height": 177,
      "weight": 117,
      "date_of_registration": "12\/01\/2021",
      "date_of_last_visit": "09\/18\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Name of the Wind",
      "music": "Metal",
      "favorite_video_game": "Persona 5",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Swimming",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 21.1,
      "score": 54.2,
      "spent": 503
     },
     {
      "name": "Alexander",
      "age": 29,
      "height": 200,
      "weight": 86,
      "date_of_registration": "06\/15\/2017",
      "date_of_last_visit": "07\/05\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Jazz",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Painting",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 39.1,
      "score": 28.5,
      "spent": 71
     },
     {
      "name": "Elizabeth",
      "age": 25,
      "height": 194,
      "weight": 81,
      "date_of_registration": "07\/15\/2019",
      "date_of_last_visit": "08\/18\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Hip-hop",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Gardening",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 43.7,
      "score": 65.7,
      "spent": 213
     },
     {
      "name": "Henry",
      "age": 52,
      "height": 164,
      "weight": 109,
      "date_of_registration": "04\/06\/2015",
      "date_of_last_visit": "03\/26\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "Punk",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Juice",
      "favorite_dessert": "Apple pie",
      "activities": "Pottery",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 23.3,
      "score": 69.7,
      "spent": 178
     },
     {
      "name": "Avery",
      "age": 24,
      "height": 199,
      "weight": 93,
      "date_of_registration": "07\/24\/2018",
      "date_of_last_visit": "03\/11\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Catch-22",
      "music": "Country",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate cake",
      "activities": "Gardening",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 48.9,
      "score": 68.4,
      "spent": 497
     },
     {
      "name": "Michael",
      "age": 53,
      "height": 192,
      "weight": 105,
      "date_of_registration": "04\/16\/2019",
      "date_of_last_visit": "01\/28\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Crime and Punishment",
      "music": "Electronic",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing video games",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 44.6,
      "score": 37.3,
      "spent": 174
     },
     {
      "name": "Ella",
      "age": 76,
      "height": 176,
      "weight": 82,
      "date_of_registration": "01\/14\/2021",
      "date_of_last_visit": "10\/21\/2024",
      "hobbies": "Sports",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "Rap",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Steak",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 40.4,
      "score": 86.9,
      "spent": 269
     },
     {
      "name": "Daniel",
      "age": 58,
      "height": 185,
      "weight": 94,
      "date_of_registration": "05\/22\/2016",
      "date_of_last_visit": "01\/04\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Black",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Electronic",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Traveling",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 33.7,
      "score": 71.8,
      "spent": 49
     },
     {
      "name": "Scarlett",
      "age": 40,
      "height": 199,
      "weight": 101,
      "date_of_registration": "12\/31\/2022",
      "date_of_last_visit": "03\/20\/2023",
      "hobbies": "Sculpting",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Funk",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 47,
      "score": 12.4,
      "spent": 280
     },
     {
      "name": "Samuel",
      "age": 47,
      "height": 170,
      "weight": 85,
      "date_of_registration": "07\/28\/2018",
      "date_of_last_visit": "02\/04\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Pink",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Les Misérables",
      "music": "Pop",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Taco",
      "favorite_drink": "Water",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Playing board games",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 26.6,
      "score": 30.8,
      "spent": 253
     },
     {
      "name": "Grace",
      "age": 53,
      "height": 183,
      "weight": 114,
      "date_of_registration": "05\/12\/2020",
      "date_of_last_visit": "01\/03\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Red",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Shining",
      "music": "Pop",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Reading",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 47,
      "score": 71.6,
      "spent": 506
     },
     {
      "name": "Matthew",
      "age": 52,
      "height": 168,
      "weight": 116,
      "date_of_registration": "12\/25\/2017",
      "date_of_last_visit": "03\/21\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Funk",
      "favorite_video_game": "Days Gone",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Swimming",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 28.2,
      "score": 19.4,
      "spent": 199
     },
     {
      "name": "Chloe",
      "age": 23,
      "height": 191,
      "weight": 77,
      "date_of_registration": "04\/01\/2020",
      "date_of_last_visit": "08\/29\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Classical",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Gardening",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 36.7,
      "score": 52.7,
      "spent": 132
     },
     {
      "name": "Joseph",
      "age": 49,
      "height": 162,
      "weight": 91,
      "date_of_registration": "01\/27\/2017",
      "date_of_last_visit": "09\/03\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Punk",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate cake",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 24.4,
      "score": 36.9,
      "spent": 421
     },
     {
      "name": "Victoria",
      "age": 33,
      "height": 176,
      "weight": 77,
      "date_of_registration": "08\/10\/2022",
      "date_of_last_visit": "12\/03\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Blue",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Wuthering Heights",
      "music": "Indie",
      "favorite_video_game": "Apex Legends",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Taco",
      "favorite_drink": "Soda",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Photography",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 26.5,
      "score": 27.5,
      "spent": 452
     },
     {
      "name": "David",
      "age": 75,
      "height": 175,
      "weight": 79,
      "date_of_registration": "07\/01\/2019",
      "date_of_last_visit": "06\/01\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Red",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Blues",
      "favorite_video_game": "Minecraft",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Crème brûlée",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 26.8,
      "score": 12.7,
      "spent": 131
     },
     {
      "name": "John",
      "age": 85,
      "height": 168,
      "weight": 119,
      "date_of_registration": "09\/12\/2017",
      "date_of_last_visit": "04\/26\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Jane Eyre",
      "music": "Electronic",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 25.3,
      "score": 64.3,
      "spent": 205
     },
     {
      "name": "Carter",
      "age": 50,
      "height": 193,
      "weight": 119,
      "date_of_registration": "07\/19\/2021",
      "date_of_last_visit": "07\/23\/2023",
      "hobbies": "Hiking",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Wuthering Heights",
      "music": "Metal",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Water",
      "favorite_dessert": "Cheesecake",
      "activities": "Knitting or crocheting",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 46,
      "score": 15.4,
      "spent": 478
     },
     {
      "name": "Zoey",
      "age": 36,
      "height": 181,
      "weight": 75,
      "date_of_registration": "12\/07\/2019",
      "date_of_last_visit": "05\/02\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "Jazz",
      "favorite_video_game": "Days Gone",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Soda",
      "favorite_dessert": "Apple pie",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 21.1,
      "score": 65.4,
      "spent": 454
     },
     {
      "name": "Owen",
      "age": 54,
      "height": 190,
      "weight": 88,
      "date_of_registration": "04\/09\/2018",
      "date_of_last_visit": "05\/12\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Black",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Jazz",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 24.7,
      "score": 89,
      "spent": 206
     },
     {
      "name": "Lily",
      "age": 28,
      "height": 186,
      "weight": 116,
      "date_of_registration": "12\/05\/2015",
      "date_of_last_visit": "04\/23\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Techno",
      "favorite_video_game": "Doom Eternal",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing video games",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 23.3,
      "score": 85.7,
      "spent": 82
     },
     {
      "name": "Wyatt",
      "age": 38,
      "height": 181,
      "weight": 109,
      "date_of_registration": "05\/23\/2022",
      "date_of_last_visit": "04\/26\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "R&B",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Fishing",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 25.3,
      "score": 62.3,
      "spent": 34
     },
     {
      "name": "Lillian",
      "age": 34,
      "height": 179,
      "weight": 102,
      "date_of_registration": "06\/26\/2021",
      "date_of_last_visit": "04\/12\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Pink",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Great Gatsby",
      "music": "Gospel",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate cake",
      "activities": "Swimming",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 26.8,
      "score": 16.7,
      "spent": 412
     },
     {
      "name": "Gabriel",
      "age": 69,
      "height": 164,
      "weight": 96,
      "date_of_registration": "03\/05\/2017",
      "date_of_last_visit": "12\/07\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "R&B",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Lemon pie",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 43,
      "score": 31.3,
      "spent": 341
     },
     {
      "name": "Natalie",
      "age": 43,
      "height": 198,
      "weight": 66,
      "date_of_registration": "01\/28\/2019",
      "date_of_last_visit": "04\/20\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Blues",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Skiing or snowboarding",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 43.2,
      "score": 56.9,
      "spent": 272
     },
     {
      "name": "Jack",
      "age": 50,
      "height": 171,
      "weight": 107,
      "date_of_registration": "12\/18\/2018",
      "date_of_last_visit": "06\/16\/2024",
      "hobbies": "Archery",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Don Quixote",
      "music": "Folk",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 45.4,
      "score": 54.9,
      "spent": 4
     },
     {
      "name": "Hannah",
      "age": 49,
      "height": 192,
      "weight": 80,
      "date_of_registration": "10\/26\/2020",
      "date_of_last_visit": "05\/14\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Catcher in the Rye",
      "music": "Punk",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Cheesecake",
      "activities": "Writing",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 22.3,
      "score": 69.4,
      "spent": 156
     },
     {
      "name": "Luke",
      "age": 84,
      "height": 161,
      "weight": 116,
      "date_of_registration": "09\/30\/2020",
      "date_of_last_visit": "09\/09\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lord of the Rings",
      "music": "Classical",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Knitting or crocheting",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 48,
      "score": 59.8,
      "spent": 181
     },
     {
      "name": "Layla",
      "age": 84,
      "height": 163,
      "weight": 72,
      "date_of_registration": "01\/12\/2020",
      "date_of_last_visit": "07\/02\/2024",
      "hobbies": "Photography",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Rock",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 49.1,
      "score": 73.6,
      "spent": 220
     },
     {
      "name": "Jayden",
      "age": 64,
      "height": 161,
      "weight": 67,
      "date_of_registration": "11\/20\/2015",
      "date_of_last_visit": "10\/17\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Pride and Prejudice",
      "music": "Ska",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Pottery",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 32.8,
      "score": 27,
      "spent": 347
     },
     {
      "name": "Addison",
      "age": 80,
      "height": 163,
      "weight": 72,
      "date_of_registration": "03\/02\/2016",
      "date_of_last_visit": "01\/30\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Techno",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel pudding",
      "activities": "Swimming",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 26.5,
      "score": 29,
      "spent": 171
     },
     {
      "name": "Dylan",
      "age": 61,
      "height": 191,
      "weight": 101,
      "date_of_registration": "11\/18\/2020",
      "date_of_last_visit": "11\/25\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Giver",
      "music": "Metal",
      "favorite_video_game": "Doom Eternal",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Juice",
      "favorite_dessert": "Ice cream",
      "activities": "Meditation",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 22.5,
      "score": 89.4,
      "spent": 163
     },
     {
      "name": "Aubrey",
      "age": 85,
      "height": 192,
      "weight": 74,
      "date_of_registration": "01\/11\/2019",
      "date_of_last_visit": "11\/15\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Pink",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Indie",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 31.9,
      "score": 50.3,
      "spent": 255
     },
     {
      "name": "Grayson",
      "age": 32,
      "height": 191,
      "weight": 93,
      "date_of_registration": "10\/24\/2016",
      "date_of_last_visit": "05\/21\/2024",
      "hobbies": "Origami",
      "favorite_color": "Black",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Rap",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Pottery",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 39.7,
      "score": 75.3,
      "spent": 9
     },
     {
      "name": "Brooklyn",
      "age": 26,
      "height": 170,
      "weight": 65,
      "date_of_registration": "04\/17\/2018",
      "date_of_last_visit": "03\/06\/2023",
      "hobbies": "Gardening",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Metal",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Pizza",
      "favorite_drink": "Water",
      "favorite_dessert": "Fruit salad",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 42,
      "score": 88.3,
      "spent": 526
     },
     {
      "name": "Levi",
      "age": 71,
      "height": 167,
      "weight": 84,
      "date_of_registration": "11\/08\/2019",
      "date_of_last_visit": "10\/09\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Pop",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel pudding",
      "activities": "Traveling",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 32.2,
      "score": 89.8,
      "spent": 305
     },
     {
      "name": "Zoe",
      "age": 35,
      "height": 195,
      "weight": 104,
      "date_of_registration": "05\/07\/2016",
      "date_of_last_visit": "06\/28\/2024",
      "hobbies": "Photography",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Hip-hop",
      "favorite_video_game": "Valorant",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cheesecake",
      "activities": "Photography",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 33.5,
      "score": 62,
      "spent": 472
     },
     {
      "name": "John",
      "age": 64,
      "height": 163,
      "weight": 102,
      "date_of_registration": "01\/30\/2018",
      "date_of_last_visit": "11\/26\/2023",
      "hobbies": "Photography",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Punk",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 41.4,
      "score": 42.7,
      "spent": 251
     },
     {
      "name": "Penelope",
      "age": 33,
      "height": 185,
      "weight": 80,
      "date_of_registration": "03\/24\/2020",
      "date_of_last_visit": "03\/22\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Classical",
      "favorite_video_game": "Days Gone",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Cooking",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 22.8,
      "score": 54.8,
      "spent": 509
     },
     {
      "name": "Julian",
      "age": 63,
      "height": 162,
      "weight": 82,
      "date_of_registration": "05\/22\/2021",
      "date_of_last_visit": "05\/09\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Les Misérables",
      "music": "Folk",
      "favorite_video_game": "FIFA 21",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 25.6,
      "score": 69,
      "spent": 80
     },
     {
      "name": "Madelyn",
      "age": 44,
      "height": 176,
      "weight": 77,
      "date_of_registration": "01\/25\/2016",
      "date_of_last_visit": "01\/09\/2024",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Techno",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 31.6,
      "score": 81.6,
      "spent": 91
     },
     {
      "name": "Anthony",
      "age": 63,
      "height": 178,
      "weight": 67,
      "date_of_registration": "04\/19\/2019",
      "date_of_last_visit": "08\/30\/2023",
      "hobbies": "Archery",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Little Prince",
      "music": "Jazz",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Crème brûlée",
      "activities": "Watching movies",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 30.6,
      "score": 59.6,
      "spent": 223
     },
     {
      "name": "Leah",
      "age": 64,
      "height": 188,
      "weight": 108,
      "date_of_registration": "04\/26\/2017",
      "date_of_last_visit": "08\/02\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Little Prince",
      "music": "R&B",
      "favorite_video_game": "Minecraft",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate cake",
      "activities": "Cycling",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 21.4,
      "score": 49,
      "spent": 260
     },
     {
      "name": "Samuel",
      "age": 62,
      "height": 164,
      "weight": 89,
      "date_of_registration": "06\/14\/2019",
      "date_of_last_visit": "10\/11\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Fault in Our Stars",
      "music": "Soul",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Doctorate",
      "language": "Hindi",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Ice cream",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 41.8,
      "score": 61.2,
      "spent": 200
     },
     {
      "name": "Sadie",
      "age": 59,
      "height": 188,
      "weight": 90,
      "date_of_registration": "09\/29\/2015",
      "date_of_last_visit": "09\/10\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Blue",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Blues",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Tiramisu",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 32.1,
      "score": 59.1,
      "spent": 290
     },
     {
      "name": "Lincoln",
      "age": 69,
      "height": 167,
      "weight": 78,
      "date_of_registration": "02\/14\/2021",
      "date_of_last_visit": "08\/14\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Pop",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 46.4,
      "score": 77.8,
      "spent": 290
     },
     {
      "name": "Ariana",
      "age": 32,
      "height": 186,
      "weight": 73,
      "date_of_registration": "12\/22\/2018",
      "date_of_last_visit": "08\/05\/2023",
      "hobbies": "Sculpting",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Catcher in the Rye",
      "music": "Rock",
      "favorite_video_game": "Minecraft",
      "education_level": "High school diploma",
      "language": "Javanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 44.2,
      "score": 33.6,
      "spent": 41
     },
     {
      "name": "Christopher",
      "age": 57,
      "height": 200,
      "weight": 75,
      "date_of_registration": "05\/31\/2015",
      "date_of_last_visit": "07\/21\/2024",
      "hobbies": "Reading",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Pop",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Milk",
      "favorite_dessert": "Crème brûlée",
      "activities": "Pottery",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 46.5,
      "score": 88.8,
      "spent": 101
     },
     {
      "name": "Savannah",
      "age": 57,
      "height": 181,
      "weight": 91,
      "date_of_registration": "02\/27\/2020",
      "date_of_last_visit": "05\/09\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Blues",
      "favorite_video_game": "Fortnite",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing video games",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 20.9,
      "score": 56.7,
      "spent": 388
     },
     {
      "name": "Joshua",
      "age": 36,
      "height": 190,
      "weight": 105,
      "date_of_registration": "08\/11\/2018",
      "date_of_last_visit": "05\/26\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Fault in Our Stars",
      "music": "R&B",
      "favorite_video_game": "Death Stranding",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cheesecake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 40.3,
      "score": 74.9,
      "spent": 335
     },
     {
      "name": "Nora",
      "age": 24,
      "height": 195,
      "weight": 117,
      "date_of_registration": "04\/01\/2021",
      "date_of_last_visit": "06\/22\/2024",
      "hobbies": "Horseback riding",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Catcher in the Rye",
      "music": "Electronic",
      "favorite_video_game": "Genshin Impact",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Meditation",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 22.5,
      "score": 11.9,
      "spent": 20
     },
     {
      "name": "Andrew",
      "age": 85,
      "height": 162,
      "weight": 80,
      "date_of_registration": "10\/18\/2020",
      "date_of_last_visit": "01\/02\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Pink",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Punk",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 29,
      "score": 22.2,
      "spent": 359
     },
     {
      "name": "Camila",
      "age": 62,
      "height": 197,
      "weight": 96,
      "date_of_registration": "06\/15\/2020",
      "date_of_last_visit": "12\/29\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Folk",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Traveling",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 46.5,
      "score": 47.2,
      "spent": 488
     },
     {
      "name": "Nathan",
      "age": 33,
      "height": 159,
      "weight": 78,
      "date_of_registration": "05\/17\/2021",
      "date_of_last_visit": "08\/11\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": 1984,
      "music": "Punk",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Knitting or crocheting",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 42.1,
      "score": 80.8,
      "spent": 308
     },
     {
      "name": "Stella",
      "age": 78,
      "height": 174,
      "weight": 70,
      "date_of_registration": "07\/19\/2019",
      "date_of_last_visit": "11\/19\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Little Prince",
      "music": "Pop",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel pudding",
      "activities": "Camping",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 23.2,
      "score": 36.3,
      "spent": 165
     },
     {
      "name": "Ryan",
      "age": 26,
      "height": 162,
      "weight": 66,
      "date_of_registration": "09\/26\/2022",
      "date_of_last_visit": "10\/27\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Soul",
      "favorite_video_game": "Apex Legends",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 30.5,
      "score": 73.6,
      "spent": 350
     },
     {
      "name": "Ellie",
      "age": 53,
      "height": 185,
      "weight": 95,
      "date_of_registration": "12\/04\/2022",
      "date_of_last_visit": "01\/18\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Brown",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Funk",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Apple pie",
      "activities": "Playing musical instruments",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 46.1,
      "score": 37.4,
      "spent": 381
     },
     {
      "name": "Evan",
      "age": 28,
      "height": 190,
      "weight": 66,
      "date_of_registration": "02\/16\/2020",
      "date_of_last_visit": "02\/26\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Country",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Hiking",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 37.9,
      "score": 68.1,
      "spent": 384
     },
     {
      "name": "Paisley",
      "age": 49,
      "height": 167,
      "weight": 116,
      "date_of_registration": "12\/10\/2017",
      "date_of_last_visit": "11\/19\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Green",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "War and Peace",
      "music": "Reggae",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Milk",
      "favorite_dessert": "Panna cotta",
      "activities": "Sculpting",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 36.9,
      "score": 25.6,
      "spent": 398
     },
     {
      "name": "John",
      "age": 80,
      "height": 178,
      "weight": 97,
      "date_of_registration": "05\/07\/2021",
      "date_of_last_visit": "05\/10\/2023",
      "hobbies": "Sports",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Punk",
      "favorite_video_game": "Overwatch",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Sculpting",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 28.5,
      "score": 25.6,
      "spent": 271
     },
     {
      "name": "Skylar",
      "age": 77,
      "height": 176,
      "weight": 119,
      "date_of_registration": "09\/24\/2017",
      "date_of_last_visit": "11\/29\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Reggae",
      "favorite_video_game": "NBA 2K21",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Photography",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 27.3,
      "score": 16.2,
      "spent": 62
     },
     {
      "name": "Hunter",
      "age": 40,
      "height": 162,
      "weight": 80,
      "date_of_registration": "01\/06\/2015",
      "date_of_last_visit": "10\/01\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Funk",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Fishing",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 34.7,
      "score": 87,
      "spent": 512
     },
     {
      "name": "Claire",
      "age": 59,
      "height": 187,
      "weight": 115,
      "date_of_registration": "06\/14\/2016",
      "date_of_last_visit": "04\/28\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Alchemist",
      "music": "Punk",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Juice",
      "favorite_dessert": "Apple pie",
      "activities": "Playing tennis or other sports",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 48.3,
      "score": 11.3,
      "spent": 110
     },
     {
      "name": "Isaiah",
      "age": 52,
      "height": 197,
      "weight": 110,
      "date_of_registration": "02\/27\/2017",
      "date_of_last_visit": "12\/23\/2024",
      "hobbies": "Horseback riding",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Techno",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Juice",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Skiing or snowboarding",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 30.6,
      "score": 41.7,
      "spent": 106
     },
     {
      "name": "Aurora",
      "age": 69,
      "height": 159,
      "weight": 76,
      "date_of_registration": "12\/24\/2019",
      "date_of_last_visit": "05\/14\/2024",
      "hobbies": "Hiking",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Pop",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Master's degree",
      "language": "Bengali",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 33.1,
      "score": 24.3,
      "spent": 384
     },
     {
      "name": "Cooper",
      "age": 81,
      "height": 177,
      "weight": 81,
      "date_of_registration": "05\/30\/2022",
      "date_of_last_visit": "06\/26\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Pride and Prejudice",
      "music": "Metal",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Tiramisu",
      "activities": "Camping",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 41.2,
      "score": 22.8,
      "spent": 227
     },
     {
      "name": "Violet",
      "age": 22,
      "height": 197,
      "weight": 107,
      "date_of_registration": "02\/15\/2021",
      "date_of_last_visit": "04\/14\/2023",
      "hobbies": "Pottery",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": 1984,
      "music": "Metal",
      "favorite_video_game": "Days Gone",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Crème brûlée",
      "activities": "Watching movies",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 38.3,
      "score": 44.2,
      "spent": 128
     },
     {
      "name": "Adam",
      "age": 72,
      "height": 162,
      "weight": 110,
      "date_of_registration": "12\/30\/2022",
      "date_of_last_visit": "07\/01\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Purple",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "Metal",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Tea",
      "favorite_dessert": "Apple pie",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 35.9,
      "score": 15.8,
      "spent": 148
     },
     {
      "name": "Caroline",
      "age": 60,
      "height": 192,
      "weight": 78,
      "date_of_registration": "05\/05\/2015",
      "date_of_last_visit": "04\/24\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Pride and Prejudice",
      "music": "Soul",
      "favorite_video_game": "FIFA 21",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 45.8,
      "score": 68.6,
      "spent": 103
     },
     {
      "name": "Jaxon",
      "age": 70,
      "height": 188,
      "weight": 118,
      "date_of_registration": "02\/08\/2015",
      "date_of_last_visit": "05\/28\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Techno",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 23.7,
      "score": 46.9,
      "spent": 169
     },
     {
      "name": "Naomi",
      "age": 38,
      "height": 164,
      "weight": 110,
      "date_of_registration": "05\/23\/2019",
      "date_of_last_visit": "01\/12\/2024",
      "hobbies": "Sports",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Don Quixote",
      "music": "Country",
      "favorite_video_game": "Days Gone",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel pudding",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 35.6,
      "score": 64.9,
      "spent": 41
     },
     {
      "name": "Eli",
      "age": 62,
      "height": 192,
      "weight": 88,
      "date_of_registration": "09\/02\/2020",
      "date_of_last_visit": "01\/27\/2023",
      "hobbies": "Traveling",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Hunger Games",
      "music": "Electronic",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "High school diploma",
      "language": "Javanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 23.3,
      "score": 63.2,
      "spent": 14
     },
     {
      "name": "Piper",
      "age": 74,
      "height": 168,
      "weight": 117,
      "date_of_registration": "03\/18\/2017",
      "date_of_last_visit": "07\/16\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Odyssey",
      "music": "Rock",
      "favorite_video_game": "Death Stranding",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cheesecake",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 46.9,
      "score": 43.5,
      "spent": 218
     },
     {
      "name": "Sebastian",
      "age": 38,
      "height": 173,
      "weight": 80,
      "date_of_registration": "03\/29\/2021",
      "date_of_last_visit": "03\/19\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Little Prince",
      "music": "Metal",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Painting",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 24.6,
      "score": 88,
      "spent": 530
     },
     {
      "name": "Ruby",
      "age": 37,
      "height": 193,
      "weight": 109,
      "date_of_registration": "08\/19\/2019",
      "date_of_last_visit": "03\/07\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Ska",
      "favorite_video_game": "Minecraft",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Panna cotta",
      "activities": "Playing board games",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 49.4,
      "score": 60.5,
      "spent": 124
     },
     {
      "name": "John",
      "age": 53,
      "height": 175,
      "weight": 78,
      "date_of_registration": "10\/09\/2021",
      "date_of_last_visit": "06\/05\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Twilight Saga",
      "music": "Country",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Doctorate",
      "language": "Korean",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 28.6,
      "score": 61.3,
      "spent": 391
     },
     {
      "name": "Lucy",
      "age": 65,
      "height": 177,
      "weight": 70,
      "date_of_registration": "12\/18\/2021",
      "date_of_last_visit": "09\/12\/2024",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Classical",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 43.7,
      "score": 83.2,
      "spent": 196
     },
     {
      "name": "Brayden",
      "age": 25,
      "height": 173,
      "weight": 102,
      "date_of_registration": "10\/01\/2020",
      "date_of_last_visit": "05\/22\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Jazz",
      "favorite_video_game": "Minecraft",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate cake",
      "activities": "Dancing",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 44.9,
      "score": 46.3,
      "spent": 222
     },
     {
      "name": "Anna",
      "age": 63,
      "height": 170,
      "weight": 111,
      "date_of_registration": "04\/15\/2021",
      "date_of_last_visit": "03\/04\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Shining",
      "music": "Ska",
      "favorite_video_game": "Dark Souls III",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 20.5,
      "score": 52,
      "spent": 205
     },
     {
      "name": "Julian",
      "age": 25,
      "height": 172,
      "weight": 98,
      "date_of_registration": "04\/11\/2016",
      "date_of_last_visit": "03\/01\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "R&B",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Lemon pie",
      "activities": "Birdwatching",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 20.5,
      "score": 60,
      "spent": 81
     },
     {
      "name": "Kennedy",
      "age": 48,
      "height": 185,
      "weight": 65,
      "date_of_registration": "05\/21\/2018",
      "date_of_last_visit": "01\/25\/2023",
      "hobbies": "Origami",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Help",
      "music": "Electronic",
      "favorite_video_game": "God of War (2018)",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate cake",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 26.4,
      "score": 28.6,
      "spent": 427
     },
     {
      "name": "Aaron",
      "age": 58,
      "height": 182,
      "weight": 106,
      "date_of_registration": "12\/29\/2016",
      "date_of_last_visit": "11\/09\/2024",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": 1984,
      "music": "R&B",
      "favorite_video_game": "Rocket League",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Cycling",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 50,
      "score": 86.9,
      "spent": 253
     },
     {
      "name": "Hannah",
      "age": 34,
      "height": 186,
      "weight": 117,
      "date_of_registration": "12\/04\/2021",
      "date_of_last_visit": "07\/27\/2023",
      "hobbies": "Photography",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Folk",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Cooking",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 30.1,
      "score": 38.1,
      "spent": 442
     },
     {
      "name": "Thomas",
      "age": 47,
      "height": 199,
      "weight": 117,
      "date_of_registration": "04\/06\/2015",
      "date_of_last_visit": "08\/29\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Odyssey",
      "music": "Reggae",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing tennis or other sports",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 38.6,
      "score": 63.1,
      "spent": 386
     },
     {
      "name": "Katherine",
      "age": 55,
      "height": 200,
      "weight": 116,
      "date_of_registration": "05\/05\/2019",
      "date_of_last_visit": "04\/27\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Funk",
      "favorite_video_game": "Fortnite",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 48.1,
      "score": 47.1,
      "spent": 327
     },
     {
      "name": "Charles",
      "age": 22,
      "height": 181,
      "weight": 114,
      "date_of_registration": "10\/26\/2022",
      "date_of_last_visit": "12\/23\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Rap",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Pizza",
      "favorite_drink": "Soda",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 29.9,
      "score": 51.7,
      "spent": 90
     },
     {
      "name": "Jasmine",
      "age": 65,
      "height": 187,
      "weight": 80,
      "date_of_registration": "12\/06\/2019",
      "date_of_last_visit": "06\/25\/2023",
      "hobbies": "Photography",
      "favorite_color": "Purple",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Hunger Games",
      "music": "Folk",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Sushi",
      "favorite_drink": "Soda",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing musical instruments",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 30.6,
      "score": 43.3,
      "spent": 340
     },
     {
      "name": "Caleb",
      "age": 34,
      "height": 185,
      "weight": 93,
      "date_of_registration": "04\/10\/2021",
      "date_of_last_visit": "10\/31\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Red",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Punk",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing tennis or other sports",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 37.5,
      "score": 50.2,
      "spent": 393
     },
     {
      "name": "Audrey",
      "age": 59,
      "height": 186,
      "weight": 75,
      "date_of_registration": "08\/04\/2016",
      "date_of_last_visit": "07\/10\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Da Vinci Code",
      "music": "Metal",
      "favorite_video_game": "Bloodborne",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Swimming",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 35.8,
      "score": 37.5,
      "spent": 370
     },
     {
      "name": "Owen",
      "age": 52,
      "height": 179,
      "weight": 98,
      "date_of_registration": "10\/25\/2016",
      "date_of_last_visit": "08\/12\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Techno",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Berry pie",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 34.6,
      "score": 30.1,
      "spent": 136
     },
     {
      "name": "Alexa",
      "age": 37,
      "height": 185,
      "weight": 74,
      "date_of_registration": "04\/06\/2022",
      "date_of_last_visit": "06\/16\/2024",
      "hobbies": "Reading",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Wuthering Heights",
      "music": "Country",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Juice",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Yoga",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 49.8,
      "score": 35.7,
      "spent": 283
     },
     {
      "name": "Connor",
      "age": 52,
      "height": 183,
      "weight": 76,
      "date_of_registration": "09\/07\/2015",
      "date_of_last_visit": "09\/08\/2024",
      "hobbies": "Photography",
      "favorite_color": "Brown",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Secret Garden",
      "music": "Rap",
      "favorite_video_game": "Persona 5",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Juice",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 31.6,
      "score": 28.4,
      "spent": 213
     },
     {
      "name": "Lauren",
      "age": 69,
      "height": 170,
      "weight": 80,
      "date_of_registration": "05\/07\/2015",
      "date_of_last_visit": "01\/28\/2023",
      "hobbies": "Photography",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Soul",
      "favorite_video_game": "Minecraft",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Birdwatching",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 32.6,
      "score": 89.5,
      "spent": 199
     },
     {
      "name": "Josiah",
      "age": 63,
      "height": 174,
      "weight": 73,
      "date_of_registration": "07\/14\/2021",
      "date_of_last_visit": "05\/02\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Pink",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Catch-22",
      "music": "Pop",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 43.9,
      "score": 72.4,
      "spent": 415
     },
     {
      "name": "Alice",
      "age": 34,
      "height": 174,
      "weight": 113,
      "date_of_registration": "04\/18\/2017",
      "date_of_last_visit": "11\/17\/2023",
      "hobbies": "Sports",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Metal",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Associate's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 33.2,
      "score": 59.5,
      "spent": 139
     },
     {
      "name": "Cameron",
      "age": 56,
      "height": 181,
      "weight": 73,
      "date_of_registration": "09\/17\/2021",
      "date_of_last_visit": "03\/06\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Classical",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing board games",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 40.4,
      "score": 57.8,
      "spent": 330
     },
     {
      "name": "Eliana",
      "age": 61,
      "height": 193,
      "weight": 95,
      "date_of_registration": "08\/31\/2015",
      "date_of_last_visit": "04\/15\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Purple",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Indie",
      "favorite_video_game": "Rocket League",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Lemon pie",
      "activities": "Gardening",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 45.2,
      "score": 88.4,
      "spent": 51
     },
     {
      "name": "John",
      "age": 40,
      "height": 170,
      "weight": 99,
      "date_of_registration": "08\/13\/2021",
      "date_of_last_visit": "07\/20\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Secret Garden",
      "music": "Punk",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Tea",
      "favorite_dessert": "Ice cream",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 25.1,
      "score": 43.4,
      "spent": 382
     },
     {
      "name": "Maya",
      "age": 21,
      "height": 175,
      "weight": 111,
      "date_of_registration": "08\/08\/2018",
      "date_of_last_visit": "01\/14\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "White",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Great Gatsby",
      "music": "Jazz",
      "favorite_video_game": "Death Stranding",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 26.9,
      "score": 39.3,
      "spent": 36
     },
     {
      "name": "Robert",
      "age": 25,
      "height": 166,
      "weight": 81,
      "date_of_registration": "04\/22\/2021",
      "date_of_last_visit": "03\/30\/2024",
      "hobbies": "Photography",
      "favorite_color": "White",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Gospel",
      "favorite_video_game": "Super Mario 64",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 23.7,
      "score": 22.7,
      "spent": 474
     },
     {
      "name": "Aurora",
      "age": 55,
      "height": 168,
      "weight": 66,
      "date_of_registration": "02\/25\/2019",
      "date_of_last_visit": "11\/21\/2023",
      "hobbies": "Camping",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Alchemist",
      "music": "R&B",
      "favorite_video_game": "Destiny 2",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Pottery",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 26.4,
      "score": 83.8,
      "spent": 74
     },
     {
      "name": "Roman",
      "age": 70,
      "height": 172,
      "weight": 84,
      "date_of_registration": "04\/19\/2017",
      "date_of_last_visit": "06\/17\/2023",
      "hobbies": "Photography",
      "favorite_color": "Pink",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Soul",
      "favorite_video_game": "FIFA 21",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 29,
      "score": 76.9,
      "spent": 515
     },
     {
      "name": "Clara",
      "age": 76,
      "height": 199,
      "weight": 95,
      "date_of_registration": "03\/02\/2016",
      "date_of_last_visit": "03\/10\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Pop",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 26.1,
      "score": 67.1,
      "spent": 0
     },
     {
      "name": "Nicholas",
      "age": 47,
      "height": 185,
      "weight": 109,
      "date_of_registration": "12\/24\/2016",
      "date_of_last_visit": "08\/18\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Techno",
      "favorite_video_game": "Destiny 2",
      "education_level": "Doctorate",
      "language": "Korean",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Camping",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 34,
      "score": 71.7,
      "spent": 48
     },
     {
      "name": "Eliana",
      "age": 39,
      "height": 177,
      "weight": 67,
      "date_of_registration": "09\/27\/2018",
      "date_of_last_visit": "07\/18\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Fault in Our Stars",
      "music": "Pop",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Sushi",
      "favorite_drink": "Tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Yoga",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 29.7,
      "score": 48,
      "spent": 459
     },
     {
      "name": "Easton",
      "age": 75,
      "height": 185,
      "weight": 94,
      "date_of_registration": "08\/13\/2019",
      "date_of_last_visit": "12\/18\/2024",
      "hobbies": "Archery",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Electronic",
      "favorite_video_game": "Destiny 2",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 39.4,
      "score": 80.8,
      "spent": 139
     },
     {
      "name": "Harper",
      "age": 35,
      "height": 192,
      "weight": 87,
      "date_of_registration": "11\/10\/2021",
      "date_of_last_visit": "02\/27\/2023",
      "hobbies": "Origami",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Rock",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing video games",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 35.4,
      "score": 27.6,
      "spent": 528
     },
     {
      "name": "Landon",
      "age": 54,
      "height": 160,
      "weight": 90,
      "date_of_registration": "11\/28\/2021",
      "date_of_last_visit": "09\/25\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Giver",
      "music": "Pop",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Writing",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 40.2,
      "score": 22.1,
      "spent": 404
     },
     {
      "name": "Hannah",
      "age": 79,
      "height": 200,
      "weight": 97,
      "date_of_registration": "05\/08\/2018",
      "date_of_last_visit": "12\/11\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Pride and Prejudice",
      "music": "Techno",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Birdwatching",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 43.9,
      "score": 15.8,
      "spent": 87
     },
     {
      "name": "Zachary",
      "age": 56,
      "height": 191,
      "weight": 84,
      "date_of_registration": "06\/08\/2015",
      "date_of_last_visit": "05\/14\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Classical",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Writing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 41.8,
      "score": 17.2,
      "spent": 63
     },
     {
      "name": "Taylor",
      "age": 34,
      "height": 164,
      "weight": 112,
      "date_of_registration": "07\/28\/2015",
      "date_of_last_visit": "04\/12\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lord of the Rings",
      "music": "Techno",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Juice",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Painting",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 39.6,
      "score": 25.6,
      "spent": 479
     },
     {
      "name": "Cooper",
      "age": 76,
      "height": 178,
      "weight": 117,
      "date_of_registration": "10\/26\/2015",
      "date_of_last_visit": "12\/11\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Rock",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Playing board games",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 47.9,
      "score": 26.8,
      "spent": 525
     },
     {
      "name": "Reagan",
      "age": 79,
      "height": 192,
      "weight": 77,
      "date_of_registration": "03\/14\/2020",
      "date_of_last_visit": "09\/09\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Orange",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Country",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Soda",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 40.9,
      "score": 60.7,
      "spent": 514
     },
     {
      "name": "Xavier",
      "age": 21,
      "height": 185,
      "weight": 94,
      "date_of_registration": "07\/09\/2020",
      "date_of_last_visit": "03\/23\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Reggae",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "High school diploma",
      "language": "Javanese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Painting",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 20.9,
      "score": 57.5,
      "spent": 459
     },
     {
      "name": "Ariana",
      "age": 29,
      "height": 160,
      "weight": 66,
      "date_of_registration": "08\/30\/2018",
      "date_of_last_visit": "07\/07\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Country",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Camping",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 44.5,
      "score": 88.9,
      "spent": 41
     },
     {
      "name": "Jordan",
      "age": 24,
      "height": 185,
      "weight": 75,
      "date_of_registration": "01\/19\/2021",
      "date_of_last_visit": "07\/18\/2023",
      "hobbies": "Sports",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Catcher in the Rye",
      "music": "Gospel",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Reading",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 27,
      "score": 21.4,
      "spent": 254
     },
     {
      "name": "Peyton",
      "age": 30,
      "height": 172,
      "weight": 114,
      "date_of_registration": "02\/08\/2022",
      "date_of_last_visit": "02\/17\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Reggae",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cheesecake",
      "activities": "Playing musical instruments",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 39.1,
      "score": 36.3,
      "spent": 302
     },
     {
      "name": "Ashton",
      "age": 28,
      "height": 198,
      "weight": 107,
      "date_of_registration": "10\/24\/2018",
      "date_of_last_visit": "05\/01\/2023",
      "hobbies": "Reading",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Reggae",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Pizza",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Traveling",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 33.8,
      "score": 82.4,
      "spent": 461
     },
     {
      "name": "Aaliyah",
      "age": 59,
      "height": 168,
      "weight": 82,
      "date_of_registration": "04\/08\/2022",
      "date_of_last_visit": "12\/29\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Matilda",
      "music": "Hip-hop",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 43.5,
      "score": 86,
      "spent": 156
     },
     {
      "name": "Kevin",
      "age": 23,
      "height": 198,
      "weight": 65,
      "date_of_registration": "12\/02\/2017",
      "date_of_last_visit": "04\/27\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Gospel",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Dancing",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 26.3,
      "score": 89.1,
      "spent": 361
     },
     {
      "name": "London",
      "age": 40,
      "height": 197,
      "weight": 78,
      "date_of_registration": "10\/13\/2015",
      "date_of_last_visit": "03\/05\/2024",
      "hobbies": "Archery",
      "favorite_color": "Yellow",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": 1984,
      "music": "Electronic",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel pudding",
      "activities": "Cycling",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 29.3,
      "score": 31.3,
      "spent": 84
     },
     {
      "name": "Diego",
      "age": 36,
      "height": 170,
      "weight": 114,
      "date_of_registration": "06\/23\/2019",
      "date_of_last_visit": "07\/08\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Ska",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel pudding",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 24.1,
      "score": 53.1,
      "spent": 148
     },
     {
      "name": "Brooke",
      "age": 77,
      "height": 163,
      "weight": 75,
      "date_of_registration": "11\/17\/2016",
      "date_of_last_visit": "09\/12\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Anne of Green Gables",
      "music": "Electronic",
      "favorite_video_game": "Apex Legends",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Soda",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 47.3,
      "score": 53.3,
      "spent": 33
     },
     {
      "name": "Blake",
      "age": 84,
      "height": 163,
      "weight": 117,
      "date_of_registration": "12\/19\/2016",
      "date_of_last_visit": "10\/03\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Soul",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 41.8,
      "score": 67.2,
      "spent": 386
     },
     {
      "name": "Gabriella",
      "age": 25,
      "height": 189,
      "weight": 93,
      "date_of_registration": "01\/10\/2019",
      "date_of_last_visit": "05\/29\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Blues",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Swimming",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 37.4,
      "score": 35,
      "spent": 291
     },
     {
      "name": "Bentley",
      "age": 83,
      "height": 193,
      "weight": 106,
      "date_of_registration": "02\/05\/2021",
      "date_of_last_visit": "04\/27\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Orange",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Help",
      "music": "R&B",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Crème brûlée",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 48.9,
      "score": 10.6,
      "spent": 329
     },
     {
      "name": "Alexis",
      "age": 47,
      "height": 180,
      "weight": 80,
      "date_of_registration": "07\/16\/2016",
      "date_of_last_visit": "04\/21\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Pop",
      "favorite_video_game": "Among Us",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Rock climbing",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 41.6,
      "score": 39.2,
      "spent": 399
     },
     {
      "name": "Wyatt",
      "age": 81,
      "height": 179,
      "weight": 80,
      "date_of_registration": "04\/10\/2019",
      "date_of_last_visit": "04\/16\/2024",
      "hobbies": "Traveling",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Matilda",
      "music": "Rap",
      "favorite_video_game": "Borderlands 3",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Fishing",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 35.5,
      "score": 37.7,
      "spent": 130
     },
     {
      "name": "Jordyn",
      "age": 82,
      "height": 174,
      "weight": 88,
      "date_of_registration": "09\/22\/2017",
      "date_of_last_visit": "10\/04\/2023",
      "hobbies": "Origami",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Hip-hop",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 29.8,
      "score": 89.3,
      "spent": 93
     },
     {
      "name": "Dominic",
      "age": 21,
      "height": 199,
      "weight": 79,
      "date_of_registration": "08\/29\/2019",
      "date_of_last_visit": "04\/24\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Brown",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Soul",
      "favorite_video_game": "Among Us",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 28.7,
      "score": 80,
      "spent": 202
     },
     {
      "name": "Sydney",
      "age": 32,
      "height": 179,
      "weight": 91,
      "date_of_registration": "08\/02\/2016",
      "date_of_last_visit": "10\/01\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Giver",
      "music": "Blues",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 49.2,
      "score": 70.6,
      "spent": 376
     },
     {
      "name": "Harrison",
      "age": 57,
      "height": 160,
      "weight": 72,
      "date_of_registration": "11\/03\/2021",
      "date_of_last_visit": "01\/24\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Electronic",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Juice",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Yoga",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 41,
      "score": 62.7,
      "spent": 488
     },
     {
      "name": "Morgan",
      "age": 35,
      "height": 170,
      "weight": 83,
      "date_of_registration": "10\/06\/2015",
      "date_of_last_visit": "02\/06\/2024",
      "hobbies": "Reading",
      "favorite_color": "Purple",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Odyssey",
      "music": "Electronic",
      "favorite_video_game": "Among Us",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Volunteering",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 33.4,
      "score": 81.2,
      "spent": 180
     },
     {
      "name": "Tristan",
      "age": 73,
      "height": 163,
      "weight": 98,
      "date_of_registration": "08\/26\/2017",
      "date_of_last_visit": "09\/22\/2024",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Classical",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Crème brûlée",
      "activities": "Surfing",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 38,
      "score": 43,
      "spent": 237
     },
     {
      "name": "Skye",
      "age": 40,
      "height": 171,
      "weight": 92,
      "date_of_registration": "12\/02\/2020",
      "date_of_last_visit": "03\/21\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Rap",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Sushi",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Photography",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 24.6,
      "score": 64.1,
      "spent": 5
     },
     {
      "name": "Jason",
      "age": 29,
      "height": 185,
      "weight": 113,
      "date_of_registration": "07\/19\/2020",
      "date_of_last_visit": "06\/30\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Electronic",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Apple pie",
      "activities": "Rock climbing",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 28.1,
      "score": 22.8,
      "spent": 319
     },
     {
      "name": "Autumn",
      "age": 75,
      "height": 172,
      "weight": 110,
      "date_of_registration": "08\/20\/2021",
      "date_of_last_visit": "06\/27\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Black",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Rap",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Cheesecake",
      "activities": "Rock climbing",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 43.6,
      "score": 24.7,
      "spent": 236
     },
     {
      "name": "Nolan",
      "age": 48,
      "height": 190,
      "weight": 89,
      "date_of_registration": "12\/30\/2019",
      "date_of_last_visit": "01\/24\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Pink",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "R&B",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 22.1,
      "score": 82.9,
      "spent": 158
     },
     {
      "name": "Faith",
      "age": 33,
      "height": 196,
      "weight": 109,
      "date_of_registration": "03\/04\/2019",
      "date_of_last_visit": "12\/12\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Classical",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Water",
      "favorite_dessert": "Fruit salad",
      "activities": "Photography",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 34.1,
      "score": 30,
      "spent": 309
     },
     {
      "name": "Miles",
      "age": 83,
      "height": 165,
      "weight": 69,
      "date_of_registration": "04\/08\/2019",
      "date_of_last_visit": "01\/12\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "Red",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "Gospel",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Painting",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 31.2,
      "score": 69.5,
      "spent": 246
     },
     {
      "name": "Genesis",
      "age": 74,
      "height": 187,
      "weight": 117,
      "date_of_registration": "05\/04\/2015",
      "date_of_last_visit": "06\/18\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Anne of Green Gables",
      "music": "Soul",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 45.6,
      "score": 72.3,
      "spent": 205
     },
     {
      "name": "Adam",
      "age": 50,
      "height": 192,
      "weight": 107,
      "date_of_registration": "05\/07\/2019",
      "date_of_last_visit": "05\/28\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Classical",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Cheesecake",
      "activities": "Dancing",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 41.9,
      "score": 36.9,
      "spent": 304
     },
     {
      "name": "Paige",
      "age": 59,
      "height": 160,
      "weight": 85,
      "date_of_registration": "09\/14\/2018",
      "date_of_last_visit": "09\/07\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Electronic",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Sushi",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Gardening",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 39.3,
      "score": 10,
      "spent": 502
     },
     {
      "name": "Theodore",
      "age": 37,
      "height": 179,
      "weight": 89,
      "date_of_registration": "04\/08\/2019",
      "date_of_last_visit": "03\/03\/2023",
      "hobbies": "Origami",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Martian",
      "music": "Techno",
      "favorite_video_game": "Valorant",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Volunteering",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 30.4,
      "score": 17.5,
      "spent": 9
     },
     {
      "name": "Serenity",
      "age": 35,
      "height": 179,
      "weight": 105,
      "date_of_registration": "06\/23\/2022",
      "date_of_last_visit": "01\/25\/2023",
      "hobbies": "Reading",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Help",
      "music": "Pop",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 24.9,
      "score": 72.4,
      "spent": 379
     },
     {
      "name": "Wesley",
      "age": 22,
      "height": 197,
      "weight": 92,
      "date_of_registration": "05\/13\/2018",
      "date_of_last_visit": "06\/05\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Jazz",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Doctorate",
      "language": "Hindi",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Watching movies",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 33.1,
      "score": 34.5,
      "spent": 31
     },
     {
      "name": "Trinity",
      "age": 46,
      "height": 176,
      "weight": 77,
      "date_of_registration": "06\/09\/2016",
      "date_of_last_visit": "01\/07\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Don Quixote",
      "music": "Hip-hop",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Cycling",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 23.4,
      "score": 12.3,
      "spent": 42
     },
     {
      "name": "Blake",
      "age": 25,
      "height": 179,
      "weight": 106,
      "date_of_registration": "03\/03\/2017",
      "date_of_last_visit": "07\/10\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Classical",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Steak",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Yoga",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 29.4,
      "score": 32.3,
      "spent": 213
     },
     {
      "name": "Kylie",
      "age": 30,
      "height": 163,
      "weight": 85,
      "date_of_registration": "03\/03\/2019",
      "date_of_last_visit": "04\/22\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Purple",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Jane Eyre",
      "music": "Country",
      "favorite_video_game": "Rocket League",
      "education_level": "Master's degree",
      "language": "Telugu",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Soda",
      "favorite_dessert": "Apple pie",
      "activities": "Playing video games",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 41,
      "score": 56.7,
      "spent": 142
     },
     {
      "name": "Nathaniel",
      "age": 63,
      "height": 171,
      "weight": 104,
      "date_of_registration": "04\/10\/2018",
      "date_of_last_visit": "08\/12\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "A Tale of Two Cities",
      "music": "Jazz",
      "favorite_video_game": "Rocket League",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Gardening",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 40.3,
      "score": 17.7,
      "spent": 492
     },
     {
      "name": "Serenity",
      "age": 51,
      "height": 183,
      "weight": 103,
      "date_of_registration": "11\/07\/2019",
      "date_of_last_visit": "01\/30\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Black",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Techno",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Rock climbing",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 46.7,
      "score": 20.9,
      "spent": 464
     },
     {
      "name": "Rafael",
      "age": 66,
      "height": 175,
      "weight": 118,
      "date_of_registration": "02\/22\/2017",
      "date_of_last_visit": "10\/07\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Reggae",
      "favorite_video_game": "Destiny 2",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Steak",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Traveling",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 23.8,
      "score": 90,
      "spent": 158
     },
     {
      "name": "Faith",
      "age": 51,
      "height": 162,
      "weight": 91,
      "date_of_registration": "11\/09\/2021",
      "date_of_last_visit": "02\/07\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Da Vinci Code",
      "music": "Jazz",
      "favorite_video_game": "Persona 5",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Hiking",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 47.1,
      "score": 71.1,
      "spent": 110
     },
     {
      "name": "Cole",
      "age": 41,
      "height": 185,
      "weight": 105,
      "date_of_registration": "01\/08\/2019",
      "date_of_last_visit": "09\/08\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Alchemist",
      "music": "Country",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Hiking",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 23.4,
      "score": 34,
      "spent": 39
     },
     {
      "name": "Penelope",
      "age": 63,
      "height": 162,
      "weight": 69,
      "date_of_registration": "05\/24\/2022",
      "date_of_last_visit": "02\/24\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Blues",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Soda",
      "favorite_dessert": "Apple pie",
      "activities": "Surfing",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 43.5,
      "score": 24.5,
      "spent": 253
     },
     {
      "name": "Brian",
      "age": 29,
      "height": 191,
      "weight": 100,
      "date_of_registration": "05\/30\/2017",
      "date_of_last_visit": "05\/07\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Gone with the Wind",
      "music": "Ska",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Meditation",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 43.5,
      "score": 36,
      "spent": 527
     },
     {
      "name": "Athena",
      "age": 50,
      "height": 168,
      "weight": 100,
      "date_of_registration": "08\/04\/2018",
      "date_of_last_visit": "12\/14\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Bell Jar",
      "music": "Metal",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Soda",
      "favorite_dessert": "Apple pie",
      "activities": "Hiking",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 27.1,
      "score": 87.3,
      "spent": 219
     },
     {
      "name": "Vincent",
      "age": 68,
      "height": 194,
      "weight": 74,
      "date_of_registration": "12\/27\/2018",
      "date_of_last_visit": "09\/30\/2024",
      "hobbies": "Camping",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "War and Peace",
      "music": "Pop",
      "favorite_video_game": "Valorant",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Taco",
      "favorite_drink": "Tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Skiing or snowboarding",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 32.8,
      "score": 62,
      "spent": 182
     },
     {
      "name": "Destiny",
      "age": 37,
      "height": 171,
      "weight": 76,
      "date_of_registration": "02\/01\/2018",
      "date_of_last_visit": "10\/01\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Rock",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Playing video games",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 46.7,
      "score": 84.7,
      "spent": 469
     },
     {
      "name": "Brandon",
      "age": 81,
      "height": 173,
      "weight": 116,
      "date_of_registration": "04\/15\/2019",
      "date_of_last_visit": "05\/21\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Giver",
      "music": "Gospel",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Skiing or snowboarding",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 23.3,
      "score": 27.4,
      "spent": 113
     },
     {
      "name": "Delilah",
      "age": 22,
      "height": 191,
      "weight": 66,
      "date_of_registration": "02\/10\/2019",
      "date_of_last_visit": "02\/18\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "White",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Rap",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Photography",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 39.9,
      "score": 80.8,
      "spent": 112
     },
     {
      "name": "Preston",
      "age": 29,
      "height": 178,
      "weight": 99,
      "date_of_registration": "06\/08\/2015",
      "date_of_last_visit": "07\/27\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Secret Garden",
      "music": "Electronic",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Master's degree",
      "language": "Arabic",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel pudding",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 47.9,
      "score": 47.3,
      "spent": 426
     },
     {
      "name": "Gabrielle",
      "age": 27,
      "height": 187,
      "weight": 84,
      "date_of_registration": "11\/26\/2017",
      "date_of_last_visit": "08\/19\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Black",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Blues",
      "favorite_video_game": "Rocket League",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Steak",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Lemon pie",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 30.5,
      "score": 42.8,
      "spent": 113
     },
     {
      "name": "Elias",
      "age": 76,
      "height": 197,
      "weight": 90,
      "date_of_registration": "05\/23\/2020",
      "date_of_last_visit": "03\/13\/2024",
      "hobbies": "Photography",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Giver",
      "music": "R&B",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Cooking",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 34.9,
      "score": 26.2,
      "spent": 452
     },
     {
      "name": "John",
      "age": 80,
      "height": 173,
      "weight": 109,
      "date_of_registration": "03\/15\/2019",
      "date_of_last_visit": "06\/18\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Martian",
      "music": "Folk",
      "favorite_video_game": "Doom Eternal",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel pudding",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 28.1,
      "score": 66.1,
      "spent": 491
     },
     {
      "name": "Colin",
      "age": 55,
      "height": 184,
      "weight": 71,
      "date_of_registration": "01\/10\/2015",
      "date_of_last_visit": "10\/20\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Classical",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Panna cotta",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 44.2,
      "score": 52.7,
      "spent": 287
     },
     {
      "name": "Ariel",
      "age": 44,
      "height": 172,
      "weight": 83,
      "date_of_registration": "01\/05\/2019",
      "date_of_last_visit": "02\/24\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Don Quixote",
      "music": "R&B",
      "favorite_video_game": "Death Stranding",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Pottery",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 35.6,
      "score": 16.9,
      "spent": 439
     },
     {
      "name": "Sawyer",
      "age": 31,
      "height": 184,
      "weight": 66,
      "date_of_registration": "11\/30\/2018",
      "date_of_last_visit": "05\/29\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Name of the Wind",
      "music": "Indie",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Gardening",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 39.7,
      "score": 80.2,
      "spent": 340
     },
     {
      "name": "Preston",
      "age": 27,
      "height": 193,
      "weight": 119,
      "date_of_registration": "02\/19\/2020",
      "date_of_last_visit": "10\/30\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Punk",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 34,
      "score": 30.7,
      "spent": 8
     },
     {
      "name": "Chase",
      "age": 80,
      "height": 163,
      "weight": 100,
      "date_of_registration": "07\/17\/2022",
      "date_of_last_visit": "05\/16\/2023",
      "hobbies": "Photography",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Giver",
      "music": "Metal",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Water",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 28.4,
      "score": 40,
      "spent": 420
     },
     {
      "name": "Vincent",
      "age": 51,
      "height": 163,
      "weight": 76,
      "date_of_registration": "11\/28\/2021",
      "date_of_last_visit": "06\/30\/2024",
      "hobbies": "Photography",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "War and Peace",
      "music": "Techno",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate cake",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 33,
      "score": 55,
      "spent": 87
     },
     {
      "name": "Eduardo",
      "age": 42,
      "height": 164,
      "weight": 87,
      "date_of_registration": "12\/17\/2020",
      "date_of_last_visit": "04\/27\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Da Vinci Code",
      "music": "Soul",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Master's degree",
      "language": "Telugu",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Meditation",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 32.5,
      "score": 79,
      "spent": 319
     },
     {
      "name": "Ariel",
      "age": 70,
      "height": 170,
      "weight": 105,
      "date_of_registration": "03\/10\/2018",
      "date_of_last_visit": "12\/12\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Blue",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "R&B",
      "favorite_video_game": "Minecraft",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Panna cotta",
      "activities": "Birdwatching",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 26.8,
      "score": 46.8,
      "spent": 83
     },
     {
      "name": "Fernando",
      "age": 32,
      "height": 168,
      "weight": 80,
      "date_of_registration": "04\/24\/2016",
      "date_of_last_visit": "11\/07\/2023",
      "hobbies": "Reading",
      "favorite_color": "Red",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Anne of Green Gables",
      "music": "Blues",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Meditation",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 43.1,
      "score": 26.6,
      "spent": 17
     },
     {
      "name": "Summer",
      "age": 84,
      "height": 181,
      "weight": 114,
      "date_of_registration": "08\/28\/2018",
      "date_of_last_visit": "11\/09\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "White",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Blues",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 29.6,
      "score": 68.2,
      "spent": 381
     },
     {
      "name": "Miguel",
      "age": 33,
      "height": 191,
      "weight": 104,
      "date_of_registration": "11\/23\/2021",
      "date_of_last_visit": "12\/27\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Jane Eyre",
      "music": "Indie",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Ice cream",
      "activities": "Dancing",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 49.6,
      "score": 17.8,
      "spent": 203
     },
     {
      "name": "Thomas",
      "age": 44,
      "height": 163,
      "weight": 75,
      "date_of_registration": "03\/30\/2017",
      "date_of_last_visit": "08\/13\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "Ska",
      "favorite_video_game": "Borderlands 3",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Sculpting",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 38.4,
      "score": 36.8,
      "spent": 130
     },
     {
      "name": "Katherine",
      "age": 70,
      "height": 169,
      "weight": 108,
      "date_of_registration": "05\/30\/2018",
      "date_of_last_visit": "12\/25\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Kite Runner",
      "music": "R&B",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Milk",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Skiing or snowboarding",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 43.1,
      "score": 45,
      "spent": 473
     },
     {
      "name": "Charles",
      "age": 28,
      "height": 162,
      "weight": 69,
      "date_of_registration": "01\/30\/2017",
      "date_of_last_visit": "05\/05\/2023",
      "hobbies": "Photography",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Odyssey",
      "music": "Rap",
      "favorite_video_game": "Destiny 2",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Taco",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Apple pie",
      "activities": "Writing",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 48.6,
      "score": 87.5,
      "spent": 107
     },
     {
      "name": "Jasmine",
      "age": 35,
      "height": 171,
      "weight": 108,
      "date_of_registration": "10\/06\/2019",
      "date_of_last_visit": "11\/13\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Funk",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Woodworking",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 37.9,
      "score": 54.3,
      "spent": 63
     },
     {
      "name": "Alex",
      "age": 39,
      "height": 161,
      "weight": 78,
      "date_of_registration": "09\/02\/2017",
      "date_of_last_visit": "05\/31\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Crime and Punishment",
      "music": "Rock",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel pudding",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 26.4,
      "score": 36.1,
      "spent": 410
     },
     {
      "name": "Emily",
      "age": 42,
      "height": 171,
      "weight": 78,
      "date_of_registration": "09\/29\/2021",
      "date_of_last_visit": "03\/01\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Little Prince",
      "music": "Rock",
      "favorite_video_game": "Days Gone",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Meditation",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 34,
      "score": 24.4,
      "spent": 89
     },
     {
      "name": "Alexander",
      "age": 59,
      "height": 167,
      "weight": 116,
      "date_of_registration": "05\/02\/2016",
      "date_of_last_visit": "03\/25\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Pink",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Indie",
      "favorite_video_game": "Valorant",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Sculpting",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 26.3,
      "score": 68.8,
      "spent": 435
     },
     {
      "name": "Charlotte",
      "age": 45,
      "height": 178,
      "weight": 91,
      "date_of_registration": "05\/17\/2020",
      "date_of_last_visit": "03\/07\/2023",
      "hobbies": "Reading",
      "favorite_color": "Red",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Les Misérables",
      "music": "R&B",
      "favorite_video_game": "Fortnite",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Dancing",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 43,
      "score": 51.4,
      "spent": 277
     },
     {
      "name": "William",
      "age": 35,
      "height": 188,
      "weight": 74,
      "date_of_registration": "09\/29\/2017",
      "date_of_last_visit": "08\/10\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Martian",
      "music": "Punk",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Photography",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 37.1,
      "score": 38.7,
      "spent": 357
     },
     {
      "name": "Sophia",
      "age": 58,
      "height": 179,
      "weight": 75,
      "date_of_registration": "10\/10\/2020",
      "date_of_last_visit": "09\/04\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Red",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Techno",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing tennis or other sports",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 44,
      "score": 79.4,
      "spent": 530
     },
     {
      "name": "James",
      "age": 82,
      "height": 188,
      "weight": 96,
      "date_of_registration": "06\/30\/2020",
      "date_of_last_visit": "09\/21\/2023",
      "hobbies": "Cooking",
      "favorite_color": "White",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Name of the Wind",
      "music": "Hip-hop",
      "favorite_video_game": "Bloodborne",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Crème brûlée",
      "activities": "Reading",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 48.9,
      "score": 54.5,
      "spent": 450
     },
     {
      "name": "Olivia",
      "age": 27,
      "height": 161,
      "weight": 85,
      "date_of_registration": "11\/20\/2018",
      "date_of_last_visit": "01\/05\/2024",
      "hobbies": "Archery",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Anne of Green Gables",
      "music": "Rock",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Berry pie",
      "activities": "Cooking",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 31.4,
      "score": 86.7,
      "spent": 100
     },
     {
      "name": "Benjamin",
      "age": 37,
      "height": 184,
      "weight": 65,
      "date_of_registration": "04\/16\/2020",
      "date_of_last_visit": "09\/11\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Pop",
      "favorite_video_game": "Destiny 2",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Water",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 22,
      "score": 81.6,
      "spent": 65
     },
     {
      "name": "Emma",
      "age": 53,
      "height": 166,
      "weight": 67,
      "date_of_registration": "01\/10\/2020",
      "date_of_last_visit": "03\/19\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Reggae",
      "favorite_video_game": "Genshin Impact",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 22.5,
      "score": 14,
      "spent": 93
     },
     {
      "name": "Jacob",
      "age": 56,
      "height": 171,
      "weight": 70,
      "date_of_registration": "08\/23\/2021",
      "date_of_last_visit": "11\/04\/2023",
      "hobbies": "Traveling",
      "favorite_color": "White",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Rap",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 48.1,
      "score": 31.6,
      "spent": 168
     },
     {
      "name": "Isabella",
      "age": 30,
      "height": 175,
      "weight": 76,
      "date_of_registration": "02\/24\/2020",
      "date_of_last_visit": "10\/10\/2023",
      "hobbies": "Sculpting",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "Soul",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Yoga",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 20.2,
      "score": 66,
      "spent": 251
     },
     {
      "name": "Michael",
      "age": 54,
      "height": 167,
      "weight": 68,
      "date_of_registration": "11\/13\/2022",
      "date_of_last_visit": "01\/27\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Secret Garden",
      "music": "Folk",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Sculpting",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 32.9,
      "score": 50.2,
      "spent": 515
     },
     {
      "name": "Ava",
      "age": 24,
      "height": 184,
      "weight": 75,
      "date_of_registration": "02\/22\/2020",
      "date_of_last_visit": "02\/07\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Red",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Soul",
      "favorite_video_game": "Apex Legends",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing board games",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 29.6,
      "score": 61,
      "spent": 149
     },
     {
      "name": "Ethan",
      "age": 83,
      "height": 179,
      "weight": 86,
      "date_of_registration": "04\/22\/2021",
      "date_of_last_visit": "01\/25\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Wuthering Heights",
      "music": "Pop",
      "favorite_video_game": "Rocket League",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Meditation",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 40.1,
      "score": 65.4,
      "spent": 40
     },
     {
      "name": "Mia",
      "age": 66,
      "height": 188,
      "weight": 82,
      "date_of_registration": "07\/11\/2017",
      "date_of_last_visit": "04\/01\/2024",
      "hobbies": "Origami",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Gone with the Wind",
      "music": "Gospel",
      "favorite_video_game": "Bloodborne",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Milk",
      "favorite_dessert": "Lemon pie",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 40.9,
      "score": 78.8,
      "spent": 450
     },
     {
      "name": "Daniel",
      "age": 84,
      "height": 172,
      "weight": 69,
      "date_of_registration": "12\/19\/2022",
      "date_of_last_visit": "03\/24\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Reggae",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Playing musical instruments",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 48.8,
      "score": 32.3,
      "spent": 297
     },
     {
      "name": "Amelia",
      "age": 32,
      "height": 193,
      "weight": 99,
      "date_of_registration": "03\/01\/2021",
      "date_of_last_visit": "11\/11\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Country",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Water",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Volunteering",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 34.3,
      "score": 33.9,
      "spent": 299
     },
     {
      "name": "Matthew",
      "age": 32,
      "height": 199,
      "weight": 72,
      "date_of_registration": "03\/21\/2017",
      "date_of_last_visit": "12\/05\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Secret Garden",
      "music": "Indie",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Berry pie",
      "activities": "Cycling",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 44.3,
      "score": 11.6,
      "spent": 479
     },
     {
      "name": "Harper",
      "age": 77,
      "height": 169,
      "weight": 99,
      "date_of_registration": "10\/27\/2018",
      "date_of_last_visit": "02\/25\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Punk",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 42.2,
      "score": 63.1,
      "spent": 196
     },
     {
      "name": "Christopher",
      "age": 71,
      "height": 178,
      "weight": 101,
      "date_of_registration": "10\/12\/2018",
      "date_of_last_visit": "07\/24\/2024",
      "hobbies": "Origami",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Indie",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cheesecake",
      "activities": "Reading",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 26,
      "score": 14.1,
      "spent": 510
     },
     {
      "name": "Evelyn",
      "age": 71,
      "height": 181,
      "weight": 118,
      "date_of_registration": "05\/19\/2015",
      "date_of_last_visit": "05\/14\/2023",
      "hobbies": "Camping",
      "favorite_color": "Red",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Classical",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Watching movies",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 32.2,
      "score": 65.3,
      "spent": 506
     },
     {
      "name": "Andrew",
      "age": 42,
      "height": 185,
      "weight": 71,
      "date_of_registration": "03\/31\/2017",
      "date_of_last_visit": "06\/22\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Pride and Prejudice",
      "music": "Gospel",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Dancing",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 32.4,
      "score": 82.3,
      "spent": 247
     },
     {
      "name": "Abigail",
      "age": 75,
      "height": 170,
      "weight": 100,
      "date_of_registration": "11\/01\/2021",
      "date_of_last_visit": "12\/30\/2024",
      "hobbies": "Archery",
      "favorite_color": "Black",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Wuthering Heights",
      "music": "Rock",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Painting",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 33.6,
      "score": 63.4,
      "spent": 309
     },
     {
      "name": "Joshua",
      "age": 35,
      "height": 193,
      "weight": 79,
      "date_of_registration": "01\/27\/2019",
      "date_of_last_visit": "10\/06\/2024",
      "hobbies": "Origami",
      "favorite_color": "Black",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Shining",
      "music": "Blues",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Fruit salad",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 46.8,
      "score": 24.3,
      "spent": 397
     },
     {
      "name": "Emily",
      "age": 34,
      "height": 176,
      "weight": 94,
      "date_of_registration": "03\/01\/2022",
      "date_of_last_visit": "03\/01\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Red",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Pop",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Taco",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel pudding",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 23,
      "score": 47.6,
      "spent": 453
     },
     {
      "name": "Joseph",
      "age": 41,
      "height": 162,
      "weight": 111,
      "date_of_registration": "12\/25\/2021",
      "date_of_last_visit": "11\/15\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Dracula",
      "music": "Electronic",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Sushi",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Ice cream",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 39.6,
      "score": 85.1,
      "spent": 525
     },
     {
      "name": "Madison",
      "age": 52,
      "height": 185,
      "weight": 114,
      "date_of_registration": "02\/03\/2019",
      "date_of_last_visit": "03\/03\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Purple",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Jazz",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 30.3,
      "score": 21.7,
      "spent": 119
     },
     {
      "name": "David",
      "age": 47,
      "height": 174,
      "weight": 97,
      "date_of_registration": "09\/30\/2015",
      "date_of_last_visit": "06\/26\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Red",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Crime and Punishment",
      "music": "Techno",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 48.3,
      "score": 40.8,
      "spent": 61
     },
     {
      "name": "Elizabeth",
      "age": 22,
      "height": 181,
      "weight": 103,
      "date_of_registration": "07\/14\/2022",
      "date_of_last_visit": "03\/02\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Brown",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Classical",
      "favorite_video_game": "Persona 5",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Steak",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Swimming",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 44.2,
      "score": 11.8,
      "spent": 80
     },
     {
      "name": "Samuel",
      "age": 47,
      "height": 188,
      "weight": 99,
      "date_of_registration": "08\/15\/2021",
      "date_of_last_visit": "05\/12\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Great Gatsby",
      "music": "Rock",
      "favorite_video_game": "Among Us",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Meditation",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 22.3,
      "score": 62.9,
      "spent": 88
     },
     {
      "name": "Sofia",
      "age": 57,
      "height": 171,
      "weight": 67,
      "date_of_registration": "03\/15\/2017",
      "date_of_last_visit": "09\/21\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Metal",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Hiking",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 33.3,
      "score": 64.4,
      "spent": 119
     },
     {
      "name": "Alex",
      "age": 24,
      "height": 173,
      "weight": 113,
      "date_of_registration": "09\/16\/2020",
      "date_of_last_visit": "03\/08\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Electronic",
      "favorite_video_game": "League of Legends",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Fruit salad",
      "activities": "Sculpting",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 31.3,
      "score": 63.1,
      "spent": 527
     },
     {
      "name": "Robert",
      "age": 69,
      "height": 177,
      "weight": 111,
      "date_of_registration": "12\/24\/2019",
      "date_of_last_visit": "03\/05\/2024",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Jazz",
      "favorite_video_game": "FIFA 21",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel pudding",
      "activities": "Camping",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 21.9,
      "score": 75.7,
      "spent": 181
     },
     {
      "name": "Jackson",
      "age": 74,
      "height": 169,
      "weight": 108,
      "date_of_registration": "08\/14\/2021",
      "date_of_last_visit": "08\/16\/2024",
      "hobbies": "Hiking",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Lord of the Rings",
      "music": "Techno",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Water",
      "favorite_dessert": "Berry pie",
      "activities": "Dancing",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 27.7,
      "score": 24.8,
      "spent": 210
     },
     {
      "name": "Emma",
      "age": 55,
      "height": 191,
      "weight": 109,
      "date_of_registration": "05\/19\/2021",
      "date_of_last_visit": "01\/06\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Pride and Prejudice",
      "music": "Reggae",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Ice cream",
      "activities": "Cycling",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 47.7,
      "score": 86.5,
      "spent": 236
     },
     {
      "name": "Madison",
      "age": 76,
      "height": 178,
      "weight": 103,
      "date_of_registration": "10\/31\/2015",
      "date_of_last_visit": "05\/08\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Classical",
      "favorite_video_game": "Death Stranding",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Milk",
      "favorite_dessert": "Fruit salad",
      "activities": "Playing musical instruments",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 45.6,
      "score": 37.8,
      "spent": 214
     },
     {
      "name": "Noah",
      "age": 84,
      "height": 186,
      "weight": 85,
      "date_of_registration": "07\/24\/2016",
      "date_of_last_visit": "07\/26\/2023",
      "hobbies": "Camping",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Da Vinci Code",
      "music": "Blues",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Gardening",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 22.5,
      "score": 71.7,
      "spent": 22
     },
     {
      "name": "Ava",
      "age": 83,
      "height": 180,
      "weight": 94,
      "date_of_registration": "05\/25\/2019",
      "date_of_last_visit": "11\/19\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Country",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Painting",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 23.7,
      "score": 54.5,
      "spent": 15
     },
     {
      "name": "Liam",
      "age": 49,
      "height": 199,
      "weight": 69,
      "date_of_registration": "10\/20\/2021",
      "date_of_last_visit": "07\/07\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Hobbit",
      "music": "Metal",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Fruit salad",
      "activities": "Rock climbing",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 21.7,
      "score": 81.7,
      "spent": 216
     },
     {
      "name": "Isabella",
      "age": 50,
      "height": 195,
      "weight": 92,
      "date_of_registration": "01\/29\/2015",
      "date_of_last_visit": "04\/05\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Brown",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Outsiders",
      "music": "Punk",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Camping",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 47.2,
      "score": 11.8,
      "spent": 353
     },
     {
      "name": "Aiden",
      "age": 68,
      "height": 172,
      "weight": 108,
      "date_of_registration": "02\/24\/2022",
      "date_of_last_visit": "03\/25\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "A Tale of Two Cities",
      "music": "Pop",
      "favorite_video_game": "Valorant",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Painting",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 29.1,
      "score": 23.7,
      "spent": 218
     },
     {
      "name": "Sophia",
      "age": 50,
      "height": 183,
      "weight": 101,
      "date_of_registration": "07\/23\/2017",
      "date_of_last_visit": "10\/20\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Gone with the Wind",
      "music": "Indie",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Painting",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 44.5,
      "score": 13.1,
      "spent": 138
     },
     {
      "name": "Lucas",
      "age": 65,
      "height": 196,
      "weight": 97,
      "date_of_registration": "12\/22\/2022",
      "date_of_last_visit": "10\/11\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Green",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Jane Eyre",
      "music": "Rap",
      "favorite_video_game": "FIFA 21",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Hiking",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 33.8,
      "score": 69.6,
      "spent": 442
     },
     {
      "name": "Mia",
      "age": 48,
      "height": 190,
      "weight": 91,
      "date_of_registration": "01\/28\/2019",
      "date_of_last_visit": "11\/21\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Outsiders",
      "music": "Folk",
      "favorite_video_game": "Doom Eternal",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cheesecake",
      "activities": "Playing musical instruments",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 32.1,
      "score": 87.4,
      "spent": 187
     },
     {
      "name": "Mason",
      "age": 52,
      "height": 192,
      "weight": 88,
      "date_of_registration": "08\/03\/2020",
      "date_of_last_visit": "02\/01\/2023",
      "hobbies": "Camping",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Ska",
      "favorite_video_game": "Borderlands 3",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Cooking",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 39,
      "score": 77.5,
      "spent": 255
     },
     {
      "name": "Charlotte",
      "age": 26,
      "height": 183,
      "weight": 92,
      "date_of_registration": "07\/01\/2022",
      "date_of_last_visit": "02\/17\/2024",
      "hobbies": "Sports",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "War and Peace",
      "music": "Metal",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate cake",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 35.7,
      "score": 19.6,
      "spent": 266
     },
     {
      "name": "Logan",
      "age": 57,
      "height": 160,
      "weight": 73,
      "date_of_registration": "02\/15\/2016",
      "date_of_last_visit": "02\/22\/2023",
      "hobbies": "Hiking",
      "favorite_color": "Purple",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Soul",
      "favorite_video_game": "Minecraft",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Fruit salad",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 45.9,
      "score": 44.6,
      "spent": 345
     },
     {
      "name": "Amelia",
      "age": 47,
      "height": 159,
      "weight": 106,
      "date_of_registration": "07\/19\/2015",
      "date_of_last_visit": "12\/30\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Metal",
      "favorite_video_game": "Among Us",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Crème brûlée",
      "activities": "Writing",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 35.1,
      "score": 70.3,
      "spent": 483
     },
     {
      "name": "James",
      "age": 50,
      "height": 164,
      "weight": 97,
      "date_of_registration": "07\/09\/2021",
      "date_of_last_visit": "03\/18\/2023",
      "hobbies": "Photography",
      "favorite_color": "Brown",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Jazz",
      "favorite_video_game": "Valorant",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Apple pie",
      "activities": "Swimming",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 44.9,
      "score": 50.7,
      "spent": 524
     },
     {
      "name": "Harper",
      "age": 64,
      "height": 187,
      "weight": 89,
      "date_of_registration": "07\/24\/2015",
      "date_of_last_visit": "07\/18\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Martian",
      "music": "Jazz",
      "favorite_video_game": "World of Warcraft",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Surfing",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 33.3,
      "score": 17.8,
      "spent": 209
     },
     {
      "name": "John",
      "age": 21,
      "height": 193,
      "weight": 119,
      "date_of_registration": "12\/04\/2018",
      "date_of_last_visit": "08\/11\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Alchemist",
      "music": "Rock",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Soda",
      "favorite_dessert": "Berry pie",
      "activities": "Photography",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 26.9,
      "score": 57.5,
      "spent": 158
     },
     {
      "name": "Evelyn",
      "age": 85,
      "height": 171,
      "weight": 106,
      "date_of_registration": "09\/23\/2017",
      "date_of_last_visit": "07\/10\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Pop",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 44.8,
      "score": 19.1,
      "spent": 461
     },
     {
      "name": "Benjamin",
      "age": 60,
      "height": 172,
      "weight": 105,
      "date_of_registration": "08\/10\/2022",
      "date_of_last_visit": "09\/05\/2023",
      "hobbies": "Hiking",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Crime and Punishment",
      "music": "Techno",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Photography",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 23.4,
      "score": 17.4,
      "spent": 504
     },
     {
      "name": "Abigail",
      "age": 27,
      "height": 189,
      "weight": 119,
      "date_of_registration": "03\/29\/2022",
      "date_of_last_visit": "11\/12\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Fault in Our Stars",
      "music": "Reggae",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Taco",
      "favorite_drink": "Soda",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Skiing or snowboarding",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 47.9,
      "score": 31.5,
      "spent": 80
     },
     {
      "name": "William",
      "age": 72,
      "height": 166,
      "weight": 115,
      "date_of_registration": "12\/23\/2019",
      "date_of_last_visit": "03\/03\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Lord of the Rings",
      "music": "Jazz",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Associate's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Milk",
      "favorite_dessert": "Panna cotta",
      "activities": "Yoga",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 23.5,
      "score": 63.6,
      "spent": 138
     },
     {
      "name": "Emily",
      "age": 52,
      "height": 186,
      "weight": 90,
      "date_of_registration": "08\/04\/2022",
      "date_of_last_visit": "05\/02\/2023",
      "hobbies": "Reading",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Rap",
      "favorite_video_game": "Apex Legends",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing video games",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 31.8,
      "score": 22.7,
      "spent": 35
     },
     {
      "name": "Alexander",
      "age": 42,
      "height": 169,
      "weight": 98,
      "date_of_registration": "12\/11\/2022",
      "date_of_last_visit": "08\/22\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Kite Runner",
      "music": "Indie",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Photography",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 44.7,
      "score": 90,
      "spent": 356
     },
     {
      "name": "Elizabeth",
      "age": 72,
      "height": 171,
      "weight": 68,
      "date_of_registration": "09\/22\/2021",
      "date_of_last_visit": "12\/01\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "Pride and Prejudice",
      "music": "Reggae",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 21.3,
      "score": 43.1,
      "spent": 274
     },
     {
      "name": "Henry",
      "age": 30,
      "height": 180,
      "weight": 95,
      "date_of_registration": "02\/23\/2019",
      "date_of_last_visit": "11\/08\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Blue",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Reggae",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Water",
      "favorite_dessert": "Cheesecake",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 43.8,
      "score": 50,
      "spent": 414
     },
     {
      "name": "Avery",
      "age": 61,
      "height": 181,
      "weight": 102,
      "date_of_registration": "11\/16\/2021",
      "date_of_last_visit": "09\/11\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Electronic",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Steak",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Birdwatching",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 34.1,
      "score": 59.8,
      "spent": 304
     },
     {
      "name": "Michael",
      "age": 53,
      "height": 182,
      "weight": 70,
      "date_of_registration": "02\/20\/2017",
      "date_of_last_visit": "10\/05\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Yellow",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Soul",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Apple pie",
      "activities": "Traveling",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 35.4,
      "score": 73.7,
      "spent": 3
     },
     {
      "name": "Ella",
      "age": 22,
      "height": 179,
      "weight": 96,
      "date_of_registration": "03\/21\/2020",
      "date_of_last_visit": "02\/01\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Pink",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "Country",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Hiking",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 28.5,
      "score": 69.9,
      "spent": 274
     },
     {
      "name": "Daniel",
      "age": 64,
      "height": 187,
      "weight": 78,
      "date_of_registration": "12\/10\/2022",
      "date_of_last_visit": "07\/19\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Blue",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Les Misérables",
      "music": "Blues",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 43.2,
      "score": 33.9,
      "spent": 128
     },
     {
      "name": "Scarlett",
      "age": 42,
      "height": 171,
      "weight": 107,
      "date_of_registration": "06\/03\/2017",
      "date_of_last_visit": "06\/05\/2024",
      "hobbies": "Archery",
      "favorite_color": "Green",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Silence of the Lambs",
      "music": "Pop",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Tiramisu",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 26.3,
      "score": 22.9,
      "spent": 91
     },
     {
      "name": "Samuel",
      "age": 34,
      "height": 162,
      "weight": 84,
      "date_of_registration": "01\/09\/2017",
      "date_of_last_visit": "04\/18\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Reggae",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Fruit salad",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 41.6,
      "score": 37.3,
      "spent": 344
     },
     {
      "name": "Grace",
      "age": 29,
      "height": 188,
      "weight": 98,
      "date_of_registration": "04\/30\/2021",
      "date_of_last_visit": "02\/07\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Country",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate cake",
      "activities": "Playing board games",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 40.8,
      "score": 42.9,
      "spent": 468
     },
     {
      "name": "Matthew",
      "age": 51,
      "height": 190,
      "weight": 88,
      "date_of_registration": "03\/19\/2022",
      "date_of_last_visit": "02\/01\/2023",
      "hobbies": "Fishing",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Lord of the Rings",
      "music": "Folk",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Berry pie",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 24.1,
      "score": 21,
      "spent": 334
     },
     {
      "name": "Chloe",
      "age": 47,
      "height": 174,
      "weight": 95,
      "date_of_registration": "01\/30\/2016",
      "date_of_last_visit": "05\/07\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Funk",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Master's degree",
      "language": "Russian",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Meditation",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 25.2,
      "score": 37.4,
      "spent": 362
     },
     {
      "name": "Joseph",
      "age": 60,
      "height": 180,
      "weight": 90,
      "date_of_registration": "12\/20\/2015",
      "date_of_last_visit": "12\/26\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Brown",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Don Quixote",
      "music": "Rock",
      "favorite_video_game": "League of Legends",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Yoga",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 27,
      "score": 78.6,
      "spent": 13
     },
     {
      "name": "Victoria",
      "age": 61,
      "height": 160,
      "weight": 118,
      "date_of_registration": "11\/10\/2019",
      "date_of_last_visit": "01\/14\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Red",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Secret Garden",
      "music": "Blues",
      "favorite_video_game": "Dark Souls III",
      "education_level": "High school diploma",
      "language": "Javanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Pottery",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 34,
      "score": 85.6,
      "spent": 206
     },
     {
      "name": "David",
      "age": 21,
      "height": 179,
      "weight": 90,
      "date_of_registration": "05\/20\/2015",
      "date_of_last_visit": "05\/07\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Black",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Hobbit",
      "music": "Rock",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cheesecake",
      "activities": "Photography",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 22.1,
      "score": 25.2,
      "spent": 244
     },
     {
      "name": "John",
      "age": 53,
      "height": 186,
      "weight": 107,
      "date_of_registration": "02\/20\/2017",
      "date_of_last_visit": "07\/28\/2023",
      "hobbies": "Hiking",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "R&B",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 34.5,
      "score": 47.6,
      "spent": 276
     },
     {
      "name": "Carter",
      "age": 59,
      "height": 164,
      "weight": 119,
      "date_of_registration": "03\/31\/2017",
      "date_of_last_visit": "01\/06\/2024",
      "hobbies": "Origami",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Great Gatsby",
      "music": "Electronic",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Playing tennis or other sports",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 24.2,
      "score": 59,
      "spent": 428
     },
     {
      "name": "Zoey",
      "age": 68,
      "height": 169,
      "weight": 75,
      "date_of_registration": "01\/22\/2021",
      "date_of_last_visit": "04\/11\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Les Misérables",
      "music": "Classical",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Sculpting",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 34.6,
      "score": 42.6,
      "spent": 310
     },
     {
      "name": "Owen",
      "age": 49,
      "height": 174,
      "weight": 86,
      "date_of_registration": "12\/27\/2018",
      "date_of_last_visit": "06\/29\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Alchemist",
      "music": "Country",
      "favorite_video_game": "Fortnite",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Yoga",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 42.5,
      "score": 33.2,
      "spent": 375
     },
     {
      "name": "Lily",
      "age": 72,
      "height": 193,
      "weight": 106,
      "date_of_registration": "05\/11\/2017",
      "date_of_last_visit": "04\/10\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Pink",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Secret Garden",
      "music": "Electronic",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 36.5,
      "score": 34.4,
      "spent": 266
     },
     {
      "name": "Wyatt",
      "age": 53,
      "height": 186,
      "weight": 112,
      "date_of_registration": "10\/30\/2017",
      "date_of_last_visit": "11\/01\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Ska",
      "favorite_video_game": "Fortnite",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Photography",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 24.5,
      "score": 77.1,
      "spent": 516
     },
     {
      "name": "Lillian",
      "age": 81,
      "height": 160,
      "weight": 94,
      "date_of_registration": "11\/10\/2020",
      "date_of_last_visit": "09\/20\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Classical",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Pottery",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 25.6,
      "score": 70,
      "spent": 174
     },
     {
      "name": "Gabriel",
      "age": 64,
      "height": 181,
      "weight": 112,
      "date_of_registration": "02\/23\/2022",
      "date_of_last_visit": "09\/11\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Harry Potter series",
      "music": "Pop",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Cheesecake",
      "activities": "Cooking",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 27.6,
      "score": 16.7,
      "spent": 145
     },
     {
      "name": "Natalie",
      "age": 50,
      "height": 166,
      "weight": 117,
      "date_of_registration": "11\/29\/2019",
      "date_of_last_visit": "01\/22\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Black",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Les Misérables",
      "music": "R&B",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Pottery",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 37.9,
      "score": 58.7,
      "spent": 340
     },
     {
      "name": "Jack",
      "age": 42,
      "height": 174,
      "weight": 109,
      "date_of_registration": "01\/04\/2015",
      "date_of_last_visit": "05\/07\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Hunger Games",
      "music": "Electronic",
      "favorite_video_game": "NBA 2K21",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Water",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 33.4,
      "score": 75.8,
      "spent": 172
     },
     {
      "name": "Hannah",
      "age": 56,
      "height": 183,
      "weight": 104,
      "date_of_registration": "12\/24\/2019",
      "date_of_last_visit": "05\/19\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Kite Runner",
      "music": "Hip-hop",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Doctorate",
      "language": "Hindi",
      "favorite_dish": "Pizza",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Skiing or snowboarding",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 41.2,
      "score": 69.3,
      "spent": 100
     },
     {
      "name": "Luke",
      "age": 59,
      "height": 179,
      "weight": 72,
      "date_of_registration": "04\/28\/2016",
      "date_of_last_visit": "01\/28\/2023",
      "hobbies": "Sculpting",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Classical",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Berry pie",
      "activities": "Dancing",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 23.1,
      "score": 78.4,
      "spent": 505
     },
     {
      "name": "Layla",
      "age": 79,
      "height": 200,
      "weight": 112,
      "date_of_registration": "08\/10\/2017",
      "date_of_last_visit": "11\/08\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Red",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Fault in Our Stars",
      "music": "Pop",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Master's degree",
      "language": "Arabic",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Water",
      "favorite_dessert": "Apple pie",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 36.2,
      "score": 67.6,
      "spent": 196
     },
     {
      "name": "Jayden",
      "age": 53,
      "height": 166,
      "weight": 69,
      "date_of_registration": "03\/30\/2019",
      "date_of_last_visit": "06\/11\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Rock",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Milk",
      "favorite_dessert": "Fruit salad",
      "activities": "Playing video games",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 35.2,
      "score": 52.6,
      "spent": 339
     },
     {
      "name": "Addison",
      "age": 56,
      "height": 169,
      "weight": 114,
      "date_of_registration": "05\/15\/2022",
      "date_of_last_visit": "11\/06\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Yellow",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Chronicles of Narnia",
      "music": "R&B",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Photography",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 37.3,
      "score": 14.4,
      "spent": 186
     },
     {
      "name": "Dylan",
      "age": 68,
      "height": 192,
      "weight": 70,
      "date_of_registration": "06\/20\/2017",
      "date_of_last_visit": "11\/18\/2024",
      "hobbies": "Photography",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Don Quixote",
      "music": "Gospel",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Birdwatching",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 36,
      "score": 29.7,
      "spent": 363
     },
     {
      "name": "Aubrey",
      "age": 40,
      "height": 189,
      "weight": 100,
      "date_of_registration": "03\/06\/2020",
      "date_of_last_visit": "12\/07\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Brown",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Indie",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Tea",
      "favorite_dessert": "Apple pie",
      "activities": "Birdwatching",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 47.5,
      "score": 55.6,
      "spent": 20
     },
     {
      "name": "Grayson",
      "age": 42,
      "height": 195,
      "weight": 103,
      "date_of_registration": "07\/10\/2017",
      "date_of_last_visit": "10\/23\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Pop",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 42.4,
      "score": 61.7,
      "spent": 144
     },
     {
      "name": "Brooklyn",
      "age": 43,
      "height": 174,
      "weight": 115,
      "date_of_registration": "09\/16\/2021",
      "date_of_last_visit": "06\/08\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Shining",
      "music": "Pop",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Sculpting",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 26.3,
      "score": 14.6,
      "spent": 392
     },
     {
      "name": "Levi",
      "age": 27,
      "height": 190,
      "weight": 74,
      "date_of_registration": "12\/04\/2018",
      "date_of_last_visit": "06\/19\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Silence of the Lambs",
      "music": "Folk",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Writing",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 43.4,
      "score": 37.1,
      "spent": 488
     },
     {
      "name": "Zoe",
      "age": 56,
      "height": 174,
      "weight": 97,
      "date_of_registration": "04\/30\/2020",
      "date_of_last_visit": "09\/06\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Classical",
      "favorite_video_game": "Valorant",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Pizza",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 32.1,
      "score": 51.5,
      "spent": 118
     },
     {
      "name": "John",
      "age": 81,
      "height": 166,
      "weight": 70,
      "date_of_registration": "09\/04\/2022",
      "date_of_last_visit": "05\/17\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Blue",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "Hip-hop",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Sculpting",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 32.1,
      "score": 66.5,
      "spent": 310
     },
     {
      "name": "Penelope",
      "age": 29,
      "height": 180,
      "weight": 81,
      "date_of_registration": "12\/20\/2015",
      "date_of_last_visit": "01\/30\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Yellow",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Kite Runner",
      "music": "Folk",
      "favorite_video_game": "Dark Souls III",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Cooking",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 21.4,
      "score": 27.5,
      "spent": 347
     },
     {
      "name": "Julian",
      "age": 65,
      "height": 193,
      "weight": 119,
      "date_of_registration": "01\/24\/2020",
      "date_of_last_visit": "02\/10\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "R&B",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 36.4,
      "score": 27.6,
      "spent": 192
     },
     {
      "name": "Madelyn",
      "age": 84,
      "height": 188,
      "weight": 107,
      "date_of_registration": "11\/03\/2018",
      "date_of_last_visit": "07\/07\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Red",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Odyssey",
      "music": "Classical",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Playing musical instruments",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 50,
      "score": 70.5,
      "spent": 137
     },
     {
      "name": "Anthony",
      "age": 24,
      "height": 190,
      "weight": 102,
      "date_of_registration": "04\/30\/2017",
      "date_of_last_visit": "10\/26\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Dracula",
      "music": "Pop",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Associate's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Tea",
      "favorite_dessert": "Cheesecake",
      "activities": "Painting",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 27.4,
      "score": 82.3,
      "spent": 286
     },
     {
      "name": "Leah",
      "age": 63,
      "height": 166,
      "weight": 78,
      "date_of_registration": "05\/23\/2020",
      "date_of_last_visit": "12\/25\/2024",
      "hobbies": "Photography",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Dracula",
      "music": "Funk",
      "favorite_video_game": "Destiny 2",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cheesecake",
      "activities": "Photography",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 36.8,
      "score": 61.7,
      "spent": 398
     },
     {
      "name": "Samuel",
      "age": 62,
      "height": 168,
      "weight": 81,
      "date_of_registration": "03\/10\/2018",
      "date_of_last_visit": "01\/02\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "Metal",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Playing video games",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 30.6,
      "score": 53.7,
      "spent": 321
     },
     {
      "name": "Sadie",
      "age": 72,
      "height": 193,
      "weight": 115,
      "date_of_registration": "01\/31\/2019",
      "date_of_last_visit": "07\/22\/2024",
      "hobbies": "Photography",
      "favorite_color": "Green",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "Gospel",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Tiramisu",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 38.7,
      "score": 35.4,
      "spent": 283
     },
     {
      "name": "Lincoln",
      "age": 33,
      "height": 180,
      "weight": 99,
      "date_of_registration": "03\/18\/2019",
      "date_of_last_visit": "08\/16\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Don Quixote",
      "music": "Reggae",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Woodworking",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 45,
      "score": 58,
      "spent": 63
     },
     {
      "name": "Ariana",
      "age": 48,
      "height": 190,
      "weight": 106,
      "date_of_registration": "03\/14\/2020",
      "date_of_last_visit": "10\/27\/2024",
      "hobbies": "Sports",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Soul",
      "favorite_video_game": "Days Gone",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Panna cotta",
      "activities": "Gardening",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 46.7,
      "score": 35.9,
      "spent": 126
     },
     {
      "name": "Christopher",
      "age": 70,
      "height": 164,
      "weight": 73,
      "date_of_registration": "06\/24\/2022",
      "date_of_last_visit": "02\/22\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Orange",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "Anne of Green Gables",
      "music": "Techno",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Taco",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 46.2,
      "score": 29,
      "spent": 31
     },
     {
      "name": "Savannah",
      "age": 69,
      "height": 185,
      "weight": 103,
      "date_of_registration": "08\/06\/2021",
      "date_of_last_visit": "04\/18\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Fifty Shades of Grey",
      "music": "R&B",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Water",
      "favorite_dessert": "Cheesecake",
      "activities": "Hiking",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 23.3,
      "score": 41.2,
      "spent": 277
     },
     {
      "name": "Joshua",
      "age": 80,
      "height": 177,
      "weight": 86,
      "date_of_registration": "07\/15\/2015",
      "date_of_last_visit": "12\/10\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Metal",
      "favorite_video_game": "Destiny 2",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Dancing",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 29.9,
      "score": 52.6,
      "spent": 15
     },
     {
      "name": "Nora",
      "age": 50,
      "height": 163,
      "weight": 77,
      "date_of_registration": "10\/30\/2019",
      "date_of_last_visit": "06\/03\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Catcher in the Rye",
      "music": "Electronic",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Gardening",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 23.5,
      "score": 10.5,
      "spent": 210
     },
     {
      "name": "Andrew",
      "age": 42,
      "height": 197,
      "weight": 80,
      "date_of_registration": "12\/24\/2018",
      "date_of_last_visit": "09\/11\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Jazz",
      "favorite_video_game": "Valorant",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 25,
      "score": 54.4,
      "spent": 214
     },
     {
      "name": "Camila",
      "age": 43,
      "height": 195,
      "weight": 101,
      "date_of_registration": "03\/28\/2018",
      "date_of_last_visit": "08\/24\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Red",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Secret Garden",
      "music": "Jazz",
      "favorite_video_game": "Fortnite",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing tennis or other sports",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 33.6,
      "score": 82.6,
      "spent": 294
     },
     {
      "name": "Nathan",
      "age": 79,
      "height": 172,
      "weight": 74,
      "date_of_registration": "11\/12\/2018",
      "date_of_last_visit": "01\/22\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Rock",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Master's degree",
      "language": "Telugu",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Ice cream",
      "activities": "Camping",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 27.2,
      "score": 85.2,
      "spent": 393
     },
     {
      "name": "Stella",
      "age": 49,
      "height": 191,
      "weight": 85,
      "date_of_registration": "04\/07\/2020",
      "date_of_last_visit": "06\/12\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Green",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Bell Jar",
      "music": "Country",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Master's degree",
      "language": "Telugu",
      "favorite_dish": "Steak",
      "favorite_drink": "Milk",
      "favorite_dessert": "Fruit salad",
      "activities": "Hiking",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 31.9,
      "score": 68.8,
      "spent": 262
     },
     {
      "name": "Ryan",
      "age": 23,
      "height": 166,
      "weight": 98,
      "date_of_registration": "05\/04\/2018",
      "date_of_last_visit": "09\/02\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Reggae",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 36,
      "score": 30,
      "spent": 130
     },
     {
      "name": "Ellie",
      "age": 44,
      "height": 188,
      "weight": 114,
      "date_of_registration": "05\/10\/2015",
      "date_of_last_visit": "05\/23\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "White",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Electronic",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Soda",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Pottery",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 25.5,
      "score": 77.9,
      "spent": 97
     },
     {
      "name": "Evan",
      "age": 23,
      "height": 163,
      "weight": 79,
      "date_of_registration": "12\/28\/2015",
      "date_of_last_visit": "08\/28\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "White",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Funk",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 22.6,
      "score": 17,
      "spent": 170
     },
     {
      "name": "Paisley",
      "age": 63,
      "height": 185,
      "weight": 87,
      "date_of_registration": "11\/16\/2018",
      "date_of_last_visit": "04\/28\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Metal",
      "favorite_video_game": "Death Stranding",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Painting",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 23.8,
      "score": 47.2,
      "spent": 49
     },
     {
      "name": "John",
      "age": 35,
      "height": 162,
      "weight": 71,
      "date_of_registration": "01\/23\/2022",
      "date_of_last_visit": "11\/01\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "Rap",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Master's degree",
      "language": "Russian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Cooking",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 33.9,
      "score": 76.1,
      "spent": 502
     },
     {
      "name": "Skylar",
      "age": 28,
      "height": 162,
      "weight": 91,
      "date_of_registration": "07\/30\/2017",
      "date_of_last_visit": "11\/16\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Purple",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "War and Peace",
      "music": "Funk",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 39.7,
      "score": 71.3,
      "spent": 317
     },
     {
      "name": "Hunter",
      "age": 63,
      "height": 180,
      "weight": 119,
      "date_of_registration": "03\/09\/2021",
      "date_of_last_visit": "04\/20\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Punk",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Taco",
      "favorite_drink": "Soda",
      "favorite_dessert": "Ice cream",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 31.1,
      "score": 72.7,
      "spent": 124
     },
     {
      "name": "Claire",
      "age": 62,
      "height": 167,
      "weight": 82,
      "date_of_registration": "05\/11\/2022",
      "date_of_last_visit": "06\/03\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Reggae",
      "favorite_video_game": "Apex Legends",
      "education_level": "Doctorate",
      "language": "Bengali",
      "favorite_dish": "Sushi",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Ice cream",
      "activities": "Playing musical instruments",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 21.8,
      "score": 62.9,
      "spent": 466
     },
     {
      "name": "Isaiah",
      "age": 57,
      "height": 173,
      "weight": 101,
      "date_of_registration": "01\/11\/2015",
      "date_of_last_visit": "03\/20\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Blue",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Little Prince",
      "music": "Classical",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Fishing",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 43.1,
      "score": 36.8,
      "spent": 208
     },
     {
      "name": "Aurora",
      "age": 76,
      "height": 159,
      "weight": 65,
      "date_of_registration": "10\/31\/2016",
      "date_of_last_visit": "02\/05\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Don Quixote",
      "music": "Folk",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Fishing",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 47,
      "score": 33.6,
      "spent": 76
     },
     {
      "name": "Cooper",
      "age": 57,
      "height": 200,
      "weight": 88,
      "date_of_registration": "03\/08\/2022",
      "date_of_last_visit": "03\/24\/2023",
      "hobbies": "Traveling",
      "favorite_color": "Orange",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Reggae",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Pizza",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Swimming",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 40.2,
      "score": 12.4,
      "spent": 26
     },
     {
      "name": "Violet",
      "age": 78,
      "height": 172,
      "weight": 111,
      "date_of_registration": "01\/10\/2020",
      "date_of_last_visit": "07\/27\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Blue",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Metal",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Sushi",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 22.7,
      "score": 42.4,
      "spent": 182
     },
     {
      "name": "Adam",
      "age": 64,
      "height": 173,
      "weight": 103,
      "date_of_registration": "02\/06\/2018",
      "date_of_last_visit": "06\/24\/2023",
      "hobbies": "Archery",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "R&B",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Cheesecake",
      "activities": "Playing video games",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 20.7,
      "score": 83,
      "spent": 233
     },
     {
      "name": "Caroline",
      "age": 60,
      "height": 172,
      "weight": 68,
      "date_of_registration": "05\/04\/2018",
      "date_of_last_visit": "12\/08\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Martian",
      "music": "Rock",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel pudding",
      "activities": "Knitting or crocheting",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 47.9,
      "score": 30.6,
      "spent": 269
     },
     {
      "name": "Jaxon",
      "age": 21,
      "height": 164,
      "weight": 100,
      "date_of_registration": "11\/28\/2017",
      "date_of_last_visit": "12\/20\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Yellow",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Little Prince",
      "music": "Classical",
      "favorite_video_game": "League of Legends",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Panna cotta",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 41.3,
      "score": 24.8,
      "spent": 318
     },
     {
      "name": "Naomi",
      "age": 55,
      "height": 174,
      "weight": 79,
      "date_of_registration": "06\/09\/2018",
      "date_of_last_visit": "05\/15\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "Hip-hop",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "High school diploma",
      "language": "Javanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate cake",
      "activities": "Gardening",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 26,
      "score": 83.8,
      "spent": 136
     },
     {
      "name": "Eli",
      "age": 45,
      "height": 186,
      "weight": 111,
      "date_of_registration": "04\/08\/2016",
      "date_of_last_visit": "08\/19\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "Catch-22",
      "music": "Rap",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Playing board games",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 43.1,
      "score": 36.2,
      "spent": 406
     },
     {
      "name": "Piper",
      "age": 32,
      "height": 173,
      "weight": 116,
      "date_of_registration": "06\/07\/2019",
      "date_of_last_visit": "09\/11\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Green",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Techno",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Steak",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Hiking",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 29.8,
      "score": 80.3,
      "spent": 259
     },
     {
      "name": "Sebastian",
      "age": 44,
      "height": 188,
      "weight": 74,
      "date_of_registration": "09\/21\/2017",
      "date_of_last_visit": "10\/01\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Punk",
      "favorite_video_game": "FIFA 21",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Cheesecake",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 49.2,
      "score": 58.9,
      "spent": 33
     },
     {
      "name": "Ruby",
      "age": 57,
      "height": 197,
      "weight": 71,
      "date_of_registration": "03\/03\/2016",
      "date_of_last_visit": "04\/20\/2024",
      "hobbies": "Pottery",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Metal",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 39.9,
      "score": 69.7,
      "spent": 287
     },
     {
      "name": "John",
      "age": 76,
      "height": 184,
      "weight": 83,
      "date_of_registration": "02\/14\/2021",
      "date_of_last_visit": "12\/02\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Orange",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Reggae",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Cycling",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 31.8,
      "score": 86.9,
      "spent": 44
     },
     {
      "name": "Lucy",
      "age": 85,
      "height": 172,
      "weight": 81,
      "date_of_registration": "03\/08\/2022",
      "date_of_last_visit": "03\/05\/2024",
      "hobbies": "Archery",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Hobbit",
      "music": "Funk",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Water",
      "favorite_dessert": "Panna cotta",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 25.3,
      "score": 29.6,
      "spent": 273
     },
     {
      "name": "Brayden",
      "age": 81,
      "height": 182,
      "weight": 102,
      "date_of_registration": "06\/21\/2019",
      "date_of_last_visit": "06\/12\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Blues",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Yoga",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 29.9,
      "score": 22.2,
      "spent": 468
     },
     {
      "name": "Anna",
      "age": 55,
      "height": 167,
      "weight": 85,
      "date_of_registration": "08\/13\/2016",
      "date_of_last_visit": "11\/18\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Little Prince",
      "music": "Metal",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel pudding",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 38.9,
      "score": 11.7,
      "spent": 261
     },
     {
      "name": "Julian",
      "age": 71,
      "height": 177,
      "weight": 79,
      "date_of_registration": "03\/04\/2022",
      "date_of_last_visit": "03\/26\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Wuthering Heights",
      "music": "Ska",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Master's degree",
      "language": "Russian",
      "favorite_dish": "Pizza",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 40.6,
      "score": 12.9,
      "spent": 527
     },
     {
      "name": "Kennedy",
      "age": 64,
      "height": 199,
      "weight": 71,
      "date_of_registration": "06\/18\/2016",
      "date_of_last_visit": "07\/19\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Blues",
      "favorite_video_game": "Minecraft",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Birdwatching",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 49.9,
      "score": 67.8,
      "spent": 345
     },
     {
      "name": "Aaron",
      "age": 47,
      "height": 169,
      "weight": 107,
      "date_of_registration": "03\/08\/2019",
      "date_of_last_visit": "06\/09\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "War and Peace",
      "music": "R&B",
      "favorite_video_game": "Overwatch",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Playing musical instruments",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 38.5,
      "score": 67.1,
      "spent": 435
     },
     {
      "name": "Hannah",
      "age": 47,
      "height": 183,
      "weight": 66,
      "date_of_registration": "11\/21\/2016",
      "date_of_last_visit": "06\/07\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Pride and Prejudice",
      "music": "Funk",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Cycling",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 29.8,
      "score": 82.1,
      "spent": 137
     },
     {
      "name": "Thomas",
      "age": 48,
      "height": 176,
      "weight": 67,
      "date_of_registration": "09\/01\/2015",
      "date_of_last_visit": "08\/21\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Folk",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Steak",
      "favorite_drink": "Tea",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Birdwatching",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 46,
      "score": 35.1,
      "spent": 446
     },
     {
      "name": "Katherine",
      "age": 25,
      "height": 171,
      "weight": 79,
      "date_of_registration": "05\/14\/2015",
      "date_of_last_visit": "09\/18\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Rock",
      "favorite_video_game": "Overwatch",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Camping",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 44.5,
      "score": 48.8,
      "spent": 419
     },
     {
      "name": "Charles",
      "age": 29,
      "height": 188,
      "weight": 74,
      "date_of_registration": "01\/22\/2020",
      "date_of_last_visit": "07\/28\/2023",
      "hobbies": "Reading",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Gospel",
      "favorite_video_game": "Persona 5",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Playing video games",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 30.8,
      "score": 14.7,
      "spent": 136
     },
     {
      "name": "Jasmine",
      "age": 74,
      "height": 177,
      "weight": 70,
      "date_of_registration": "12\/25\/2022",
      "date_of_last_visit": "03\/29\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": 1984,
      "music": "Electronic",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Pizza",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 30.7,
      "score": 42.3,
      "spent": 22
     },
     {
      "name": "Caleb",
      "age": 37,
      "height": 192,
      "weight": 66,
      "date_of_registration": "05\/12\/2017",
      "date_of_last_visit": "09\/21\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Catcher in the Rye",
      "music": "Country",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 22.6,
      "score": 30.6,
      "spent": 330
     },
     {
      "name": "Audrey",
      "age": 57,
      "height": 176,
      "weight": 77,
      "date_of_registration": "06\/28\/2018",
      "date_of_last_visit": "03\/18\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "Folk",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 29,
      "score": 70.6,
      "spent": 185
     },
     {
      "name": "Owen",
      "age": 45,
      "height": 178,
      "weight": 87,
      "date_of_registration": "03\/22\/2019",
      "date_of_last_visit": "07\/25\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "Gospel",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 48.8,
      "score": 61,
      "spent": 13
     },
     {
      "name": "Alexa",
      "age": 56,
      "height": 160,
      "weight": 91,
      "date_of_registration": "05\/05\/2015",
      "date_of_last_visit": "03\/24\/2024",
      "hobbies": "Reading",
      "favorite_color": "Pink",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Catch-22",
      "music": "Funk",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Cooking",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 38.2,
      "score": 13,
      "spent": 193
     },
     {
      "name": "Connor",
      "age": 44,
      "height": 160,
      "weight": 107,
      "date_of_registration": "10\/06\/2022",
      "date_of_last_visit": "03\/16\/2024",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": 1984,
      "music": "Jazz",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Swimming",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 35.7,
      "score": 56.6,
      "spent": 504
     },
     {
      "name": "Lauren",
      "age": 80,
      "height": 166,
      "weight": 86,
      "date_of_registration": "08\/02\/2015",
      "date_of_last_visit": "11\/22\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Yellow",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Giver",
      "music": "Gospel",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel pudding",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 34.1,
      "score": 31.2,
      "spent": 9
     },
     {
      "name": "Josiah",
      "age": 34,
      "height": 164,
      "weight": 106,
      "date_of_registration": "05\/18\/2020",
      "date_of_last_visit": "05\/02\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Brown",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Fault in Our Stars",
      "music": "Classical",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Ice cream",
      "activities": "Skiing or snowboarding",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 29.2,
      "score": 80.8,
      "spent": 79
     },
     {
      "name": "Alice",
      "age": 21,
      "height": 195,
      "weight": 92,
      "date_of_registration": "11\/03\/2016",
      "date_of_last_visit": "12\/25\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Electronic",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Writing",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 45.5,
      "score": 63.7,
      "spent": 166
     },
     {
      "name": "Cameron",
      "age": 27,
      "height": 196,
      "weight": 94,
      "date_of_registration": "10\/21\/2015",
      "date_of_last_visit": "03\/28\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Ska",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Knitting or crocheting",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 21.3,
      "score": 45.5,
      "spent": 142
     },
     {
      "name": "Eliana",
      "age": 64,
      "height": 183,
      "weight": 76,
      "date_of_registration": "02\/23\/2022",
      "date_of_last_visit": "04\/18\/2023",
      "hobbies": "Sports",
      "favorite_color": "Yellow",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Silence of the Lambs",
      "music": "Hip-hop",
      "favorite_video_game": "Days Gone",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Panna cotta",
      "activities": "Knitting or crocheting",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 41.7,
      "score": 79.5,
      "spent": 66
     },
     {
      "name": "John",
      "age": 52,
      "height": 190,
      "weight": 106,
      "date_of_registration": "01\/10\/2022",
      "date_of_last_visit": "09\/16\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Green",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Electronic",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Watching movies",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 37.5,
      "score": 25.8,
      "spent": 346
     },
     {
      "name": "Maya",
      "age": 60,
      "height": 183,
      "weight": 79,
      "date_of_registration": "02\/07\/2019",
      "date_of_last_visit": "04\/14\/2024",
      "hobbies": "Camping",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Don Quixote",
      "music": "Country",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Sculpting",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 22.5,
      "score": 39,
      "spent": 72
     },
     {
      "name": "Robert",
      "age": 71,
      "height": 189,
      "weight": 86,
      "date_of_registration": "06\/06\/2018",
      "date_of_last_visit": "01\/21\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Silence of the Lambs",
      "music": "Indie",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Swimming",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 30.4,
      "score": 11.1,
      "spent": 173
     },
     {
      "name": "Aurora",
      "age": 44,
      "height": 196,
      "weight": 93,
      "date_of_registration": "08\/10\/2015",
      "date_of_last_visit": "11\/15\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Rap",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel pudding",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 43,
      "score": 58.8,
      "spent": 449
     },
     {
      "name": "Roman",
      "age": 26,
      "height": 182,
      "weight": 94,
      "date_of_registration": "04\/09\/2016",
      "date_of_last_visit": "09\/21\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Electronic",
      "favorite_video_game": "Destiny 2",
      "education_level": "High school diploma",
      "language": "Javanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Juice",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 24.8,
      "score": 78.9,
      "spent": 333
     },
     {
      "name": "Clara",
      "age": 84,
      "height": 200,
      "weight": 117,
      "date_of_registration": "04\/23\/2016",
      "date_of_last_visit": "07\/15\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Jane Eyre",
      "music": "Electronic",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Milk",
      "favorite_dessert": "Crème brûlée",
      "activities": "Dancing",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 31.5,
      "score": 60.8,
      "spent": 229
     },
     {
      "name": "Nicholas",
      "age": 60,
      "height": 174,
      "weight": 91,
      "date_of_registration": "05\/24\/2019",
      "date_of_last_visit": "11\/14\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Brown",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Electronic",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Dancing",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 41.3,
      "score": 14.9,
      "spent": 26
     },
     {
      "name": "Eliana",
      "age": 42,
      "height": 185,
      "weight": 104,
      "date_of_registration": "12\/01\/2016",
      "date_of_last_visit": "09\/08\/2024",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Secret Garden",
      "music": "Soul",
      "favorite_video_game": "Death Stranding",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 31.3,
      "score": 35.4,
      "spent": 74
     },
     {
      "name": "Easton",
      "age": 36,
      "height": 192,
      "weight": 71,
      "date_of_registration": "06\/18\/2016",
      "date_of_last_visit": "03\/27\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Purple",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Shining",
      "music": "Gospel",
      "favorite_video_game": "Persona 5",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 37.3,
      "score": 26.9,
      "spent": 272
     },
     {
      "name": "Harper",
      "age": 74,
      "height": 164,
      "weight": 68,
      "date_of_registration": "12\/22\/2021",
      "date_of_last_visit": "10\/07\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Blue",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Jazz",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 31.1,
      "score": 55.8,
      "spent": 63
     },
     {
      "name": "Landon",
      "age": 62,
      "height": 194,
      "weight": 75,
      "date_of_registration": "07\/28\/2015",
      "date_of_last_visit": "10\/11\/2023",
      "hobbies": "Photography",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "Metal",
      "favorite_video_game": "Rocket League",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Fruit salad",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 32,
      "score": 17.8,
      "spent": 345
     },
     {
      "name": "Hannah",
      "age": 85,
      "height": 162,
      "weight": 87,
      "date_of_registration": "08\/14\/2018",
      "date_of_last_visit": "07\/18\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Folk",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Steak",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Lemon pie",
      "activities": "Gardening",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 42.4,
      "score": 65.2,
      "spent": 407
     },
     {
      "name": "Zachary",
      "age": 52,
      "height": 186,
      "weight": 67,
      "date_of_registration": "12\/07\/2020",
      "date_of_last_visit": "11\/28\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Jazz",
      "favorite_video_game": "Minecraft",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Traveling",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 21.5,
      "score": 40.5,
      "spent": 93
     },
     {
      "name": "Taylor",
      "age": 72,
      "height": 175,
      "weight": 117,
      "date_of_registration": "07\/29\/2021",
      "date_of_last_visit": "06\/18\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Black",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Silence of the Lambs",
      "music": "Rap",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Cheesecake",
      "activities": "Skiing or snowboarding",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 40.7,
      "score": 74.6,
      "spent": 31
     },
     {
      "name": "Cooper",
      "age": 72,
      "height": 163,
      "weight": 68,
      "date_of_registration": "01\/06\/2021",
      "date_of_last_visit": "07\/15\/2024",
      "hobbies": "Camping",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "Ska",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Tiramisu",
      "activities": "Gardening",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 42,
      "score": 46.3,
      "spent": 483
     },
     {
      "name": "Reagan",
      "age": 44,
      "height": 175,
      "weight": 90,
      "date_of_registration": "09\/24\/2019",
      "date_of_last_visit": "07\/02\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Pink",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "R&B",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Woodworking",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 25.1,
      "score": 39.3,
      "spent": 103
     },
     {
      "name": "Xavier",
      "age": 78,
      "height": 181,
      "weight": 84,
      "date_of_registration": "09\/12\/2021",
      "date_of_last_visit": "06\/07\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Harry Potter series",
      "music": "Soul",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate cake",
      "activities": "Reading",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 41.8,
      "score": 55.8,
      "spent": 388
     },
     {
      "name": "Ariana",
      "age": 29,
      "height": 173,
      "weight": 90,
      "date_of_registration": "10\/01\/2022",
      "date_of_last_visit": "02\/29\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Fault in Our Stars",
      "music": "Indie",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Skiing or snowboarding",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 43.8,
      "score": 70,
      "spent": 384
     },
     {
      "name": "Jordan",
      "age": 25,
      "height": 159,
      "weight": 70,
      "date_of_registration": "02\/26\/2017",
      "date_of_last_visit": "02\/14\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Country",
      "favorite_video_game": "Genshin Impact",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Apple pie",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 33.2,
      "score": 30.4,
      "spent": 159
     },
     {
      "name": "Peyton",
      "age": 22,
      "height": 199,
      "weight": 117,
      "date_of_registration": "04\/10\/2022",
      "date_of_last_visit": "09\/18\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Lord of the Rings",
      "music": "Pop",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Steak",
      "favorite_drink": "Juice",
      "favorite_dessert": "Panna cotta",
      "activities": "Meditation",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 31,
      "score": 28.7,
      "spent": 76
     },
     {
      "name": "Ashton",
      "age": 39,
      "height": 177,
      "weight": 119,
      "date_of_registration": "01\/03\/2018",
      "date_of_last_visit": "04\/26\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Gospel",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 20.1,
      "score": 41.6,
      "spent": 154
     },
     {
      "name": "Aaliyah",
      "age": 22,
      "height": 185,
      "weight": 76,
      "date_of_registration": "01\/09\/2016",
      "date_of_last_visit": "12\/26\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Wuthering Heights",
      "music": "Electronic",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Steak",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 28,
      "score": 36.1,
      "spent": 111
     },
     {
      "name": "Kevin",
      "age": 48,
      "height": 175,
      "weight": 91,
      "date_of_registration": "03\/10\/2018",
      "date_of_last_visit": "05\/06\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Ska",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Steak",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Rock climbing",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 39.6,
      "score": 61,
      "spent": 283
     },
     {
      "name": "London",
      "age": 65,
      "height": 180,
      "weight": 110,
      "date_of_registration": "08\/18\/2016",
      "date_of_last_visit": "11\/04\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Green",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Silence of the Lambs",
      "music": "Funk",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Master's degree",
      "language": "Arabic",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Juice",
      "favorite_dessert": "Apple pie",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 42.8,
      "score": 27.9,
      "spent": 423
     },
     {
      "name": "Diego",
      "age": 82,
      "height": 177,
      "weight": 103,
      "date_of_registration": "11\/21\/2016",
      "date_of_last_visit": "07\/29\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Reggae",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Pizza",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Berry pie",
      "activities": "Meditation",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 42.5,
      "score": 88.3,
      "spent": 478
     },
     {
      "name": "Brooke",
      "age": 42,
      "height": 166,
      "weight": 105,
      "date_of_registration": "06\/21\/2020",
      "date_of_last_visit": "11\/25\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Green",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Great Gatsby",
      "music": "Hip-hop",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Lemon pie",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 37.4,
      "score": 89.4,
      "spent": 401
     },
     {
      "name": "Blake",
      "age": 77,
      "height": 198,
      "weight": 73,
      "date_of_registration": "03\/05\/2015",
      "date_of_last_visit": "05\/01\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Don Quixote",
      "music": "Electronic",
      "favorite_video_game": "Persona 5",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 20.8,
      "score": 49.3,
      "spent": 150
     },
     {
      "name": "Gabriella",
      "age": 27,
      "height": 183,
      "weight": 69,
      "date_of_registration": "12\/01\/2019",
      "date_of_last_visit": "08\/07\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "Jane Eyre",
      "music": "R&B",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 32.9,
      "score": 85.7,
      "spent": 157
     },
     {
      "name": "Bentley",
      "age": 60,
      "height": 182,
      "weight": 100,
      "date_of_registration": "09\/21\/2021",
      "date_of_last_visit": "02\/08\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Soul",
      "favorite_video_game": "League of Legends",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Taco",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Painting",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 41.1,
      "score": 65,
      "spent": 2
     },
     {
      "name": "Alexis",
      "age": 75,
      "height": 188,
      "weight": 108,
      "date_of_registration": "09\/11\/2018",
      "date_of_last_visit": "01\/20\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Matilda",
      "music": "Hip-hop",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 49.2,
      "score": 46.4,
      "spent": 351
     },
     {
      "name": "Wyatt",
      "age": 24,
      "height": 184,
      "weight": 110,
      "date_of_registration": "04\/26\/2019",
      "date_of_last_visit": "10\/06\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "Soul",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 32.7,
      "score": 36.9,
      "spent": 227
     },
     {
      "name": "Jordyn",
      "age": 72,
      "height": 178,
      "weight": 118,
      "date_of_registration": "12\/18\/2017",
      "date_of_last_visit": "02\/10\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Gone with the Wind",
      "music": "Indie",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Cooking",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 35.1,
      "score": 75.9,
      "spent": 84
     },
     {
      "name": "Dominic",
      "age": 42,
      "height": 199,
      "weight": 105,
      "date_of_registration": "11\/23\/2019",
      "date_of_last_visit": "11\/20\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Divine Comedy",
      "music": "Pop",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Sushi",
      "favorite_drink": "Soda",
      "favorite_dessert": "Berry pie",
      "activities": "Watching movies",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 31,
      "score": 48.6,
      "spent": 516
     },
     {
      "name": "Sydney",
      "age": 67,
      "height": 183,
      "weight": 95,
      "date_of_registration": "05\/17\/2019",
      "date_of_last_visit": "05\/02\/2024",
      "hobbies": "Origami",
      "favorite_color": "Red",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Blues",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Sculpting",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 48.4,
      "score": 32.7,
      "spent": 91
     },
     {
      "name": "Harrison",
      "age": 75,
      "height": 192,
      "weight": 103,
      "date_of_registration": "12\/02\/2020",
      "date_of_last_visit": "10\/21\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "Frankenstein",
      "music": "Folk",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Cooking",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 35.5,
      "score": 13.1,
      "spent": 108
     },
     {
      "name": "Morgan",
      "age": 40,
      "height": 189,
      "weight": 66,
      "date_of_registration": "04\/04\/2018",
      "date_of_last_visit": "05\/02\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Folk",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Ice cream",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 35.2,
      "score": 87.3,
      "spent": 261
     },
     {
      "name": "Tristan",
      "age": 58,
      "height": 198,
      "weight": 75,
      "date_of_registration": "04\/30\/2020",
      "date_of_last_visit": "03\/01\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Electronic",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Milk",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 31.6,
      "score": 24.8,
      "spent": 74
     },
     {
      "name": "Skye",
      "age": 33,
      "height": 191,
      "weight": 119,
      "date_of_registration": "01\/07\/2018",
      "date_of_last_visit": "09\/30\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Hunger Games",
      "music": "Reggae",
      "favorite_video_game": "Days Gone",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 32.4,
      "score": 37.1,
      "spent": 108
     },
     {
      "name": "Jason",
      "age": 79,
      "height": 165,
      "weight": 69,
      "date_of_registration": "04\/04\/2018",
      "date_of_last_visit": "03\/06\/2023",
      "hobbies": "Sports",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Giver",
      "music": "Electronic",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Doctorate",
      "language": "Hindi",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Photography",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 37.1,
      "score": 20.7,
      "spent": 254
     },
     {
      "name": "Autumn",
      "age": 36,
      "height": 195,
      "weight": 65,
      "date_of_registration": "08\/03\/2022",
      "date_of_last_visit": "04\/02\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "Jazz",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 43,
      "score": 63.1,
      "spent": 213
     },
     {
      "name": "Nolan",
      "age": 57,
      "height": 167,
      "weight": 107,
      "date_of_registration": "07\/09\/2018",
      "date_of_last_visit": "08\/09\/2024",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Gospel",
      "favorite_video_game": "Fortnite",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Crème brûlée",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 36.9,
      "score": 81.1,
      "spent": 48
     },
     {
      "name": "Faith",
      "age": 51,
      "height": 172,
      "weight": 87,
      "date_of_registration": "05\/30\/2018",
      "date_of_last_visit": "08\/31\/2023",
      "hobbies": "Archery",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": 1984,
      "music": "Funk",
      "favorite_video_game": "Dark Souls III",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Water",
      "favorite_dessert": "Apple pie",
      "activities": "Cooking",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 21.6,
      "score": 52,
      "spent": 404
     },
     {
      "name": "Miles",
      "age": 79,
      "height": 165,
      "weight": 109,
      "date_of_registration": "01\/28\/2019",
      "date_of_last_visit": "07\/17\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "War and Peace",
      "music": "Gospel",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 20.1,
      "score": 75.8,
      "spent": 395
     },
     {
      "name": "Genesis",
      "age": 29,
      "height": 200,
      "weight": 107,
      "date_of_registration": "02\/16\/2019",
      "date_of_last_visit": "03\/01\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Alchemist",
      "music": "Folk",
      "favorite_video_game": "Destiny 2",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Panna cotta",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 25.1,
      "score": 16.6,
      "spent": 336
     },
     {
      "name": "Adam",
      "age": 21,
      "height": 166,
      "weight": 79,
      "date_of_registration": "01\/19\/2015",
      "date_of_last_visit": "08\/18\/2024",
      "hobbies": "Camping",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Jazz",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Playing video games",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 32.9,
      "score": 27.4,
      "spent": 421
     },
     {
      "name": "Paige",
      "age": 21,
      "height": 193,
      "weight": 108,
      "date_of_registration": "10\/14\/2020",
      "date_of_last_visit": "03\/24\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "White",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Techno",
      "favorite_video_game": "Bloodborne",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Juice",
      "favorite_dessert": "Lemon pie",
      "activities": "Sculpting",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 40.7,
      "score": 30.5,
      "spent": 20
     },
     {
      "name": "Theodore",
      "age": 73,
      "height": 194,
      "weight": 73,
      "date_of_registration": "03\/15\/2017",
      "date_of_last_visit": "09\/07\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Kite Runner",
      "music": "Folk",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Doctorate",
      "language": "Bengali",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Sculpting",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 43.7,
      "score": 46.7,
      "spent": 62
     },
     {
      "name": "Serenity",
      "age": 21,
      "height": 169,
      "weight": 100,
      "date_of_registration": "07\/13\/2017",
      "date_of_last_visit": "08\/29\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Orange",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Little Prince",
      "music": "Country",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Milk",
      "favorite_dessert": "Crème brûlée",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 44.6,
      "score": 66.5,
      "spent": 253
     },
     {
      "name": "Wesley",
      "age": 76,
      "height": 179,
      "weight": 119,
      "date_of_registration": "01\/22\/2021",
      "date_of_last_visit": "03\/15\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Red",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Jazz",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Pottery",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 30.9,
      "score": 86.6,
      "spent": 288
     },
     {
      "name": "Trinity",
      "age": 25,
      "height": 181,
      "weight": 105,
      "date_of_registration": "08\/03\/2016",
      "date_of_last_visit": "05\/19\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Fault in Our Stars",
      "music": "Blues",
      "favorite_video_game": "Persona 5",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Steak",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 26.5,
      "score": 62.7,
      "spent": 193
     },
     {
      "name": "Blake",
      "age": 69,
      "height": 175,
      "weight": 93,
      "date_of_registration": "01\/01\/2021",
      "date_of_last_visit": "01\/24\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Rock",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Berry pie",
      "activities": "Playing board games",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 36.5,
      "score": 19.2,
      "spent": 466
     },
     {
      "name": "Kylie",
      "age": 80,
      "height": 189,
      "weight": 70,
      "date_of_registration": "12\/04\/2017",
      "date_of_last_visit": "10\/21\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Red",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Dracula",
      "music": "Funk",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Master's degree",
      "language": "Bengali",
      "favorite_dish": "Taco",
      "favorite_drink": "Juice",
      "favorite_dessert": "Panna cotta",
      "activities": "Meditation",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 36.9,
      "score": 84.8,
      "spent": 296
     },
     {
      "name": "Nathaniel",
      "age": 65,
      "height": 196,
      "weight": 71,
      "date_of_registration": "01\/19\/2018",
      "date_of_last_visit": "11\/20\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "Don Quixote",
      "music": "Hip-hop",
      "favorite_video_game": "FIFA 21",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Tea",
      "favorite_dessert": "Ice cream",
      "activities": "Playing tennis or other sports",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 28.8,
      "score": 76.2,
      "spent": 115
     },
     {
      "name": "Serenity",
      "age": 83,
      "height": 193,
      "weight": 78,
      "date_of_registration": "10\/19\/2016",
      "date_of_last_visit": "08\/31\/2023",
      "hobbies": "Hiking",
      "favorite_color": "Black",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "R&B",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Steak",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Sculpting",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 26.7,
      "score": 44.9,
      "spent": 226
     },
     {
      "name": "Rafael",
      "age": 51,
      "height": 163,
      "weight": 104,
      "date_of_registration": "05\/10\/2015",
      "date_of_last_visit": "07\/01\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Blue",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Folk",
      "favorite_video_game": "Among Us",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Yoga",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 28.1,
      "score": 15.3,
      "spent": 126
     },
     {
      "name": "Faith",
      "age": 63,
      "height": 161,
      "weight": 101,
      "date_of_registration": "03\/22\/2022",
      "date_of_last_visit": "10\/07\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Green",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Crime and Punishment",
      "music": "Jazz",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Milk",
      "favorite_dessert": "Fruit salad",
      "activities": "Hiking",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 26.2,
      "score": 23.3,
      "spent": 2
     },
     {
      "name": "Cole",
      "age": 61,
      "height": 190,
      "weight": 84,
      "date_of_registration": "06\/06\/2020",
      "date_of_last_visit": "10\/05\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Help",
      "music": "Punk",
      "favorite_video_game": "Minecraft",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Cycling",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 28.2,
      "score": 41.7,
      "spent": 422
     },
     {
      "name": "Penelope",
      "age": 80,
      "height": 190,
      "weight": 108,
      "date_of_registration": "02\/05\/2017",
      "date_of_last_visit": "09\/23\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Jazz",
      "favorite_video_game": "Ghost of Tsushima",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Skiing or snowboarding",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 28.1,
      "score": 40.1,
      "spent": 331
     },
     {
      "name": "Brian",
      "age": 29,
      "height": 163,
      "weight": 84,
      "date_of_registration": "12\/22\/2017",
      "date_of_last_visit": "05\/04\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Orange",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Techno",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Fishing",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 40.8,
      "score": 33.2,
      "spent": 451
     },
     {
      "name": "Athena",
      "age": 40,
      "height": 184,
      "weight": 107,
      "date_of_registration": "08\/15\/2019",
      "date_of_last_visit": "06\/18\/2023",
      "hobbies": "Archery",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Fault in Our Stars",
      "music": "Metal",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Water",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Birdwatching",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 47.6,
      "score": 28,
      "spent": 97
     },
     {
      "name": "Vincent",
      "age": 73,
      "height": 176,
      "weight": 101,
      "date_of_registration": "01\/24\/2018",
      "date_of_last_visit": "09\/07\/2023",
      "hobbies": "Reading",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Techno",
      "favorite_video_game": "Among Us",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Writing",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 22.7,
      "score": 87.9,
      "spent": 281
     },
     {
      "name": "Destiny",
      "age": 30,
      "height": 161,
      "weight": 112,
      "date_of_registration": "11\/06\/2021",
      "date_of_last_visit": "06\/09\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Rap",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Tiramisu",
      "activities": "Hiking",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 32.4,
      "score": 13.1,
      "spent": 447
     },
     {
      "name": "Brandon",
      "age": 80,
      "height": 177,
      "weight": 84,
      "date_of_registration": "12\/22\/2017",
      "date_of_last_visit": "10\/03\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Blue",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Name of the Wind",
      "music": "Funk",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Doctorate",
      "language": "Bengali",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Painting",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 25.3,
      "score": 14.5,
      "spent": 290
     },
     {
      "name": "Delilah",
      "age": 77,
      "height": 166,
      "weight": 91,
      "date_of_registration": "12\/10\/2019",
      "date_of_last_visit": "02\/19\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Odyssey",
      "music": "Jazz",
      "favorite_video_game": "Fortnite",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Cheesecake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 44,
      "score": 14.7,
      "spent": 17
     },
     {
      "name": "Preston",
      "age": 35,
      "height": 166,
      "weight": 83,
      "date_of_registration": "10\/19\/2019",
      "date_of_last_visit": "06\/04\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Rap",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Yoga",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 23.1,
      "score": 11.4,
      "spent": 128
     },
     {
      "name": "Gabrielle",
      "age": 56,
      "height": 159,
      "weight": 114,
      "date_of_registration": "01\/06\/2021",
      "date_of_last_visit": "06\/20\/2023",
      "hobbies": "Camping",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Indie",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Steak",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Writing",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 43.6,
      "score": 20.8,
      "spent": 493
     },
     {
      "name": "Elias",
      "age": 37,
      "height": 173,
      "weight": 93,
      "date_of_registration": "07\/06\/2018",
      "date_of_last_visit": "12\/22\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Pink",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Frankenstein",
      "music": "Soul",
      "favorite_video_game": "Apex Legends",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Cooking",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 28.7,
      "score": 18.2,
      "spent": 158
     },
     {
      "name": "John",
      "age": 78,
      "height": 191,
      "weight": 101,
      "date_of_registration": "11\/20\/2017",
      "date_of_last_visit": "11\/24\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Black",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Folk",
      "favorite_video_game": "Among Us",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Soda",
      "favorite_dessert": "Lemon pie",
      "activities": "Camping",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 26.1,
      "score": 26.1,
      "spent": 382
     },
     {
      "name": "Colin",
      "age": 40,
      "height": 184,
      "weight": 70,
      "date_of_registration": "12\/01\/2017",
      "date_of_last_visit": "06\/30\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Reggae",
      "favorite_video_game": "Death Stranding",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 28.9,
      "score": 51.4,
      "spent": 140
     },
     {
      "name": "Ariel",
      "age": 68,
      "height": 160,
      "weight": 111,
      "date_of_registration": "06\/10\/2017",
      "date_of_last_visit": "02\/24\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "War and Peace",
      "music": "Folk",
      "favorite_video_game": "Minecraft",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing tennis or other sports",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 30.3,
      "score": 69.6,
      "spent": 446
     },
     {
      "name": "Sawyer",
      "age": 54,
      "height": 170,
      "weight": 89,
      "date_of_registration": "02\/15\/2016",
      "date_of_last_visit": "12\/20\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Hip-hop",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel pudding",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 20.9,
      "score": 37.2,
      "spent": 409
     },
     {
      "name": "Preston",
      "age": 81,
      "height": 200,
      "weight": 108,
      "date_of_registration": "10\/13\/2019",
      "date_of_last_visit": "07\/26\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Shining",
      "music": "Soul",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 40.6,
      "score": 80.7,
      "spent": 483
     },
     {
      "name": "Chase",
      "age": 21,
      "height": 186,
      "weight": 94,
      "date_of_registration": "02\/03\/2016",
      "date_of_last_visit": "05\/20\/2024",
      "hobbies": "Photography",
      "favorite_color": "Purple",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Giver",
      "music": "Ska",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Juice",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Yoga",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 26,
      "score": 54.4,
      "spent": 205
     },
     {
      "name": "Vincent",
      "age": 24,
      "height": 173,
      "weight": 68,
      "date_of_registration": "05\/16\/2019",
      "date_of_last_visit": "11\/29\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Gospel",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Milk",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 47.9,
      "score": 15,
      "spent": 87
     },
     {
      "name": "Eduardo",
      "age": 43,
      "height": 175,
      "weight": 102,
      "date_of_registration": "03\/29\/2020",
      "date_of_last_visit": "06\/04\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Blues",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Steak",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Meditation",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 42.4,
      "score": 74.4,
      "spent": 186
     },
     {
      "name": "Ariel",
      "age": 39,
      "height": 192,
      "weight": 83,
      "date_of_registration": "11\/18\/2015",
      "date_of_last_visit": "08\/15\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Hobbit",
      "music": "Metal",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing tennis or other sports",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 36.9,
      "score": 75.4,
      "spent": 327
     },
     {
      "name": "Fernando",
      "age": 25,
      "height": 162,
      "weight": 95,
      "date_of_registration": "07\/27\/2018",
      "date_of_last_visit": "11\/08\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Indie",
      "favorite_video_game": "Overwatch",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Water",
      "favorite_dessert": "Panna cotta",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 25.7,
      "score": 56.1,
      "spent": 23
     },
     {
      "name": "Summer",
      "age": 31,
      "height": 190,
      "weight": 107,
      "date_of_registration": "01\/09\/2021",
      "date_of_last_visit": "03\/12\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Twilight Saga",
      "music": "Reggae",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Juice",
      "favorite_dessert": "Crème brûlée",
      "activities": "Swimming",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 45.7,
      "score": 87.9,
      "spent": 466
     },
     {
      "name": "Miguel",
      "age": 22,
      "height": 163,
      "weight": 68,
      "date_of_registration": "02\/17\/2022",
      "date_of_last_visit": "11\/19\/2024",
      "hobbies": "Camping",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Gone with the Wind",
      "music": "Metal",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Water",
      "favorite_dessert": "Ice cream",
      "activities": "Cooking",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 23.3,
      "score": 14.9,
      "spent": 375
     },
     {
      "name": "Thomas",
      "age": 71,
      "height": 189,
      "weight": 76,
      "date_of_registration": "05\/19\/2022",
      "date_of_last_visit": "05\/01\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Rock",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Doctorate",
      "language": "Bengali",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Cheesecake",
      "activities": "Yoga",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 37.7,
      "score": 85,
      "spent": 184
     },
     {
      "name": "Katherine",
      "age": 33,
      "height": 175,
      "weight": 100,
      "date_of_registration": "03\/26\/2016",
      "date_of_last_visit": "09\/05\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Funk",
      "favorite_video_game": "Days Gone",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Milk",
      "favorite_dessert": "Tiramisu",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 34.1,
      "score": 74.9,
      "spent": 44
     },
     {
      "name": "Charles",
      "age": 39,
      "height": 199,
      "weight": 104,
      "date_of_registration": "08\/22\/2015",
      "date_of_last_visit": "06\/30\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Ska",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Milk",
      "favorite_dessert": "Lemon pie",
      "activities": "Surfing",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 38.7,
      "score": 68.6,
      "spent": 517
     },
     {
      "name": "Jasmine",
      "age": 37,
      "height": 162,
      "weight": 70,
      "date_of_registration": "11\/28\/2022",
      "date_of_last_visit": "10\/05\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Black",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Country",
      "favorite_video_game": "Bloodborne",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Camping",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 30.1,
      "score": 23.7,
      "spent": 10
     },
     {
      "name": "Alex",
      "age": 71,
      "height": 190,
      "weight": 78,
      "date_of_registration": "10\/06\/2019",
      "date_of_last_visit": "05\/19\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Matilda",
      "music": "Classical",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Yoga",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 43,
      "score": 87.2,
      "spent": 303
     },
     {
      "name": "Emily",
      "age": 68,
      "height": 161,
      "weight": 100,
      "date_of_registration": "03\/20\/2018",
      "date_of_last_visit": "03\/26\/2024",
      "hobbies": "Camping",
      "favorite_color": "Green",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": 1984,
      "music": "Reggae",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 32.7,
      "score": 36.1,
      "spent": 529
     },
     {
      "name": "Alexander",
      "age": 50,
      "height": 199,
      "weight": 66,
      "date_of_registration": "02\/01\/2021",
      "date_of_last_visit": "12\/29\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Funk",
      "favorite_video_game": "Minecraft",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Soda",
      "favorite_dessert": "Apple pie",
      "activities": "Fishing",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 25.8,
      "score": 85,
      "spent": 74
     },
     {
      "name": "Charlotte",
      "age": 74,
      "height": 172,
      "weight": 110,
      "date_of_registration": "06\/27\/2021",
      "date_of_last_visit": "07\/12\/2023",
      "hobbies": "Photography",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Gospel",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Associate's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 37.7,
      "score": 78.2,
      "spent": 475
     },
     {
      "name": "William",
      "age": 45,
      "height": 184,
      "weight": 76,
      "date_of_registration": "07\/09\/2017",
      "date_of_last_visit": "07\/03\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Kite Runner",
      "music": "Classical",
      "favorite_video_game": "Genshin Impact",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Water",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 43.9,
      "score": 55.2,
      "spent": 159
     },
     {
      "name": "Sophia",
      "age": 30,
      "height": 198,
      "weight": 67,
      "date_of_registration": "06\/28\/2016",
      "date_of_last_visit": "02\/03\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Green",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "A Tale of Two Cities",
      "music": "Gospel",
      "favorite_video_game": "Apex Legends",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Berry pie",
      "activities": "Playing musical instruments",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 36.3,
      "score": 22.4,
      "spent": 136
     },
     {
      "name": "James",
      "age": 61,
      "height": 167,
      "weight": 96,
      "date_of_registration": "01\/06\/2017",
      "date_of_last_visit": "01\/13\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Orange",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Lord of the Rings",
      "music": "Indie",
      "favorite_video_game": "Among Us",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Tiramisu",
      "activities": "Fishing",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 35.5,
      "score": 51.6,
      "spent": 457
     },
     {
      "name": "Olivia",
      "age": 33,
      "height": 171,
      "weight": 79,
      "date_of_registration": "02\/27\/2017",
      "date_of_last_visit": "05\/26\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Country",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Juice",
      "favorite_dessert": "Lemon pie",
      "activities": "Pottery",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 31.5,
      "score": 88.8,
      "spent": 287
     },
     {
      "name": "Benjamin",
      "age": 78,
      "height": 192,
      "weight": 80,
      "date_of_registration": "03\/15\/2015",
      "date_of_last_visit": "11\/11\/2024",
      "hobbies": "Photography",
      "favorite_color": "Pink",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Gospel",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate cake",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 34.5,
      "score": 82.7,
      "spent": 466
     },
     {
      "name": "Emma",
      "age": 50,
      "height": 178,
      "weight": 84,
      "date_of_registration": "03\/18\/2021",
      "date_of_last_visit": "11\/07\/2023",
      "hobbies": "Photography",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Shining",
      "music": "Soul",
      "favorite_video_game": "Valorant",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Apple pie",
      "activities": "Painting",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 47.4,
      "score": 49.1,
      "spent": 305
     },
     {
      "name": "Jacob",
      "age": 39,
      "height": 172,
      "weight": 75,
      "date_of_registration": "07\/28\/2021",
      "date_of_last_visit": "01\/04\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Reggae",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Lemon pie",
      "activities": "Pottery",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 33.4,
      "score": 77.1,
      "spent": 210
     },
     {
      "name": "Isabella",
      "age": 51,
      "height": 169,
      "weight": 97,
      "date_of_registration": "09\/27\/2022",
      "date_of_last_visit": "08\/29\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Country",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Master's degree",
      "language": "Arabic",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Woodworking",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 26.3,
      "score": 44,
      "spent": 67
     },
     {
      "name": "Michael",
      "age": 42,
      "height": 199,
      "weight": 100,
      "date_of_registration": "03\/24\/2016",
      "date_of_last_visit": "04\/21\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "Ska",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Master's degree",
      "language": "Russian",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel pudding",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 27.2,
      "score": 80.2,
      "spent": 331
     },
     {
      "name": "Ava",
      "age": 37,
      "height": 188,
      "weight": 100,
      "date_of_registration": "06\/04\/2017",
      "date_of_last_visit": "05\/12\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Rock",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Swimming",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 36.7,
      "score": 80.5,
      "spent": 277
     },
     {
      "name": "Ethan",
      "age": 66,
      "height": 175,
      "weight": 79,
      "date_of_registration": "11\/04\/2017",
      "date_of_last_visit": "08\/02\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "Catch-22",
      "music": "Classical",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Associate's degree",
      "language": "Lahnda",
      "favorite_dish": "Taco",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel pudding",
      "activities": "Rock climbing",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 25,
      "score": 45.4,
      "spent": 171
     },
     {
      "name": "Mia",
      "age": 81,
      "height": 164,
      "weight": 89,
      "date_of_registration": "08\/11\/2022",
      "date_of_last_visit": "10\/18\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "Ska",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate cake",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 28.9,
      "score": 25,
      "spent": 391
     },
     {
      "name": "Daniel",
      "age": 27,
      "height": 173,
      "weight": 116,
      "date_of_registration": "02\/06\/2019",
      "date_of_last_visit": "05\/07\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Gone with the Wind",
      "music": "Indie",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel pudding",
      "activities": "Knitting or crocheting",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 46.4,
      "score": 14.4,
      "spent": 357
     },
     {
      "name": "Amelia",
      "age": 28,
      "height": 177,
      "weight": 76,
      "date_of_registration": "04\/10\/2020",
      "date_of_last_visit": "01\/25\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Black",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "War and Peace",
      "music": "Gospel",
      "favorite_video_game": "Destiny 2",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate cake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 48.9,
      "score": 49.9,
      "spent": 423
     },
     {
      "name": "Matthew",
      "age": 62,
      "height": 182,
      "weight": 103,
      "date_of_registration": "09\/03\/2019",
      "date_of_last_visit": "10\/13\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Ska",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Associate's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Milk",
      "favorite_dessert": "Panna cotta",
      "activities": "Dancing",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 20.3,
      "score": 72.8,
      "spent": 166
     },
     {
      "name": "Harper",
      "age": 29,
      "height": 165,
      "weight": 99,
      "date_of_registration": "08\/13\/2015",
      "date_of_last_visit": "04\/05\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Great Gatsby",
      "music": "R&B",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Juice",
      "favorite_dessert": "Lemon pie",
      "activities": "Photography",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 36.6,
      "score": 87.9,
      "spent": 456
     },
     {
      "name": "Christopher",
      "age": 37,
      "height": 190,
      "weight": 115,
      "date_of_registration": "11\/11\/2015",
      "date_of_last_visit": "08\/18\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "R&B",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Surfing",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 38.4,
      "score": 43.7,
      "spent": 493
     },
     {
      "name": "Evelyn",
      "age": 21,
      "height": 200,
      "weight": 88,
      "date_of_registration": "07\/12\/2021",
      "date_of_last_visit": "10\/13\/2023",
      "hobbies": "Archery",
      "favorite_color": "Red",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Jazz",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 43.3,
      "score": 48.4,
      "spent": 179
     },
     {
      "name": "Andrew",
      "age": 55,
      "height": 186,
      "weight": 94,
      "date_of_registration": "08\/08\/2016",
      "date_of_last_visit": "02\/20\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Hobbit",
      "music": "Rock",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Gardening",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 30.5,
      "score": 69,
      "spent": 364
     },
     {
      "name": "Abigail",
      "age": 72,
      "height": 190,
      "weight": 80,
      "date_of_registration": "12\/29\/2018",
      "date_of_last_visit": "04\/03\/2023",
      "hobbies": "Archery",
      "favorite_color": "Black",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Fault in Our Stars",
      "music": "Punk",
      "favorite_video_game": "Destiny 2",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 34.1,
      "score": 27.5,
      "spent": 130
     },
     {
      "name": "Joshua",
      "age": 53,
      "height": 168,
      "weight": 117,
      "date_of_registration": "09\/16\/2016",
      "date_of_last_visit": "11\/25\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Classical",
      "favorite_video_game": "Minecraft",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 30.8,
      "score": 27,
      "spent": 484
     },
     {
      "name": "Emily",
      "age": 46,
      "height": 187,
      "weight": 103,
      "date_of_registration": "02\/16\/2018",
      "date_of_last_visit": "06\/06\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Wuthering Heights",
      "music": "Funk",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Apple pie",
      "activities": "Painting",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 22,
      "score": 68.4,
      "spent": 335
     },
     {
      "name": "Joseph",
      "age": 73,
      "height": 172,
      "weight": 102,
      "date_of_registration": "04\/04\/2018",
      "date_of_last_visit": "12\/27\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Red",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Gospel",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 46.1,
      "score": 55,
      "spent": 205
     },
     {
      "name": "Madison",
      "age": 43,
      "height": 195,
      "weight": 93,
      "date_of_registration": "05\/14\/2021",
      "date_of_last_visit": "02\/17\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Techno",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Associate's degree",
      "language": "Korean",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel pudding",
      "activities": "Watching movies",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 22,
      "score": 83.2,
      "spent": 115
     },
     {
      "name": "David",
      "age": 84,
      "height": 176,
      "weight": 96,
      "date_of_registration": "05\/23\/2020",
      "date_of_last_visit": "08\/30\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Odyssey",
      "music": "Rap",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Master's degree",
      "language": "Russian",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Ice cream",
      "activities": "Camping",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 40.1,
      "score": 21.7,
      "spent": 274
     },
     {
      "name": "Elizabeth",
      "age": 60,
      "height": 161,
      "weight": 82,
      "date_of_registration": "06\/21\/2021",
      "date_of_last_visit": "05\/07\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Orange",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Techno",
      "favorite_video_game": "FIFA 21",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate cake",
      "activities": "Reading",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 25.7,
      "score": 53.8,
      "spent": 415
     },
     {
      "name": "Samuel",
      "age": 45,
      "height": 170,
      "weight": 86,
      "date_of_registration": "12\/28\/2018",
      "date_of_last_visit": "01\/02\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Fault in Our Stars",
      "music": "Folk",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Fruit salad",
      "activities": "Yoga",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 31.5,
      "score": 29.5,
      "spent": 407
     },
     {
      "name": "Sofia",
      "age": 74,
      "height": 169,
      "weight": 118,
      "date_of_registration": "09\/14\/2021",
      "date_of_last_visit": "10\/21\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Jazz",
      "favorite_video_game": "Destiny 2",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Pizza",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Crème brûlée",
      "activities": "Dancing",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 32.9,
      "score": 13.4,
      "spent": 253
     },
     {
      "name": "John",
      "age": 75,
      "height": 200,
      "weight": 72,
      "date_of_registration": "01\/27\/2016",
      "date_of_last_visit": "08\/15\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Red",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Giver",
      "music": "Indie",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Pizza",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Yoga",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 24.5,
      "score": 46.4,
      "spent": 171
     },
     {
      "name": "Scarlett",
      "age": 66,
      "height": 184,
      "weight": 80,
      "date_of_registration": "08\/04\/2017",
      "date_of_last_visit": "12\/02\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Indie",
      "favorite_video_game": "Among Us",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Playing video games",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 46.9,
      "score": 29.6,
      "spent": 489
     },
     {
      "name": "Noah",
      "age": 77,
      "height": 183,
      "weight": 73,
      "date_of_registration": "11\/06\/2022",
      "date_of_last_visit": "11\/08\/2024",
      "hobbies": "Photography",
      "favorite_color": "Green",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "Dracula",
      "music": "Classical",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Volunteering",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 49.4,
      "score": 15.7,
      "spent": 136
     },
     {
      "name": "Victoria",
      "age": 73,
      "height": 172,
      "weight": 92,
      "date_of_registration": "01\/21\/2019",
      "date_of_last_visit": "11\/19\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Jazz",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cheesecake",
      "activities": "Skiing or snowboarding",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 35,
      "score": 55.9,
      "spent": 243
     },
     {
      "name": "Ryan",
      "age": 54,
      "height": 171,
      "weight": 84,
      "date_of_registration": "12\/28\/2018",
      "date_of_last_visit": "05\/02\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Brown",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Reggae",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 20,
      "score": 23,
      "spent": 165
     },
     {
      "name": "Grace",
      "age": 41,
      "height": 162,
      "weight": 66,
      "date_of_registration": "07\/27\/2016",
      "date_of_last_visit": "05\/12\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Little Prince",
      "music": "Reggae",
      "favorite_video_game": "League of Legends",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 21,
      "score": 38.8,
      "spent": 308
     },
     {
      "name": "Ethan",
      "age": 36,
      "height": 160,
      "weight": 86,
      "date_of_registration": "07\/20\/2016",
      "date_of_last_visit": "07\/21\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Anne of Green Gables",
      "music": "Classical",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cheesecake",
      "activities": "Pottery",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 50,
      "score": 11.6,
      "spent": 409
     },
     {
      "name": "Lily",
      "age": 45,
      "height": 198,
      "weight": 76,
      "date_of_registration": "09\/17\/2016",
      "date_of_last_visit": "01\/15\/2023",
      "hobbies": "Sculpting",
      "favorite_color": "Pink",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "Dracula",
      "music": "Soul",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Traveling",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 39.8,
      "score": 49.8,
      "spent": 154
     },
     {
      "name": "Nicholas",
      "age": 45,
      "height": 159,
      "weight": 82,
      "date_of_registration": "12\/05\/2022",
      "date_of_last_visit": "12\/14\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Techno",
      "favorite_video_game": "Fortnite",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Playing video games",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 28.4,
      "score": 75.9,
      "spent": 485
     },
     {
      "name": "Aria",
      "age": 57,
      "height": 180,
      "weight": 76,
      "date_of_registration": "07\/31\/2017",
      "date_of_last_visit": "05\/14\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Outsiders",
      "music": "Funk",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Fruit salad",
      "activities": "Cooking",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 31.5,
      "score": 11.2,
      "spent": 160
     },
     {
      "name": "Anthony",
      "age": 83,
      "height": 194,
      "weight": 67,
      "date_of_registration": "03\/13\/2016",
      "date_of_last_visit": "05\/06\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Jane Eyre",
      "music": "Rock",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate cake",
      "activities": "Skiing or snowboarding",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 49.6,
      "score": 23.9,
      "spent": 331
     },
     {
      "name": "Chloe",
      "age": 36,
      "height": 170,
      "weight": 76,
      "date_of_registration": "06\/26\/2017",
      "date_of_last_visit": "08\/19\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Gospel",
      "favorite_video_game": "Doom Eternal",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Taco",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing board games",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 44.4,
      "score": 67.5,
      "spent": 173
     },
     {
      "name": "Benjamin",
      "age": 39,
      "height": 178,
      "weight": 91,
      "date_of_registration": "08\/21\/2022",
      "date_of_last_visit": "06\/25\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Classical",
      "favorite_video_game": "Rocket League",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Sculpting",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 42.3,
      "score": 55,
      "spent": 228
     },
     {
      "name": "Penelope",
      "age": 44,
      "height": 189,
      "weight": 116,
      "date_of_registration": "01\/11\/2016",
      "date_of_last_visit": "12\/15\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Hunger Games",
      "music": "Ska",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Apple pie",
      "activities": "Fishing",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 23.4,
      "score": 75.1,
      "spent": 11
     },
     {
      "name": "William",
      "age": 50,
      "height": 164,
      "weight": 82,
      "date_of_registration": "02\/22\/2020",
      "date_of_last_visit": "11\/15\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "Soul",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Doctorate",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 29.2,
      "score": 34.3,
      "spent": 304
     },
     {
      "name": "Nora",
      "age": 75,
      "height": 197,
      "weight": 109,
      "date_of_registration": "10\/01\/2016",
      "date_of_last_visit": "04\/08\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Red",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Rock",
      "favorite_video_game": "Apex Legends",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 38.4,
      "score": 74.2,
      "spent": 408
     },
     {
      "name": "Alexander",
      "age": 42,
      "height": 189,
      "weight": 113,
      "date_of_registration": "06\/16\/2021",
      "date_of_last_visit": "10\/14\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Brown",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Reggae",
      "favorite_video_game": "Apex Legends",
      "education_level": "Master's degree",
      "language": "Russian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Playing video games",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 26.4,
      "score": 17.5,
      "spent": 301
     },
     {
      "name": "Zoey",
      "age": 69,
      "height": 190,
      "weight": 67,
      "date_of_registration": "10\/12\/2016",
      "date_of_last_visit": "04\/30\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Martian",
      "music": "Reggae",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Pizza",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Ice cream",
      "activities": "Surfing",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 39.1,
      "score": 35.5,
      "spent": 256
     },
     {
      "name": "Elijah",
      "age": 65,
      "height": 199,
      "weight": 96,
      "date_of_registration": "02\/06\/2018",
      "date_of_last_visit": "07\/19\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Green",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "R&B",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Ice cream",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 48.5,
      "score": 32.4,
      "spent": 87
     },
     {
      "name": "Riley",
      "age": 67,
      "height": 197,
      "weight": 66,
      "date_of_registration": "05\/14\/2020",
      "date_of_last_visit": "08\/26\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Indie",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 47.4,
      "score": 63.5,
      "spent": 406
     },
     {
      "name": "Luke",
      "age": 85,
      "height": 180,
      "weight": 80,
      "date_of_registration": "05\/26\/2015",
      "date_of_last_visit": "06\/06\/2024",
      "hobbies": "Origami",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Name of the Wind",
      "music": "Rap",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Steak",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Swimming",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 26.9,
      "score": 35.7,
      "spent": 12
     },
     {
      "name": "Aubrey",
      "age": 83,
      "height": 200,
      "weight": 104,
      "date_of_registration": "12\/02\/2017",
      "date_of_last_visit": "02\/05\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Harry Potter series",
      "music": "Soul",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 22.6,
      "score": 32.7,
      "spent": 396
     },
     {
      "name": "Matthew",
      "age": 72,
      "height": 192,
      "weight": 70,
      "date_of_registration": "05\/10\/2019",
      "date_of_last_visit": "10\/16\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Brown",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Bell Jar",
      "music": "Indie",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Juice",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 49.4,
      "score": 22.9,
      "spent": 74
     },
     {
      "name": "Layla",
      "age": 48,
      "height": 174,
      "weight": 111,
      "date_of_registration": "07\/13\/2019",
      "date_of_last_visit": "02\/28\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Classical",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Apple pie",
      "activities": "Hiking",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 35.4,
      "score": 47.7,
      "spent": 264
     },
     {
      "name": "Dylan",
      "age": 59,
      "height": 189,
      "weight": 85,
      "date_of_registration": "08\/26\/2022",
      "date_of_last_visit": "02\/06\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "Pride and Prejudice",
      "music": "Electronic",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "High school diploma",
      "language": "Javanese",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Rock climbing",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 29.5,
      "score": 54.2,
      "spent": 291
     },
     {
      "name": "Sadie",
      "age": 57,
      "height": 166,
      "weight": 101,
      "date_of_registration": "08\/16\/2017",
      "date_of_last_visit": "02\/06\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Hip-hop",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Reading",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 27.8,
      "score": 18.2,
      "spent": 529
     },
     {
      "name": "Christopher",
      "age": 44,
      "height": 162,
      "weight": 77,
      "date_of_registration": "05\/08\/2020",
      "date_of_last_visit": "04\/26\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Da Vinci Code",
      "music": "Folk",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing musical instruments",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 42.9,
      "score": 26.6,
      "spent": 359
     },
     {
      "name": "Addison",
      "age": 60,
      "height": 188,
      "weight": 113,
      "date_of_registration": "01\/14\/2018",
      "date_of_last_visit": "04\/21\/2024",
      "hobbies": "Origami",
      "favorite_color": "Black",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Alchemist",
      "music": "Soul",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Tiramisu",
      "activities": "Yoga",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 25.4,
      "score": 65.4,
      "spent": 480
     },
     {
      "name": "Jackson",
      "age": 21,
      "height": 169,
      "weight": 109,
      "date_of_registration": "12\/26\/2020",
      "date_of_last_visit": "01\/10\/2024",
      "hobbies": "Reading",
      "favorite_color": "Orange",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Classical",
      "favorite_video_game": "FIFA 21",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Milk",
      "favorite_dessert": "Berry pie",
      "activities": "Gardening",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 33.8,
      "score": 61.7,
      "spent": 180
     },
     {
      "name": "Brooklyn",
      "age": 55,
      "height": 184,
      "weight": 83,
      "date_of_registration": "10\/31\/2019",
      "date_of_last_visit": "03\/31\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Great Gatsby",
      "music": "Rock",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Cycling",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 24.9,
      "score": 66.1,
      "spent": 529
     },
     {
      "name": "Isaac",
      "age": 59,
      "height": 188,
      "weight": 88,
      "date_of_registration": "02\/24\/2022",
      "date_of_last_visit": "05\/25\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Reggae",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 35.7,
      "score": 76.2,
      "spent": 451
     },
     {
      "name": "Lillian",
      "age": 84,
      "height": 162,
      "weight": 99,
      "date_of_registration": "10\/20\/2021",
      "date_of_last_visit": "07\/11\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Black",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Punk",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Berry pie",
      "activities": "Writing",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 28.3,
      "score": 82.3,
      "spent": 214
     },
     {
      "name": "Nathan",
      "age": 59,
      "height": 198,
      "weight": 106,
      "date_of_registration": "02\/22\/2018",
      "date_of_last_visit": "03\/16\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Purple",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Alchemist",
      "music": "Folk",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Juice",
      "favorite_dessert": "Panna cotta",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 41.6,
      "score": 31.8,
      "spent": 29
     },
     {
      "name": "Natalie",
      "age": 66,
      "height": 192,
      "weight": 74,
      "date_of_registration": "03\/29\/2021",
      "date_of_last_visit": "09\/11\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Reggae",
      "favorite_video_game": "Valorant",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 35.9,
      "score": 78.3,
      "spent": 530
     },
     {
      "name": "Samuel",
      "age": 30,
      "height": 166,
      "weight": 108,
      "date_of_registration": "08\/12\/2017",
      "date_of_last_visit": "02\/01\/2024",
      "hobbies": "Reading",
      "favorite_color": "Blue",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Classical",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Ice cream",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 20,
      "score": 76.5,
      "spent": 96
     },
     {
      "name": "Hannah",
      "age": 38,
      "height": 177,
      "weight": 65,
      "date_of_registration": "05\/12\/2015",
      "date_of_last_visit": "08\/20\/2023",
      "hobbies": "Photography",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Classical",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 43,
      "score": 60.6,
      "spent": 181
     },
     {
      "name": "Joseph",
      "age": 33,
      "height": 189,
      "weight": 76,
      "date_of_registration": "02\/07\/2016",
      "date_of_last_visit": "04\/13\/2024",
      "hobbies": "Reading",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Rap",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Traveling",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 50,
      "score": 50.3,
      "spent": 278
     },
     {
      "name": "Zoey",
      "age": 25,
      "height": 179,
      "weight": 112,
      "date_of_registration": "07\/28\/2018",
      "date_of_last_visit": "07\/23\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Kite Runner",
      "music": "Pop",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate cake",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 40.7,
      "score": 59.2,
      "spent": 90
     },
     {
      "name": "Christian",
      "age": 30,
      "height": 182,
      "weight": 82,
      "date_of_registration": "05\/25\/2022",
      "date_of_last_visit": "05\/02\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Yellow",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Rap",
      "favorite_video_game": "Doom Eternal",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Ice cream",
      "activities": "Volunteering",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 21.7,
      "score": 47.9,
      "spent": 247
     },
     {
      "name": "Leah",
      "age": 66,
      "height": 173,
      "weight": 77,
      "date_of_registration": "08\/16\/2016",
      "date_of_last_visit": "04\/20\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Orange",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Great Gatsby",
      "music": "Rock",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 34.9,
      "score": 63.3,
      "spent": 302
     },
     {
      "name": "Caleb",
      "age": 46,
      "height": 164,
      "weight": 79,
      "date_of_registration": "03\/10\/2022",
      "date_of_last_visit": "10\/18\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Alchemist",
      "music": "Country",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Fruit salad",
      "activities": "Painting",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 21.6,
      "score": 61.2,
      "spent": 298
     },
     {
      "name": "Samantha",
      "age": 31,
      "height": 174,
      "weight": 90,
      "date_of_registration": "07\/01\/2016",
      "date_of_last_visit": "04\/08\/2023",
      "hobbies": "Reading",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Funk",
      "favorite_video_game": "Rocket League",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate cake",
      "activities": "Sculpting",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 22.8,
      "score": 90,
      "spent": 478
     },
     {
      "name": "Mason",
      "age": 29,
      "height": 194,
      "weight": 85,
      "date_of_registration": "11\/15\/2016",
      "date_of_last_visit": "04\/30\/2023",
      "hobbies": "Archery",
      "favorite_color": "Green",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "Hip-hop",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 20.3,
      "score": 69,
      "spent": 21
     },
     {
      "name": "Elizabeth",
      "age": 23,
      "height": 184,
      "weight": 93,
      "date_of_registration": "11\/16\/2018",
      "date_of_last_visit": "10\/28\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "Jane Eyre",
      "music": "Pop",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Juice",
      "favorite_dessert": "Panna cotta",
      "activities": "Swimming",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 39.5,
      "score": 28.4,
      "spent": 361
     },
     {
      "name": "Logan",
      "age": 42,
      "height": 184,
      "weight": 95,
      "date_of_registration": "12\/13\/2015",
      "date_of_last_visit": "10\/10\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Martian",
      "music": "Reggae",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 35.7,
      "score": 52.6,
      "spent": 301
     },
     {
      "name": "Sarah",
      "age": 67,
      "height": 193,
      "weight": 67,
      "date_of_registration": "08\/10\/2019",
      "date_of_last_visit": "11\/27\/2024",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Jazz",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 37,
      "score": 29.5,
      "spent": 222
     },
     {
      "name": "Jack",
      "age": 44,
      "height": 167,
      "weight": 90,
      "date_of_registration": "03\/06\/2022",
      "date_of_last_visit": "01\/19\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "White",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Da Vinci Code",
      "music": "Rock",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Traveling",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 42.7,
      "score": 78.1,
      "spent": 168
     },
     {
      "name": "Eliana",
      "age": 58,
      "height": 172,
      "weight": 82,
      "date_of_registration": "12\/07\/2022",
      "date_of_last_visit": "12\/31\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Green",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Bell Jar",
      "music": "Ska",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Master's degree",
      "language": "Telugu",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Fruit salad",
      "activities": "Cooking",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 37.4,
      "score": 23.2,
      "spent": 80
     },
     {
      "name": "Wyatt",
      "age": 73,
      "height": 180,
      "weight": 104,
      "date_of_registration": "03\/12\/2016",
      "date_of_last_visit": "03\/25\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Gone with the Wind",
      "music": "Techno",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Sushi",
      "favorite_drink": "Tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 34.5,
      "score": 15.9,
      "spent": 287
     },
     {
      "name": "Hailey",
      "age": 44,
      "height": 160,
      "weight": 80,
      "date_of_registration": "07\/01\/2019",
      "date_of_last_visit": "01\/03\/2024",
      "hobbies": "Reading",
      "favorite_color": "Pink",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Gospel",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Berry pie",
      "activities": "Running",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 20.9,
      "score": 59.5,
      "spent": 296
     },
     {
      "name": "Julian",
      "age": 71,
      "height": 179,
      "weight": 93,
      "date_of_registration": "11\/23\/2017",
      "date_of_last_visit": "06\/08\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Outsiders",
      "music": "Metal",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Soda",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 45.4,
      "score": 33.3,
      "spent": 197
     },
     {
      "name": "Elena",
      "age": 45,
      "height": 180,
      "weight": 86,
      "date_of_registration": "11\/10\/2018",
      "date_of_last_visit": "12\/26\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Purple",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Kite Runner",
      "music": "Gospel",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Cycling",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 44.7,
      "score": 67.4,
      "spent": 70
     },
     {
      "name": "Isaiah",
      "age": 50,
      "height": 197,
      "weight": 82,
      "date_of_registration": "05\/14\/2018",
      "date_of_last_visit": "06\/25\/2023",
      "hobbies": "Origami",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Girl with the Dragon Tattoo",
      "music": "Jazz",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Bachelor's degree",
      "language": "Bengali",
      "favorite_dish": "Sushi",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Watching movies",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 32.7,
      "score": 62,
      "spent": 467
     },
     {
      "name": "Anna",
      "age": 54,
      "height": 176,
      "weight": 119,
      "date_of_registration": "06\/12\/2018",
      "date_of_last_visit": "12\/05\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Black",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Blues",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Sushi",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Writing",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 28.5,
      "score": 12.5,
      "spent": 434
     },
     {
      "name": "Oliver",
      "age": 25,
      "height": 194,
      "weight": 72,
      "date_of_registration": "12\/17\/2015",
      "date_of_last_visit": "01\/29\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Hip-hop",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Surfing",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 34.6,
      "score": 71.8,
      "spent": 76
     },
     {
      "name": "Clara",
      "age": 33,
      "height": 199,
      "weight": 103,
      "date_of_registration": "01\/10\/2021",
      "date_of_last_visit": "04\/06\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Orange",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Da Vinci Code",
      "music": "R&B",
      "favorite_video_game": "Among Us",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Taco",
      "favorite_drink": "Juice",
      "favorite_dessert": "Ice cream",
      "activities": "Playing board games",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 46.3,
      "score": 67.7,
      "spent": 198
     },
     {
      "name": "Henry",
      "age": 28,
      "height": 177,
      "weight": 72,
      "date_of_registration": "11\/03\/2017",
      "date_of_last_visit": "05\/20\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Country",
      "favorite_video_game": "Fortnite Battle Royale",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Ice cream",
      "activities": "Surfing",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 38.4,
      "score": 16,
      "spent": 493
     },
     {
      "name": "Eliana",
      "age": 79,
      "height": 186,
      "weight": 87,
      "date_of_registration": "03\/24\/2022",
      "date_of_last_visit": "08\/31\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Indie",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Crème brûlée",
      "activities": "Writing",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 49.9,
      "score": 47.2,
      "spent": 515
     },
     {
      "name": "Sebastian",
      "age": 56,
      "height": 184,
      "weight": 103,
      "date_of_registration": "06\/24\/2019",
      "date_of_last_visit": "06\/22\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Folk",
      "favorite_video_game": "Apex Legends",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Traveling",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 24.1,
      "score": 13,
      "spent": 21
     },
     {
      "name": "Gabriella",
      "age": 66,
      "height": 190,
      "weight": 66,
      "date_of_registration": "08\/10\/2022",
      "date_of_last_visit": "07\/12\/2023",
      "hobbies": "Sports",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Da Vinci Code",
      "music": "Punk",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Swimming",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 38.7,
      "score": 46.8,
      "spent": 419
     },
     {
      "name": "Owen",
      "age": 25,
      "height": 166,
      "weight": 71,
      "date_of_registration": "01\/24\/2020",
      "date_of_last_visit": "03\/08\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "Crime and Punishment",
      "music": "Techno",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Writing",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 31.5,
      "score": 74.3,
      "spent": 408
     },
     {
      "name": "Eva",
      "age": 35,
      "height": 179,
      "weight": 75,
      "date_of_registration": "06\/23\/2022",
      "date_of_last_visit": "02\/26\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Jane Eyre",
      "music": "Electronic",
      "favorite_video_game": "Fortnite",
      "education_level": "Associate's degree",
      "language": "French",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Apple pie",
      "activities": "Yoga",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 36.1,
      "score": 81.8,
      "spent": 432
     },
     {
      "name": "Cameron",
      "age": 57,
      "height": 162,
      "weight": 100,
      "date_of_registration": "05\/23\/2017",
      "date_of_last_visit": "04\/03\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Orange",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Crime and Punishment",
      "music": "Punk",
      "favorite_video_game": "Minecraft",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Watching movies",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 48.9,
      "score": 83,
      "spent": 233
     },
     {
      "name": "Jasmine",
      "age": 81,
      "height": 161,
      "weight": 98,
      "date_of_registration": "06\/22\/2022",
      "date_of_last_visit": "12\/01\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "To Kill a Mockingbird",
      "music": "Soul",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Rock climbing",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 23.1,
      "score": 51.3,
      "spent": 335
     },
     {
      "name": "Miles",
      "age": 68,
      "height": 188,
      "weight": 66,
      "date_of_registration": "04\/14\/2021",
      "date_of_last_visit": "01\/25\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "Red",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Don Quixote",
      "music": "Country",
      "favorite_video_game": "Doom Eternal",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Volunteering",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 25.2,
      "score": 35.5,
      "spent": 378
     },
     {
      "name": "Maya",
      "age": 26,
      "height": 165,
      "weight": 102,
      "date_of_registration": "05\/09\/2018",
      "date_of_last_visit": "02\/25\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Little Prince",
      "music": "Classical",
      "favorite_video_game": "Persona 5",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 32.5,
      "score": 43.4,
      "spent": 436
     },
     {
      "name": "Grayson",
      "age": 84,
      "height": 179,
      "weight": 67,
      "date_of_registration": "09\/12\/2016",
      "date_of_last_visit": "02\/29\/2024",
      "hobbies": "Camping",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Rap",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Playing video games",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 21.3,
      "score": 18.9,
      "spent": 46
     },
     {
      "name": "Lucy",
      "age": 74,
      "height": 191,
      "weight": 76,
      "date_of_registration": "05\/08\/2020",
      "date_of_last_visit": "07\/25\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Pink",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Indie",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel pudding",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 49.8,
      "score": 47.9,
      "spent": 199
     },
     {
      "name": "Leo",
      "age": 82,
      "height": 194,
      "weight": 76,
      "date_of_registration": "01\/29\/2017",
      "date_of_last_visit": "08\/23\/2023",
      "hobbies": "Photography",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Shining",
      "music": "Rock",
      "favorite_video_game": "Overwatch",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 41.1,
      "score": 87.9,
      "spent": 332
     },
     {
      "name": "Mia",
      "age": 29,
      "height": 164,
      "weight": 111,
      "date_of_registration": "08\/24\/2022",
      "date_of_last_visit": "09\/06\/2023",
      "hobbies": "Origami",
      "favorite_color": "Blue",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Da Vinci Code",
      "music": "Jazz",
      "favorite_video_game": "Persona 5",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate cake",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 49.3,
      "score": 52.1,
      "spent": 175
     },
     {
      "name": "Mason",
      "age": 64,
      "height": 199,
      "weight": 114,
      "date_of_registration": "10\/28\/2017",
      "date_of_last_visit": "03\/02\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Giver",
      "music": "Blues",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Milk",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing video games",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 31.5,
      "score": 69.7,
      "spent": 102
     },
     {
      "name": "Charlotte",
      "age": 32,
      "height": 190,
      "weight": 99,
      "date_of_registration": "11\/19\/2015",
      "date_of_last_visit": "04\/22\/2024",
      "hobbies": "Origami",
      "favorite_color": "Blue",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Catch-22",
      "music": "Rock",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Steak",
      "favorite_drink": "Milk",
      "favorite_dessert": "Cheesecake",
      "activities": "Rock climbing",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 30.7,
      "score": 19.4,
      "spent": 382
     },
     {
      "name": "Logan",
      "age": 60,
      "height": 187,
      "weight": 97,
      "date_of_registration": "07\/23\/2021",
      "date_of_last_visit": "04\/13\/2024",
      "hobbies": "Archery",
      "favorite_color": "Pink",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "Catch-22",
      "music": "Electronic",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Running",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 30,
      "score": 52.8,
      "spent": 33
     },
     {
      "name": "Amelia",
      "age": 54,
      "height": 173,
      "weight": 76,
      "date_of_registration": "12\/01\/2020",
      "date_of_last_visit": "07\/04\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Purple",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Rap",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing video games",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 30.2,
      "score": 38.7,
      "spent": 525
     },
     {
      "name": "James",
      "age": 80,
      "height": 187,
      "weight": 104,
      "date_of_registration": "04\/21\/2019",
      "date_of_last_visit": "12\/19\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Wuthering Heights",
      "music": "Techno",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Painting",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 42.4,
      "score": 77.8,
      "spent": 42
     },
     {
      "name": "Harper",
      "age": 43,
      "height": 178,
      "weight": 107,
      "date_of_registration": "08\/19\/2020",
      "date_of_last_visit": "03\/29\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Electronic",
      "favorite_video_game": "NBA 2K21",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Lemon pie",
      "activities": "Traveling",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 39.5,
      "score": 65.8,
      "spent": 166
     },
     {
      "name": "John",
      "age": 30,
      "height": 179,
      "weight": 91,
      "date_of_registration": "12\/16\/2018",
      "date_of_last_visit": "04\/28\/2024",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Catcher in the Rye",
      "music": "Rap",
      "favorite_video_game": "Persona 5",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 26.5,
      "score": 38.8,
      "spent": 337
     },
     {
      "name": "Evelyn",
      "age": 44,
      "height": 193,
      "weight": 86,
      "date_of_registration": "05\/11\/2018",
      "date_of_last_visit": "10\/28\/2024",
      "hobbies": "Gardening",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": 1984,
      "music": "Rock",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Water",
      "favorite_dessert": "Ice cream",
      "activities": "Cooking",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 43.2,
      "score": 83.1,
      "spent": 378
     },
     {
      "name": "Benjamin",
      "age": 36,
      "height": 173,
      "weight": 79,
      "date_of_registration": "12\/23\/2021",
      "date_of_last_visit": "10\/16\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Secret Garden",
      "music": "Funk",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Soda",
      "favorite_dessert": "Berry pie",
      "activities": "Birdwatching",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 49.9,
      "score": 36.1,
      "spent": 493
     },
     {
      "name": "Abigail",
      "age": 48,
      "height": 175,
      "weight": 85,
      "date_of_registration": "02\/05\/2018",
      "date_of_last_visit": "10\/30\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Techno",
      "favorite_video_game": "Among Us",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Juice",
      "favorite_dessert": "Crème brûlée",
      "activities": "Swimming",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 42.4,
      "score": 50.6,
      "spent": 208
     },
     {
      "name": "William",
      "age": 79,
      "height": 173,
      "weight": 103,
      "date_of_registration": "07\/03\/2017",
      "date_of_last_visit": "08\/01\/2023",
      "hobbies": "Cooking",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Pop",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 23.7,
      "score": 51.5,
      "spent": 376
     },
     {
      "name": "Emily",
      "age": 74,
      "height": 166,
      "weight": 92,
      "date_of_registration": "08\/17\/2021",
      "date_of_last_visit": "12\/01\/2024",
      "hobbies": "Sports",
      "favorite_color": "Blue",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Kite Runner",
      "music": "Electronic",
      "favorite_video_game": "Apex Legends",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Painting",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 48,
      "score": 82.5,
      "spent": 59
     },
     {
      "name": "Alexander",
      "age": 23,
      "height": 180,
      "weight": 109,
      "date_of_registration": "03\/17\/2015",
      "date_of_last_visit": "08\/23\/2023",
      "hobbies": "Origami",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Harry Potter series",
      "music": "Soul",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Volunteering",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 22.9,
      "score": 27.1,
      "spent": 118
     },
     {
      "name": "Elizabeth",
      "age": 57,
      "height": 164,
      "weight": 76,
      "date_of_registration": "10\/26\/2017",
      "date_of_last_visit": "04\/27\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "Pride and Prejudice",
      "music": "Blues",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Camping",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 36.5,
      "score": 30.3,
      "spent": 444
     },
     {
      "name": "Henry",
      "age": 80,
      "height": 190,
      "weight": 96,
      "date_of_registration": "12\/09\/2018",
      "date_of_last_visit": "02\/11\/2024",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Electronic",
      "favorite_video_game": "Death Stranding",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Cheesecake",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 33.9,
      "score": 72.5,
      "spent": 383
     },
     {
      "name": "Avery",
      "age": 78,
      "height": 180,
      "weight": 115,
      "date_of_registration": "04\/06\/2018",
      "date_of_last_visit": "02\/09\/2024",
      "hobbies": "Hiking",
      "favorite_color": "Red",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Folk",
      "favorite_video_game": "Among Us",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 42.9,
      "score": 47.1,
      "spent": 457
     },
     {
      "name": "Michael",
      "age": 78,
      "height": 183,
      "weight": 97,
      "date_of_registration": "04\/20\/2016",
      "date_of_last_visit": "04\/10\/2024",
      "hobbies": "Astronomy",
      "favorite_color": "Black",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Odyssey",
      "music": "Pop",
      "favorite_video_game": "Fortnite",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Meditation",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 44,
      "score": 22.1,
      "spent": 147
     },
     {
      "name": "Ella",
      "age": 85,
      "height": 178,
      "weight": 96,
      "date_of_registration": "05\/02\/2020",
      "date_of_last_visit": "07\/14\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Black",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Twilight Saga",
      "music": "Indie",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Running",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 22.5,
      "score": 59.4,
      "spent": 92
     },
     {
      "name": "Daniel",
      "age": 32,
      "height": 177,
      "weight": 118,
      "date_of_registration": "09\/14\/2022",
      "date_of_last_visit": "06\/23\/2024",
      "hobbies": "Horseback riding",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Electronic",
      "favorite_video_game": "Overwatch",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 31.2,
      "score": 15.4,
      "spent": 383
     },
     {
      "name": "Scarlett",
      "age": 56,
      "height": 194,
      "weight": 110,
      "date_of_registration": "01\/02\/2022",
      "date_of_last_visit": "08\/03\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Fault in Our Stars",
      "music": "Funk",
      "favorite_video_game": "League of Legends",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Woodworking",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 34.2,
      "score": 69.2,
      "spent": 68
     },
     {
      "name": "Samuel",
      "age": 67,
      "height": 198,
      "weight": 83,
      "date_of_registration": "05\/24\/2015",
      "date_of_last_visit": "08\/26\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Orange",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Electronic",
      "favorite_video_game": "Valorant",
      "education_level": "Bachelor's degree",
      "language": "Spanish",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Watching movies",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 38.3,
      "score": 80.8,
      "spent": 208
     },
     {
      "name": "Grace",
      "age": 30,
      "height": 166,
      "weight": 101,
      "date_of_registration": "01\/19\/2021",
      "date_of_last_visit": "08\/20\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Green",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Secret Garden",
      "music": "Gospel",
      "favorite_video_game": "Persona 5",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Apple pie",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 26.3,
      "score": 58.1,
      "spent": 207
     },
     {
      "name": "Matthew",
      "age": 24,
      "height": 191,
      "weight": 94,
      "date_of_registration": "07\/08\/2018",
      "date_of_last_visit": "04\/01\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "Blue",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "The Chronicles of Narnia",
      "music": "R&B",
      "favorite_video_game": "Valorant",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Ice cream",
      "activities": "Volunteering",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 22.9,
      "score": 40.3,
      "spent": 488
     },
     {
      "name": "Chloe",
      "age": 47,
      "height": 162,
      "weight": 80,
      "date_of_registration": "02\/15\/2021",
      "date_of_last_visit": "08\/01\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Pop",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Associate's degree",
      "language": "Bengali",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 22.1,
      "score": 20.3,
      "spent": 244
     },
     {
      "name": "Joseph",
      "age": 40,
      "height": 166,
      "weight": 110,
      "date_of_registration": "01\/21\/2022",
      "date_of_last_visit": "03\/24\/2023",
      "hobbies": "Learning a new language",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Gospel",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 46.4,
      "score": 66.7,
      "spent": 510
     },
     {
      "name": "Victoria",
      "age": 74,
      "height": 181,
      "weight": 73,
      "date_of_registration": "03\/28\/2019",
      "date_of_last_visit": "11\/13\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Red",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": 1984,
      "music": "Reggae",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Milk",
      "favorite_dessert": "Fruit salad",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 32,
      "score": 29.6,
      "spent": 387
     },
     {
      "name": "David",
      "age": 61,
      "height": 194,
      "weight": 96,
      "date_of_registration": "12\/29\/2015",
      "date_of_last_visit": "10\/21\/2024",
      "hobbies": "Archery",
      "favorite_color": "Red",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Don Quixote",
      "music": "Metal",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Lemon pie",
      "activities": "Surfing",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 22,
      "score": 44.1,
      "spent": 370
     },
     {
      "name": "John",
      "age": 46,
      "height": 163,
      "weight": 79,
      "date_of_registration": "03\/02\/2022",
      "date_of_last_visit": "05\/06\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Les Misérables",
      "music": "R&B",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Ice cream",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 26.2,
      "score": 60.3,
      "spent": 32
     },
     {
      "name": "Carter",
      "age": 84,
      "height": 176,
      "weight": 93,
      "date_of_registration": "02\/16\/2019",
      "date_of_last_visit": "12\/08\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "R&B",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Berry pie",
      "activities": "Playing tennis or other sports",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 26.6,
      "score": 84.1,
      "spent": 468
     },
     {
      "name": "Zoey",
      "age": 30,
      "height": 159,
      "weight": 81,
      "date_of_registration": "09\/06\/2021",
      "date_of_last_visit": "07\/29\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Odyssey",
      "music": "Blues",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "High school diploma",
      "language": "Korean",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Sculpting",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 24.1,
      "score": 22.8,
      "spent": 508
     },
     {
      "name": "Owen",
      "age": 62,
      "height": 191,
      "weight": 89,
      "date_of_registration": "07\/20\/2019",
      "date_of_last_visit": "06\/10\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Hunger Games",
      "music": "Rap",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cheesecake",
      "activities": "Traveling",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 43.3,
      "score": 54.2,
      "spent": 108
     },
     {
      "name": "Lily",
      "age": 80,
      "height": 195,
      "weight": 65,
      "date_of_registration": "11\/12\/2019",
      "date_of_last_visit": "07\/19\/2024",
      "hobbies": "Archery",
      "favorite_color": "White",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Classical",
      "favorite_video_game": "Rocket League",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 30.8,
      "score": 84.4,
      "spent": 451
     },
     {
      "name": "Wyatt",
      "age": 60,
      "height": 174,
      "weight": 112,
      "date_of_registration": "04\/14\/2022",
      "date_of_last_visit": "07\/26\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "Jane Eyre",
      "music": "R&B",
      "favorite_video_game": "Among Us",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Woodworking",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 24.6,
      "score": 19.9,
      "spent": 455
     },
     {
      "name": "Lillian",
      "age": 50,
      "height": 191,
      "weight": 78,
      "date_of_registration": "06\/08\/2020",
      "date_of_last_visit": "12\/13\/2024",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Red",
      "favorite_pet": "Cat",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Blues",
      "favorite_video_game": "Apex Legends",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 27.3,
      "score": 61.2,
      "spent": 23
     },
     {
      "name": "Gabriel",
      "age": 80,
      "height": 193,
      "weight": 93,
      "date_of_registration": "05\/15\/2017",
      "date_of_last_visit": "11\/30\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Reggae",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Doctorate",
      "language": "Arabic",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Pottery",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 36.2,
      "score": 66,
      "spent": 291
     },
     {
      "name": "Natalie",
      "age": 82,
      "height": 169,
      "weight": 114,
      "date_of_registration": "10\/11\/2016",
      "date_of_last_visit": "12\/02\/2023",
      "hobbies": "Sculpting",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Hunger Games",
      "music": "Hip-hop",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Swimming",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 41.4,
      "score": 48.2,
      "spent": 397
     },
     {
      "name": "Jack",
      "age": 47,
      "height": 185,
      "weight": 118,
      "date_of_registration": "09\/01\/2019",
      "date_of_last_visit": "05\/03\/2024",
      "hobbies": "Interior decorating",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Hunger Games",
      "music": "Pop",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Volunteering",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 44.2,
      "score": 41.3,
      "spent": 293
     },
     {
      "name": "Hannah",
      "age": 30,
      "height": 175,
      "weight": 116,
      "date_of_registration": "01\/09\/2016",
      "date_of_last_visit": "02\/06\/2024",
      "hobbies": "Learning a new language",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Metal",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Taco",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Berry pie",
      "activities": "Yoga",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 23.9,
      "score": 67.3,
      "spent": 129
     },
     {
      "name": "Luke",
      "age": 82,
      "height": 180,
      "weight": 77,
      "date_of_registration": "02\/07\/2018",
      "date_of_last_visit": "10\/27\/2024",
      "hobbies": "Camping",
      "favorite_color": "Red",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "Anne of Green Gables",
      "music": "Electronic",
      "favorite_video_game": "Valorant",
      "education_level": "Doctorate",
      "language": "Portuguese",
      "favorite_dish": "Steak",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Cooking",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 25.1,
      "score": 64.3,
      "spent": 439
     },
     {
      "name": "Layla",
      "age": 49,
      "height": 163,
      "weight": 106,
      "date_of_registration": "03\/28\/2016",
      "date_of_last_visit": "01\/20\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Pop",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Water",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Skiing or snowboarding",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Drama",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 25.9,
      "score": 37.3,
      "spent": 514
     },
     {
      "name": "Jayden",
      "age": 80,
      "height": 196,
      "weight": 98,
      "date_of_registration": "03\/18\/2019",
      "date_of_last_visit": "10\/15\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Indie",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Lemon pie",
      "activities": "Playing video games",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 27.1,
      "score": 11.8,
      "spent": 434
     },
     {
      "name": "Addison",
      "age": 31,
      "height": 191,
      "weight": 76,
      "date_of_registration": "09\/06\/2016",
      "date_of_last_visit": "07\/16\/2024",
      "hobbies": "Archery",
      "favorite_color": "Orange",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Memoirs of a Geisha",
      "music": "R&B",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Fruit salad",
      "activities": "Rock climbing",
      "activity_level": "Active",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 26.2,
      "score": 16.3,
      "spent": 317
     },
     {
      "name": "Dylan",
      "age": 51,
      "height": 160,
      "weight": 87,
      "date_of_registration": "03\/06\/2021",
      "date_of_last_visit": "06\/24\/2023",
      "hobbies": "Hiking",
      "favorite_color": "White",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "Dracula",
      "music": "Country",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "High school diploma",
      "language": "Mandarin Chinese",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cheesecake",
      "activities": "Dancing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 43.2,
      "score": 83.9,
      "spent": 409
     },
     {
      "name": "Aubrey",
      "age": 38,
      "height": 188,
      "weight": 113,
      "date_of_registration": "05\/26\/2021",
      "date_of_last_visit": "11\/14\/2024",
      "hobbies": "Writing poetry",
      "favorite_color": "Red",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Don Quixote",
      "music": "Soul",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "High school diploma",
      "language": "Spanish",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel pudding",
      "activities": "Running",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 24.5,
      "score": 85.7,
      "spent": 133
     },
     {
      "name": "Grayson",
      "age": 53,
      "height": 169,
      "weight": 107,
      "date_of_registration": "12\/15\/2018",
      "date_of_last_visit": "05\/18\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Brown",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Punk",
      "favorite_video_game": "Days Gone",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 40.2,
      "score": 44.1,
      "spent": 333
     },
     {
      "name": "Brooklyn",
      "age": 74,
      "height": 195,
      "weight": 104,
      "date_of_registration": "01\/08\/2015",
      "date_of_last_visit": "05\/04\/2024",
      "hobbies": "Traveling",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Frankenstein",
      "music": "Pop",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate cake",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 38.9,
      "score": 64.5,
      "spent": 99
     },
     {
      "name": "Levi",
      "age": 29,
      "height": 177,
      "weight": 95,
      "date_of_registration": "12\/17\/2019",
      "date_of_last_visit": "11\/18\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Green",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "Dracula",
      "music": "Classical",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Tea",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 30.7,
      "score": 89.4,
      "spent": 222
     },
     {
      "name": "Zoe",
      "age": 28,
      "height": 195,
      "weight": 99,
      "date_of_registration": "10\/03\/2021",
      "date_of_last_visit": "01\/15\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Orange",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Shining",
      "music": "Rap",
      "favorite_video_game": "Minecraft",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate cake",
      "activities": "Cooking",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 28,
      "score": 48.9,
      "spent": 367
     },
     {
      "name": "John",
      "age": 27,
      "height": 192,
      "weight": 106,
      "date_of_registration": "09\/22\/2022",
      "date_of_last_visit": "03\/08\/2024",
      "hobbies": "Reading",
      "favorite_color": "Purple",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Twilight Saga",
      "music": "Soul",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Sushi",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Reading",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 45,
      "score": 61.9,
      "spent": 144
     },
     {
      "name": "Penelope",
      "age": 52,
      "height": 170,
      "weight": 111,
      "date_of_registration": "06\/28\/2016",
      "date_of_last_visit": "08\/28\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Da Vinci Code",
      "music": "Pop",
      "favorite_video_game": "Death Stranding",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Swimming",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 25.6,
      "score": 56,
      "spent": 503
     },
     {
      "name": "Julian",
      "age": 54,
      "height": 180,
      "weight": 82,
      "date_of_registration": "12\/25\/2020",
      "date_of_last_visit": "05\/15\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Pink",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Jazz",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Birdwatching",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 31.8,
      "score": 33.7,
      "spent": 17
     },
     {
      "name": "Madelyn",
      "age": 45,
      "height": 170,
      "weight": 82,
      "date_of_registration": "05\/05\/2017",
      "date_of_last_visit": "07\/05\/2023",
      "hobbies": "Geocaching",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "Gone with the Wind",
      "music": "Blues",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Tea",
      "favorite_dessert": "Lemon pie",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 22.5,
      "score": 90,
      "spent": 92
     },
     {
      "name": "Anthony",
      "age": 23,
      "height": 181,
      "weight": 112,
      "date_of_registration": "10\/13\/2021",
      "date_of_last_visit": "08\/27\/2024",
      "hobbies": "Traveling",
      "favorite_color": "Blue",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "Anne of Green Gables",
      "music": "Blues",
      "favorite_video_game": "Bloodborne",
      "education_level": "Bachelor's degree",
      "language": "German",
      "favorite_dish": "Pizza",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Ice cream",
      "activities": "Traveling",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 23.4,
      "score": 61.7,
      "spent": 359
     },
     {
      "name": "Leah",
      "age": 80,
      "height": 197,
      "weight": 88,
      "date_of_registration": "02\/19\/2018",
      "date_of_last_visit": "05\/16\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Purple",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Electronic",
      "favorite_video_game": "Minecraft",
      "education_level": "Master's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Crème brûlée",
      "activities": "Meditation",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 23.5,
      "score": 15.8,
      "spent": 45
     },
     {
      "name": "Samuel",
      "age": 39,
      "height": 163,
      "weight": 115,
      "date_of_registration": "10\/24\/2022",
      "date_of_last_visit": "11\/14\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Red",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "R&B",
      "favorite_video_game": "Days Gone",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Soda",
      "favorite_dessert": "Fruit salad",
      "activities": "Camping",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 30.7,
      "score": 78.4,
      "spent": 125
     },
     {
      "name": "Sadie",
      "age": 83,
      "height": 195,
      "weight": 101,
      "date_of_registration": "09\/13\/2020",
      "date_of_last_visit": "04\/17\/2023",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Help",
      "music": "Indie",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate cake",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 49.9,
      "score": 52.1,
      "spent": 74
     },
     {
      "name": "Lincoln",
      "age": 56,
      "height": 184,
      "weight": 99,
      "date_of_registration": "12\/07\/2019",
      "date_of_last_visit": "05\/05\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Brown",
      "favorite_pet": "Fish",
      "relationship_status": "In a relationship",
      "favorite_book": "The Fault in Our Stars",
      "music": "Blues",
      "favorite_video_game": "Fortnite",
      "education_level": "Bachelor's degree",
      "language": "English",
      "favorite_dish": "Sushi",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Camping",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 31.6,
      "score": 75.6,
      "spent": 191
     },
     {
      "name": "Ariana",
      "age": 50,
      "height": 169,
      "weight": 90,
      "date_of_registration": "09\/11\/2020",
      "date_of_last_visit": "11\/25\/2023",
      "hobbies": "Hiking",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Lord of the Rings",
      "music": "Rap",
      "favorite_video_game": "Valorant",
      "education_level": "Doctorate",
      "language": "Korean",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Hiking",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 21.7,
      "score": 44.1,
      "spent": 183
     },
     {
      "name": "Christopher",
      "age": 29,
      "height": 195,
      "weight": 83,
      "date_of_registration": "10\/31\/2017",
      "date_of_last_visit": "05\/21\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "White",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Reggae",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Associate's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate cake",
      "activities": "Dancing",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 31,
      "score": 54.5,
      "spent": 360
     },
     {
      "name": "Savannah",
      "age": 23,
      "height": 186,
      "weight": 104,
      "date_of_registration": "05\/15\/2017",
      "date_of_last_visit": "07\/07\/2024",
      "hobbies": "Camping",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "War and Peace",
      "music": "Jazz",
      "favorite_video_game": "Call of Duty: Warzone",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Tiramisu",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 46.4,
      "score": 67.8,
      "spent": 450
     },
     {
      "name": "Joshua",
      "age": 35,
      "height": 168,
      "weight": 82,
      "date_of_registration": "01\/10\/2015",
      "date_of_last_visit": "02\/25\/2024",
      "hobbies": "Camping",
      "favorite_color": "Purple",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Odyssey",
      "music": "Soul",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 49.3,
      "score": 54.7,
      "spent": 67
     },
     {
      "name": "Nora",
      "age": 54,
      "height": 192,
      "weight": 106,
      "date_of_registration": "11\/29\/2019",
      "date_of_last_visit": "06\/27\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "White",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Great Gatsby",
      "music": "R&B",
      "favorite_video_game": "Death Stranding",
      "education_level": "Bachelor's degree",
      "language": "Lahnda",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel pudding",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 24.7,
      "score": 45.3,
      "spent": 469
     },
     {
      "name": "Andrew",
      "age": 76,
      "height": 195,
      "weight": 70,
      "date_of_registration": "02\/14\/2020",
      "date_of_last_visit": "02\/03\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "Soul",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Master's degree",
      "language": "Korean",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Camping",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 26.1,
      "score": 19.7,
      "spent": 377
     },
     {
      "name": "Camila",
      "age": 34,
      "height": 199,
      "weight": 69,
      "date_of_registration": "02\/02\/2021",
      "date_of_last_visit": "10\/11\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Black",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Soul",
      "favorite_video_game": "League of Legends",
      "education_level": "Master's degree",
      "language": "English",
      "favorite_dish": "Steak",
      "favorite_drink": "Soda",
      "favorite_dessert": "Ice cream",
      "activities": "Running",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 33.8,
      "score": 24.1,
      "spent": 73
     },
     {
      "name": "Nathan",
      "age": 79,
      "height": 175,
      "weight": 69,
      "date_of_registration": "08\/28\/2020",
      "date_of_last_visit": "07\/16\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Brown",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "Ska",
      "favorite_video_game": "Overwatch",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Gardening",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 29.3,
      "score": 24.1,
      "spent": 98
     },
     {
      "name": "Stella",
      "age": 62,
      "height": 200,
      "weight": 87,
      "date_of_registration": "08\/14\/2017",
      "date_of_last_visit": "07\/28\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Black",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Catcher in the Rye",
      "music": "Soul",
      "favorite_video_game": "Among Us",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate cake",
      "activities": "Sculpting",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 35,
      "score": 52.4,
      "spent": 244
     },
     {
      "name": "Ryan",
      "age": 79,
      "height": 178,
      "weight": 80,
      "date_of_registration": "08\/16\/2016",
      "date_of_last_visit": "04\/27\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Blue",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Divine Comedy",
      "music": "Rock",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Water",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Surfing",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 24.1,
      "score": 48.2,
      "spent": 170
     },
     {
      "name": "Ellie",
      "age": 27,
      "height": 185,
      "weight": 71,
      "date_of_registration": "12\/06\/2016",
      "date_of_last_visit": "05\/16\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Red",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Secret Garden",
      "music": "Indie",
      "favorite_video_game": "Overwatch",
      "education_level": "High school diploma",
      "language": "Russian",
      "favorite_dish": "Pad Thai",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Cycling",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 30.4,
      "score": 87.4,
      "spent": 228
     },
     {
      "name": "Evan",
      "age": 26,
      "height": 174,
      "weight": 108,
      "date_of_registration": "09\/27\/2022",
      "date_of_last_visit": "04\/06\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Name of the Wind",
      "music": "Soul",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Playing tennis or other sports",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 41.7,
      "score": 43.8,
      "spent": 243
     },
     {
      "name": "Paisley",
      "age": 24,
      "height": 172,
      "weight": 68,
      "date_of_registration": "07\/27\/2021",
      "date_of_last_visit": "09\/04\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Brown",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Les Misérables",
      "music": "Rap",
      "favorite_video_game": "League of Legends",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Apple pie",
      "activities": "Playing musical instruments",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 27.6,
      "score": 27.9,
      "spent": 519
     },
     {
      "name": "John",
      "age": 32,
      "height": 192,
      "weight": 68,
      "date_of_registration": "05\/02\/2016",
      "date_of_last_visit": "03\/04\/2023",
      "hobbies": "Sewing or quilting",
      "favorite_color": "Yellow",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Punk",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Apple pie",
      "activities": "Painting",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 26.5,
      "score": 19.6,
      "spent": 344
     },
     {
      "name": "Skylar",
      "age": 48,
      "height": 195,
      "weight": 78,
      "date_of_registration": "09\/16\/2020",
      "date_of_last_visit": "12\/24\/2024",
      "hobbies": "Reading",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Lord of the Rings",
      "music": "Rap",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Bachelor's degree",
      "language": "Korean",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 26,
      "score": 54.1,
      "spent": 412
     },
     {
      "name": "Hunter",
      "age": 72,
      "height": 181,
      "weight": 102,
      "date_of_registration": "11\/09\/2018",
      "date_of_last_visit": "06\/22\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Blues",
      "favorite_video_game": "Fall Guys: Ultimate Knockout",
      "education_level": "Associate's degree",
      "language": "Spanish",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Painting",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 26.8,
      "score": 45.8,
      "spent": 328
     },
     {
      "name": "Claire",
      "age": 59,
      "height": 194,
      "weight": 98,
      "date_of_registration": "11\/10\/2021",
      "date_of_last_visit": "08\/16\/2023",
      "hobbies": "Reading",
      "favorite_color": "Black",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "The Catcher in the Rye",
      "music": "Reggae",
      "favorite_video_game": "Among Us",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Apple pie",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 42.6,
      "score": 66.2,
      "spent": 285
     },
     {
      "name": "Isaiah",
      "age": 63,
      "height": 172,
      "weight": 70,
      "date_of_registration": "03\/20\/2021",
      "date_of_last_visit": "11\/16\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Indie",
      "favorite_video_game": "Destiny 2",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Camping",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 38.1,
      "score": 47.6,
      "spent": 4
     },
     {
      "name": "Aurora",
      "age": 53,
      "height": 187,
      "weight": 116,
      "date_of_registration": "04\/29\/2015",
      "date_of_last_visit": "09\/10\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Matilda",
      "music": "Country",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 46.3,
      "score": 68.5,
      "spent": 307
     },
     {
      "name": "Cooper",
      "age": 46,
      "height": 167,
      "weight": 90,
      "date_of_registration": "05\/12\/2021",
      "date_of_last_visit": "08\/02\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "War and Peace",
      "music": "Hip-hop",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Associate's degree",
      "language": "Telugu",
      "favorite_dish": "Sushi",
      "favorite_drink": "Tea",
      "favorite_dessert": "Apple pie",
      "activities": "Gardening",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 30.5,
      "score": 32.8,
      "spent": 434
     },
     {
      "name": "Violet",
      "age": 54,
      "height": 188,
      "weight": 110,
      "date_of_registration": "01\/30\/2016",
      "date_of_last_visit": "02\/06\/2024",
      "hobbies": "Photography",
      "favorite_color": "Red",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Hobbit",
      "music": "Country",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "Associate's degree",
      "language": "Arabic",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 43,
      "score": 35.7,
      "spent": 210
     },
     {
      "name": "Adam",
      "age": 53,
      "height": 180,
      "weight": 102,
      "date_of_registration": "11\/25\/2016",
      "date_of_last_visit": "12\/23\/2024",
      "hobbies": "Horseback riding",
      "favorite_color": "Blue",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "Gone with the Wind",
      "music": "Electronic",
      "favorite_video_game": "Among Us",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Water",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Reading",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 33.6,
      "score": 32.2,
      "spent": 421
     },
     {
      "name": "Caroline",
      "age": 43,
      "height": 162,
      "weight": 93,
      "date_of_registration": "05\/23\/2022",
      "date_of_last_visit": "06\/14\/2024",
      "hobbies": "Reading",
      "favorite_color": "Green",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Les Misérables",
      "music": "Funk",
      "favorite_video_game": "Assassin's Creed Odyssey",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Soda",
      "favorite_dessert": "Apple pie",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 44.3,
      "score": 59.7,
      "spent": 107
     },
     {
      "name": "Jaxon",
      "age": 68,
      "height": 181,
      "weight": 107,
      "date_of_registration": "11\/20\/2022",
      "date_of_last_visit": "07\/17\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Red",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "Matilda",
      "music": "R&B",
      "favorite_video_game": "Borderlands 3",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Taco",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Dancing",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Action",
      "personality_type": "Leader, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 23.6,
      "score": 66.5,
      "spent": 334
     },
     {
      "name": "Naomi",
      "age": 35,
      "height": 174,
      "weight": 66,
      "date_of_registration": "10\/31\/2019",
      "date_of_last_visit": "02\/03\/2024",
      "hobbies": "Geocaching",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Little Prince",
      "music": "Rock",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Juice",
      "favorite_dessert": "Fruit salad",
      "activities": "Playing musical instruments",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 23.1,
      "score": 48.3,
      "spent": 336
     },
     {
      "name": "Eli",
      "age": 54,
      "height": 178,
      "weight": 97,
      "date_of_registration": "08\/03\/2017",
      "date_of_last_visit": "06\/25\/2023",
      "hobbies": "Horseback riding",
      "favorite_color": "Blue",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "Anne of Green Gables",
      "music": "Ska",
      "favorite_video_game": "Rocket League",
      "education_level": "Associate's degree",
      "language": "German",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Knitting or crocheting",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 31.5,
      "score": 87.9,
      "spent": 396
     },
     {
      "name": "Piper",
      "age": 36,
      "height": 175,
      "weight": 118,
      "date_of_registration": "05\/31\/2018",
      "date_of_last_visit": "11\/06\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Red",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Odyssey",
      "music": "Funk",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Cycling",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 44.1,
      "score": 50.4,
      "spent": 55
     },
     {
      "name": "Sebastian",
      "age": 62,
      "height": 181,
      "weight": 103,
      "date_of_registration": "07\/02\/2018",
      "date_of_last_visit": "01\/02\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "White",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Electronic",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Panna cotta",
      "activities": "Skiing or snowboarding",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Romance",
      "personality_type": "Leader, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 34.5,
      "score": 51.2,
      "spent": 245
     },
     {
      "name": "Ruby",
      "age": 78,
      "height": 161,
      "weight": 93,
      "date_of_registration": "03\/27\/2015",
      "date_of_last_visit": "03\/24\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Bell Jar",
      "music": "Metal",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing tennis or other sports",
      "activity_level": "High",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 35.4,
      "score": 68,
      "spent": 494
     },
     {
      "name": "John",
      "age": 68,
      "height": 161,
      "weight": 81,
      "date_of_registration": "06\/16\/2017",
      "date_of_last_visit": "11\/14\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "Pink",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Blues",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Bachelor's degree",
      "language": "French",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Sculpting",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 24.8,
      "score": 71.1,
      "spent": 129
     },
     {
      "name": "Lucy",
      "age": 39,
      "height": 169,
      "weight": 87,
      "date_of_registration": "01\/13\/2015",
      "date_of_last_visit": "07\/25\/2024",
      "hobbies": "Volunteering",
      "favorite_color": "Orange",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Gospel",
      "favorite_video_game": "World of Warcraft",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Chocolate cake",
      "activities": "Playing tennis or other sports",
      "activity_level": "Low",
      "fashion_style": "Retro",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 26.2,
      "score": 20.2,
      "spent": 458
     },
     {
      "name": "Brayden",
      "age": 77,
      "height": 194,
      "weight": 104,
      "date_of_registration": "06\/17\/2015",
      "date_of_last_visit": "09\/07\/2023",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Gone with the Wind",
      "music": "R&B",
      "favorite_video_game": "Death Stranding",
      "education_level": "Master's degree",
      "language": "Javanese",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Ice cream",
      "activities": "Playing board games",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 47.1,
      "score": 62.1,
      "spent": 25
     },
     {
      "name": "Anna",
      "age": 57,
      "height": 161,
      "weight": 75,
      "date_of_registration": "04\/25\/2016",
      "date_of_last_visit": "01\/22\/2024",
      "hobbies": "Photography",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Secret Garden",
      "music": "Rock",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Soda",
      "favorite_dessert": "Panna cotta",
      "activities": "Gardening",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 32.7,
      "score": 24.3,
      "spent": 72
     },
     {
      "name": "Julian",
      "age": 84,
      "height": 195,
      "weight": 113,
      "date_of_registration": "09\/27\/2021",
      "date_of_last_visit": "05\/31\/2024",
      "hobbies": "Model building (e.g., airplanes, cars)",
      "favorite_color": "Red",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Shining",
      "music": "Rock",
      "favorite_video_game": "Among Us",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Beef stir-fry",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Gardening",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Action",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 23.8,
      "score": 48.1,
      "spent": 383
     },
     {
      "name": "Kennedy",
      "age": 48,
      "height": 187,
      "weight": 68,
      "date_of_registration": "02\/25\/2017",
      "date_of_last_visit": "11\/22\/2023",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Anne of Green Gables",
      "music": "Indie",
      "favorite_video_game": "Valorant",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Hiking",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Action",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 48.3,
      "score": 27.9,
      "spent": 262
     },
     {
      "name": "Aaron",
      "age": 37,
      "height": 193,
      "weight": 92,
      "date_of_registration": "11\/11\/2017",
      "date_of_last_visit": "08\/19\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Silence of the Lambs",
      "music": "Ska",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Soda",
      "favorite_dessert": "Crème brûlée",
      "activities": "Surfing",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 23.4,
      "score": 67.8,
      "spent": 435
     },
     {
      "name": "Hannah",
      "age": 63,
      "height": 182,
      "weight": 81,
      "date_of_registration": "12\/23\/2017",
      "date_of_last_visit": "09\/09\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "Black",
      "favorite_pet": "Horse",
      "relationship_status": "Married",
      "favorite_book": "Catch-22",
      "music": "Country",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Taco",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Crème brûlée",
      "activities": "Sculpting",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 47.5,
      "score": 48.2,
      "spent": 273
     },
     {
      "name": "Thomas",
      "age": 63,
      "height": 188,
      "weight": 95,
      "date_of_registration": "10\/21\/2016",
      "date_of_last_visit": "10\/06\/2024",
      "hobbies": "Playing video games",
      "favorite_color": "Orange",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Rap",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Associate's degree",
      "language": "Hindi",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Soda",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Volunteering",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 40.8,
      "score": 74.3,
      "spent": 112
     },
     {
      "name": "Katherine",
      "age": 47,
      "height": 183,
      "weight": 97,
      "date_of_registration": "05\/19\/2015",
      "date_of_last_visit": "10\/11\/2023",
      "hobbies": "Hiking",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Metal",
      "favorite_video_game": "Super Smash Bros. Ultimate",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Sushi",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Hiking",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 27.9,
      "score": 85.8,
      "spent": 419
     },
     {
      "name": "Charles",
      "age": 66,
      "height": 166,
      "weight": 88,
      "date_of_registration": "02\/26\/2015",
      "date_of_last_visit": "09\/02\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "The Name of the Wind",
      "music": "Punk",
      "favorite_video_game": "Bloodborne",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Lemon pie",
      "activities": "Cooking",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 27.3,
      "score": 82.7,
      "spent": 319
     },
     {
      "name": "Jasmine",
      "age": 60,
      "height": 160,
      "weight": 76,
      "date_of_registration": "06\/09\/2017",
      "date_of_last_visit": "05\/14\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Purple",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Indie",
      "favorite_video_game": "Days Gone",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Apple pie",
      "activities": "Woodworking",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 38.9,
      "score": 26.7,
      "spent": 155
     },
     {
      "name": "Caleb",
      "age": 45,
      "height": 186,
      "weight": 87,
      "date_of_registration": "05\/25\/2018",
      "date_of_last_visit": "06\/07\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Brown",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Fault in Our Stars",
      "music": "R&B",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Writing",
      "activity_level": "Moderate",
      "fashion_style": "Retro",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 33.6,
      "score": 27.4,
      "spent": 255
     },
     {
      "name": "Audrey",
      "age": 52,
      "height": 159,
      "weight": 77,
      "date_of_registration": "08\/27\/2017",
      "date_of_last_visit": "08\/12\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Martian",
      "music": "Electronic",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Hiking",
      "activity_level": "High",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 22.1,
      "score": 74.9,
      "spent": 257
     },
     {
      "name": "Owen",
      "age": 57,
      "height": 183,
      "weight": 75,
      "date_of_registration": "06\/11\/2021",
      "date_of_last_visit": "10\/25\/2023",
      "hobbies": "Calligraphy",
      "favorite_color": "Blue",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "War and Peace",
      "music": "Hip-hop",
      "favorite_video_game": "Days Gone",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel pudding",
      "activities": "Cooking",
      "activity_level": "Active",
      "fashion_style": "Minimalist",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 27.3,
      "score": 22,
      "spent": 81
     },
     {
      "name": "Alexa",
      "age": 25,
      "height": 191,
      "weight": 94,
      "date_of_registration": "04\/12\/2021",
      "date_of_last_visit": "03\/13\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "Dracula",
      "music": "Pop",
      "favorite_video_game": "Death Stranding",
      "education_level": "Master's degree",
      "language": "Japanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Soda",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 46.9,
      "score": 27.7,
      "spent": 395
     },
     {
      "name": "Connor",
      "age": 32,
      "height": 189,
      "weight": 109,
      "date_of_registration": "02\/08\/2022",
      "date_of_last_visit": "03\/10\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Brown",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Alchemist",
      "music": "Country",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Soda",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Gardening",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 34.8,
      "score": 28.4,
      "spent": 474
     },
     {
      "name": "Lauren",
      "age": 68,
      "height": 193,
      "weight": 81,
      "date_of_registration": "06\/04\/2022",
      "date_of_last_visit": "12\/13\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Green",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Odyssey",
      "music": "Hip-hop",
      "favorite_video_game": "Super Mario Odyssey",
      "education_level": "Associate's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Steak",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate cake",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 20.6,
      "score": 39.7,
      "spent": 167
     },
     {
      "name": "Josiah",
      "age": 35,
      "height": 179,
      "weight": 109,
      "date_of_registration": "09\/25\/2015",
      "date_of_last_visit": "08\/14\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Gospel",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Bachelor's degree",
      "language": "Telugu",
      "favorite_dish": "Hummus with vegetables",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Apple pie",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 33.8,
      "score": 63.9,
      "spent": 370
     },
     {
      "name": "Alice",
      "age": 77,
      "height": 190,
      "weight": 67,
      "date_of_registration": "08\/24\/2021",
      "date_of_last_visit": "06\/02\/2023",
      "hobbies": "Archery",
      "favorite_color": "White",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Metal",
      "favorite_video_game": "Genshin Impact",
      "education_level": "Associate's degree",
      "language": "English",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Panna cotta",
      "activities": "Woodworking",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Fantasy",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 48.5,
      "score": 52.1,
      "spent": 76
     },
     {
      "name": "Cameron",
      "age": 47,
      "height": 168,
      "weight": 76,
      "date_of_registration": "09\/08\/2015",
      "date_of_last_visit": "09\/04\/2024",
      "hobbies": "Sports",
      "favorite_color": "Red",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Odyssey",
      "music": "Blues",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Tiramisu",
      "activities": "Skiing or snowboarding",
      "activity_level": "Sedentary",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 28.5,
      "score": 31.1,
      "spent": 217
     },
     {
      "name": "Eliana",
      "age": 70,
      "height": 195,
      "weight": 80,
      "date_of_registration": "04\/21\/2020",
      "date_of_last_visit": "12\/01\/2024",
      "hobbies": "Calligraphy",
      "favorite_color": "Brown",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Da Vinci Code",
      "music": "Funk",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Doctorate",
      "language": "Javanese",
      "favorite_dish": "Steak",
      "favorite_drink": "Tea",
      "favorite_dessert": "Chocolate brownies",
      "activities": "Swimming",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 33.2,
      "score": 71.3,
      "spent": 449
     },
     {
      "name": "John",
      "age": 48,
      "height": 178,
      "weight": 83,
      "date_of_registration": "11\/19\/2015",
      "date_of_last_visit": "01\/22\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Red",
      "favorite_pet": "Turtle",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Huckleberry Finn",
      "music": "Blues",
      "favorite_video_game": "Fortnite",
      "education_level": "Master's degree",
      "language": "Italian",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Caramel pudding",
      "activities": "Writing",
      "activity_level": "High",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 31.2,
      "score": 30.2,
      "spent": 296
     },
     {
      "name": "Maya",
      "age": 23,
      "height": 162,
      "weight": 85,
      "date_of_registration": "12\/30\/2021",
      "date_of_last_visit": "10\/11\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Blues",
      "favorite_video_game": "Minecraft Dungeons",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Tea",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 46.2,
      "score": 63.3,
      "spent": 403
     },
     {
      "name": "Robert",
      "age": 71,
      "height": 174,
      "weight": 66,
      "date_of_registration": "11\/13\/2016",
      "date_of_last_visit": "11\/02\/2024",
      "hobbies": "Martial arts",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Ska",
      "favorite_video_game": "Destiny 2",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Photography",
      "activity_level": "Moderate",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 47.2,
      "score": 31.2,
      "spent": 35
     },
     {
      "name": "Aurora",
      "age": 35,
      "height": 166,
      "weight": 71,
      "date_of_registration": "08\/13\/2020",
      "date_of_last_visit": "06\/03\/2024",
      "hobbies": "Birdwatching",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "Crime and Punishment",
      "music": "Hip-hop",
      "favorite_video_game": "Dark Souls III",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Tea",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Writing",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Drama",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 35.6,
      "score": 49,
      "spent": 93
     },
     {
      "name": "Roman",
      "age": 39,
      "height": 173,
      "weight": 98,
      "date_of_registration": "03\/04\/2017",
      "date_of_last_visit": "01\/12\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "White",
      "favorite_pet": "Bird",
      "relationship_status": "Married",
      "favorite_book": "The Shining",
      "music": "Blues",
      "favorite_video_game": "Borderlands 3",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Knitting or crocheting",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 31,
      "score": 44.1,
      "spent": 465
     },
     {
      "name": "Clara",
      "age": 63,
      "height": 172,
      "weight": 69,
      "date_of_registration": "07\/02\/2016",
      "date_of_last_visit": "10\/12\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "The Outsiders",
      "music": "Soul",
      "favorite_video_game": "The Legend of Zelda: Ocarina of Time",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Leader, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 21.7,
      "score": 24.9,
      "spent": 158
     },
     {
      "name": "Nicholas",
      "age": 21,
      "height": 196,
      "weight": 72,
      "date_of_registration": "04\/25\/2016",
      "date_of_last_visit": "06\/04\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "A Tale of Two Cities",
      "music": "Ska",
      "favorite_video_game": "Valorant",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Fruit salad",
      "activities": "Traveling",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 25.1,
      "score": 75.3,
      "spent": 175
     },
     {
      "name": "Eliana",
      "age": 44,
      "height": 167,
      "weight": 70,
      "date_of_registration": "07\/24\/2019",
      "date_of_last_visit": "09\/03\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Purple",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Hunger Games",
      "music": "Techno",
      "favorite_video_game": "Super Mario 64",
      "education_level": "High school diploma",
      "language": "Hindi",
      "favorite_dish": "Steak",
      "favorite_drink": "Juice",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Knitting or crocheting",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Astral projection",
      "favorite_season": "Spring",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 22.3,
      "score": 85.5,
      "spent": 262
     },
     {
      "name": "Easton",
      "age": 49,
      "height": 181,
      "weight": 73,
      "date_of_registration": "01\/08\/2021",
      "date_of_last_visit": "09\/19\/2023",
      "hobbies": "Martial arts",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "Crime and Punishment",
      "music": "Country",
      "favorite_video_game": "Destiny 2",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Probability manipulation",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 22.2,
      "score": 29.3,
      "spent": 389
     },
     {
      "name": "Harper",
      "age": 22,
      "height": 166,
      "weight": 111,
      "date_of_registration": "12\/09\/2016",
      "date_of_last_visit": "02\/03\/2024",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "Married",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Jazz",
      "favorite_video_game": "Death Stranding",
      "education_level": "Doctorate",
      "language": "Italian",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate cake",
      "activities": "Gardening",
      "activity_level": "Active",
      "fashion_style": "Bohemian",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Drama",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 40.2,
      "score": 83.9,
      "spent": 220
     },
     {
      "name": "Landon",
      "age": 21,
      "height": 192,
      "weight": 98,
      "date_of_registration": "10\/12\/2017",
      "date_of_last_visit": "12\/22\/2024",
      "hobbies": "Origami",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Hobbit",
      "music": "Techno",
      "favorite_video_game": "Death Stranding",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Crème brûlée",
      "activities": "Running",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 25.4,
      "score": 34.2,
      "spent": 287
     },
     {
      "name": "Hannah",
      "age": 77,
      "height": 200,
      "weight": 104,
      "date_of_registration": "04\/26\/2020",
      "date_of_last_visit": "11\/05\/2023",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "White",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "Ska",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Master's degree",
      "language": "Hindi",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Milk",
      "favorite_dessert": "Ice cream",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Casual",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 21.5,
      "score": 67,
      "spent": 184
     },
     {
      "name": "Zachary",
      "age": 68,
      "height": 190,
      "weight": 115,
      "date_of_registration": "04\/20\/2017",
      "date_of_last_visit": "06\/14\/2023",
      "hobbies": "Astronomy",
      "favorite_color": "Yellow",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Country",
      "favorite_video_game": "Monster Hunter: World",
      "education_level": "Bachelor's degree",
      "language": "Italian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Tiramisu",
      "activities": "Swimming",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Reality warping",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 37.7,
      "score": 63.5,
      "spent": 117
     },
     {
      "name": "Taylor",
      "age": 42,
      "height": 163,
      "weight": 76,
      "date_of_registration": "01\/23\/2018",
      "date_of_last_visit": "12\/06\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Yellow",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "The Fault in Our Stars",
      "music": "Hip-hop",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Sushi",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Berry pie",
      "activities": "Skiing or snowboarding",
      "activity_level": "Active",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 26.4,
      "score": 66.7,
      "spent": 455
     },
     {
      "name": "Cooper",
      "age": 27,
      "height": 173,
      "weight": 118,
      "date_of_registration": "09\/09\/2016",
      "date_of_last_visit": "07\/22\/2023",
      "hobbies": "Gardening",
      "favorite_color": "Yellow",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "Pride and Prejudice",
      "music": "Folk",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Bachelor's degree",
      "language": "Russian",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Vanilla pudding",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 46.7,
      "score": 29.4,
      "spent": 525
     },
     {
      "name": "Reagan",
      "age": 44,
      "height": 181,
      "weight": 118,
      "date_of_registration": "02\/13\/2016",
      "date_of_last_visit": "10\/11\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Rock",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "High school diploma",
      "language": "Portuguese",
      "favorite_dish": "Taco",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Fruit salad",
      "activities": "Fishing",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Animation",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 42.3,
      "score": 57.6,
      "spent": 311
     },
     {
      "name": "Xavier",
      "age": 30,
      "height": 173,
      "weight": 97,
      "date_of_registration": "12\/08\/2019",
      "date_of_last_visit": "09\/19\/2023",
      "hobbies": "Writing poetry",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "A Tale of Two Cities",
      "music": "Metal",
      "favorite_video_game": "Animal Crossing: New Leaf",
      "education_level": "Doctorate",
      "language": "Japanese",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Soda",
      "favorite_dessert": "Crème brûlée",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Casual",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 24.3,
      "score": 88.5,
      "spent": 21
     },
     {
      "name": "Ariana",
      "age": 37,
      "height": 165,
      "weight": 92,
      "date_of_registration": "04\/14\/2016",
      "date_of_last_visit": "09\/02\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Red",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Chronicles of Narnia",
      "music": "Country",
      "favorite_video_game": "Valorant",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Writing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Action",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 39.8,
      "score": 78.1,
      "spent": 147
     },
     {
      "name": "Jordan",
      "age": 52,
      "height": 193,
      "weight": 87,
      "date_of_registration": "04\/10\/2015",
      "date_of_last_visit": "02\/20\/2023",
      "hobbies": "Photography",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Rock",
      "favorite_video_game": "Super Mario 64",
      "education_level": "Master's degree",
      "language": "Lahnda",
      "favorite_dish": "Pizza",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Panna cotta",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Drama",
      "personality_type": "Leader, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 30.1,
      "score": 81.2,
      "spent": 414
     },
     {
      "name": "Peyton",
      "age": 35,
      "height": 169,
      "weight": 71,
      "date_of_registration": "10\/13\/2019",
      "date_of_last_visit": "09\/25\/2023",
      "hobbies": "Sculpting",
      "favorite_color": "Yellow",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "Memoirs of a Geisha",
      "music": "Electronic",
      "favorite_video_game": "NBA 2K21",
      "education_level": "Bachelor's degree",
      "language": "Japanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Apple pie",
      "activities": "Swimming",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 26.4,
      "score": 19.2,
      "spent": 142
     },
     {
      "name": "Ashton",
      "age": 28,
      "height": 176,
      "weight": 71,
      "date_of_registration": "03\/27\/2018",
      "date_of_last_visit": "10\/02\/2023",
      "hobbies": "Camping",
      "favorite_color": "White",
      "favorite_pet": "Horse",
      "relationship_status": "Single",
      "favorite_book": "A Tale of Two Cities",
      "music": "Country",
      "favorite_video_game": "Grand Theft Auto V",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Juice",
      "favorite_dessert": "Crème brûlée",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Bohemian",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Precognition (seeing the future)",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 26,
      "score": 62.2,
      "spent": 301
     },
     {
      "name": "Aaliyah",
      "age": 34,
      "height": 193,
      "weight": 92,
      "date_of_registration": "08\/28\/2020",
      "date_of_last_visit": "01\/16\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Black",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Great Gatsby",
      "music": "Electronic",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "High school diploma",
      "language": "Italian",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Fishing",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Romance",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 40.4,
      "score": 32.1,
      "spent": 42
     },
     {
      "name": "Kevin",
      "age": 32,
      "height": 168,
      "weight": 97,
      "date_of_registration": "06\/03\/2016",
      "date_of_last_visit": "05\/24\/2024",
      "hobbies": "Yoga or meditation",
      "favorite_color": "Blue",
      "favorite_pet": "Bird",
      "relationship_status": "Single",
      "favorite_book": "The Twilight Saga",
      "music": "Gospel",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Associate's degree",
      "language": "Italian",
      "favorite_dish": "Tom yum soup",
      "favorite_drink": "Tea",
      "favorite_dessert": "Apple pie",
      "activities": "Dancing",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 21.4,
      "score": 10.1,
      "spent": 18
     },
     {
      "name": "London",
      "age": 34,
      "height": 192,
      "weight": 75,
      "date_of_registration": "04\/16\/2016",
      "date_of_last_visit": "09\/21\/2023",
      "hobbies": "Playing video games",
      "favorite_color": "Brown",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Picture of Dorian Gray",
      "music": "Electronic",
      "favorite_video_game": "Final Fantasy VII Remake",
      "education_level": "Doctorate",
      "language": "German",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Water",
      "favorite_dessert": "Fruit salad",
      "activities": "Rock climbing",
      "activity_level": "Moderate",
      "fashion_style": "Bohemian",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 22.2,
      "score": 29.4,
      "spent": 298
     },
     {
      "name": "Diego",
      "age": 48,
      "height": 165,
      "weight": 66,
      "date_of_registration": "04\/27\/2019",
      "date_of_last_visit": "09\/11\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Black",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "The Hobbit",
      "music": "Gospel",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel orange cake",
      "activities": "Photography",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Intangibility (ability to phase through objects)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 47.7,
      "score": 48.8,
      "spent": 105
     },
     {
      "name": "Brooke",
      "age": 60,
      "height": 188,
      "weight": 65,
      "date_of_registration": "08\/23\/2019",
      "date_of_last_visit": "07\/22\/2024",
      "hobbies": "Playing board games",
      "favorite_color": "Red",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "The Catcher in the Rye",
      "music": "Jazz",
      "favorite_video_game": "Resident Evil 2 (2019)",
      "education_level": "Doctorate",
      "language": "Lahnda",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Smoothie",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Running",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Fantasy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 24.4,
      "score": 81.9,
      "spent": 63
     },
     {
      "name": "Blake",
      "age": 42,
      "height": 197,
      "weight": 95,
      "date_of_registration": "12\/25\/2022",
      "date_of_last_visit": "02\/17\/2024",
      "hobbies": "Photography",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "Matilda",
      "music": "Electronic",
      "favorite_video_game": "League of Legends",
      "education_level": "Bachelor's degree",
      "language": "Mandarin Chinese",
      "favorite_dish": "Taco",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Caramel pudding",
      "activities": "Reading",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Horror",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 33.1,
      "score": 88,
      "spent": 205
     },
     {
      "name": "Gabriella",
      "age": 65,
      "height": 173,
      "weight": 92,
      "date_of_registration": "10\/19\/2016",
      "date_of_last_visit": "07\/16\/2024",
      "hobbies": "Collecting stamps or coins",
      "favorite_color": "Blue",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Metal",
      "favorite_video_game": "Apex Legends",
      "education_level": "High school diploma",
      "language": "French",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Water",
      "favorite_dessert": "Panna cotta",
      "activities": "Traveling",
      "activity_level": "Moderate",
      "fashion_style": "Elegant",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Thriller",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Autumn",
      "communication_style": "Diplomatic",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 47.6,
      "score": 78.7,
      "spent": 151
     },
     {
      "name": "Bentley",
      "age": 70,
      "height": 198,
      "weight": 93,
      "date_of_registration": "06\/22\/2022",
      "date_of_last_visit": "02\/17\/2023",
      "hobbies": "Camping",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "Single",
      "favorite_book": "Fifty Shades of Grey",
      "music": "Techno",
      "favorite_video_game": "Call of Duty: Modern Warfare",
      "education_level": "High school diploma",
      "language": "Arabic",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Water",
      "favorite_dessert": "Caramel pudding",
      "activities": "Photography",
      "activity_level": "Active",
      "fashion_style": "Classic",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Time travel",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 33.7,
      "score": 29.1,
      "spent": 398
     },
     {
      "name": "Alexis",
      "age": 26,
      "height": 196,
      "weight": 110,
      "date_of_registration": "09\/22\/2015",
      "date_of_last_visit": "06\/19\/2023",
      "hobbies": "Birdwatching",
      "favorite_color": "Pink",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Great Gatsby",
      "music": "Funk",
      "favorite_video_game": "Rocket League",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Chocolate mousse",
      "activities": "Volunteering",
      "activity_level": "High",
      "fashion_style": "Minimalist",
      "places_to_visit": "Eiffel Tower, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Autumn",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 45.6,
      "score": 29.2,
      "spent": 361
     },
     {
      "name": "Wyatt",
      "age": 66,
      "height": 162,
      "weight": 102,
      "date_of_registration": "08\/22\/2022",
      "date_of_last_visit": "08\/04\/2023",
      "hobbies": "Archery",
      "favorite_color": "Green",
      "favorite_pet": "Rabbit",
      "relationship_status": "In a relationship",
      "favorite_book": "The Silence of the Lambs",
      "music": "Ska",
      "favorite_video_game": "Borderlands 3",
      "education_level": "Master's degree",
      "language": "Spanish",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Milk",
      "favorite_dessert": "Crème brûlée",
      "activities": "Meditation",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Thriller",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Animal communication",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 43.4,
      "score": 47,
      "spent": 19
     },
     {
      "name": "Jordyn",
      "age": 68,
      "height": 179,
      "weight": 81,
      "date_of_registration": "01\/30\/2015",
      "date_of_last_visit": "11\/29\/2023",
      "hobbies": "Reading",
      "favorite_color": "Brown",
      "favorite_pet": "Guinea pig",
      "relationship_status": "In a relationship",
      "favorite_book": "The Great Gatsby",
      "music": "Ska",
      "favorite_video_game": "The Elder Scrolls V: Skyrim",
      "education_level": "Doctorate",
      "language": "Spanish",
      "favorite_dish": "Caesar salad",
      "favorite_drink": "Soda",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Pottery",
      "activity_level": "Moderate",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Animal communication",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 41.9,
      "score": 19.1,
      "spent": 409
     },
     {
      "name": "Dominic",
      "age": 71,
      "height": 182,
      "weight": 101,
      "date_of_registration": "08\/18\/2021",
      "date_of_last_visit": "10\/06\/2024",
      "hobbies": "Archery",
      "favorite_color": "Green",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Odyssey",
      "music": "Electronic",
      "favorite_video_game": "Animal Crossing: New Horizons",
      "education_level": "Associate's degree",
      "language": "Portuguese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Water",
      "favorite_dessert": "Tiramisu",
      "activities": "Playing board games",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Gravity control",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 49.7,
      "score": 29.8,
      "spent": 259
     },
     {
      "name": "Sydney",
      "age": 53,
      "height": 197,
      "weight": 91,
      "date_of_registration": "04\/30\/2016",
      "date_of_last_visit": "12\/12\/2024",
      "hobbies": "Camping",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Single",
      "favorite_book": "Alice's Adventures in Wonderland",
      "music": "Techno",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Doctorate",
      "language": "Mandarin Chinese",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Milk",
      "favorite_dessert": "Fruit salad",
      "activities": "Writing",
      "activity_level": "Moderate",
      "fashion_style": "Trendy",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Hydrokinesis (ability to control water with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 41.7,
      "score": 86.4,
      "spent": 363
     },
     {
      "name": "Harrison",
      "age": 66,
      "height": 165,
      "weight": 65,
      "date_of_registration": "02\/14\/2016",
      "date_of_last_visit": "02\/18\/2024",
      "hobbies": "Beekeeping",
      "favorite_color": "Green",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Little Prince",
      "music": "Rock",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Doctorate",
      "language": "Hindi",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Energy absorption",
      "favorite_season": "Winter",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 23.4,
      "score": 58.8,
      "spent": 295
     },
     {
      "name": "Morgan",
      "age": 50,
      "height": 162,
      "weight": 78,
      "date_of_registration": "01\/10\/2021",
      "date_of_last_visit": "02\/15\/2024",
      "hobbies": "Home brewing or wine making",
      "favorite_color": "Green",
      "favorite_pet": "Dog",
      "relationship_status": "Single",
      "favorite_book": "The Help",
      "music": "Jazz",
      "favorite_video_game": "The Witcher 3: Wild Hunt",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Steak",
      "favorite_drink": "Milk",
      "favorite_dessert": "Ice cream",
      "activities": "Pottery",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Autumn",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 42.4,
      "score": 45.5,
      "spent": 205
     },
     {
      "name": "Tristan",
      "age": 38,
      "height": 188,
      "weight": 102,
      "date_of_registration": "07\/22\/2018",
      "date_of_last_visit": "11\/06\/2023",
      "hobbies": "Beekeeping",
      "favorite_color": "Purple",
      "favorite_pet": "Fish",
      "relationship_status": "Single",
      "favorite_book": "The Kite Runner",
      "music": "Indie",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "Associate's degree",
      "language": "Russian",
      "favorite_dish": "Sushi",
      "favorite_drink": "Water",
      "favorite_dessert": "Berry pie",
      "activities": "Meditation",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Sunny",
      "activity": 36,
      "score": 27.6,
      "spent": 20
     },
     {
      "name": "Skye",
      "age": 79,
      "height": 184,
      "weight": 106,
      "date_of_registration": "09\/06\/2021",
      "date_of_last_visit": "10\/03\/2023",
      "hobbies": "Camping",
      "favorite_color": "Pink",
      "favorite_pet": "Bird",
      "relationship_status": "In a relationship",
      "favorite_book": "Charlie and the Chocolate Factory",
      "music": "Ska",
      "favorite_video_game": "Cyberpunk 2077",
      "education_level": "High school diploma",
      "language": "English",
      "favorite_dish": "Pizza",
      "favorite_drink": "Juice",
      "favorite_dessert": "Fruit salad",
      "activities": "Playing musical instruments",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Animation",
      "personality_type": "Analyst, introvert",
      "superhero_power": "Molecular manipulation",
      "favorite_season": "Spring",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 48.2,
      "score": 58,
      "spent": 124
     },
     {
      "name": "Jason",
      "age": 76,
      "height": 193,
      "weight": 111,
      "date_of_registration": "02\/20\/2020",
      "date_of_last_visit": "05\/24\/2024",
      "hobbies": "DIY crafts",
      "favorite_color": "Brown",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Adventures of Sherlock Holmes",
      "music": "Folk",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Associate's degree",
      "language": "Japanese",
      "favorite_dish": "Taco",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Knitting or crocheting",
      "activity_level": "Low",
      "fashion_style": "Minimalist",
      "places_to_visit": "Saint Petersburg, Russia",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Elemental manipulation (control over elements like fire, water, earth, and air)",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 45.4,
      "score": 30.3,
      "spent": 148
     },
     {
      "name": "Autumn",
      "age": 69,
      "height": 175,
      "weight": 100,
      "date_of_registration": "03\/17\/2020",
      "date_of_last_visit": "02\/06\/2023",
      "hobbies": "Camping",
      "favorite_color": "Brown",
      "favorite_pet": "Dog",
      "relationship_status": "Married",
      "favorite_book": "Matilda",
      "music": "Indie",
      "favorite_video_game": "The Last of Us Part II",
      "education_level": "Master's degree",
      "language": "Portuguese",
      "favorite_dish": "Pizza",
      "favorite_drink": "Milk",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Playing board games",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 21.7,
      "score": 21.2,
      "spent": 360
     },
     {
      "name": "Nolan",
      "age": 25,
      "height": 192,
      "weight": 70,
      "date_of_registration": "01\/17\/2022",
      "date_of_last_visit": "06\/08\/2024",
      "hobbies": "Reading",
      "favorite_color": "Black",
      "favorite_pet": "Dog",
      "relationship_status": "In a relationship",
      "favorite_book": "The Shining",
      "music": "Soul",
      "favorite_video_game": "Pokémon Sword and Shield",
      "education_level": "Doctorate",
      "language": "Hindi",
      "favorite_dish": "Beef Wellington",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Panna cotta",
      "activities": "Playing musical instruments",
      "activity_level": "Sedentary",
      "fashion_style": "Sporty",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Horror",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Autumn",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 44.9,
      "score": 75.4,
      "spent": 47
     },
     {
      "name": "Faith",
      "age": 47,
      "height": 199,
      "weight": 78,
      "date_of_registration": "02\/21\/2015",
      "date_of_last_visit": "05\/27\/2023",
      "hobbies": "Fishing",
      "favorite_color": "Yellow",
      "favorite_pet": "Turtle",
      "relationship_status": "In a relationship",
      "favorite_book": "Les Misérables",
      "music": "Metal",
      "favorite_video_game": "Persona 5",
      "education_level": "Associate's degree",
      "language": "Javanese",
      "favorite_dish": "Steak",
      "favorite_drink": "Juice",
      "favorite_dessert": "Chocolate truffles",
      "activities": "Knitting or crocheting",
      "activity_level": "Sedentary",
      "fashion_style": "Elegant",
      "places_to_visit": "Great Wall of China",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 39.4,
      "score": 78.9,
      "spent": 91
     },
     {
      "name": "Miles",
      "age": 75,
      "height": 176,
      "weight": 68,
      "date_of_registration": "08\/17\/2021",
      "date_of_last_visit": "04\/07\/2023",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Purple",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Silence of the Lambs",
      "music": "Funk",
      "favorite_video_game": "Counter-Strike: Global Offensive",
      "education_level": "Master's degree",
      "language": "German",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Tea",
      "favorite_dessert": "Berry pie",
      "activities": "Rock climbing",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Horror",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Spring",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 40.7,
      "score": 33.7,
      "spent": 9
     },
     {
      "name": "Genesis",
      "age": 60,
      "height": 159,
      "weight": 115,
      "date_of_registration": "11\/28\/2018",
      "date_of_last_visit": "02\/26\/2024",
      "hobbies": "Sports",
      "favorite_color": "Orange",
      "favorite_pet": "Hamster",
      "relationship_status": "Single",
      "favorite_book": "Harry Potter series",
      "music": "Blues",
      "favorite_video_game": "Destiny 2",
      "education_level": "Bachelor's degree",
      "language": "Hindi",
      "favorite_dish": "Spaghetti Bolognese",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Berry pie",
      "activities": "Traveling",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Spring",
      "communication_style": "Listener",
      "chronotype": "Night owl",
      "preferred_weather": "Snowy",
      "activity": 39.5,
      "score": 69.6,
      "spent": 16
     },
     {
      "name": "Adam",
      "age": 24,
      "height": 167,
      "weight": 92,
      "date_of_registration": "05\/01\/2016",
      "date_of_last_visit": "06\/08\/2024",
      "hobbies": "Playing musical instruments",
      "favorite_color": "Blue",
      "favorite_pet": "Parrot",
      "relationship_status": "Married",
      "favorite_book": "The Secret Garden",
      "music": "Metal",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "High school diploma",
      "language": "German",
      "favorite_dish": "Carbonara pasta",
      "favorite_drink": "Coffee",
      "favorite_dessert": "Chocolate lava cake",
      "activities": "Photography",
      "activity_level": "Low",
      "fashion_style": "Bohemian",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Romance",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Rainy",
      "activity": 41,
      "score": 53.7,
      "spent": 255
     },
     {
      "name": "Paige",
      "age": 82,
      "height": 198,
      "weight": 90,
      "date_of_registration": "05\/27\/2020",
      "date_of_last_visit": "01\/02\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Pink",
      "favorite_pet": "Parrot",
      "relationship_status": "In a relationship",
      "favorite_book": "The Help",
      "music": "Techno",
      "favorite_video_game": "Halo: The Master Chief Collection",
      "education_level": "Bachelor's degree",
      "language": "Portuguese",
      "favorite_dish": "Chicken curry",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Crème brûlée",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Casual",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Science Fiction",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Night owl",
      "preferred_weather": "Cloudy",
      "activity": 28.4,
      "score": 71,
      "spent": 399
     },
     {
      "name": "Theodore",
      "age": 49,
      "height": 175,
      "weight": 114,
      "date_of_registration": "01\/17\/2019",
      "date_of_last_visit": "01\/31\/2023",
      "hobbies": "Interior decorating",
      "favorite_color": "Pink",
      "favorite_pet": "Hamster",
      "relationship_status": "In a relationship",
      "favorite_book": "The Hunger Games",
      "music": "Pop",
      "favorite_video_game": "God of War (2018)",
      "education_level": "Bachelor's degree",
      "language": "Arabic",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Tea",
      "favorite_dessert": "Caramel pudding",
      "activities": "Playing musical instruments",
      "activity_level": "Low",
      "fashion_style": "Trendy",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Gravity control",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 33.1,
      "score": 62.4,
      "spent": 14
     },
     {
      "name": "Serenity",
      "age": 76,
      "height": 171,
      "weight": 101,
      "date_of_registration": "02\/04\/2017",
      "date_of_last_visit": "03\/16\/2023",
      "hobbies": "Volunteering",
      "favorite_color": "Yellow",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "Don Quixote",
      "music": "Gospel",
      "favorite_video_game": "Tom Clancy's Rainbow Six Siege",
      "education_level": "Doctorate",
      "language": "Russian",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Water",
      "favorite_dessert": "Lemon pie",
      "activities": "Surfing",
      "activity_level": "Active",
      "fashion_style": "Trendy",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Fantasy",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Summer",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 38.4,
      "score": 53.7,
      "spent": 82
     },
     {
      "name": "Wesley",
      "age": 44,
      "height": 190,
      "weight": 68,
      "date_of_registration": "07\/11\/2015",
      "date_of_last_visit": "08\/15\/2024",
      "hobbies": "Cooking",
      "favorite_color": "Yellow",
      "favorite_pet": "Guinea pig",
      "relationship_status": "Married",
      "favorite_book": "The Lord of the Rings",
      "music": "Indie",
      "favorite_video_game": "Sekiro: Shadows Die Twice",
      "education_level": "High school diploma",
      "language": "Bengali",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Fruit salad",
      "activities": "Sculpting",
      "activity_level": "High",
      "fashion_style": "Trendy",
      "places_to_visit": "Pyramids of Giza, Egypt",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Summer",
      "communication_style": "Listener",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 23.4,
      "score": 53.7,
      "spent": 344
     },
     {
      "name": "Trinity",
      "age": 58,
      "height": 193,
      "weight": 96,
      "date_of_registration": "06\/26\/2019",
      "date_of_last_visit": "11\/16\/2023",
      "hobbies": "Pottery",
      "favorite_color": "Pink",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Outsiders",
      "music": "R&B",
      "favorite_video_game": "Red Dead Redemption 2",
      "education_level": "High school diploma",
      "language": "Japanese",
      "favorite_dish": "Hamburger",
      "favorite_drink": "Water",
      "favorite_dessert": "Strawberry cheesecake",
      "activities": "Watching movies",
      "activity_level": "High",
      "fashion_style": "Classic",
      "places_to_visit": "Strasbourg, France",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, introvert",
      "superhero_power": "Sonic scream",
      "favorite_season": "Summer",
      "communication_style": "Expressive",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 27.9,
      "score": 74.1,
      "spent": 225
     },
     {
      "name": "Blake",
      "age": 62,
      "height": 193,
      "weight": 91,
      "date_of_registration": "03\/30\/2018",
      "date_of_last_visit": "01\/29\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Black",
      "favorite_pet": "Fish",
      "relationship_status": "Married",
      "favorite_book": "One Hundred Years of Solitude",
      "music": "Reggae",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "Doctorate",
      "language": "English",
      "favorite_dish": "Fish and chips",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Fruit salad",
      "activities": "Meditation",
      "activity_level": "Sedentary",
      "fashion_style": "Minimalist",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Telepathic mimicry (ability to copy and use others' powers temporarily through telepathy)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 45.5,
      "score": 58.5,
      "spent": 372
     },
     {
      "name": "Kylie",
      "age": 39,
      "height": 196,
      "weight": 88,
      "date_of_registration": "09\/10\/2018",
      "date_of_last_visit": "06\/11\/2023",
      "hobbies": "DIY crafts",
      "favorite_color": "Red",
      "favorite_pet": "Cat",
      "relationship_status": "In a relationship",
      "favorite_book": "The Martian",
      "music": "Blues",
      "favorite_video_game": "Overwatch",
      "education_level": "High school diploma",
      "language": "Telugu",
      "favorite_dish": "Lasagna",
      "favorite_drink": "Milk",
      "favorite_dessert": "Creamy fruit pancakes",
      "activities": "Meditation",
      "activity_level": "Moderate",
      "fashion_style": "Minimalist",
      "places_to_visit": "Venice, Italy",
      "movie_preferences": "Adventure",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Size manipulation",
      "favorite_season": "Autumn",
      "communication_style": "Balanced",
      "chronotype": "Early bird",
      "preferred_weather": "Clear sky",
      "activity": 37.8,
      "score": 35.7,
      "spent": 123
     },
     {
      "name": "Nathaniel",
      "age": 46,
      "height": 193,
      "weight": 119,
      "date_of_registration": "02\/11\/2022",
      "date_of_last_visit": "01\/13\/2024",
      "hobbies": "Pottery",
      "favorite_color": "Pink",
      "favorite_pet": "Rabbit",
      "relationship_status": "Single",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Country",
      "favorite_video_game": "Destiny 2",
      "education_level": "Master's degree",
      "language": "Telugu",
      "favorite_dish": "Chicken Alfredo",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Cottage cheese pastry",
      "activities": "Volunteering",
      "activity_level": "Sedentary",
      "fashion_style": "Retro",
      "places_to_visit": "Statue of Liberty, New York, USA",
      "movie_preferences": "Romance",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Memory manipulation",
      "favorite_season": "Summer",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Rainy",
      "activity": 36.9,
      "score": 77.6,
      "spent": 415
     },
     {
      "name": "Serenity",
      "age": 72,
      "height": 189,
      "weight": 115,
      "date_of_registration": "03\/13\/2021",
      "date_of_last_visit": "02\/06\/2024",
      "hobbies": "Sculpting",
      "favorite_color": "Green",
      "favorite_pet": "Turtle",
      "relationship_status": "Married",
      "favorite_book": "Harry Potter series",
      "music": "Classical",
      "favorite_video_game": "Minecraft",
      "education_level": "Doctorate",
      "language": "Telugu",
      "favorite_dish": "Lobster bisque",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Fruit salad",
      "activities": "Playing video games",
      "activity_level": "Sedentary",
      "fashion_style": "Classic",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Action",
      "personality_type": "Analyst, extrovert",
      "superhero_power": "Retrocognition (seeing the past)",
      "favorite_season": "Winter",
      "communication_style": "Balanced",
      "chronotype": "Night owl",
      "preferred_weather": "Clear sky",
      "activity": 32.9,
      "score": 30.3,
      "spent": 443
     },
     {
      "name": "Rafael",
      "age": 31,
      "height": 170,
      "weight": 119,
      "date_of_registration": "10\/22\/2022",
      "date_of_last_visit": "09\/17\/2023",
      "hobbies": "Knitting or crocheting",
      "favorite_color": "Yellow",
      "favorite_pet": "Rabbit",
      "relationship_status": "Married",
      "favorite_book": "The Martian",
      "music": "Folk",
      "favorite_video_game": "The Legend of Zelda: Breath of the Wild",
      "education_level": "High school diploma",
      "language": "Lahnda",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Iced tea",
      "favorite_dessert": "Panna cotta",
      "activities": "Woodworking",
      "activity_level": "High",
      "fashion_style": "Sporty",
      "places_to_visit": "Sydney Opera House, Australia",
      "movie_preferences": "Animation",
      "personality_type": "Leader, introvert",
      "superhero_power": "Technopathy (ability to control technology with the mind)",
      "favorite_season": "Winter",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Snowy",
      "activity": 36.5,
      "score": 58.1,
      "spent": 341
     },
     {
      "name": "Faith",
      "age": 23,
      "height": 188,
      "weight": 102,
      "date_of_registration": "12\/07\/2020",
      "date_of_last_visit": "05\/19\/2023",
      "hobbies": "Playing board games",
      "favorite_color": "White",
      "favorite_pet": "Parrot",
      "relationship_status": "Single",
      "favorite_book": "The Lion, the Witch and the Wardrobe",
      "music": "Blues",
      "favorite_video_game": "Minecraft",
      "education_level": "Master's degree",
      "language": "French",
      "favorite_dish": "Fried rice",
      "favorite_drink": "Lemonade",
      "favorite_dessert": "Crème brûlée",
      "activities": "Birdwatching",
      "activity_level": "Moderate",
      "fashion_style": "Classic",
      "places_to_visit": "Grand Canyon, Arizona, USA",
      "movie_preferences": "Comedy",
      "personality_type": "Adventurer, extrovert",
      "superhero_power": "Plant manipulation",
      "favorite_season": "Winter",
      "communication_style": "Diplomatic",
      "chronotype": "Early bird",
      "preferred_weather": "Cloudy",
      "activity": 40.5,
      "score": 83.2,
      "spent": 353
     },
     {
      "name": "Alex",
      "age": 29,
      "height": 185,
      "weight": 82,
      "date_of_registration": "12\/22\/2016",
      "date_of_last_visit": "03\/02\/2024",
      "hobbies": "Fishing",
      "favorite_color": "Brown",
      "favorite_pet": "Horse",
      "relationship_status": "In a relationship",
      "favorite_book": "Crime and Punishment",
      "music": "Folk",
      "favorite_video_game": "League of Legends",
      "education_level": "Bachelor's degree",
      "language": "Javanese",
      "favorite_dish": "Rice with vegetables and chicken (or teriyaki)",
      "favorite_drink": "Milk",
      "favorite_dessert": "Apple pie",
      "activities": "Birdwatching",
      "activity_level": "Low",
      "fashion_style": "Sporty",
      "places_to_visit": "Machu Picchu, Peru",
      "movie_preferences": "Adventure",
      "personality_type": "Leader, extrovert",
      "superhero_power": "Pyrokinesis (ability to control fire with the mind)",
      "favorite_season": "Spring",
      "communication_style": "Direct",
      "chronotype": "Early bird",
      "preferred_weather": "Sunny",
      "activity": 34.5,
      "score": 20.6,
      "spent": 86
     }
    ]
}