Got the same result in both queries ```javascript const user = await users .fields(MODELS.user) .find(this.user.id) const invitedUser = await users .list() ```