ServerProvider::class, 'status' => ServerStatus::class, ]; } public function services(): HasMany { return $this->hasMany(Service::class); } }