const getFriendsListVM = () => {
    models.userFriend.pageSize(9);
    const friendListVM = catarse.paginationVM(models.userFriend, 'following.asc,total_contributed_projects.desc', { Prefer: 'count=exact' });

    return h.createBasicPaginationVMWithAutoRedraw(friendListVM);