'datetime', 'before_json' => 'array', 'after_json' => 'array', ]; public function category() { return $this->belongsTo(Category::class); } }