diff --git a/AdvancedTodoList.Core/Services/ITodoListsService.cs b/AdvancedTodoList.Core/Services/ITodoListsService.cs
index 7639f62..fd5762e 100644
--- a/AdvancedTodoList.Core/Services/ITodoListsService.cs
+++ b/AdvancedTodoList.Core/Services/ITodoListsService.cs
@@ -22,6 +22,9 @@ public interface ITodoListsService
///
/// Creates a new to-do list asynchronously.
///
+ ///
+ /// This method should also create an "Owner" role with all permissions and assign the caller to it.
+ ///
/// The DTO containing information for creating the to-do list.
/// ID of the user who creates the to-do list.
///