# BadgeInfo
Data that represents a badge
NOTE
FakeYou doesn't implement badge image yet, so for now will return null
# Properties:
| PARAMETER | TYPE | DESCRIPTION | 
|---|---|---|
| title | String | The title of the badge | 
| slug | BadgeName | The identifier of the badge | 
| description | String | The badge description | 
| imageURL | String | URL of this image | 
| createdAt | String | The date where this badge is granted | 
