Skip to main content

lt-js

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