const getUserContributedProjectsWithFilter = () => {
    const contributions = catarse.paginationVM(models.project, 'created_at.desc', { Prefer: 'count=exact' });

    return {
        firstPage: params => contributions.firstPage(params).then(() => h.redraw()),