if (!fav || ((loggedUser.id !== fav.userId) && loggedUser.role !== 'ADMIN')) {
        ctx.throw(404, 'Favourite not found');
        return;
    }