Returns true if any row matches the query.
@override Future<bool> exists() async { return (await count()) > 0; }