| Name | Type | Description | Notes |
|---|---|---|---|
| data_by_date_bucket | Option<std::collections::HashMap<String, models::QuestionDatum>> | Construct a type with a set of properties K of type T | [optional] |
| data_by_url_id | Option<std::collections::HashMap<String, models::QuestionDatum>> | Construct a type with a set of properties K of type T | [optional] |
| counts_by_value | Option<std::collections::HashMap<String, i32>> | [optional] | |
| total | i64 | ||
| average | Option<f64> | [optional] | |
| created_at | String |