Skip to main content

skip

Skip the starting index of the records.

const { data, error } = await kontenbase.service('posts').find({
skip: 10,
})