AdminElf.Resource.list_resource

You're seeing just the callback list_resource, go back to AdminElf.Resource module for more information.
Link to this callback

list_resource(conn, page, limit, order, filter)

View Source (optional)

Specs

list_resource(
  conn :: Plug.Conn.t(),
  page :: pos_integer(),
  limit :: pos_integer(),
  order :: keyword(atom()),
  filter :: map()
) :: {items :: list(), count :: pos_integer()}