Skip to main content

lte-js

const { data, error } = await kontenbase.service('posts').find({ where: { total: { $lte: 10 }, }, })