We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73d440 commit 6429393Copy full SHA for 6429393
dtos/common/count.go
@@ -3,7 +3,7 @@ package common
3
// CountResponse defines the Response Content for GET count DTO.
4
type CountResponse struct {
5
BaseResponse `json:",inline"`
6
- Count uint32
+ Count uint32 `json:"count"`
7
}
8
9
// NewCountResponse creates new CountResponse with all fields set appropriately
0 commit comments