function exists(value, options) {
  return searchTeam(value, options)
    .then((response) => {
      const collection = response.data;