*/ public $categories; /** @var FreshRSS_Feed|null */ public $feed; /** @var array */ public $feeds; /** @var bool */ public $displaySlider; /** @var float */ public $average; /** @var float */ public $averageDayOfWeek; /** @var float */ public $averageHour; /** @var float */ public $averageMonth; /** @var array */ public $days; /** @var array> */ public $entryByCategory; /** @var array */ public $entryCount; /** @var array> */ public $feedByCategory; /** @var array */ public $hours24Labels; /** @var array>> */ public $idleFeeds; /** @var array */ public $last30DaysLabel; /** @var array */ public $last30DaysLabels; /** @var array */ public $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 $repartitions; /** @var array */ public $repartitionDayOfWeek; /** @var array|array */ public $repartitionHour; /** @var array */ public $repartitionMonth; /** @var array */ public $topFeed; }