Return 在 Contentful 中响应为数组而不是对象

Return response as array instead of as an object in Contentful

我需要接收一组对象作为来自 Contentful API 的响应。我尝试使用“?select=fields”,但又是 returns 一个包含 属性 个项目的对象,它是一个数组。我想直接获取项目数组作为响应,有没有办法做到这一点?

我认为 Contentful API 不可能做到这一点。据我所知,它总是 returns items.