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