Problem with creating User Group (Swift)

I am trying to create user groups, How should I put the User column in UserGroup class?
webkit-fake-url://d74c53cb-2fa6-4f74-b335-60feb1ad1427/image.tiff</img>

Hi, Srujan!
We’ll investigate your problem and get back to you soon.

Maybe like this:

class UserGroup : NSObject {
    
    var objectId: String?
    var groupName:String?
    var user: BackendlessUser?
}

You can read more about relations here:
https://backendless.com/documentation/data/ios/data_relations.htm

In the screenshot you attached, there is already User column in your table.

Thank you. Got it