# Application
If a scholarship application was successful, a new Application entity is created. It saves all the provided information and meta data about the application
# Attributes
id- GUID - Unique identifier of the application.
email- String - Applicant email
name- String - Applicant full name
source- String - Application source. Default: none
data- Object - All the data provided by applicant saved as JSON.
createdAt- Date - Application creation date.
# Relationships
status- Instance of application status.
scholarship- Instance of scholarship.