Rigidbody.SetDensity does not update the .mass property

Hello, as the title says, I’m having this issue: the mass property of a rigidbody is not updated after calling SetDensity. It’s clear that the mass is applied physx-side because the object behaves differently, but I cannot access the updated value via rigidbody.mass. Does this happen to anybody else? Is this intended behaviour?