'array', 'last_activity_at' => 'datetime', ]; public function events(): HasMany { return $this->hasMany(Event::class); } }