# MarketplaceSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **inventory** | [**MarketplaceInventorySummary**](MarketplaceInventorySummary.md) | Inventory of the marketplace | [default to undefined] **user_activity** | **string** | | [optional] [default to undefined] ## Example ```typescript import { MarketplaceSummary } from './api'; const instance: MarketplaceSummary = { inventory, user_activity, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)