{
    "month": 8,
    "year": 2025,
    "activities": [
        {
            "label": "Sleep",
            "hours": 262
        },
        {
            "label": "Dating",
            "hours": 0
        },
        {
            "label": "Friends",
            "hours": 22
        },
        {
            "label": "Robots",
            "hours": 63
        },
        {
            "label": "School",
            "hours": 0
        },
        {
            "label": "Work",
            "hours": 54
        },
        {
            "label": "Productive",
            "hours": 53
        },
        {
            "label": "Hobby",
            "hours": 10
        },
        {
            "label": "Leisure",
            "hours": 230
        },
        {
            "label": "Waste",
            "hours": 27
        },
        {
            "label": "Transition",
            "hours": 29
        }
    ],
    "mood": [
        {
            "label": "Bad",
            "hours": 0
        },
        {
            "label": "Poor",
            "hours": 9
        },
        {
            "label": "Ok",
            "hours": 53
        },
        {
            "label": "Neutral",
            "hours": 326
        },
        {
            "label": "Good",
            "hours": 65
        },
        {
            "label": "Great",
            "hours": 5
        }
    ]
}