Group Object
| Attribute | Description | Type | Require |
|---|---|---|---|
| pk | Primary key | Integer | True |
| name | 그룹 이름 | String | True |
| owner | 그룹장 | User object | True |
| profile_img | 그룹 프로필 이미지 | Image File | False |
| group_type | 그룹 타입 (PUBLIC, PRIVATE, HIDDEN) | String(Choice) | True |
| description | 그룹 설명 | String | False |
| num_of_members | 그룹 인원수 | Integer | False |
| tag | 그룹의 태그 | GroupTag object | False |
GroupTag Object
| Attribute | Description | Type | Require |
|---|---|---|---|
| pk | Primary key | Integer | True |
| name | 태그 이름 | String | True |