私のDOMには次のような構造があります
window>object>payload>records>0>Object { attributes={...}, Id="a0E90K", Name="David", more...}
..............................2>Object { attributes={...}, Id="a0E90K", Name="alen", more...}
..............................3>Object { attributes={...}, Id="a0E43K", Name="woody", more...}
..............................4>Object { attributes={...}, Id="a2341K", Name="mac", more...}
..............................5>Object { attributes={...}, Id="a344R7K", Name="fin", more...}
このペイロードは、ajax でクエリを実行した後に取得した結果です。レコードの ID と名前を取得するにはどうすればよいですか?