getGlobal(params?: GeneralPostParameters): Promise<PnutResponse<Post[]>> {
    return this.get('/posts/streams/global', params)
  }