'boolean', ]; public function blogs(): HasMany { return $this->hasMany(Blog::class); } }