Read from rest API or a database and get a list of items
The param argument can be used to defined the query parameter
Future<List<T>> read(P? param);