'array', ]; public function applications(): HasMany { return $this->hasMany(Application::class); } }