Mongo.create

You're seeing just the function create, go back to Mongo module for more information.
Link to this function

create(topology_pid, coll, opts \\ [])

View Source

Specs

create(GenServer.server(), collection(), Keyword.t()) ::
  :ok | {:error, Mongo.Error.t()}

Explicitly creates a collection or view.