package models // Funny you are type ComUser struct { Id string Username string Password string Email string IsVerified bool }