Did you try to populate your image field?
I have done something like this:
const avgParams = {
_where: {
'user.company_size': userCompanySize,
},
};
const populate = [
'avatar',
];
const entitiesPromise = strapi.services.result.find(params, populate);