getMentions(params?: MentionRequest): Promise<PnutResponse<Post[]>> {
    return this.get('/users/me/mentions', params)
  }