Waterline sometimes fetch extra rows due to pagination logic or caching. Can you please check once by this, are you getting expected data or not!
const result = await db.awaitQuery("SELECT * FROM movies LIMIT 2"); console.log(result);