Multiple CZML data sources drawing order (z-index)

Dear cesium-dev,

I have multiple czml datasources added with viewer.dataSources.add(czmlDataSource), and I need to control the drawing order of these.

I tried to use dataSources.unshift() instead of dataSources.push() but it makes no difference.

Can I have this control?

Thank you,