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