{
  "session": true,
  "record_ids": ["habit_1", "habit_2", "habit_3", "habit_4"],
  "habit_1": {
    "id": "habit_1",
    "title": "Drink 2L of water",
    "createdAt": "2025-09-01T08:00:00Z",
    "streak": 15,
    "completedToday": true,
    "notes": "Feeling more energetic after sticking to this."
  },
  "habit_2": {
    "id": "habit_2",
    "title": "Read 20 minutes",
    "createdAt": "2025-08-15T20:30:00Z",
    "streak": 7,
    "completedToday": false,
    "notes": "Missed yesterday, need to catch up on my book."
  },
  "habit_3": {
    "id": "habit_3",
    "title": "Morning run",
    "createdAt": "2025-07-10T06:15:00Z",
    "streak": 25,
    "completedToday": true,
    "notes": "Ran 5km, improving my pace gradually."
  },
  "habit_4": {
    "id": "habit_4",
    "title": "Meditate 10 minutes",
    "createdAt": "2025-09-18T07:00:00Z",
    "streak": 3,
    "completedToday": false,
    "notes": "Hard to stay focused, but it helps reduce stress."
  }
}