'array', 'custom_fields_data' => 'array', 'published_at' => 'datetime', ]; public function customPostType() { return $this->belongsTo(CustomPostType::class); } public function author() { return $this->belongsTo(User::class, 'user_id'); } }