Get Users and get Authors works differently

`{{#get “authors” order=“slug asc” filter=“slug:[‘antoine’, ‘mel’, ‘olivier-dion’, ‘stephane’, ‘philippe-migneault’, ‘philippe-lariviere’, ‘melissa’, ‘thomas’, ‘patrick-noel’]”}}
{{#foreach authors}}

					<a href="{{url}}"><img src="{{profile_image}}" alt=""/><img src="{{cover_image}}" alt=""/></a>
			{{/foreach}}
		{{/get}}`
  • Get Users get all users even if an user is not already write an article.
  • Get Authors now only return authors who wrote an article, how can I do to retrieve all Authors