'boolean', 'order' => 'integer', 'group_id' => 'integer', ]; public function report(): BelongsTo { return $this->belongsTo(Report::class); } }