{
"success": true,
"sessions": [...],
"sessionsByDate": {
"2023-10-19": [
{
"id": "session-uuid",
"name": "Weekly Training",
"date": "2023-10-19T14:00:00.000Z",
"type": {
"id": "pattern-uuid",
"description": "Training Session",
"category": "training",
"gameId": 123456789,
"slots": [...]
},
"host": {
"userId": 123456789,
"username": "host123",
"thumbnail": "https://..."
},
"participants": [...],
"status": "scheduled"
}
]
},
"dateRange": {
"startDate": "2023-10-19T00:00:00.000Z",
"endDate": "2023-10-25T23:59:59.999Z"
},
"total": 1
}