Avatar
struct UserRecord { var name: String? var age: Int? var gender: Int? }