'boolean', 'order' => 'integer', ]; public function faqs(): HasMany { return $this->hasMany(Faq::class)->orderBy('order'); } }