App Thinning / Download size in API

Hi,

Does the appstoreconnect API support retrieving the estimated download size after App Thinning? If not, is there a place to request additions to the API?


Monitoring the estimated download size after Apple processing would be very helpful since this is tricky to monitor locally. In our apps we optimize for minimal initial download size.


The "Build" object seems the most related, but it doesn't include App Thinning estimated download sizes.

https://developer.apple.com/documentation/appstoreconnectapi/build/attributes


Thanks!