pub async fn get_all_feeds(
configuration: &Configuration,
page: Option<i64>,
size: Option<i64>,
order: Option<OrderOption>,
type: Option<FeedType>,
before: Option<i64>,
after: Option<i64>,
) -> Result<Vec<FeedRelations>, Error<GetAllFeedsError>>