Below is the data structure of Labels
| Field | Type | Description |
|---|---|---|
| String | Unique alphanumeric string id |
| workspace | String | Workspace ID |
| name | String | Name for this label |
| createdAt | Date | Date created |
| createdBy | String | User ID of the user that created this role |
| modifiedAt | Date | Date last modified |
| modifiedBy | String | User ID of the user that last modified this role |
| color | String | Color for label |
| parent | String | ID of parent label |

