'datetime', 'password' => 'hashed', ]; } public function mods(): HasMany { return $this->hasMany(Mod::class); } }