You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using channel().get() the docs mention that it will return a total_pages attribute in the Channel Object when using pagination, the following call does not.
Am i missing something?
let p = await arena.channel(CHANNELSLUG).get({
page: 1,
per: 100,
});
The text was updated successfully, but these errors were encountered:
Using
channel().get()
the docs mention that it will return atotal_pages
attribute in theChannel
Object when using pagination, the following call does not.Am i missing something?
The text was updated successfully, but these errors were encountered: