'integer' ]; public function subactivities(): BelongsToMany { return $this->belongsToMany(Subactivity::class); } }