Skip to main content

$lt

Find all records where the value is less to a given value.

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