Normally, the issues have a reference object on them: ```json { "id": 6424, "iid": 1, "project_id": 234, "title": "Issue in progress", ... "type": "ISSUE", ... "references": { "short": "#1", "relative": "#1", "full": "<REDACTED_FOR_PRIVCAY>#1" }, ... } ``` However, the parsed `Issue` model does not de-serialize that object.