# UPKImportance ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **task_count** | **number** | | [optional] [default to undefined] **task_score** | **number** | | [optional] [default to undefined] **marketplace_task_count** | **{ [key: string]: number; }** | | [optional] [default to undefined] ## Example ```typescript import { UPKImportance } from './api'; const instance: UPKImportance = { task_count, task_score, marketplace_task_count, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)