*/ protected $fillable = [ 'title', 'body', ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ // Add any casts here if needed in the future ]; }