def to_a
          list = parsed_body['Data']['Lists']['List']
          if Hash === list
            list = [list]
          end