I'm not sure what the dot and plus sign after a pipe mean, and I haven't been able to find anything on the internet about this. For example, when looking up a title in a Json object, I would write
| . + {Title: $departments[.Code].Title}
what is happening in this line of code?