find(id: string): Promise<Word> {
    return this.apiClient.fetchJson(`/words/${encodeURIComponent(id)}`, false)
  }