Returns Ancestors + source struct This is probably pretty easy to do now using the same CTE as ancestors but joining on id rather than parent_id... ```elixir breadcrumbs = Comment.path(comment) ```