Replace zero with null

I have the following qurery:

SELECT min("value") FROM "MB" WHERE ("entity_id" = 'size') AND $timeFilter GROUP BY time(1d) fill(null)

Unfortunately the value of size has zeros where null should be. Is there a way to reject zero values and replace them with null?