'boolean', 'order' => 'integer', ]; public function category(): BelongsTo { return $this->belongsTo(FaqCategory::class, 'faq_category_id'); } }