.I created project with .net core 6. this is group model:

GroupImageName is nullable but when I do migration, this property is created non-nullabe,also for example, posts property is created non-nullable.group model is made as follows:
the context class:

