How to display image in Polymer client

I have an entity with an image file property. How do I display the image in Polymer client?

Hi,

Here is the example of simple component which displays image using REST API /files endpoint:

Please note that such method has some performance penalties since file descriptor entity will be loaded for each request.

Thanks. It worked.