v2: pagination total_count (removed optional)

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-07-16 16:52:58 +03:30
parent 5d163cac54
commit b6fe01f00b
4 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ message PaginationRespSample {
uint32 page_no = 2;
uint32 page_size = 3;
optional uint32 total_count = 4;
uint32 total_count = 4;
}