CRM: related table using module queries, are links possible?

CRM: related table using module queries, are links possible?

Hello. I was exploring the possibility of using a module query to get a filtered related list.

For example, I'm using a Canvas custom details page and if an account has an open deal I'd like it to appear at the very beginning of the account page, with maximum visibility. I've made a module query for that, selecting related deals for that account that have certain values, and it works.

However, the list created by the query does not link the records it's showing. 

Is there any way for a module query list to link the records, like standard related lists? Perhaps using a serializer?

Thanks.