🐛 Fix count metrics issue
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package models
|
||||
|
||||
type PostMetric struct {
|
||||
ReplyCount int64 `json:"reply_count,omitempty"`
|
||||
ReactionCount int64 `json:"reaction_count,omitempty"`
|
||||
ReplyCount int64 `json:"reply_count"`
|
||||
ReactionCount int64 `json:"reaction_count"`
|
||||
ReactionList map[string]int64 `json:"reaction_list,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user