no bestBid/Ask in 24hrTicker

hi, I am checking the futures api and notice something missing from the 24HrTicker event compared to the binance spot trading api.
In spot trading api, there are bestBid/Ask price & quantity(“A”, “a”, “B”, “b”) but they are not there in futs 24HrEvent.
Can this be added? Otherwise I have to join with the book ticker which has best Ask/Bid but no timestamp…(the no timestamp is also weird, can we add the timestamp?)