# Phrase::TagWithStats1 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **statistics** | [**Array<TagWithStats1Statistics1>**](TagWithStats1Statistics1.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::TagWithStats1.new(statistics: null) ```