I'm curious about the idiomatic Drops.Relations way to return structs along with some calculated fields. For example, if a post has many comments, how would I get a list of all posts with the comments_count for each? Thanks