How to return multiple values from a request using FastAPI?

I’m trying to create an API using FastAPI + MongoDB that can return multiple values from the request. The MongoDB is full of data and using mongoengine I can consult one or all data when sending a request to the specific endpoint.
What I’m trying to do now is receive one or more data from an endpoint, for example: