{_from: 'user/123', _to: 'user/456'}{_from: 'user/123', _to: 'post/789'}{_from: 'user/123', _to: 'comment/654'}2. Create a collection of edges for each entity (userlikes, postlikes, commentlikes)Tell me how to do it correctly in order to speed up the calculation as much as possible: