Is there support to trade the 'Mini VIX Futrures' ?

I am aware that you can trade the VIX Futures using,

self.vix_future = self.AddFuture(Futures.Indices.VIX, Resolution.Minute)

OR
self.vix_future = self.AddFuture("VX", Resolution.Minute)

On mainstream trading portals you cane trade the mini VIX futures with the symbol /VMX

Would like to use this furues product in my Quantconnect Algo.

Appreciate any input on this.