Hi,
in order to do local backtesting, I subscribed to The Security Master which is a required subscription to download Equity or Equity Option data. 
I thought after this subscription, I could download equity data locally using the following command but it is asking to charge extra. Am I missing something here?

$lean data download --dataset "US Equities" --organization "7dede8465d2abceae1864ec124b19776" --data-type "Trade" --ticker "AAPL" --resolution "Daily" --start "20100101" --end "20210730"
Data that will be purchased and downloaded:
┌─────────────┬──────────┬───────────────────┬────────────┬─────────┐
│ Dataset     │ Vendor   │ Details           │ File count │ Price   │
├─────────────┼──────────┼───────────────────┼────────────┼─────────┤
│ US Equities │ AlgoSeek │ Data type: Trade  │ 3          │ 100 QCC │
│             │          │ Ticker: AAPL      │            │         │
│             │          │ Resolution: Daily │            │         │
└─────────────┴──────────┴───────────────────┴────────────┴─────────┘

 

Thanks,