ClassTeacher
This model has many-to-many relationship with SchoolProduct
Propriedades do Objeto
| Nome | Tipo | Descrição |
|---|---|---|
| full_name | String | Full name of the class teacher |
| about | String | More about the class teacher |
| photo_url | String | URL of the photo of the class teacher |
| school | School | School of the class teacher |
| school_products | Array<SchoolProduct> | Associated school products |