Skip to main content

limit

Limit the result with the specified count.

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