@override Future max(String column) async { if (softDeletes) { whereNull(deletedAt); } return super.max(column); }