Is there any way to map them to Inspection Entity ...
# exposed
b
Is there any way to map them to Inspection Entity object directly?
t
Maybe you need mapping from User to Inspections, then you can use
user.inspections.map{ it.reportId }