diff --git a/models.go b/models.go index 89dc3e3..63993b1 100644 --- a/models.go +++ b/models.go @@ -23,8 +23,8 @@ type Feed struct { Status string `json:"status"` LastError string `json:"last_error,omitempty"` - // Content stats - ItemCount int `json:"item_count,omitempty"` // Number of items in last feed_check + // Computed from items table (not stored in feeds table) + ItemCount int `json:"item_count,omitempty"` // Adaptive check interval MissCount int `json:"miss_count"` // Consecutive checks with no new items