The `LivecountsAPIWrapper` class provides methods for interacting with the Livecounts.lol API and fetching channel estimates.
#### `getChannelEstimates(String channelId)`
Fetches channel estimates for the specified YouTube channel ID.
- Parameters:
- `channelId`: The ID of the YouTube channel for which to fetch estimates.
- Returns:
- A `ChannelEstimates` object containing the fetched estimates.
#### `ChannelEstimates` Class
The `ChannelEstimates` class represents the estimates fetched from the Livecounts.lol API.
##### Methods
- `getSubscriberCount()`: Returns the subscriber count estimate.
- `getViewCount()`: Returns the view count estimate.
- `getVideoCount()`: Returns the video count estimate.
- `getEstimatedDataContents()`: Returns additional data contents included in the estimate response.