Looking at the docs, it seems that Partial Classes would be the best place to store these.
So, I assume I create the class in the EntityClasses folder.
Any folder will do as long as partial class is within the same namespace (within same assembly of course) as the original one.