Correct the quote and bid please Basic plan. (TZA as an example)

Hi Alpaca, @Dan_Whitnable_Alpaca
The bid and ask from the get_last_quote are spitting out bid of “0”. I compared it with yahoo just now and this is what it should look like,
Alpaca return of TZA quote:
Quote({ ‘askexchange’: 15,
‘askprice’: 35.67,
‘asksize’: 10,
‘bidexchange’: 15,
‘bidprice’: 0,
‘bidsize’: 0,
‘timestamp’: 1615223531515873660})

Yahoo return for TZA quote,
‘bid’: 35.78,
‘ask’: 35.92,
‘bidSize’: 12,
‘askSize’: 10,

Please fix this.