$timesheets */ public function __construct(private array $timesheets) { } public function getTimesheets(): array { return $this->timesheets; } }