FacetColumnResultValueCount
org.sagebionetworks.repo.model.table.FacetColumnResultValueCount
A pair containing the value of a column and the number of times that value appears
| Field | Type | Description |
|---|---|---|
| value | STRING | the value that is in a column |
| count | INTEGER | the number of times the value appears in the column |
| isSelected | BOOLEAN | whether this facet was selected by the user |