1. If I request the detail of an item (develop document link is https://developers.mercadolivre.com.br/pt_br/itens-e-buscas) ```bash curl -X GET -H https://api.mercadolibre.com/items/MLM879866511/?attributes=sold_quantity,start_time ``` 2. it will only return not real value as below ```json { "sold_quantity": 500, "start_time": "2021-02-26T04:17:49.000Z" } ``` 3. I would like to know, Is there any way to get the real value of sold_quantity?
curl -X GET -H https://api.mercadolibre.com/items/MLM879866511/?attributes=sold_quantity,start_time{ "sold_quantity": 500, "start_time": "2021-02-26T04:17:49.000Z" }