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