categories property

List<Category>? categories
getter/setter pair

List of Category will give information about the categories/labels that are used in the given model.

Implementation

List<Category>? categories;