{
"success": true,
"dashboardData": {
"totalEarnings": 4567.89,
"totalCourses": 5,
"enrolledStudentsData": [
{
"courseTitle": "Complete React Development Course",
"student": {
"_id": "user_123abc",
"name": "John Smith",
"imageUrl": "https://example.com/avatars/john.jpg"
}
},
{
"courseTitle": "Complete React Development Course",
"student": {
"_id": "user_456def",
"name": "Jane Doe",
"imageUrl": "https://example.com/avatars/jane.jpg"
}
},
{
"courseTitle": "Advanced Node.js Course",
"student": {
"_id": "user_123abc",
"name": "John Smith",
"imageUrl": "https://example.com/avatars/john.jpg"
}
},
{
"courseTitle": "TypeScript Masterclass",
"student": {
"_id": "user_789ghi",
"name": "Bob Wilson",
"imageUrl": "https://example.com/avatars/bob.jpg"
}
}
]
}
}