How to remove id from select active record?

Query on console User.select('email','dob') returns, [#<User:0x000000084a9b08 id: nil, email: "xyz@zyx.com">, Why am I getting id attributes in rails 4? How to get rid of this?