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