Limit maker order response doesn't contain status field

Hi Team - I found that the response from limit maker order in testnet doesn’t contain the status field. Is this a bug since any other order type doesn’t have this issue…

Please see below the request and response I got:

Sending POST request to https://testnet.binance.vision/api/v3/order?signature=xxx with payload symbol=BTCUSDT&side=BUY&type=LIMIT_MAKER&quantity=0.021187&price=47198.31&timestamp=1648464905290.

Received POST response from https://testnet.binance.vision/api/v3/order?signature=xxx with payload {"symbol":"BTCUSDT","orderId":13057837,"orderListId":-1,"clientOrderId":"QWVazG4wemwRbS5pE1eOrb","transactTime":1648464905624}.

you can get more order details by set newOrderRespType=FULL, please see the document

https://binance-docs.github.io/apidocs/spot/en/#new-order-trade

thx - I didn’t see this in the doc:

MARKET and LIMIT order types default to FULL , all other orders default to ACK .

That is why my market and limit order works in my app but not limit maker order…