Z Contour Size has no effect

    fig.add_trace(go.Surface(
            x=y_values, y=x_values, z=z,
            contours_z=dict(show=True, usecolormap=True, highlightcolor="limegreen", project_z=True, highlightwidth=1, size=0.01),
        ), row=row+1, col=col)

Changing the โ€˜sizeโ€™ value here does nothing. The contour lines stay the same

My intention is to get more of these contour lines (decrease the contour stepโ€™s width/size)