$VAR1 = {
          'rules' => {
                       'might_have' => {
                                         'fetch' => 0
                                       },
                       'CD' => {
                                 'cond' => [
                                             {
                                               'tags.tag' => 'Cheesy'
                                             }
                                           ],
                                 'join' => [
                                             'tags'
                                           ],
                                 'fetch' => [
                                              {
                                                'rel' => 'tracks',
                                                'cond' => {
                                                            'position' => 2
                                                          }
                                              }
                                            ]
                               }
                     },
          'might_have' => {
                            'fetch' => 0
                          },
          'belongs_to' => {
                            'fetch' => 1
                          },
          'sets' => [
                      {
                        'class' => 'CD',
                        'ids' => [
                                   '5'
                                 ]
                      },
                      {
                        'ids' => [
                                   '1'
                                 ],
                        'fetch' => [
                                     {
                                       'rel' => 'cds',
                                       'quantity' => 'all'
                                     }
                                   ],
                        'class' => 'Artist'
                      }
                    ],
          'has_many' => {
                          'fetch' => 0
                        }
        };
