Map<String, Object?> toDbJson({List<String> excepts = const []}) { final json = toJson(excepts: excepts); return json; }