[ 'to' => 'contact_id', 'description' => ts('Cases with this contact as a client'), ], 'contact_id' => [ 'label' => ts('Clients'), 'to' => 'case_id', 'description' => ts('Clients for this case'), ], ]; return $info; } }