/**
     * List all the Fields in the database.
     * */
    override fun listAllFields(): CompletableFuture<List<Field>> {
        val future = CompletableFuture<List<Field>>()