Check if any records match
Future<bool> any() async { final count = await countSql(); return count > 0; }