func (_m *API) GetMangaRecommendation(id int) ([]model.Recommendation, int, error) {
    ret := _m.Called(id)

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