func (_m *API) GetCharacterOgraphy(_type string, id int) ([]model.Role, int, error) {
    ret := _m.Called(_type, id)

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