Use contacts.find

I am working on ionic 2 how to solved . i use this code
< contacts.find([“displayName”, “phoneNumbers”,“photos”], {multiple: true}).then((contacts) => {this.contactsfound = contacts; />
but Same problem not show images in photos array imge url is content://com.android.contacts/contacts/16554/photo.

Please edit your post and use the </> button above the post input field to format your code or error message or wrap it in ``` (“code fences”) manually. This will make sure your text is readable and if it recognizes the programming language it also automatically adds code syntax highlighting. Thanks.

What is this?

Thanks for suggestion.