I tried to make this:
my user model:
public class User { private String id; private String username; private String imageurl; private String bio; pub