Make circle resize with zoom in scattermapbox

I am investigating the possiblity of having my marker resize when you zoom in or out in the mapbox sctatter plot.
It seems support natively by Mapbox

But it seems that the circle size is only numerical.

Do you think it would be a sensible addition to support also size range in the same way mapbox supports it ?

In Dash Leaflet, you can draw circles with either a fixed physical size, e.g. it scales with zoom, or a fixed pixel size. I guess the former would suit your usecase?