{
"success": true,
"data": {
"folders": [
{
"id": "folder_4567890abcdef123",
"name": "My Documents",
"description": "Personal documents and files",
"parentFolderId": "folder_123",
"path": "/Work/My Documents",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z",
"fileCount": 15,
"totalSize": 52428800
},
{
"id": "folder_7890abcdef123456",
"name": "Photos",
"description": "Photo collection",
"parentFolderId": "folder_123",
"path": "/Work/Photos",
"createdAt": "2024-01-14T15:20:00Z",
"updatedAt": "2024-01-15T09:45:00Z",
"fileCount": 42,
"totalSize": 1073741824
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 45,
"totalPages": 3,
"hasNext": true,
"hasPrev": false
}
}
}