'integer', ]; public function image(): BelongsTo { return $this->belongsTo(Image::class); } }