Feat: add total in List dataset API (#10448)

### What problem does this PR solve?

Feat: add total in List dataset API,  solved #10360 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Billy Bao
2025-10-10 11:20:55 +08:00
committed by GitHub
parent 6ab4c1a6e9
commit 9b06734ced
4 changed files with 28 additions and 14 deletions

View File

@ -830,7 +830,8 @@ Success:
"update_time": 1728533243536,
"vector_similarity_weight": 0.3
}
]
],
"total": 1
}
```
@ -1280,7 +1281,7 @@ Success:
"update_time": 1728897061948
}
],
"total": 1
"total_datasets": 1
}
}
```