ATTRIBUTE_TYPES = {
    carrier: Field::BelongsTo,
    account: Field::BelongsTo,
    notifications: Field::HasMany,
    id: Field::String,