'datetime', ]; public function reports(): HasMany { return $this->hasMany(Report::class); } }