I try to use this
const User = Moralis.Object.extend("User");
const query = new Moralis.Query(User);
const results = await query.find();
But problem is Result return an array that have only one item ( Current user), for another user, It not showing on result array
This is my User table ( 5 item)
But in response array, I have only 1 item and It is current User login