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

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