Equality checks for Relation id only
@override bool operator ==(Object other) { return other is Relation && other.id == id; }