currentDoiCount: computed('doiCount', function () {
    let currentYear = A(this.doiCount).findBy(
      'id',
      new Date().getFullYear().toString()
    );