Hello everyone, I'm very new to Twill and trying to build my first capsule. Let's say I want to manage News, with each News can have a category. With modules I managed to create 2 modules, News and NewsCategories, and linked the first with a browser field to the target category. How can I do this with capsules? Do I need to create 2 capsules or I can merge the logic within the same capsule? So far the News capsule works, but I can't create a secondary route to the NewsCategory controller. Any help is appreciated!