Ignition 8.1 not importing full CompactLogix array

Hello, I am having an issue when I add a Allen-Bradley Logix Driver to my Device connections. I have an array of BOOLs called "B4_Inputs", it is an array of 300 however when I add the controller to influx it only sees 9 of them? It is doing it with other arrays in my controller as well. I am using the correct driver for my firmware. Does anyone know how to fix this?

Logix Boolean arrays are exposed to the outside world as arrays of DWORDs, not booleans. One DWORD for each 32 booleans.

There's no "fix", as this is just how Logix works.