'datetime', 'publication_data' => 'array', ]; public function article(): BelongsTo { return $this->belongsTo(Article::class); } }