I'm using slug-based routing, like this myapp.com/posts/first-post I have a Post entity, and a PostTranslation entity, When I create a Post entity, 2 PostTranslation entities are being created (for each language), and they have an empty slug and titl...