Desired behavior:
Say you have a table Parents that contains a 1:N relation to a table Children.
Is there a way to have a generated column on table Parents that states the Count of related Children and that updates automatically when additional relations are added?
There is the Count function in SQL but I am not sure how to make it work with relations.