Map<String, dynamic> toUpdateJson() { beforeUpdate(); final json = toJson(); json.remove('id'); json.remove('created_at'); return json; }