tags() {
    return this.recordStore.tags.collection.chain().find({groupId: this.id}).simplesort('priority').data();
  }