How to get the list of entities in an relation field?

If you’re insistent on using a script, then you will have to use args.currentEntities to get the A entity, and then use getEntityById to explicitly get its related Bs.

When you get an entity object, by default, only the primitive fields and any to-one relations are included in the fields returned. If you want to get the collection fields (to-many relations) you have to query specifically for them.