get(StatsTable::COUNT_WEEK->value) ?? 0; } public function week_average(): int { return $this->get(StatsTable::COUNT_WEEK_AVERAGE->value) ?? 0; } }