func (_m *API) GetMagazines() ([]model.ItemCount, int, error) {
    ret := _m.Called()

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