Title title, Body body ) implements Memo {} record TodoList(Id id, Title title, List<Task> tasks) implements Memo {} record Image(Id id, Title title, ImageUrl url, Body body) implements Memo {} record Video(Id id, Title title, Video Url url) implements Memo {} } 47