@override Future pluck(String column, [String? key]) async { if (softDeletes) { whereNull(deletedAt); } return super.pluck(column); }