const list = paddle.subscriptions.list(); const result = []; for await (const item of list) { result.push(item); }