Adding a dataclass's code via the "Classes" add button in the explorer causes it to not be recognized as a dataclass

i have a dataclass. instead of adding a function to it via the model → functions add button, i added it via the explorer → Classes → add button. i specified, at the top, that the class extended DataClass, and started coding it.
qodly never recognized the code as belonging to the dataclass, even though it has the same name as the dataclass.

Hello Mikey!

Does the name you wrote respect the capitalizations you have in your dataclass?
If there’s a small mismatch in some capital letter it won’t work.

right.
i should have taken screenshots. if i can reproduce it, i’ll do that.