diff options
Diffstat (limited to 'app/Models/ViewStats.php')
| -rw-r--r-- | app/Models/ViewStats.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Models/ViewStats.php b/app/Models/ViewStats.php index 89b7d8af4..22b2470f9 100644 --- a/app/Models/ViewStats.php +++ b/app/Models/ViewStats.php @@ -44,4 +44,7 @@ final class FreshRSS_ViewStats extends FreshRSS_View { public array $repartitionMonth; /** @var list<array{id:int,name:string,category:string,count:int}> */ public array $topFeed; + + /** @var list<array{granularity:string,unread_count:int}> */ + public array $unreadDates; } |
