public exists() as Boolean:
Tests whether at least one row exists.
true when the query is non-empty.
true
if query.exists(): print("found")