Session.set('posts', Posts.find({
      author: this.params.username
    }, {
      reactive: false
    }).fetch());