# LessonCategories / LessonCategory Hi, using information from - @schema.dbml for schemas, fields and table names, - @listHelloworld.ts for skeleton for ts script - @listVocabularies.ts for reference extend @listHelloworld.ts to cover `LessonCategories`, draft ts code template to include - `CRUD` - `getFulllistLessonCategories,` - `getListByFilterLessonCategories,` - `getFirstListItemLessonCategories,` - `getOneLessonCategory,` - `getListLessonCategoryById` thanks ---