func (_m *API) GetTopManga(_type int, page int) ([]model.TopManga, int, error) {
    ret := _m.Called(_type, page)

    var r0 []model.TopManga
    if rf, ok := ret.Get(0).(func(int, int) []model.TopManga); ok {