name | string | The name of the trait |
display_type | string | The display type of the trait. string, date or number. |
values | array[TraitWithStat] | When the display_type is set to string , this field will return an array of TraitWithStat objects. |
min | float | When the display_type is set to date or number , this field will return min value for this trait. |
max | float | When the display_type is set to date or number , this field will return max value for this trait. |
total | integer | When the display_type is set to date or number , this field will return totoal count of trait. |