* Example: ```lua ---@struct Student ---@field study_level integer ---@type Student local new_student = { study_level = 0, tobacco_level = 1, -- This should be error. } ``` * Usage: We can do refactoring easier when rename the fields with this feature.