belongsTo(Category::class); } protected $casts = [ 'content' => 'array', 'authors' => 'array', 'status' => PostStatus::class, 'images' => 'array' ]; }