I am using AWS Amplify Datastore s as backend and I am making the following query to receive list of posts.
const posts = await DataStore.query(Post);