my $object = $result_set->find( $id, $attributes );
return unless $object;
return $object->to_api({ embed => $embed });
}
);
-