Futures used weight not accumulating weight

Hello! In this screenshot it is being printed the header of an API response. I made 3 orders in the current minute, that’s why order-count=3, but the weight=0 (it should also be 3, since placing a limit order = 1 weight). Any clue what’s going on?

Using the Postman collections (GitHub - binance/binance-api-postman: Postman collection for Binance Public API, including spot, margin, futures, etc.) I get to the same results. Screenshot is attached.

The endpoint to place futures order only cost the order limit, not the IP limit.

Thanks. Do you have any reference to the official docs that states this? I think there might be an error on the github docs (Binance API Documentation).