Selecting fields performance

I'm curious what the edge version of this is, requesting a singular field using .map is only possible if you are searching a index. if you just do settings = await ctx.table('users').get(userid).edge('setting') there is no .map available. so down to settings[fieldName].. i know its not a hugelist but im hoping this is as efficient as possible.
Was this page helpful?