'integer', 'settings' => 'array', 'is_locked' => 'boolean']; } public function lessons(): HasMany { return $this->hasMany(Lesson::class); } }