array
— hold the configuration of types to calculate. The configuration is set by an array which keys
are the value types to count. You can set their 'label' independently.
<pre>
'types' => array(
'0' => array('label' => 'zeros'),
'1' => array('label' => 'ones'),
'2' => array('label' => 'twos')
</pre>