Moment Lumina — DrSimon Report Demo

센서 데이터 → 해석 엔진 → LLM 리포트 생성 파이프라인 데모

DrSimon이 리포트를 생성하고 있습니다...

날짜와 티어를 선택한 뒤 리포트를 생성해보세요

아이의 12세, 3일간 디지털 행동 데이터 기반

📊 입력 센서 데이터 보기
{
  "childProfile": {
    "childId": "TEST_CHILD_12_A",
    "age": 12
  },
  "threeDayDataset": [
    {
      "localDate": "2026-03-24",
      "daily_summary": {
        "totalScreenTimeMs": 8040000,
        "unlockCount": 16,
        "avgSessionMs": 502500,
        "firstUnlockTime": "07:18",
        "lastActiveTime": "21:12",
        "longestSessionMs": 1860000,
        "totalAppLaunches": 88
      },
      "daily_app_usage": [
        {
          "displayName": "YouTube",
          "packageName": "com.google.android.youtube",
          "category": "ENTERTAINMENT",
          "foregroundMs": 2040000
        },
        {
          "displayName": "Google Classroom",
          "packageName": "com.google.android.apps.classroom",
          "category": "EDUCATION",
          "foregroundMs": 1680000
        },
        {
          "displayName": "Roblox",
          "packageName": "com.roblox.client",
          "category": "GAME",
          "foregroundMs": 1320000
        },
        {
          "displayName": "KakaoTalk",
          "packageName": "com.kakao.talk",
          "category": "COMMUNICATION",
          "foregroundMs": 720000
        },
        {
          "displayName": "Chrome",
          "packageName": "com.android.chrome",
          "category": "PRODUCTIVITY",
          "foregroundMs": 540000
        },
        {
          "displayName": "Samsung Notes",
          "packageName": "com.samsung.android.app.notes",
          "category": "PRODUCTIVITY",
          "foregroundMs": 420000
        },
        {
          "displayName": "Gallery",
          "packageName": "com.sec.android.gallery3d",
          "category": "TOOLS",
          "foregroundMs": 180000
        },
        {
          "displayName": "Settings",
          "packageName": "com.android.settings",
          "category": "SYSTEM",
          "foregroundMs": 140000
        }
      ],
      "daily_category_usage": [
        {
          "category": "EDUCATION",
          "foregroundMs": 1680000,
          "appCount": 1,
          "launchCount": 18
        },
        {
          "category": "ENTERTAINMENT",
          "foregroundMs": 2040000,
          "appCount": 1,
          "launchCount": 20
        },
        {
          "category": "GAME",
          "foregroundMs": 1320000,
          "appCount": 1,
          "launchCount": 14
        },
        {
          "category": "COMMUNICATION",
          "foregroundMs": 720000,
          "appCount": 1,
          "launchCount": 12
        },
        {
          "category": "PRODUCTIVITY",
          "foregroundMs": 960000,
          "appCount": 2,
          "launchCount": 16
        },
        {
          "category": "TOOLS",
          "foregroundMs": 180000,
          "appCount": 1,
          "launchCount": 4
        },
        {
          "category": "SYSTEM",
          "foregroundMs": 140000,
          "appCount": 1,
          "launchCount": 4
        }
      ],
      "hourly_usage": [
        {
          "hour": 7,
          "screenTimeMs": 420000,
          "unlockCount": 2,
          "appLaunchCount": 5,
          "isActive": true
        },
        {
          "hour": 15,
          "screenTimeMs": 1260000,
          "unlockCount": 3,
          "appLaunchCount": 14,
          "isActive": true
        },
        {
          "hour": 16,
          "screenTimeMs": 1140000,
          "unlockCount": 3,
          "appLaunchCount": 12,
          "isActive": true
        },
        {
          "hour": 18,
          "screenTimeMs": 1560000,
          "unlockCount": 4,
          "appLaunchCount": 19,
          "isActive": true
        },
        {
          "hour": 20,
          "screenTimeMs": 2160000,
          "unlockCount": 4,
          "appLaunchCount": 25,
          "isActive": true
        },
        {
          "hour": 21,
          "screenTimeMs": 1500000,
          "unlockCount": 0,
          "appLaunchCount": 13,
          "isActive": true
        }
      ]
    },
    {
      "localDate": "2026-03-25",
      "daily_summary": {
        "totalScreenTimeMs": 8280000,
        "unlockCount": 17,
        "avgSessionMs": 487058,
        "firstUnlockTime": "07:21",
        "lastActiveTime": "21:18",
        "longestSessionMs": 1800000,
        "totalAppLaunches": 92
      },
      "daily_app_usage": [
        {
          "displayName": "YouTube",
          "packageName": "com.google.android.youtube",
          "category": "ENTERTAINMENT",
          "foregroundMs": 2100000
        },
        {
          "displayName": "Google Classroom",
          "packageName": "com.google.android.apps.classroom",
          "category": "EDUCATION",
          "foregroundMs": 1620000
        },
        {
          "displayName": "Roblox",
          "packageName": "com.roblox.client",
          "category": "GAME",
          "foregroundMs": 1380000
        },
        {
          "displayName": "KakaoTalk",
          "packageName": "com.kakao.talk",
          "category": "COMMUNICATION",
          "foregroundMs": 780000
        },
        {
          "displayName": "Chrome",
          "packageName": "com.android.chrome",
          "category": "PRODUCTIVITY",
          "foregroundMs": 540000
        },
        {
          "displayName": "Samsung Notes",
          "packageName": "com.samsung.android.app.notes",
          "category": "PRODUCTIVITY",
          "foregroundMs": 420000
        },
        {
          "displayName": "Gallery",
          "packageName": "com.sec.android.gallery3d",
          "category": "TOOLS",
          "foregroundMs": 210000
        },
        {
          "displayName": "Settings",
          "packageName": "com.android.settings",
          "category": "SYSTEM",
          "foregroundMs": 150000
        }
      ],
      "daily_category_usage": [
        {
          "category": "EDUCATION",
          "foregroundMs": 1620000,
          "appCount": 1,
          "launchCount": 17
        },
        {
          "category": "ENTERTAINMENT",
          "foregroundMs": 2100000,
          "appCount": 1,
          "launchCount": 21
        },
        {
          "category": "GAME",
          "foregroundMs": 1380000,
          "appCount": 1,
          "launchCount": 15
        },
        {
          "category": "COMMUNICATION",
          "foregroundMs": 780000,
          "appCount": 1,
          "launchCount": 13
        },
        {
          "category": "PRODUCTIVITY",
          "foregroundMs": 960000,
          "appCount": 2,
          "launchCount": 17
        },
        {
          "category": "TOOLS",
          "foregroundMs": 210000,
          "appCount": 1,
          "launchCount": 5
        },
        {
          "category": "SYSTEM",
          "foregroundMs": 150000,
          "appCount": 1,
          "launchCount": 4
        }
      ],
      "hourly_usage": [
        {
          "hour": 7,
          "screenTimeMs": 360000,
          "unlockCount": 2,
          "appLaunchCount": 4,
          "isActive": true
        },
        {
          "hour": 15,
          "screenTimeMs": 1320000,
          "unlockCount": 3,
          "appLaunchCount": 15,
          "isActive": true
        },
        {
          "hour": 16,
          "screenTimeMs": 1080000,
          "unlockCount": 3,
          "appLaunchCount": 12,
          "isActive": true
        },
        {
          "hour": 18,
          "screenTimeMs": 1620000,
          "unlockCount": 4,
          "appLaunchCount": 20,
          "isActive": true
        },
        {
          "hour": 20,
          "screenTimeMs": 2280000,
          "unlockCount": 5,
          "appLaunchCount": 27,
          "isActive": true
        },
        {
          "hour": 21,
          "screenTimeMs": 1610000,
          "unlockCount": 0,
          "appLaunchCount": 14,
          "isActive": true
        }
      ]
    },
    {
      "localDate": "2026-03-26",
      "daily_summary": {
        "totalScreenTimeMs": 8700000,
        "unlockCount": 20,
        "avgSessionMs": 435000,
        "firstUnlockTime": "07:10",
        "lastActiveTime": "21:45",
        "longestSessionMs": 2100000,
        "totalAppLaunches": 104
      },
      "daily_app_usage": [
        {
          "displayName": "YouTube",
          "packageName": "com.google.android.youtube",
          "category": "ENTERTAINMENT",
          "foregroundMs": 2280000
        },
        {
          "displayName": "Roblox",
          "packageName": "com.roblox.client",
          "category": "GAME",
          "foregroundMs": 1800000
        },
        {
          "displayName": "Google Classroom",
          "packageName": "com.google.android.apps.classroom",
          "category": "EDUCATION",
          "foregroundMs": 1440000
        },
        {
          "displayName": "KakaoTalk",
          "packageName": "com.kakao.talk",
          "category": "COMMUNICATION",
          "foregroundMs": 840000
        },
        {
          "displayName": "Chrome",
          "packageName": "com.android.chrome",
          "category": "PRODUCTIVITY",
          "foregroundMs": 480000
        },
        {
          "displayName": "Samsung Notes",
          "packageName": "com.samsung.android.app.notes",
          "category": "PRODUCTIVITY",
          "foregroundMs": 360000
        },
        {
          "displayName": "Gallery",
          "packageName": "com.sec.android.gallery3d",
          "category": "TOOLS",
          "foregroundMs": 240000
        },
        {
          "displayName": "Settings",
          "packageName": "com.android.settings",
          "category": "SYSTEM",
          "foregroundMs": 160000
        }
      ],
      "daily_category_usage": [
        {
          "category": "EDUCATION",
          "foregroundMs": 1440000,
          "appCount": 1,
          "launchCount": 16
        },
        {
          "category": "ENTERTAINMENT",
          "foregroundMs": 2280000,
          "appCount": 1,
          "launchCount": 25
        },
        {
          "category": "GAME",
          "foregroundMs": 1800000,
          "appCount": 1,
          "launchCount": 20
        },
        {
          "category": "COMMUNICATION",
          "foregroundMs": 840000,
          "appCount": 1,
          "launchCount": 15
        },
        {
          "category": "PRODUCTIVITY",
          "foregroundMs": 840000,
          "appCount": 2,
          "launchCount": 14
        },
        {
          "category": "TOOLS",
          "foregroundMs": 240000,
          "appCount": 1,
          "launchCount": 6
        },
        {
          "category": "SYSTEM",
          "foregroundMs": 160000,
          "appCount": 1,
          "launchCount": 4
        }
      ],
      "hourly_usage": [
        {
          "hour": 7,
          "screenTimeMs": 360000,
          "unlockCount": 2,
          "appLaunchCount": 4,
          "isActive": true
        },
        {
          "hour": 15,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 14,
          "isActive": true
        },
        {
          "hour": 16,
          "screenTimeMs": 1080000,
          "unlockCount": 3,
          "appLaunchCount": 13,
          "isActive": true
        },
        {
          "hour": 18,
          "screenTimeMs": 1620000,
          "unlockCount": 4,
          "appLaunchCount": 22,
          "isActive": true
        },
        {
          "hour": 20,
          "screenTimeMs": 2340000,
          "unlockCount": 5,
          "appLaunchCount": 28,
          "isActive": true
        },
        {
          "hour": 21,
          "screenTimeMs": 2100000,
          "unlockCount": 3,
          "appLaunchCount": 23,
          "isActive": true
        }
      ]
    },
    {
      "localDate": "2026-03-27",
      "daily_summary": {
        "totalScreenTimeMs": 9120000,
        "unlockCount": 22,
        "avgSessionMs": 414545,
        "firstUnlockTime": "07:05",
        "lastActiveTime": "22:10",
        "longestSessionMs": 2400000,
        "totalAppLaunches": 118
      },
      "daily_app_usage": [
        {
          "displayName": "Roblox",
          "packageName": "com.roblox.client",
          "category": "GAME",
          "foregroundMs": 2400000
        },
        {
          "displayName": "YouTube",
          "packageName": "com.google.android.youtube",
          "category": "ENTERTAINMENT",
          "foregroundMs": 2340000
        },
        {
          "displayName": "Google Classroom",
          "packageName": "com.google.android.apps.classroom",
          "category": "EDUCATION",
          "foregroundMs": 1200000
        },
        {
          "displayName": "KakaoTalk",
          "packageName": "com.kakao.talk",
          "category": "COMMUNICATION",
          "foregroundMs": 960000
        },
        {
          "displayName": "Chrome",
          "packageName": "com.android.chrome",
          "category": "PRODUCTIVITY",
          "foregroundMs": 480000
        },
        {
          "displayName": "Samsung Notes",
          "packageName": "com.samsung.android.app.notes",
          "category": "PRODUCTIVITY",
          "foregroundMs": 300000
        },
        {
          "displayName": "Gallery",
          "packageName": "com.sec.android.gallery3d",
          "category": "TOOLS",
          "foregroundMs": 240000
        },
        {
          "displayName": "Settings",
          "packageName": "com.android.settings",
          "category": "SYSTEM",
          "foregroundMs": 120000
        }
      ],
      "daily_category_usage": [
        {
          "category": "GAME",
          "foregroundMs": 2400000,
          "appCount": 1,
          "launchCount": 24
        },
        {
          "category": "ENTERTAINMENT",
          "foregroundMs": 2340000,
          "appCount": 1,
          "launchCount": 28
        },
        {
          "category": "EDUCATION",
          "foregroundMs": 1200000,
          "appCount": 1,
          "launchCount": 14
        },
        {
          "category": "COMMUNICATION",
          "foregroundMs": 960000,
          "appCount": 1,
          "launchCount": 18
        },
        {
          "category": "PRODUCTIVITY",
          "foregroundMs": 780000,
          "appCount": 2,
          "launchCount": 12
        },
        {
          "category": "TOOLS",
          "foregroundMs": 240000,
          "appCount": 1,
          "launchCount": 5
        },
        {
          "category": "SYSTEM",
          "foregroundMs": 120000,
          "appCount": 1,
          "launchCount": 3
        }
      ],
      "hourly_usage": [
        {
          "hour": 7,
          "screenTimeMs": 300000,
          "unlockCount": 1,
          "appLaunchCount": 3,
          "isActive": true
        },
        {
          "hour": 15,
          "screenTimeMs": 1080000,
          "unlockCount": 3,
          "appLaunchCount": 14,
          "isActive": true
        },
        {
          "hour": 16,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 16,
          "isActive": true
        },
        {
          "hour": 18,
          "screenTimeMs": 1800000,
          "unlockCount": 4,
          "appLaunchCount": 24,
          "isActive": true
        },
        {
          "hour": 20,
          "screenTimeMs": 2400000,
          "unlockCount": 5,
          "appLaunchCount": 30,
          "isActive": true
        },
        {
          "hour": 21,
          "screenTimeMs": 1680000,
          "unlockCount": 4,
          "appLaunchCount": 20,
          "isActive": true
        },
        {
          "hour": 22,
          "screenTimeMs": 660000,
          "unlockCount": 2,
          "appLaunchCount": 11,
          "isActive": true
        }
      ]
    },
    {
      "localDate": "2026-03-28",
      "daily_summary": {
        "totalScreenTimeMs": 9600000,
        "unlockCount": 24,
        "avgSessionMs": 400000,
        "firstUnlockTime": "07:12",
        "lastActiveTime": "22:30",
        "longestSessionMs": 2700000,
        "totalAppLaunches": 132
      },
      "daily_app_usage": [
        {
          "displayName": "Roblox",
          "packageName": "com.roblox.client",
          "category": "GAME",
          "foregroundMs": 2700000
        },
        {
          "displayName": "YouTube",
          "packageName": "com.google.android.youtube",
          "category": "ENTERTAINMENT",
          "foregroundMs": 2520000
        },
        {
          "displayName": "KakaoTalk",
          "packageName": "com.kakao.talk",
          "category": "COMMUNICATION",
          "foregroundMs": 1080000
        },
        {
          "displayName": "Google Classroom",
          "packageName": "com.google.android.apps.classroom",
          "category": "EDUCATION",
          "foregroundMs": 960000
        },
        {
          "displayName": "TikTok",
          "packageName": "com.zhiliaoapp.musically",
          "category": "ENTERTAINMENT",
          "foregroundMs": 720000
        },
        {
          "displayName": "Chrome",
          "packageName": "com.android.chrome",
          "category": "PRODUCTIVITY",
          "foregroundMs": 360000
        },
        {
          "displayName": "Samsung Notes",
          "packageName": "com.samsung.android.app.notes",
          "category": "PRODUCTIVITY",
          "foregroundMs": 180000
        },
        {
          "displayName": "Settings",
          "packageName": "com.android.settings",
          "category": "SYSTEM",
          "foregroundMs": 80000
        }
      ],
      "daily_category_usage": [
        {
          "category": "GAME",
          "foregroundMs": 2700000,
          "appCount": 1,
          "launchCount": 28
        },
        {
          "category": "ENTERTAINMENT",
          "foregroundMs": 3240000,
          "appCount": 2,
          "launchCount": 38
        },
        {
          "category": "COMMUNICATION",
          "foregroundMs": 1080000,
          "appCount": 1,
          "launchCount": 22
        },
        {
          "category": "EDUCATION",
          "foregroundMs": 960000,
          "appCount": 1,
          "launchCount": 10
        },
        {
          "category": "PRODUCTIVITY",
          "foregroundMs": 540000,
          "appCount": 2,
          "launchCount": 8
        },
        {
          "category": "SYSTEM",
          "foregroundMs": 80000,
          "appCount": 1,
          "launchCount": 2
        }
      ],
      "hourly_usage": [
        {
          "hour": 7,
          "screenTimeMs": 300000,
          "unlockCount": 1,
          "appLaunchCount": 3,
          "isActive": true
        },
        {
          "hour": 15,
          "screenTimeMs": 960000,
          "unlockCount": 3,
          "appLaunchCount": 12,
          "isActive": true
        },
        {
          "hour": 16,
          "screenTimeMs": 1320000,
          "unlockCount": 3,
          "appLaunchCount": 18,
          "isActive": true
        },
        {
          "hour": 17,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 16,
          "isActive": true
        },
        {
          "hour": 18,
          "screenTimeMs": 1560000,
          "unlockCount": 4,
          "appLaunchCount": 22,
          "isActive": true
        },
        {
          "hour": 20,
          "screenTimeMs": 2100000,
          "unlockCount": 5,
          "appLaunchCount": 28,
          "isActive": true
        },
        {
          "hour": 21,
          "screenTimeMs": 1500000,
          "unlockCount": 3,
          "appLaunchCount": 20,
          "isActive": true
        },
        {
          "hour": 22,
          "screenTimeMs": 660000,
          "unlockCount": 2,
          "appLaunchCount": 13,
          "isActive": true
        }
      ]
    },
    {
      "localDate": "2026-03-29",
      "daily_summary": {
        "totalScreenTimeMs": 10800000,
        "unlockCount": 28,
        "avgSessionMs": 385714,
        "firstUnlockTime": "09:30",
        "lastActiveTime": "23:15",
        "longestSessionMs": 3000000,
        "totalAppLaunches": 156
      },
      "daily_app_usage": [
        {
          "displayName": "Roblox",
          "packageName": "com.roblox.client",
          "category": "GAME",
          "foregroundMs": 3600000
        },
        {
          "displayName": "YouTube",
          "packageName": "com.google.android.youtube",
          "category": "ENTERTAINMENT",
          "foregroundMs": 3000000
        },
        {
          "displayName": "TikTok",
          "packageName": "com.zhiliaoapp.musically",
          "category": "ENTERTAINMENT",
          "foregroundMs": 1500000
        },
        {
          "displayName": "KakaoTalk",
          "packageName": "com.kakao.talk",
          "category": "COMMUNICATION",
          "foregroundMs": 1200000
        },
        {
          "displayName": "Minecraft",
          "packageName": "com.mojang.minecraftpe",
          "category": "GAME",
          "foregroundMs": 900000
        },
        {
          "displayName": "Chrome",
          "packageName": "com.android.chrome",
          "category": "PRODUCTIVITY",
          "foregroundMs": 360000
        },
        {
          "displayName": "Gallery",
          "packageName": "com.sec.android.gallery3d",
          "category": "TOOLS",
          "foregroundMs": 240000
        }
      ],
      "daily_category_usage": [
        {
          "category": "GAME",
          "foregroundMs": 4500000,
          "appCount": 2,
          "launchCount": 42
        },
        {
          "category": "ENTERTAINMENT",
          "foregroundMs": 4500000,
          "appCount": 2,
          "launchCount": 48
        },
        {
          "category": "COMMUNICATION",
          "foregroundMs": 1200000,
          "appCount": 1,
          "launchCount": 26
        },
        {
          "category": "EDUCATION",
          "foregroundMs": 0,
          "appCount": 0,
          "launchCount": 0
        },
        {
          "category": "PRODUCTIVITY",
          "foregroundMs": 360000,
          "appCount": 1,
          "launchCount": 4
        },
        {
          "category": "TOOLS",
          "foregroundMs": 240000,
          "appCount": 1,
          "launchCount": 6
        }
      ],
      "hourly_usage": [
        {
          "hour": 9,
          "screenTimeMs": 600000,
          "unlockCount": 2,
          "appLaunchCount": 6,
          "isActive": true
        },
        {
          "hour": 10,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 14,
          "isActive": true
        },
        {
          "hour": 11,
          "screenTimeMs": 1080000,
          "unlockCount": 2,
          "appLaunchCount": 12,
          "isActive": true
        },
        {
          "hour": 14,
          "screenTimeMs": 1500000,
          "unlockCount": 4,
          "appLaunchCount": 18,
          "isActive": true
        },
        {
          "hour": 15,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 16,
          "isActive": true
        },
        {
          "hour": 17,
          "screenTimeMs": 1320000,
          "unlockCount": 3,
          "appLaunchCount": 20,
          "isActive": true
        },
        {
          "hour": 19,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 18,
          "isActive": true
        },
        {
          "hour": 20,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 22,
          "isActive": true
        },
        {
          "hour": 21,
          "screenTimeMs": 900000,
          "unlockCount": 3,
          "appLaunchCount": 16,
          "isActive": true
        },
        {
          "hour": 22,
          "screenTimeMs": 600000,
          "unlockCount": 2,
          "appLaunchCount": 14,
          "isActive": true
        }
      ]
    },
    {
      "localDate": "2026-03-30",
      "daily_summary": {
        "totalScreenTimeMs": 11400000,
        "unlockCount": 30,
        "avgSessionMs": 380000,
        "firstUnlockTime": "08:45",
        "lastActiveTime": "23:42",
        "longestSessionMs": 3300000,
        "totalAppLaunches": 168
      },
      "daily_app_usage": [
        {
          "displayName": "Roblox",
          "packageName": "com.roblox.client",
          "category": "GAME",
          "foregroundMs": 4200000
        },
        {
          "displayName": "YouTube",
          "packageName": "com.google.android.youtube",
          "category": "ENTERTAINMENT",
          "foregroundMs": 2700000
        },
        {
          "displayName": "TikTok",
          "packageName": "com.zhiliaoapp.musically",
          "category": "ENTERTAINMENT",
          "foregroundMs": 1800000
        },
        {
          "displayName": "KakaoTalk",
          "packageName": "com.kakao.talk",
          "category": "COMMUNICATION",
          "foregroundMs": 1080000
        },
        {
          "displayName": "Minecraft",
          "packageName": "com.mojang.minecraftpe",
          "category": "GAME",
          "foregroundMs": 780000
        },
        {
          "displayName": "Google Classroom",
          "packageName": "com.google.android.apps.classroom",
          "category": "EDUCATION",
          "foregroundMs": 360000
        },
        {
          "displayName": "Chrome",
          "packageName": "com.android.chrome",
          "category": "PRODUCTIVITY",
          "foregroundMs": 300000
        },
        {
          "displayName": "Gallery",
          "packageName": "com.sec.android.gallery3d",
          "category": "TOOLS",
          "foregroundMs": 180000
        }
      ],
      "daily_category_usage": [
        {
          "category": "GAME",
          "foregroundMs": 4980000,
          "appCount": 2,
          "launchCount": 46
        },
        {
          "category": "ENTERTAINMENT",
          "foregroundMs": 4500000,
          "appCount": 2,
          "launchCount": 52
        },
        {
          "category": "COMMUNICATION",
          "foregroundMs": 1080000,
          "appCount": 1,
          "launchCount": 24
        },
        {
          "category": "EDUCATION",
          "foregroundMs": 360000,
          "appCount": 1,
          "launchCount": 4
        },
        {
          "category": "PRODUCTIVITY",
          "foregroundMs": 300000,
          "appCount": 1,
          "launchCount": 3
        },
        {
          "category": "TOOLS",
          "foregroundMs": 180000,
          "appCount": 1,
          "launchCount": 5
        }
      ],
      "hourly_usage": [
        {
          "hour": 8,
          "screenTimeMs": 480000,
          "unlockCount": 1,
          "appLaunchCount": 4,
          "isActive": true
        },
        {
          "hour": 9,
          "screenTimeMs": 900000,
          "unlockCount": 2,
          "appLaunchCount": 8,
          "isActive": true
        },
        {
          "hour": 10,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 14,
          "isActive": true
        },
        {
          "hour": 11,
          "screenTimeMs": 1080000,
          "unlockCount": 2,
          "appLaunchCount": 12,
          "isActive": true
        },
        {
          "hour": 14,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 16,
          "isActive": true
        },
        {
          "hour": 15,
          "screenTimeMs": 1320000,
          "unlockCount": 3,
          "appLaunchCount": 18,
          "isActive": true
        },
        {
          "hour": 17,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 20,
          "isActive": true
        },
        {
          "hour": 19,
          "screenTimeMs": 1080000,
          "unlockCount": 3,
          "appLaunchCount": 18,
          "isActive": true
        },
        {
          "hour": 20,
          "screenTimeMs": 1200000,
          "unlockCount": 3,
          "appLaunchCount": 22,
          "isActive": true
        },
        {
          "hour": 21,
          "screenTimeMs": 780000,
          "unlockCount": 3,
          "appLaunchCount": 16,
          "isActive": true
        },
        {
          "hour": 22,
          "screenTimeMs": 540000,
          "unlockCount": 2,
          "appLaunchCount": 12,
          "isActive": true
        },
        {
          "hour": 23,
          "screenTimeMs": 420000,
          "unlockCount": 2,
          "appLaunchCount": 8,
          "isActive": true
        }
      ]
    }
  ]
}