'array', ]; public function group(): BelongsTo { return $this->belongsTo(AttachmentGroup::class, 'attachment_group_id'); } }