pub fn serialize_issues<S>(
    issues: &IssueCount,
    serializer: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,