If you want to have it as view you can use following FetchXml (I took initial fetchxml from 'Contacts I follow):
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
<entity name="contact">
<attribute name="fullname" />
<attribute name="parentcustomerid" />
<attribute name="telephone1" />
<attribute name="emailaddress1" />
<attribute name="statecode" />
<attribute name="contactid" />
<order attribute="fullname" descending="false" />
<link-entity name="postfollow" from="regardingobjectid" to="contactid" alias="ab">
<filter type="and">
<condition attribute="ownerid" operator="eq-userid" />
</filter>
</link-entity>
</entity>
</fetch>
and use approach provided in
this article. Good luck.
Dynamics CRM MVP
Read My blog
Subscribe for one of my courses