I'm running a local lean backtest with Polygon data provider. My polygon subscription only supports TradeBars and that's what my strategy needs. But lean trying to download QuoteBars and the TradeBars which spam my logs with error messages from the download failure of QuoteBars. How do we force the usage of TradeBars only?

These are the errors I'm getting:

2025-01-25T14:51:47.2731362Z ERROR:: <>c__DisplayClass9_0.<Fetch>b__0():  System.Exception: PolygonRestApiClient.DownloadAndParseData: Failed to download data for v3/quotes/BMO after 10 attempts.
   at QuantConnect.Lean.DataSource.Polygon.PolygonRestApiClient.DownloadAndParseData[T](RestRequest request)+MoveNext()
   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
   at QuantConnect.Lean.DataSource.Polygon.PolygonDataProvider.a[a,b](HistoryRequest A_0, Func`4 A_1)+MoveNext()
   at QuantConnect.Lean.DataSource.Polygon.PolygonDataProvider.e(HistoryRequest A_0)+MoveNext()
   at System.Linq.Lookup`2.Create(IEnumerable`1 source, Func`2 keySelector, IEqualityComparer`1 comparer)
   at QuantConnect.Lean.Engine.DataFeeds.DownloaderDataProvider.GetDownloadedData(IEnumerable`1 downloaderDataParameters, Symbol symbol, DateTimeZone exchangeTimeZone, DateTimeZone dataTimeZone, Type dataType)+MoveNext() in Engine/DataFeeds/DownloaderDataProvider.cs:line 237
   at QuantConnect.Lean.Engine.DataFeeds.DownloaderDataProvider.<>c__DisplayClass9_0.<Fetch>b__0(String s) in Engine/DataFeeds/DownloaderDataProvider.cs:line 178