def to_a
          list = parsed_body['Data']['Entities']['Entity']
          if Hash === list
            list = [list]
          end