Jeffrey
Jeffrey
Shouldn't the below code returning List ? Happy to contribute if the below isn't the intended behavior. There are several other epicIssue methods return epics. [List getEpicIssues](https://github.com/gitlab4j/gitlab4j-api/blob/master/src/main/java/org/gitlab4j/api/EpicsApi.java#:~:text=public%20List%3CEpic%3E%20getEpicIssues(Object%20groupIdOrPath%2C%20Integer%20epicIid%2C%20int%20page%2C%20int%20perPage)%20throws%20GitLabApiException%20%7B) [public Pager getEpicIssues](https://github.com/gitlab4j/gitlab4j-api/blob/master/src/main/java/org/gitlab4j/api/EpicsApi.java#:~:text=public%20Pager%3CEpic%3E%20getEpicIssues(Object%20groupIdOrPath%2C%20Integer%20epicIid%2C%20int%20itemsPerPage)%20throws%20GitLabApiException)....