'array', ]; public function bioPage(): \Illuminate\Database\Eloquent\Relations\BelongsTo { return $this->belongsTo(BioPage::class); } }