Authentication on Strapi

In my user model , i have added “user_groups” as relation field. API is returning properly,.

But ctx.state.user object is not having my custom field. the below code is not returning my custom field.

// fetch authenticated user

  ctx.state.user = await strapi.plugins[

    'users-permissions'

  ].services.user.fetchAuthenticatedUser(id);