How to retrieve product image from menu linklist?

{%- for childlink in link.links -%}
{% assign prodimg = childlink.object.featured_image %}

{% endfor %}