Do not expose yet feed counter via API
This commit is contained in:
parent
69aa650203
commit
a96e966911
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ type Feed struct {
|
|||
Category *Category `json:"category,omitempty"`
|
||||
Entries Entries `json:"entries,omitempty"`
|
||||
Icon *FeedIcon `json:"icon"`
|
||||
UnreadCount int
|
||||
ReadCount int
|
||||
UnreadCount int `json:"-"`
|
||||
ReadCount int `json:"-"`
|
||||
}
|
||||
|
||||
func (f *Feed) String() string {
|
||||
|
|
Loading…
Add table
Reference in a new issue