Mesh Draw Calls and Draw Primitive Calls

Might be a bad question but… what is the difference between those two stats?
Mesh draw calls is in the ‘stat sceneRendering’ and Draw primitive calls is found in ‘stat rhi’.

Hi, I think mesh draw calls are the number of draw call produced by meshes while drawPrimitive calls value is the total number of draw calls (i.e. by meshes, shadows, post processing, decals, etc)