where the key is the category ID */ public array $categories; public ?FreshRSS_Feed $feed = null; /** @var array where the key is the feed ID */ public array $feeds; public bool $displaySlider = false; public float $average; public float $averageDayOfWeek; public float $averageHour; public float $averageMonth; /** @var list */ public array $days; /** @var array> */ public array $entryByCategory; /** @var array */ public array $entryCount; /** @var array> */ public array $feedByCategory; /** @var array */ public array $hours24Labels; /** @var array>> */ public array $idleFeeds; /** @var array */ public array $last30DaysLabel; /** @var array */ public array $last30DaysLabels; /** @var list */ public array $months; /** @var array{total:int,count_unreads:int,count_reads:int,count_favorites:int}|false */ public $repartition; /** @var array{main_stream:array{total:int,count_unreads:int,count_reads:int,count_favorites:int}|false,all_feeds:array{total:int,count_unreads:int,count_reads:int,count_favorites:int}|false} */ public array $repartitions; /** @var array */ public array $repartitionDayOfWeek; /** @var array|array */ public array $repartitionHour; /** @var array */ public array $repartitionMonth; /** @var list */ public array $topFeed; /** @var list */ public array $unreadDates; }