Checks if any rows match the current query.
Future<bool> exists() async { return (await count()) > 0; }