$VAR1 = {
          'sets' => [
                      {
                        'cond' => {
                                    'cv.name' => 'cv_property'
                                  },
                        'quantity' => 'all',
                        'class' => 'Cv::Cvterm',
                        'fetch' => [
                                     {
                                       'rel' => 'cvterm_relationship_objects',
                                       'quantity' => 'all'
                                     }
                                   ],
                        'join' => [
                                    'cv'
                                  ]
                      }
                    ],
          'might_have' => {
                            'fetch' => 0
                          },
          'belongs_to' => {
                            'fetch' => 1
                          },
          'has_many' => {
                          'fetch' => 0
                        }
        };
