Returns the authenticated user's profile.
Future<User?> getUser() { return select(users).getSingleOrNull(); }